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 workflow.Context, input *dynamodbstreams.DescribeStreamInput) (*dynamodbstreams.DescribeStreamOutput, error) DescribeStreamAsync(ctx workflow.Context, input *dynamodbstreams.DescribeStreamInput) *DescribeStreamFuture GetRecords(ctx workflow.Context, input *dynamodbstreams.GetRecordsInput) (*dynamodbstreams.GetRecordsOutput, error) GetRecordsAsync(ctx workflow.Context, input *dynamodbstreams.GetRecordsInput) *GetRecordsFuture GetShardIterator(ctx workflow.Context, input *dynamodbstreams.GetShardIteratorInput) (*dynamodbstreams.GetShardIteratorOutput, error) GetShardIteratorAsync(ctx workflow.Context, input *dynamodbstreams.GetShardIteratorInput) *GetShardIteratorFuture ListStreams(ctx workflow.Context, input *dynamodbstreams.ListStreamsInput) (*dynamodbstreams.ListStreamsOutput, error) ListStreamsAsync(ctx workflow.Context, input *dynamodbstreams.ListStreamsInput) *ListStreamsFuture }
type DescribeStreamFuture ¶
func (*DescribeStreamFuture) Get ¶
func (r *DescribeStreamFuture) Get(ctx workflow.Context) (*dynamodbstreams.DescribeStreamOutput, error)
type GetRecordsFuture ¶
func (*GetRecordsFuture) Get ¶
func (r *GetRecordsFuture) Get(ctx workflow.Context) (*dynamodbstreams.GetRecordsOutput, error)
type GetShardIteratorFuture ¶
type GetShardIteratorFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetShardIteratorFuture) Get ¶
func (r *GetShardIteratorFuture) Get(ctx workflow.Context) (*dynamodbstreams.GetShardIteratorOutput, error)
type ListStreamsFuture ¶
func (*ListStreamsFuture) Get ¶
func (r *ListStreamsFuture) Get(ctx workflow.Context) (*dynamodbstreams.ListStreamsOutput, error)
Click to show internal directories.
Click to hide internal directories.