github.com/aavshr/aws-sdk-go@v1.41.3/service/timestreamwrite/doc.go (about)

     1  // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
     2  
     3  // Package timestreamwrite provides the client and types for making API
     4  // requests to Amazon Timestream Write.
     5  //
     6  // Amazon Timestream is a fast, scalable, fully managed time series database
     7  // service that makes it easy to store and analyze trillions of time series
     8  // data points per day. With Timestream, you can easily store and analyze IoT
     9  // sensor data to derive insights from your IoT applications. You can analyze
    10  // industrial telemetry to streamline equipment management and maintenance.
    11  // You can also store and analyze log data and metrics to improve the performance
    12  // and availability of your applications. Timestream is built from the ground
    13  // up to effectively ingest, process, and store time series data. It organizes
    14  // data to optimize query processing. It automatically scales based on the volume
    15  // of data ingested and on the query volume to ensure you receive optimal performance
    16  // while inserting and querying data. As your data grows over time, Timestream’s
    17  // adaptive query processing engine spans across storage tiers to provide fast
    18  // analysis while reducing costs.
    19  //
    20  // See https://docs.aws.amazon.com/goto/WebAPI/timestream-write-2018-11-01 for more information on this service.
    21  //
    22  // See timestreamwrite package documentation for more information.
    23  // https://docs.aws.amazon.com/sdk-for-go/api/service/timestreamwrite/
    24  //
    25  // Using the Client
    26  //
    27  // To contact Amazon Timestream Write with the SDK use the New function to create
    28  // a new service client. With that client you can make API requests to the service.
    29  // These clients are safe to use concurrently.
    30  //
    31  // See the SDK's documentation for more information on how to use the SDK.
    32  // https://docs.aws.amazon.com/sdk-for-go/api/
    33  //
    34  // See aws.Config documentation for more information on configuring SDK clients.
    35  // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
    36  //
    37  // See the Amazon Timestream Write client TimestreamWrite for more
    38  // information on creating client for this service.
    39  // https://docs.aws.amazon.com/sdk-for-go/api/service/timestreamwrite/#New
    40  package timestreamwrite