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

# Packages

Package dynamodbstreamsiface provides an interface to enable mocking the Amazon DynamoDB Streams service client for testing your code.

# Functions

KeyType_Values returns all elements of the KeyType enum.
New creates a new instance of the DynamoDBStreams client with a session.
OperationType_Values returns all elements of the OperationType enum.
ShardIteratorType_Values returns all elements of the ShardIteratorType enum.
StreamStatus_Values returns all elements of the StreamStatus enum.
StreamViewType_Values returns all elements of the StreamViewType enum.

# Constants

ID to lookup a service endpoint with.
ErrCodeExpiredIteratorException for service response error code "ExpiredIteratorException".
ErrCodeInternalServerError for service response error code "InternalServerError".
ErrCodeLimitExceededException for service response error code "LimitExceededException".
ErrCodeResourceNotFoundException for service response error code "ResourceNotFoundException".
ErrCodeTrimmedDataAccessException for service response error code "TrimmedDataAccessException".
KeyTypeHash is a KeyType enum value.
KeyTypeRange is a KeyType enum value.
OperationTypeInsert is a OperationType enum value.
OperationTypeModify is a OperationType enum value.
OperationTypeRemove is a OperationType enum value.
ServiceID is a unique identifier of a specific service.
Name of service.
ShardIteratorTypeAfterSequenceNumber is a ShardIteratorType enum value.
ShardIteratorTypeAtSequenceNumber is a ShardIteratorType enum value.
ShardIteratorTypeLatest is a ShardIteratorType enum value.
ShardIteratorTypeTrimHorizon is a ShardIteratorType enum value.
StreamStatusDisabled is a StreamStatus enum value.
StreamStatusDisabling is a StreamStatus enum value.
StreamStatusEnabled is a StreamStatus enum value.
StreamStatusEnabling is a StreamStatus enum value.
StreamViewTypeKeysOnly is a StreamViewType enum value.
StreamViewTypeNewAndOldImages is a StreamViewType enum value.
StreamViewTypeNewImage is a StreamViewType enum value.
StreamViewTypeOldImage is a StreamViewType enum value.

# Structs

Represents the input of a DescribeStream operation.
Represents the output of a DescribeStream operation.
DynamoDBStreams provides the API operation methods for making requests to Amazon DynamoDB Streams.
The shard iterator has expired and can no longer be used to retrieve stream records.
Represents the input of a GetRecords operation.
Represents the output of a GetRecords operation.
Represents the input of a GetShardIterator operation.
Represents the output of a GetShardIterator operation.
Contains details about the type of identity that made the request.
An error occurred on the server side.
There is no limit to the number of daily on-demand backups that can be taken.
Represents the input of a ListStreams operation.
Represents the output of a ListStreams operation.
A description of a unique event within a stream.
The operation tried to access a nonexistent table or index.
The beginning and ending sequence numbers for the stream records contained within a shard.
A uniquely identified group of stream records within a stream.
Represents all of the data describing a particular stream.
Represents all of the data describing a particular stream.
A description of a single data modification that was performed on an item in a DynamoDB table.
The operation attempted to read past the oldest stream record in a shard.