

***************
TimestreamWrite
***************



======
Client
======



.. py:class:: TimestreamWrite.Client

  A low-level client representing Amazon Timestream Write
   

  Amazon Timestream is a fast, scalable, fully managed time-series database service that makes it easy to store and analyze trillions of time-series data points per day. With Timestream, you can easily store and analyze IoT sensor data to derive insights from your IoT applications. You can analyze industrial telemetry to streamline equipment management and maintenance. You can also store and analyze log data and metrics to improve the performance and availability of your applications.

   

  Timestream is built from the ground up to effectively ingest, process, and store time-series data. It organizes data to optimize query processing. It automatically scales based on the volume of data ingested and on the query volume to ensure you receive optimal performance while inserting and querying data. As your data grows over time, Timestream’s adaptive query processing engine spans across storage tiers to provide fast analysis while reducing costs.

  ::

    
    import boto3
    
    client = boto3.client('timestream-write')

  

These are the available methods:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  timestream-write/client/can_paginate
  timestream-write/client/close
  timestream-write/client/create_batch_load_task
  timestream-write/client/create_database
  timestream-write/client/create_table
  timestream-write/client/delete_database
  timestream-write/client/delete_table
  timestream-write/client/describe_batch_load_task
  timestream-write/client/describe_database
  timestream-write/client/describe_endpoints
  timestream-write/client/describe_table
  timestream-write/client/get_paginator
  timestream-write/client/get_waiter
  timestream-write/client/list_batch_load_tasks
  timestream-write/client/list_databases
  timestream-write/client/list_tables
  timestream-write/client/list_tags_for_resource
  timestream-write/client/resume_batch_load_task
  timestream-write/client/tag_resource
  timestream-write/client/untag_resource
  timestream-write/client/update_database
  timestream-write/client/update_table
  timestream-write/client/write_records
