# 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
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.
A ServiceName is the name of the service the client will make API calls 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.
Amazon DynamoDB Streams provides API actions for accessing streams and processing 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.
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.