Documentation ¶
Overview ¶
Package dynamodbstreamsmock is a generated GoMock package.
Index ¶
- type MockDynamoDBStreamsAPI
- func (m *MockDynamoDBStreamsAPI) DescribeStream(arg0 *dynamodbstreams.DescribeStreamInput) (*dynamodbstreams.DescribeStreamOutput, error)
- func (m *MockDynamoDBStreamsAPI) DescribeStreamRequest(arg0 *dynamodbstreams.DescribeStreamInput) (*request.Request, *dynamodbstreams.DescribeStreamOutput)
- func (m *MockDynamoDBStreamsAPI) DescribeStreamWithContext(arg0 context.Context, arg1 *dynamodbstreams.DescribeStreamInput, ...) (*dynamodbstreams.DescribeStreamOutput, error)
- func (m *MockDynamoDBStreamsAPI) EXPECT() *MockDynamoDBStreamsAPIMockRecorder
- func (m *MockDynamoDBStreamsAPI) GetRecords(arg0 *dynamodbstreams.GetRecordsInput) (*dynamodbstreams.GetRecordsOutput, error)
- func (m *MockDynamoDBStreamsAPI) GetRecordsRequest(arg0 *dynamodbstreams.GetRecordsInput) (*request.Request, *dynamodbstreams.GetRecordsOutput)
- func (m *MockDynamoDBStreamsAPI) GetRecordsWithContext(arg0 context.Context, arg1 *dynamodbstreams.GetRecordsInput, ...) (*dynamodbstreams.GetRecordsOutput, error)
- func (m *MockDynamoDBStreamsAPI) GetShardIterator(arg0 *dynamodbstreams.GetShardIteratorInput) (*dynamodbstreams.GetShardIteratorOutput, error)
- func (m *MockDynamoDBStreamsAPI) GetShardIteratorRequest(arg0 *dynamodbstreams.GetShardIteratorInput) (*request.Request, *dynamodbstreams.GetShardIteratorOutput)
- func (m *MockDynamoDBStreamsAPI) GetShardIteratorWithContext(arg0 context.Context, arg1 *dynamodbstreams.GetShardIteratorInput, ...) (*dynamodbstreams.GetShardIteratorOutput, error)
- func (m *MockDynamoDBStreamsAPI) ListStreams(arg0 *dynamodbstreams.ListStreamsInput) (*dynamodbstreams.ListStreamsOutput, error)
- func (m *MockDynamoDBStreamsAPI) ListStreamsRequest(arg0 *dynamodbstreams.ListStreamsInput) (*request.Request, *dynamodbstreams.ListStreamsOutput)
- func (m *MockDynamoDBStreamsAPI) ListStreamsWithContext(arg0 context.Context, arg1 *dynamodbstreams.ListStreamsInput, ...) (*dynamodbstreams.ListStreamsOutput, error)
- type MockDynamoDBStreamsAPIMockRecorder
- func (mr *MockDynamoDBStreamsAPIMockRecorder) DescribeStream(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBStreamsAPIMockRecorder) DescribeStreamRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBStreamsAPIMockRecorder) DescribeStreamWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBStreamsAPIMockRecorder) GetRecords(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBStreamsAPIMockRecorder) GetRecordsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBStreamsAPIMockRecorder) GetRecordsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBStreamsAPIMockRecorder) GetShardIterator(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBStreamsAPIMockRecorder) GetShardIteratorRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBStreamsAPIMockRecorder) GetShardIteratorWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBStreamsAPIMockRecorder) ListStreams(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBStreamsAPIMockRecorder) ListStreamsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBStreamsAPIMockRecorder) ListStreamsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockDynamoDBStreamsAPI ¶
type MockDynamoDBStreamsAPI struct {
// contains filtered or unexported fields
}
MockDynamoDBStreamsAPI is a mock of DynamoDBStreamsAPI interface
func NewMockDynamoDBStreamsAPI ¶
func NewMockDynamoDBStreamsAPI(ctrl *gomock.Controller) *MockDynamoDBStreamsAPI
NewMockDynamoDBStreamsAPI creates a new mock instance
func (*MockDynamoDBStreamsAPI) DescribeStream ¶
func (m *MockDynamoDBStreamsAPI) DescribeStream(arg0 *dynamodbstreams.DescribeStreamInput) (*dynamodbstreams.DescribeStreamOutput, error)
DescribeStream mocks base method
func (*MockDynamoDBStreamsAPI) DescribeStreamRequest ¶
func (m *MockDynamoDBStreamsAPI) DescribeStreamRequest(arg0 *dynamodbstreams.DescribeStreamInput) (*request.Request, *dynamodbstreams.DescribeStreamOutput)
DescribeStreamRequest mocks base method
func (*MockDynamoDBStreamsAPI) DescribeStreamWithContext ¶
func (m *MockDynamoDBStreamsAPI) DescribeStreamWithContext(arg0 context.Context, arg1 *dynamodbstreams.DescribeStreamInput, arg2 ...request.Option) (*dynamodbstreams.DescribeStreamOutput, error)
DescribeStreamWithContext mocks base method
func (*MockDynamoDBStreamsAPI) EXPECT ¶
func (m *MockDynamoDBStreamsAPI) EXPECT() *MockDynamoDBStreamsAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockDynamoDBStreamsAPI) GetRecords ¶
func (m *MockDynamoDBStreamsAPI) GetRecords(arg0 *dynamodbstreams.GetRecordsInput) (*dynamodbstreams.GetRecordsOutput, error)
GetRecords mocks base method
func (*MockDynamoDBStreamsAPI) GetRecordsRequest ¶
func (m *MockDynamoDBStreamsAPI) GetRecordsRequest(arg0 *dynamodbstreams.GetRecordsInput) (*request.Request, *dynamodbstreams.GetRecordsOutput)
GetRecordsRequest mocks base method
func (*MockDynamoDBStreamsAPI) GetRecordsWithContext ¶
func (m *MockDynamoDBStreamsAPI) GetRecordsWithContext(arg0 context.Context, arg1 *dynamodbstreams.GetRecordsInput, arg2 ...request.Option) (*dynamodbstreams.GetRecordsOutput, error)
GetRecordsWithContext mocks base method
func (*MockDynamoDBStreamsAPI) GetShardIterator ¶
func (m *MockDynamoDBStreamsAPI) GetShardIterator(arg0 *dynamodbstreams.GetShardIteratorInput) (*dynamodbstreams.GetShardIteratorOutput, error)
GetShardIterator mocks base method
func (*MockDynamoDBStreamsAPI) GetShardIteratorRequest ¶
func (m *MockDynamoDBStreamsAPI) GetShardIteratorRequest(arg0 *dynamodbstreams.GetShardIteratorInput) (*request.Request, *dynamodbstreams.GetShardIteratorOutput)
GetShardIteratorRequest mocks base method
func (*MockDynamoDBStreamsAPI) GetShardIteratorWithContext ¶
func (m *MockDynamoDBStreamsAPI) GetShardIteratorWithContext(arg0 context.Context, arg1 *dynamodbstreams.GetShardIteratorInput, arg2 ...request.Option) (*dynamodbstreams.GetShardIteratorOutput, error)
GetShardIteratorWithContext mocks base method
func (*MockDynamoDBStreamsAPI) ListStreams ¶
func (m *MockDynamoDBStreamsAPI) ListStreams(arg0 *dynamodbstreams.ListStreamsInput) (*dynamodbstreams.ListStreamsOutput, error)
ListStreams mocks base method
func (*MockDynamoDBStreamsAPI) ListStreamsRequest ¶
func (m *MockDynamoDBStreamsAPI) ListStreamsRequest(arg0 *dynamodbstreams.ListStreamsInput) (*request.Request, *dynamodbstreams.ListStreamsOutput)
ListStreamsRequest mocks base method
func (*MockDynamoDBStreamsAPI) ListStreamsWithContext ¶
func (m *MockDynamoDBStreamsAPI) ListStreamsWithContext(arg0 context.Context, arg1 *dynamodbstreams.ListStreamsInput, arg2 ...request.Option) (*dynamodbstreams.ListStreamsOutput, error)
ListStreamsWithContext mocks base method
type MockDynamoDBStreamsAPIMockRecorder ¶
type MockDynamoDBStreamsAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockDynamoDBStreamsAPIMockRecorder is the mock recorder for MockDynamoDBStreamsAPI
func (*MockDynamoDBStreamsAPIMockRecorder) DescribeStream ¶
func (mr *MockDynamoDBStreamsAPIMockRecorder) DescribeStream(arg0 interface{}) *gomock.Call
DescribeStream indicates an expected call of DescribeStream
func (*MockDynamoDBStreamsAPIMockRecorder) DescribeStreamRequest ¶
func (mr *MockDynamoDBStreamsAPIMockRecorder) DescribeStreamRequest(arg0 interface{}) *gomock.Call
DescribeStreamRequest indicates an expected call of DescribeStreamRequest
func (*MockDynamoDBStreamsAPIMockRecorder) DescribeStreamWithContext ¶
func (mr *MockDynamoDBStreamsAPIMockRecorder) DescribeStreamWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeStreamWithContext indicates an expected call of DescribeStreamWithContext
func (*MockDynamoDBStreamsAPIMockRecorder) GetRecords ¶
func (mr *MockDynamoDBStreamsAPIMockRecorder) GetRecords(arg0 interface{}) *gomock.Call
GetRecords indicates an expected call of GetRecords
func (*MockDynamoDBStreamsAPIMockRecorder) GetRecordsRequest ¶
func (mr *MockDynamoDBStreamsAPIMockRecorder) GetRecordsRequest(arg0 interface{}) *gomock.Call
GetRecordsRequest indicates an expected call of GetRecordsRequest
func (*MockDynamoDBStreamsAPIMockRecorder) GetRecordsWithContext ¶
func (mr *MockDynamoDBStreamsAPIMockRecorder) GetRecordsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetRecordsWithContext indicates an expected call of GetRecordsWithContext
func (*MockDynamoDBStreamsAPIMockRecorder) GetShardIterator ¶
func (mr *MockDynamoDBStreamsAPIMockRecorder) GetShardIterator(arg0 interface{}) *gomock.Call
GetShardIterator indicates an expected call of GetShardIterator
func (*MockDynamoDBStreamsAPIMockRecorder) GetShardIteratorRequest ¶
func (mr *MockDynamoDBStreamsAPIMockRecorder) GetShardIteratorRequest(arg0 interface{}) *gomock.Call
GetShardIteratorRequest indicates an expected call of GetShardIteratorRequest
func (*MockDynamoDBStreamsAPIMockRecorder) GetShardIteratorWithContext ¶
func (mr *MockDynamoDBStreamsAPIMockRecorder) GetShardIteratorWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetShardIteratorWithContext indicates an expected call of GetShardIteratorWithContext
func (*MockDynamoDBStreamsAPIMockRecorder) ListStreams ¶
func (mr *MockDynamoDBStreamsAPIMockRecorder) ListStreams(arg0 interface{}) *gomock.Call
ListStreams indicates an expected call of ListStreams
func (*MockDynamoDBStreamsAPIMockRecorder) ListStreamsRequest ¶
func (mr *MockDynamoDBStreamsAPIMockRecorder) ListStreamsRequest(arg0 interface{}) *gomock.Call
ListStreamsRequest indicates an expected call of ListStreamsRequest
func (*MockDynamoDBStreamsAPIMockRecorder) ListStreamsWithContext ¶
func (mr *MockDynamoDBStreamsAPIMockRecorder) ListStreamsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListStreamsWithContext indicates an expected call of ListStreamsWithContext