Documentation
¶
Overview ¶
Package dynamodbstreamsiface provides an interface for the Amazon DynamoDB Streams.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DynamoDBStreamsAPI ¶
type DynamoDBStreamsAPI interface {
DescribeStream(*dynamodbstreams.DescribeStreamInput) (*dynamodbstreams.DescribeStreamOutput, error)
GetRecords(*dynamodbstreams.GetRecordsInput) (*dynamodbstreams.GetRecordsOutput, error)
GetShardIterator(*dynamodbstreams.GetShardIteratorInput) (*dynamodbstreams.GetShardIteratorOutput, error)
ListStreams(*dynamodbstreams.ListStreamsInput) (*dynamodbstreams.ListStreamsOutput, error)
}
DynamoDBStreamsAPI is the interface type for dynamodbstreams.DynamoDBStreams.
Click to show internal directories.
Click to hide internal directories.