@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonTimestreamWriteClient extends AmazonWebServiceClient implements AmazonTimestreamWrite
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.
Modifier and Type | Field and Description |
---|---|
protected AmazonTimestreamWriteEndpointCache |
cache |
protected static ClientConfigurationFactory |
configFactory
Client configuration factory providing ClientConfigurations tailored to this client
|
client, clientConfiguration, endpoint, isEndpointOverridden, LOGGING_AWS_REQUEST_METRIC, requestHandler2s, timeOffset
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
static AmazonTimestreamWriteClientBuilder |
builder() |
CreateDatabaseResult |
createDatabase(CreateDatabaseRequest request)
Creates a new Timestream database.
|
CreateTableResult |
createTable(CreateTableRequest request)
The CreateTable operation adds a new table to an existing database in your account.
|
DeleteDatabaseResult |
deleteDatabase(DeleteDatabaseRequest request)
Deletes a given Timestream database.
|
DeleteTableResult |
deleteTable(DeleteTableRequest request)
Deletes a given Timestream table.
|
DescribeDatabaseResult |
describeDatabase(DescribeDatabaseRequest request)
Returns information about the database, including the database name, time that the database was created, and the
total number of tables found within the database.
|
DescribeEndpointsResult |
describeEndpoints(DescribeEndpointsRequest request)
DescribeEndpoints returns a list of available endpoints to make Timestream API calls against.
|
DescribeTableResult |
describeTable(DescribeTableRequest request)
Returns information about the table, including the table name, database name, retention duration of the memory
store and the magnetic store.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful, request, typically used for debugging issues
where a service isn't acting as expected.
|
ListDatabasesResult |
listDatabases(ListDatabasesRequest request)
Returns a list of your Timestream databases.
|
ListTablesResult |
listTables(ListTablesRequest request)
A list of tables, along with the name, status and retention properties of each table.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
List all tags on a Timestream resource.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Associate a set of tags with a Timestream resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes the association of tags from a Timestream resource.
|
UpdateDatabaseResult |
updateDatabase(UpdateDatabaseRequest request)
Modifies the KMS key for an existing database.
|
UpdateTableResult |
updateTable(UpdateTableRequest request)
Modifies the retention duration of the memory store and magnetic store for your Timestream table.
|
WriteRecordsResult |
writeRecords(WriteRecordsRequest request)
The WriteRecords operation enables you to write your time series data into Timestream.
|
addRequestHandler, addRequestHandler, beforeClientExecution, beforeMarshalling, calculateCRC32FromCompressedData, checkMutability, configureRegion, createExecutionContext, createExecutionContext, createExecutionContext, createSignerProvider, endClientExecution, endClientExecution, getClientConfiguration, getClientId, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceAbbreviation, getServiceName, getServiceNameIntern, getSigner, getSignerByURI, getSignerOverride, getSignerProvider, getSignerRegionOverride, getSigningRegion, getTimeOffset, isCsmEnabled, isEndpointOverridden, isProfilingEnabled, isRequestMetricsEnabled, makeImmutable, removeRequestHandler, removeRequestHandler, requestMetricCollector, setEndpoint, setEndpoint, setEndpointPrefix, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, shouldGenerateClientSideMonitoringEvents, useStrictHostNameVerification, withEndpoint, withRegion, withRegion, withTimeOffset
protected AmazonTimestreamWriteEndpointCache cache
protected static final ClientConfigurationFactory configFactory
public static AmazonTimestreamWriteClientBuilder builder()
public CreateDatabaseResult createDatabase(CreateDatabaseRequest request)
Creates a new Timestream database. If the KMS key is not specified, the database will be encrypted with a Timestream managed KMS key located in your account. Refer to AWS managed KMS keys for more info. Service quotas apply. For more information, see Access Management in the Timestream Developer Guide.
createDatabase
in interface AmazonTimestreamWrite
createDatabaseRequest
- ConflictException
- Timestream was unable to process this request because it contains resource that already exists.ValidationException
- Invalid or malformed request.AccessDeniedException
- You are not authorized to perform this action.ServiceQuotaExceededException
- Instance quota of resource exceeded for this account.ThrottlingException
- Too many requests were made by a user exceeding service quotas. The request was throttled.InvalidEndpointException
- The requested endpoint was invalid.InternalServerException
- Timestream was unable to fully process this request because of an internal server error.public CreateTableResult createTable(CreateTableRequest request)
The CreateTable operation adds a new table to an existing database in your account. In an AWS account, table names must be at least unique within each Region if they are in the same database. You may have identical table names in the same Region if the tables are in seperate databases. While creating the table, you must specify the table name, database name, and the retention properties. Service quotas apply. For more information, see Access Management in the Timestream Developer Guide.
createTable
in interface AmazonTimestreamWrite
createTableRequest
- ConflictException
- Timestream was unable to process this request because it contains resource that already exists.ValidationException
- Invalid or malformed request.AccessDeniedException
- You are not authorized to perform this action.ResourceNotFoundException
- The operation tried to access a nonexistent resource. The resource might not be specified correctly, or
its status might not be ACTIVE.ServiceQuotaExceededException
- Instance quota of resource exceeded for this account.ThrottlingException
- Too many requests were made by a user exceeding service quotas. The request was throttled.InternalServerException
- Timestream was unable to fully process this request because of an internal server error.InvalidEndpointException
- The requested endpoint was invalid.public DeleteDatabaseResult deleteDatabase(DeleteDatabaseRequest request)
Deletes a given Timestream database. This is an irreversible operation. After a database is deleted, the time series data from its tables cannot be recovered.
All tables in the database must be deleted first, or a ValidationException error will be thrown.
Due to the nature of distributed retries, the operation can return either success or a ResourceNotFoundException. Clients should consider them equivalent.
deleteDatabase
in interface AmazonTimestreamWrite
deleteDatabaseRequest
- InternalServerException
- Timestream was unable to fully process this request because of an internal server error.ThrottlingException
- Too many requests were made by a user exceeding service quotas. The request was throttled.ResourceNotFoundException
- The operation tried to access a nonexistent resource. The resource might not be specified correctly, or
its status might not be ACTIVE.ValidationException
- Invalid or malformed request.AccessDeniedException
- You are not authorized to perform this action.InvalidEndpointException
- The requested endpoint was invalid.public DeleteTableResult deleteTable(DeleteTableRequest request)
Deletes a given Timestream table. This is an irreversible operation. After a Timestream database table is deleted, the time series data stored in the table cannot be recovered.
Due to the nature of distributed retries, the operation can return either success or a ResourceNotFoundException. Clients should consider them equivalent.
deleteTable
in interface AmazonTimestreamWrite
deleteTableRequest
- InternalServerException
- Timestream was unable to fully process this request because of an internal server error.ThrottlingException
- Too many requests were made by a user exceeding service quotas. The request was throttled.ValidationException
- Invalid or malformed request.ResourceNotFoundException
- The operation tried to access a nonexistent resource. The resource might not be specified correctly, or
its status might not be ACTIVE.AccessDeniedException
- You are not authorized to perform this action.InvalidEndpointException
- The requested endpoint was invalid.public DescribeDatabaseResult describeDatabase(DescribeDatabaseRequest request)
Returns information about the database, including the database name, time that the database was created, and the total number of tables found within the database. Service quotas apply. For more information, see Access Management in the Timestream Developer Guide.
describeDatabase
in interface AmazonTimestreamWrite
describeDatabaseRequest
- ResourceNotFoundException
- The operation tried to access a nonexistent resource. The resource might not be specified correctly, or
its status might not be ACTIVE.ValidationException
- Invalid or malformed request.AccessDeniedException
- You are not authorized to perform this action.ThrottlingException
- Too many requests were made by a user exceeding service quotas. The request was throttled.InternalServerException
- Timestream was unable to fully process this request because of an internal server error.InvalidEndpointException
- The requested endpoint was invalid.public DescribeEndpointsResult describeEndpoints(DescribeEndpointsRequest request)
DescribeEndpoints returns a list of available endpoints to make Timestream API calls against. This API is available through both Write and Query.
Because Timestream’s SDKs are designed to transparently work with the service’s architecture, including the management and mapping of the service endpoints, it is not recommended that you use this API unless:
Your application uses a programming language that does not yet have SDK support
You require better control over the client-side implementation
For detailed information on how to use DescribeEndpoints, see The Endpoint Discovery Pattern and REST APIs.
describeEndpoints
in interface AmazonTimestreamWrite
describeEndpointsRequest
- InternalServerException
- Timestream was unable to fully process this request because of an internal server error.ValidationException
- Invalid or malformed request.ThrottlingException
- Too many requests were made by a user exceeding service quotas. The request was throttled.public DescribeTableResult describeTable(DescribeTableRequest request)
Returns information about the table, including the table name, database name, retention duration of the memory store and the magnetic store. Service quotas apply. For more information, see Access Management in the Timestream Developer Guide.
describeTable
in interface AmazonTimestreamWrite
describeTableRequest
- ResourceNotFoundException
- The operation tried to access a nonexistent resource. The resource might not be specified correctly, or
its status might not be ACTIVE.ValidationException
- Invalid or malformed request.AccessDeniedException
- You are not authorized to perform this action.ThrottlingException
- Too many requests were made by a user exceeding service quotas. The request was throttled.InternalServerException
- Timestream was unable to fully process this request because of an internal server error.InvalidEndpointException
- The requested endpoint was invalid.public ListDatabasesResult listDatabases(ListDatabasesRequest request)
Returns a list of your Timestream databases. Service quotas apply. For more information, see Access Management in the Timestream Developer Guide.
listDatabases
in interface AmazonTimestreamWrite
listDatabasesRequest
- InternalServerException
- Timestream was unable to fully process this request because of an internal server error.ThrottlingException
- Too many requests were made by a user exceeding service quotas. The request was throttled.ValidationException
- Invalid or malformed request.AccessDeniedException
- You are not authorized to perform this action.InvalidEndpointException
- The requested endpoint was invalid.public ListTablesResult listTables(ListTablesRequest request)
A list of tables, along with the name, status and retention properties of each table.
listTables
in interface AmazonTimestreamWrite
listTablesRequest
- InternalServerException
- Timestream was unable to fully process this request because of an internal server error.ThrottlingException
- Too many requests were made by a user exceeding service quotas. The request was throttled.ValidationException
- Invalid or malformed request.ResourceNotFoundException
- The operation tried to access a nonexistent resource. The resource might not be specified correctly, or
its status might not be ACTIVE.AccessDeniedException
- You are not authorized to perform this action.InvalidEndpointException
- The requested endpoint was invalid.public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
List all tags on a Timestream resource.
listTagsForResource
in interface AmazonTimestreamWrite
listTagsForResourceRequest
- ResourceNotFoundException
- The operation tried to access a nonexistent resource. The resource might not be specified correctly, or
its status might not be ACTIVE.ThrottlingException
- Too many requests were made by a user exceeding service quotas. The request was throttled.ValidationException
- Invalid or malformed request.InvalidEndpointException
- The requested endpoint was invalid.public TagResourceResult tagResource(TagResourceRequest request)
Associate a set of tags with a Timestream resource. You can then activate these user-defined tags so that they appear on the Billing and Cost Management console for cost allocation tracking.
tagResource
in interface AmazonTimestreamWrite
tagResourceRequest
- ResourceNotFoundException
- The operation tried to access a nonexistent resource. The resource might not be specified correctly, or
its status might not be ACTIVE.ServiceQuotaExceededException
- Instance quota of resource exceeded for this account.ThrottlingException
- Too many requests were made by a user exceeding service quotas. The request was throttled.ValidationException
- Invalid or malformed request.InvalidEndpointException
- The requested endpoint was invalid.public UntagResourceResult untagResource(UntagResourceRequest request)
Removes the association of tags from a Timestream resource.
untagResource
in interface AmazonTimestreamWrite
untagResourceRequest
- ValidationException
- Invalid or malformed request.ServiceQuotaExceededException
- Instance quota of resource exceeded for this account.ThrottlingException
- Too many requests were made by a user exceeding service quotas. The request was throttled.ResourceNotFoundException
- The operation tried to access a nonexistent resource. The resource might not be specified correctly, or
its status might not be ACTIVE.InvalidEndpointException
- The requested endpoint was invalid.public UpdateDatabaseResult updateDatabase(UpdateDatabaseRequest request)
Modifies the KMS key for an existing database. While updating the database, you must specify the database name
and the identifier of the new KMS key to be used (KmsKeyId
). If there are any concurrent
UpdateDatabase
requests, first writer wins.
updateDatabase
in interface AmazonTimestreamWrite
updateDatabaseRequest
- ValidationException
- Invalid or malformed request.AccessDeniedException
- You are not authorized to perform this action.ResourceNotFoundException
- The operation tried to access a nonexistent resource. The resource might not be specified correctly, or
its status might not be ACTIVE.ServiceQuotaExceededException
- Instance quota of resource exceeded for this account.ThrottlingException
- Too many requests were made by a user exceeding service quotas. The request was throttled.InternalServerException
- Timestream was unable to fully process this request because of an internal server error.InvalidEndpointException
- The requested endpoint was invalid.public UpdateTableResult updateTable(UpdateTableRequest request)
Modifies the retention duration of the memory store and magnetic store for your Timestream table. Note that the change in retention duration takes effect immediately. For example, if the retention period of the memory store was initially set to 2 hours and then changed to 24 hours, the memory store will be capable of holding 24 hours of data, but will be populated with 24 hours of data 22 hours after this change was made. Timestream does not retrieve data from the magnetic store to populate the memory store.
Service quotas apply. For more information, see Access Management in the Timestream Developer Guide.
updateTable
in interface AmazonTimestreamWrite
updateTableRequest
- InternalServerException
- Timestream was unable to fully process this request because of an internal server error.ThrottlingException
- Too many requests were made by a user exceeding service quotas. The request was throttled.ValidationException
- Invalid or malformed request.ResourceNotFoundException
- The operation tried to access a nonexistent resource. The resource might not be specified correctly, or
its status might not be ACTIVE.AccessDeniedException
- You are not authorized to perform this action.InvalidEndpointException
- The requested endpoint was invalid.public WriteRecordsResult writeRecords(WriteRecordsRequest request)
The WriteRecords operation enables you to write your time series data into Timestream. You can specify a single data point or a batch of data points to be inserted into the system. Timestream offers you with a flexible schema that auto detects the column names and data types for your Timestream tables based on the dimension names and data types of the data points you specify when invoking writes into the database. Timestream support eventual consistency read semantics. This means that when you query data immediately after writing a batch of data into Timestream, the query results might not reflect the results of a recently completed write operation. The results may also include some stale data. If you repeat the query request after a short time, the results should return the latest data. Service quotas apply. For more information, see Access Management in the Timestream Developer Guide.
writeRecords
in interface AmazonTimestreamWrite
writeRecordsRequest
- InternalServerException
- Timestream was unable to fully process this request because of an internal server error.ThrottlingException
- Too many requests were made by a user exceeding service quotas. The request was throttled.ValidationException
- Invalid or malformed request.ResourceNotFoundException
- The operation tried to access a nonexistent resource. The resource might not be specified correctly, or
its status might not be ACTIVE.AccessDeniedException
- You are not authorized to perform this action.RejectedRecordsException
- WriteRecords would throw this exception in the following cases:
Records with duplicate data where there are multiple records with the same dimensions, timestamps, and measure names but different measure values.
Records with timestamps that lie outside the retention duration of the memory store
Records with dimensions or measures that exceed the Timestream defined limits.
For more information, see Access Management in the Timestream Developer Guide.
InvalidEndpointException
- The requested endpoint was invalid.public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing the request.
getCachedResponseMetadata
in interface AmazonTimestreamWrite
request
- The originally executed requestpublic void shutdown()
AmazonTimestreamWrite
shutdown
in interface AmazonTimestreamWrite
shutdown
in class AmazonWebServiceClient
Copyright © 2021. All rights reserved.