Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
DescribeStream(ctx context.Context, params *DescribeStreamInput, optFns ...func(*Options)) (*DescribeStreamOutput, error)
GetRecords(ctx context.Context, params *GetRecordsInput, optFns ...func(*Options)) (*GetRecordsOutput, error)
GetShardIterator(ctx context.Context, params *GetShardIteratorInput, optFns ...func(*Options)) (*GetShardIteratorOutput, error)
ListStreams(ctx context.Context, params *ListStreamsInput, optFns ...func(*Options)) (*ListStreamsOutput, error)
}
type DescribeStreamInput ¶
type DescribeStreamInput = dynamodbstreams.DescribeStreamInput
type DescribeStreamOutput ¶
type DescribeStreamOutput = dynamodbstreams.DescribeStreamOutput
type GetRecordsInput ¶
type GetRecordsInput = dynamodbstreams.GetRecordsInput
type GetRecordsOutput ¶
type GetRecordsOutput = dynamodbstreams.GetRecordsOutput
type GetShardIteratorInput ¶
type GetShardIteratorInput = dynamodbstreams.GetShardIteratorInput
type GetShardIteratorOutput ¶
type GetShardIteratorOutput = dynamodbstreams.GetShardIteratorOutput
type ListStreamsInput ¶
type ListStreamsInput = dynamodbstreams.ListStreamsInput
type ListStreamsOutput ¶
type ListStreamsOutput = dynamodbstreams.ListStreamsOutput
type Options ¶
type Options = dynamodbstreams.Options
Click to show internal directories.
Click to hide internal directories.