package
1.10.45
Repository: https://github.com/tessr/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

New creates a new instance of the DynamoDBStreams client with a session.

# Constants

Service ID for Regions and Endpoints metadata.
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.
Service endpoint prefix API calls made to.
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.
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.
Represents the input of a ListStreams operation.
Represents the output of a ListStreams operation.
A description of a unique event within a stream.
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.