package
1.55.6
Repository: https://github.com/aws/aws-sdk-go.git
Documentation: pkg.go.dev

# Packages

Package timestreamwriteiface provides an interface to enable mocking the Amazon Timestream Write service client for testing your code.

# Functions

BatchLoadDataFormat_Values returns all elements of the BatchLoadDataFormat enum.
BatchLoadStatus_Values returns all elements of the BatchLoadStatus enum.
DimensionValueType_Values returns all elements of the DimensionValueType enum.
MeasureValueType_Values returns all elements of the MeasureValueType enum.
New creates a new instance of the TimestreamWrite client with a session.
PartitionKeyEnforcementLevel_Values returns all elements of the PartitionKeyEnforcementLevel enum.
PartitionKeyType_Values returns all elements of the PartitionKeyType enum.
S3EncryptionOption_Values returns all elements of the S3EncryptionOption enum.
ScalarMeasureValueType_Values returns all elements of the ScalarMeasureValueType enum.
TableStatus_Values returns all elements of the TableStatus enum.
TimeUnit_Values returns all elements of the TimeUnit enum.

# Constants

BatchLoadDataFormatCsv is a BatchLoadDataFormat enum value.
BatchLoadStatusCreated is a BatchLoadStatus enum value.
BatchLoadStatusFailed is a BatchLoadStatus enum value.
BatchLoadStatusInProgress is a BatchLoadStatus enum value.
BatchLoadStatusPendingResume is a BatchLoadStatus enum value.
BatchLoadStatusProgressStopped is a BatchLoadStatus enum value.
BatchLoadStatusSucceeded is a BatchLoadStatus enum value.
DimensionValueTypeVarchar is a DimensionValueType enum value.
ID to lookup a service endpoint with.
ErrCodeAccessDeniedException for service response error code "AccessDeniedException".
ErrCodeConflictException for service response error code "ConflictException".
ErrCodeInternalServerException for service response error code "InternalServerException".
ErrCodeInvalidEndpointException for service response error code "InvalidEndpointException".
ErrCodeRejectedRecordsException for service response error code "RejectedRecordsException".
ErrCodeResourceNotFoundException for service response error code "ResourceNotFoundException".
ErrCodeServiceQuotaExceededException for service response error code "ServiceQuotaExceededException".
ErrCodeThrottlingException for service response error code "ThrottlingException".
ErrCodeValidationException for service response error code "ValidationException".
MeasureValueTypeBigint is a MeasureValueType enum value.
MeasureValueTypeBoolean is a MeasureValueType enum value.
MeasureValueTypeDouble is a MeasureValueType enum value.
MeasureValueTypeMulti is a MeasureValueType enum value.
MeasureValueTypeTimestamp is a MeasureValueType enum value.
MeasureValueTypeVarchar is a MeasureValueType enum value.
PartitionKeyEnforcementLevelOptional is a PartitionKeyEnforcementLevel enum value.
PartitionKeyEnforcementLevelRequired is a PartitionKeyEnforcementLevel enum value.
PartitionKeyTypeDimension is a PartitionKeyType enum value.
PartitionKeyTypeMeasure is a PartitionKeyType enum value.
S3EncryptionOptionSseKms is a S3EncryptionOption enum value.
S3EncryptionOptionSseS3 is a S3EncryptionOption enum value.
ScalarMeasureValueTypeBigint is a ScalarMeasureValueType enum value.
ScalarMeasureValueTypeBoolean is a ScalarMeasureValueType enum value.
ScalarMeasureValueTypeDouble is a ScalarMeasureValueType enum value.
ScalarMeasureValueTypeTimestamp is a ScalarMeasureValueType enum value.
ScalarMeasureValueTypeVarchar is a ScalarMeasureValueType enum value.
ServiceID is a unique identifier of a specific service.
Name of service.
TableStatusActive is a TableStatus enum value.
TableStatusDeleting is a TableStatus enum value.
TableStatusRestoring is a TableStatus enum value.
TimeUnitMicroseconds is a TimeUnit enum value.
TimeUnitMilliseconds is a TimeUnit enum value.
TimeUnitNanoseconds is a TimeUnit enum value.
TimeUnitSeconds is a TimeUnit enum value.

# Structs

You are not authorized to perform this action.
Details about the progress of a batch load task.
Details about a batch load task.
Details about a batch load task.
Timestream was unable to process this request because it contains resource that already exists.
A delimited data format where the column separator can be a comma and the record separator is a newline character.
A top-level container for a table.
Data model for a batch load task.
Defines configuration details about the data source.
Represents the metadata attributes of the time series.
Represents an available endpoint against which to make API calls against, as well as the TTL for that endpoint.
Timestream was unable to fully process this request because of an internal server error.
The requested endpoint was not valid.
The location to write error reports for records rejected, asynchronously, during magnetic store writes.
The set of properties on a table for configuring magnetic store writes.
Represents the data attribute of the time series.
An attribute used in partitioning data in a table.
Represents a time-series data point being written into Timestream.
Information on the records ingested by this request.
Represents records that were not successfully inserted into Timestream due to data validation issues that must be resolved before reinserting time-series data into the system.
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: Measure values are different Version is not present in the request or the value of version in the new record is equal to or lower than the existing value In this case, if Timestream rejects data, the ExistingVersion field in the RejectedRecords response will indicate the current record’s version.
Report configuration for a batch load task.
The operation tried to access a nonexistent resource.
Retention properties contain the duration for which your time-series data must be stored in the magnetic store and the memory store.
The configuration that specifies an S3 location.
A Schema specifies the expected data model of the table.
The instance quota of resource exceeded for this account.
Represents a database table in Timestream.
A tag is a label that you assign to a Timestream database and/or table.
Too many requests were made by a user and they exceeded the service quotas.
TimestreamWrite provides the API operation methods for making requests to Amazon Timestream Write.
An invalid or malformed request.