Documentation ¶
Overview ¶
Package simpledbmock is a generated GoMock package.
Index ¶
- type MockSimpleDBAPI
- func (m *MockSimpleDBAPI) BatchDeleteAttributes(arg0 *simpledb.BatchDeleteAttributesInput) (*simpledb.BatchDeleteAttributesOutput, error)
- func (m *MockSimpleDBAPI) BatchDeleteAttributesRequest(arg0 *simpledb.BatchDeleteAttributesInput) (*request.Request, *simpledb.BatchDeleteAttributesOutput)
- func (m *MockSimpleDBAPI) BatchDeleteAttributesWithContext(arg0 context.Context, arg1 *simpledb.BatchDeleteAttributesInput, ...) (*simpledb.BatchDeleteAttributesOutput, error)
- func (m *MockSimpleDBAPI) BatchPutAttributes(arg0 *simpledb.BatchPutAttributesInput) (*simpledb.BatchPutAttributesOutput, error)
- func (m *MockSimpleDBAPI) BatchPutAttributesRequest(arg0 *simpledb.BatchPutAttributesInput) (*request.Request, *simpledb.BatchPutAttributesOutput)
- func (m *MockSimpleDBAPI) BatchPutAttributesWithContext(arg0 context.Context, arg1 *simpledb.BatchPutAttributesInput, ...) (*simpledb.BatchPutAttributesOutput, error)
- func (m *MockSimpleDBAPI) CreateDomain(arg0 *simpledb.CreateDomainInput) (*simpledb.CreateDomainOutput, error)
- func (m *MockSimpleDBAPI) CreateDomainRequest(arg0 *simpledb.CreateDomainInput) (*request.Request, *simpledb.CreateDomainOutput)
- func (m *MockSimpleDBAPI) CreateDomainWithContext(arg0 context.Context, arg1 *simpledb.CreateDomainInput, arg2 ...request.Option) (*simpledb.CreateDomainOutput, error)
- func (m *MockSimpleDBAPI) DeleteAttributes(arg0 *simpledb.DeleteAttributesInput) (*simpledb.DeleteAttributesOutput, error)
- func (m *MockSimpleDBAPI) DeleteAttributesRequest(arg0 *simpledb.DeleteAttributesInput) (*request.Request, *simpledb.DeleteAttributesOutput)
- func (m *MockSimpleDBAPI) DeleteAttributesWithContext(arg0 context.Context, arg1 *simpledb.DeleteAttributesInput, ...) (*simpledb.DeleteAttributesOutput, error)
- func (m *MockSimpleDBAPI) DeleteDomain(arg0 *simpledb.DeleteDomainInput) (*simpledb.DeleteDomainOutput, error)
- func (m *MockSimpleDBAPI) DeleteDomainRequest(arg0 *simpledb.DeleteDomainInput) (*request.Request, *simpledb.DeleteDomainOutput)
- func (m *MockSimpleDBAPI) DeleteDomainWithContext(arg0 context.Context, arg1 *simpledb.DeleteDomainInput, arg2 ...request.Option) (*simpledb.DeleteDomainOutput, error)
- func (m *MockSimpleDBAPI) DomainMetadata(arg0 *simpledb.DomainMetadataInput) (*simpledb.DomainMetadataOutput, error)
- func (m *MockSimpleDBAPI) DomainMetadataRequest(arg0 *simpledb.DomainMetadataInput) (*request.Request, *simpledb.DomainMetadataOutput)
- func (m *MockSimpleDBAPI) DomainMetadataWithContext(arg0 context.Context, arg1 *simpledb.DomainMetadataInput, ...) (*simpledb.DomainMetadataOutput, error)
- func (m *MockSimpleDBAPI) EXPECT() *MockSimpleDBAPIMockRecorder
- func (m *MockSimpleDBAPI) GetAttributes(arg0 *simpledb.GetAttributesInput) (*simpledb.GetAttributesOutput, error)
- func (m *MockSimpleDBAPI) GetAttributesRequest(arg0 *simpledb.GetAttributesInput) (*request.Request, *simpledb.GetAttributesOutput)
- func (m *MockSimpleDBAPI) GetAttributesWithContext(arg0 context.Context, arg1 *simpledb.GetAttributesInput, ...) (*simpledb.GetAttributesOutput, error)
- func (m *MockSimpleDBAPI) ListDomains(arg0 *simpledb.ListDomainsInput) (*simpledb.ListDomainsOutput, error)
- func (m *MockSimpleDBAPI) ListDomainsPages(arg0 *simpledb.ListDomainsInput, ...) error
- func (m *MockSimpleDBAPI) ListDomainsPagesWithContext(arg0 context.Context, arg1 *simpledb.ListDomainsInput, ...) error
- func (m *MockSimpleDBAPI) ListDomainsRequest(arg0 *simpledb.ListDomainsInput) (*request.Request, *simpledb.ListDomainsOutput)
- func (m *MockSimpleDBAPI) ListDomainsWithContext(arg0 context.Context, arg1 *simpledb.ListDomainsInput, arg2 ...request.Option) (*simpledb.ListDomainsOutput, error)
- func (m *MockSimpleDBAPI) PutAttributes(arg0 *simpledb.PutAttributesInput) (*simpledb.PutAttributesOutput, error)
- func (m *MockSimpleDBAPI) PutAttributesRequest(arg0 *simpledb.PutAttributesInput) (*request.Request, *simpledb.PutAttributesOutput)
- func (m *MockSimpleDBAPI) PutAttributesWithContext(arg0 context.Context, arg1 *simpledb.PutAttributesInput, ...) (*simpledb.PutAttributesOutput, error)
- func (m *MockSimpleDBAPI) Select(arg0 *simpledb.SelectInput) (*simpledb.SelectOutput, error)
- func (m *MockSimpleDBAPI) SelectPages(arg0 *simpledb.SelectInput, arg1 func(*simpledb.SelectOutput, bool) bool) error
- func (m *MockSimpleDBAPI) SelectPagesWithContext(arg0 context.Context, arg1 *simpledb.SelectInput, ...) error
- func (m *MockSimpleDBAPI) SelectRequest(arg0 *simpledb.SelectInput) (*request.Request, *simpledb.SelectOutput)
- func (m *MockSimpleDBAPI) SelectWithContext(arg0 context.Context, arg1 *simpledb.SelectInput, arg2 ...request.Option) (*simpledb.SelectOutput, error)
- type MockSimpleDBAPIMockRecorder
- func (mr *MockSimpleDBAPIMockRecorder) BatchDeleteAttributes(arg0 interface{}) *gomock.Call
- func (mr *MockSimpleDBAPIMockRecorder) BatchDeleteAttributesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSimpleDBAPIMockRecorder) BatchDeleteAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSimpleDBAPIMockRecorder) BatchPutAttributes(arg0 interface{}) *gomock.Call
- func (mr *MockSimpleDBAPIMockRecorder) BatchPutAttributesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSimpleDBAPIMockRecorder) BatchPutAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSimpleDBAPIMockRecorder) CreateDomain(arg0 interface{}) *gomock.Call
- func (mr *MockSimpleDBAPIMockRecorder) CreateDomainRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSimpleDBAPIMockRecorder) CreateDomainWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSimpleDBAPIMockRecorder) DeleteAttributes(arg0 interface{}) *gomock.Call
- func (mr *MockSimpleDBAPIMockRecorder) DeleteAttributesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSimpleDBAPIMockRecorder) DeleteAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSimpleDBAPIMockRecorder) DeleteDomain(arg0 interface{}) *gomock.Call
- func (mr *MockSimpleDBAPIMockRecorder) DeleteDomainRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSimpleDBAPIMockRecorder) DeleteDomainWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSimpleDBAPIMockRecorder) DomainMetadata(arg0 interface{}) *gomock.Call
- func (mr *MockSimpleDBAPIMockRecorder) DomainMetadataRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSimpleDBAPIMockRecorder) DomainMetadataWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSimpleDBAPIMockRecorder) GetAttributes(arg0 interface{}) *gomock.Call
- func (mr *MockSimpleDBAPIMockRecorder) GetAttributesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSimpleDBAPIMockRecorder) GetAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSimpleDBAPIMockRecorder) ListDomains(arg0 interface{}) *gomock.Call
- func (mr *MockSimpleDBAPIMockRecorder) ListDomainsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSimpleDBAPIMockRecorder) ListDomainsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockSimpleDBAPIMockRecorder) ListDomainsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSimpleDBAPIMockRecorder) ListDomainsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSimpleDBAPIMockRecorder) PutAttributes(arg0 interface{}) *gomock.Call
- func (mr *MockSimpleDBAPIMockRecorder) PutAttributesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSimpleDBAPIMockRecorder) PutAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSimpleDBAPIMockRecorder) Select(arg0 interface{}) *gomock.Call
- func (mr *MockSimpleDBAPIMockRecorder) SelectPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSimpleDBAPIMockRecorder) SelectPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockSimpleDBAPIMockRecorder) SelectRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSimpleDBAPIMockRecorder) SelectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSimpleDBAPI ¶
type MockSimpleDBAPI struct {
// contains filtered or unexported fields
}
MockSimpleDBAPI is a mock of SimpleDBAPI interface
func NewMockSimpleDBAPI ¶
func NewMockSimpleDBAPI(ctrl *gomock.Controller) *MockSimpleDBAPI
NewMockSimpleDBAPI creates a new mock instance
func (*MockSimpleDBAPI) BatchDeleteAttributes ¶
func (m *MockSimpleDBAPI) BatchDeleteAttributes(arg0 *simpledb.BatchDeleteAttributesInput) (*simpledb.BatchDeleteAttributesOutput, error)
BatchDeleteAttributes mocks base method
func (*MockSimpleDBAPI) BatchDeleteAttributesRequest ¶
func (m *MockSimpleDBAPI) BatchDeleteAttributesRequest(arg0 *simpledb.BatchDeleteAttributesInput) (*request.Request, *simpledb.BatchDeleteAttributesOutput)
BatchDeleteAttributesRequest mocks base method
func (*MockSimpleDBAPI) BatchDeleteAttributesWithContext ¶
func (m *MockSimpleDBAPI) BatchDeleteAttributesWithContext(arg0 context.Context, arg1 *simpledb.BatchDeleteAttributesInput, arg2 ...request.Option) (*simpledb.BatchDeleteAttributesOutput, error)
BatchDeleteAttributesWithContext mocks base method
func (*MockSimpleDBAPI) BatchPutAttributes ¶
func (m *MockSimpleDBAPI) BatchPutAttributes(arg0 *simpledb.BatchPutAttributesInput) (*simpledb.BatchPutAttributesOutput, error)
BatchPutAttributes mocks base method
func (*MockSimpleDBAPI) BatchPutAttributesRequest ¶
func (m *MockSimpleDBAPI) BatchPutAttributesRequest(arg0 *simpledb.BatchPutAttributesInput) (*request.Request, *simpledb.BatchPutAttributesOutput)
BatchPutAttributesRequest mocks base method
func (*MockSimpleDBAPI) BatchPutAttributesWithContext ¶
func (m *MockSimpleDBAPI) BatchPutAttributesWithContext(arg0 context.Context, arg1 *simpledb.BatchPutAttributesInput, arg2 ...request.Option) (*simpledb.BatchPutAttributesOutput, error)
BatchPutAttributesWithContext mocks base method
func (*MockSimpleDBAPI) CreateDomain ¶
func (m *MockSimpleDBAPI) CreateDomain(arg0 *simpledb.CreateDomainInput) (*simpledb.CreateDomainOutput, error)
CreateDomain mocks base method
func (*MockSimpleDBAPI) CreateDomainRequest ¶
func (m *MockSimpleDBAPI) CreateDomainRequest(arg0 *simpledb.CreateDomainInput) (*request.Request, *simpledb.CreateDomainOutput)
CreateDomainRequest mocks base method
func (*MockSimpleDBAPI) CreateDomainWithContext ¶
func (m *MockSimpleDBAPI) CreateDomainWithContext(arg0 context.Context, arg1 *simpledb.CreateDomainInput, arg2 ...request.Option) (*simpledb.CreateDomainOutput, error)
CreateDomainWithContext mocks base method
func (*MockSimpleDBAPI) DeleteAttributes ¶
func (m *MockSimpleDBAPI) DeleteAttributes(arg0 *simpledb.DeleteAttributesInput) (*simpledb.DeleteAttributesOutput, error)
DeleteAttributes mocks base method
func (*MockSimpleDBAPI) DeleteAttributesRequest ¶
func (m *MockSimpleDBAPI) DeleteAttributesRequest(arg0 *simpledb.DeleteAttributesInput) (*request.Request, *simpledb.DeleteAttributesOutput)
DeleteAttributesRequest mocks base method
func (*MockSimpleDBAPI) DeleteAttributesWithContext ¶
func (m *MockSimpleDBAPI) DeleteAttributesWithContext(arg0 context.Context, arg1 *simpledb.DeleteAttributesInput, arg2 ...request.Option) (*simpledb.DeleteAttributesOutput, error)
DeleteAttributesWithContext mocks base method
func (*MockSimpleDBAPI) DeleteDomain ¶
func (m *MockSimpleDBAPI) DeleteDomain(arg0 *simpledb.DeleteDomainInput) (*simpledb.DeleteDomainOutput, error)
DeleteDomain mocks base method
func (*MockSimpleDBAPI) DeleteDomainRequest ¶
func (m *MockSimpleDBAPI) DeleteDomainRequest(arg0 *simpledb.DeleteDomainInput) (*request.Request, *simpledb.DeleteDomainOutput)
DeleteDomainRequest mocks base method
func (*MockSimpleDBAPI) DeleteDomainWithContext ¶
func (m *MockSimpleDBAPI) DeleteDomainWithContext(arg0 context.Context, arg1 *simpledb.DeleteDomainInput, arg2 ...request.Option) (*simpledb.DeleteDomainOutput, error)
DeleteDomainWithContext mocks base method
func (*MockSimpleDBAPI) DomainMetadata ¶
func (m *MockSimpleDBAPI) DomainMetadata(arg0 *simpledb.DomainMetadataInput) (*simpledb.DomainMetadataOutput, error)
DomainMetadata mocks base method
func (*MockSimpleDBAPI) DomainMetadataRequest ¶
func (m *MockSimpleDBAPI) DomainMetadataRequest(arg0 *simpledb.DomainMetadataInput) (*request.Request, *simpledb.DomainMetadataOutput)
DomainMetadataRequest mocks base method
func (*MockSimpleDBAPI) DomainMetadataWithContext ¶
func (m *MockSimpleDBAPI) DomainMetadataWithContext(arg0 context.Context, arg1 *simpledb.DomainMetadataInput, arg2 ...request.Option) (*simpledb.DomainMetadataOutput, error)
DomainMetadataWithContext mocks base method
func (*MockSimpleDBAPI) EXPECT ¶
func (m *MockSimpleDBAPI) EXPECT() *MockSimpleDBAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockSimpleDBAPI) GetAttributes ¶
func (m *MockSimpleDBAPI) GetAttributes(arg0 *simpledb.GetAttributesInput) (*simpledb.GetAttributesOutput, error)
GetAttributes mocks base method
func (*MockSimpleDBAPI) GetAttributesRequest ¶
func (m *MockSimpleDBAPI) GetAttributesRequest(arg0 *simpledb.GetAttributesInput) (*request.Request, *simpledb.GetAttributesOutput)
GetAttributesRequest mocks base method
func (*MockSimpleDBAPI) GetAttributesWithContext ¶
func (m *MockSimpleDBAPI) GetAttributesWithContext(arg0 context.Context, arg1 *simpledb.GetAttributesInput, arg2 ...request.Option) (*simpledb.GetAttributesOutput, error)
GetAttributesWithContext mocks base method
func (*MockSimpleDBAPI) ListDomains ¶
func (m *MockSimpleDBAPI) ListDomains(arg0 *simpledb.ListDomainsInput) (*simpledb.ListDomainsOutput, error)
ListDomains mocks base method
func (*MockSimpleDBAPI) ListDomainsPages ¶
func (m *MockSimpleDBAPI) ListDomainsPages(arg0 *simpledb.ListDomainsInput, arg1 func(*simpledb.ListDomainsOutput, bool) bool) error
ListDomainsPages mocks base method
func (*MockSimpleDBAPI) ListDomainsPagesWithContext ¶
func (m *MockSimpleDBAPI) ListDomainsPagesWithContext(arg0 context.Context, arg1 *simpledb.ListDomainsInput, arg2 func(*simpledb.ListDomainsOutput, bool) bool, arg3 ...request.Option) error
ListDomainsPagesWithContext mocks base method
func (*MockSimpleDBAPI) ListDomainsRequest ¶
func (m *MockSimpleDBAPI) ListDomainsRequest(arg0 *simpledb.ListDomainsInput) (*request.Request, *simpledb.ListDomainsOutput)
ListDomainsRequest mocks base method
func (*MockSimpleDBAPI) ListDomainsWithContext ¶
func (m *MockSimpleDBAPI) ListDomainsWithContext(arg0 context.Context, arg1 *simpledb.ListDomainsInput, arg2 ...request.Option) (*simpledb.ListDomainsOutput, error)
ListDomainsWithContext mocks base method
func (*MockSimpleDBAPI) PutAttributes ¶
func (m *MockSimpleDBAPI) PutAttributes(arg0 *simpledb.PutAttributesInput) (*simpledb.PutAttributesOutput, error)
PutAttributes mocks base method
func (*MockSimpleDBAPI) PutAttributesRequest ¶
func (m *MockSimpleDBAPI) PutAttributesRequest(arg0 *simpledb.PutAttributesInput) (*request.Request, *simpledb.PutAttributesOutput)
PutAttributesRequest mocks base method
func (*MockSimpleDBAPI) PutAttributesWithContext ¶
func (m *MockSimpleDBAPI) PutAttributesWithContext(arg0 context.Context, arg1 *simpledb.PutAttributesInput, arg2 ...request.Option) (*simpledb.PutAttributesOutput, error)
PutAttributesWithContext mocks base method
func (*MockSimpleDBAPI) Select ¶
func (m *MockSimpleDBAPI) Select(arg0 *simpledb.SelectInput) (*simpledb.SelectOutput, error)
Select mocks base method
func (*MockSimpleDBAPI) SelectPages ¶
func (m *MockSimpleDBAPI) SelectPages(arg0 *simpledb.SelectInput, arg1 func(*simpledb.SelectOutput, bool) bool) error
SelectPages mocks base method
func (*MockSimpleDBAPI) SelectPagesWithContext ¶
func (m *MockSimpleDBAPI) SelectPagesWithContext(arg0 context.Context, arg1 *simpledb.SelectInput, arg2 func(*simpledb.SelectOutput, bool) bool, arg3 ...request.Option) error
SelectPagesWithContext mocks base method
func (*MockSimpleDBAPI) SelectRequest ¶
func (m *MockSimpleDBAPI) SelectRequest(arg0 *simpledb.SelectInput) (*request.Request, *simpledb.SelectOutput)
SelectRequest mocks base method
func (*MockSimpleDBAPI) SelectWithContext ¶
func (m *MockSimpleDBAPI) SelectWithContext(arg0 context.Context, arg1 *simpledb.SelectInput, arg2 ...request.Option) (*simpledb.SelectOutput, error)
SelectWithContext mocks base method
type MockSimpleDBAPIMockRecorder ¶
type MockSimpleDBAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockSimpleDBAPIMockRecorder is the mock recorder for MockSimpleDBAPI
func (*MockSimpleDBAPIMockRecorder) BatchDeleteAttributes ¶
func (mr *MockSimpleDBAPIMockRecorder) BatchDeleteAttributes(arg0 interface{}) *gomock.Call
BatchDeleteAttributes indicates an expected call of BatchDeleteAttributes
func (*MockSimpleDBAPIMockRecorder) BatchDeleteAttributesRequest ¶
func (mr *MockSimpleDBAPIMockRecorder) BatchDeleteAttributesRequest(arg0 interface{}) *gomock.Call
BatchDeleteAttributesRequest indicates an expected call of BatchDeleteAttributesRequest
func (*MockSimpleDBAPIMockRecorder) BatchDeleteAttributesWithContext ¶
func (mr *MockSimpleDBAPIMockRecorder) BatchDeleteAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
BatchDeleteAttributesWithContext indicates an expected call of BatchDeleteAttributesWithContext
func (*MockSimpleDBAPIMockRecorder) BatchPutAttributes ¶
func (mr *MockSimpleDBAPIMockRecorder) BatchPutAttributes(arg0 interface{}) *gomock.Call
BatchPutAttributes indicates an expected call of BatchPutAttributes
func (*MockSimpleDBAPIMockRecorder) BatchPutAttributesRequest ¶
func (mr *MockSimpleDBAPIMockRecorder) BatchPutAttributesRequest(arg0 interface{}) *gomock.Call
BatchPutAttributesRequest indicates an expected call of BatchPutAttributesRequest
func (*MockSimpleDBAPIMockRecorder) BatchPutAttributesWithContext ¶
func (mr *MockSimpleDBAPIMockRecorder) BatchPutAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
BatchPutAttributesWithContext indicates an expected call of BatchPutAttributesWithContext
func (*MockSimpleDBAPIMockRecorder) CreateDomain ¶
func (mr *MockSimpleDBAPIMockRecorder) CreateDomain(arg0 interface{}) *gomock.Call
CreateDomain indicates an expected call of CreateDomain
func (*MockSimpleDBAPIMockRecorder) CreateDomainRequest ¶
func (mr *MockSimpleDBAPIMockRecorder) CreateDomainRequest(arg0 interface{}) *gomock.Call
CreateDomainRequest indicates an expected call of CreateDomainRequest
func (*MockSimpleDBAPIMockRecorder) CreateDomainWithContext ¶
func (mr *MockSimpleDBAPIMockRecorder) CreateDomainWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateDomainWithContext indicates an expected call of CreateDomainWithContext
func (*MockSimpleDBAPIMockRecorder) DeleteAttributes ¶
func (mr *MockSimpleDBAPIMockRecorder) DeleteAttributes(arg0 interface{}) *gomock.Call
DeleteAttributes indicates an expected call of DeleteAttributes
func (*MockSimpleDBAPIMockRecorder) DeleteAttributesRequest ¶
func (mr *MockSimpleDBAPIMockRecorder) DeleteAttributesRequest(arg0 interface{}) *gomock.Call
DeleteAttributesRequest indicates an expected call of DeleteAttributesRequest
func (*MockSimpleDBAPIMockRecorder) DeleteAttributesWithContext ¶
func (mr *MockSimpleDBAPIMockRecorder) DeleteAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteAttributesWithContext indicates an expected call of DeleteAttributesWithContext
func (*MockSimpleDBAPIMockRecorder) DeleteDomain ¶
func (mr *MockSimpleDBAPIMockRecorder) DeleteDomain(arg0 interface{}) *gomock.Call
DeleteDomain indicates an expected call of DeleteDomain
func (*MockSimpleDBAPIMockRecorder) DeleteDomainRequest ¶
func (mr *MockSimpleDBAPIMockRecorder) DeleteDomainRequest(arg0 interface{}) *gomock.Call
DeleteDomainRequest indicates an expected call of DeleteDomainRequest
func (*MockSimpleDBAPIMockRecorder) DeleteDomainWithContext ¶
func (mr *MockSimpleDBAPIMockRecorder) DeleteDomainWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteDomainWithContext indicates an expected call of DeleteDomainWithContext
func (*MockSimpleDBAPIMockRecorder) DomainMetadata ¶
func (mr *MockSimpleDBAPIMockRecorder) DomainMetadata(arg0 interface{}) *gomock.Call
DomainMetadata indicates an expected call of DomainMetadata
func (*MockSimpleDBAPIMockRecorder) DomainMetadataRequest ¶
func (mr *MockSimpleDBAPIMockRecorder) DomainMetadataRequest(arg0 interface{}) *gomock.Call
DomainMetadataRequest indicates an expected call of DomainMetadataRequest
func (*MockSimpleDBAPIMockRecorder) DomainMetadataWithContext ¶
func (mr *MockSimpleDBAPIMockRecorder) DomainMetadataWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DomainMetadataWithContext indicates an expected call of DomainMetadataWithContext
func (*MockSimpleDBAPIMockRecorder) GetAttributes ¶
func (mr *MockSimpleDBAPIMockRecorder) GetAttributes(arg0 interface{}) *gomock.Call
GetAttributes indicates an expected call of GetAttributes
func (*MockSimpleDBAPIMockRecorder) GetAttributesRequest ¶
func (mr *MockSimpleDBAPIMockRecorder) GetAttributesRequest(arg0 interface{}) *gomock.Call
GetAttributesRequest indicates an expected call of GetAttributesRequest
func (*MockSimpleDBAPIMockRecorder) GetAttributesWithContext ¶
func (mr *MockSimpleDBAPIMockRecorder) GetAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetAttributesWithContext indicates an expected call of GetAttributesWithContext
func (*MockSimpleDBAPIMockRecorder) ListDomains ¶
func (mr *MockSimpleDBAPIMockRecorder) ListDomains(arg0 interface{}) *gomock.Call
ListDomains indicates an expected call of ListDomains
func (*MockSimpleDBAPIMockRecorder) ListDomainsPages ¶
func (mr *MockSimpleDBAPIMockRecorder) ListDomainsPages(arg0, arg1 interface{}) *gomock.Call
ListDomainsPages indicates an expected call of ListDomainsPages
func (*MockSimpleDBAPIMockRecorder) ListDomainsPagesWithContext ¶
func (mr *MockSimpleDBAPIMockRecorder) ListDomainsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListDomainsPagesWithContext indicates an expected call of ListDomainsPagesWithContext
func (*MockSimpleDBAPIMockRecorder) ListDomainsRequest ¶
func (mr *MockSimpleDBAPIMockRecorder) ListDomainsRequest(arg0 interface{}) *gomock.Call
ListDomainsRequest indicates an expected call of ListDomainsRequest
func (*MockSimpleDBAPIMockRecorder) ListDomainsWithContext ¶
func (mr *MockSimpleDBAPIMockRecorder) ListDomainsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListDomainsWithContext indicates an expected call of ListDomainsWithContext
func (*MockSimpleDBAPIMockRecorder) PutAttributes ¶
func (mr *MockSimpleDBAPIMockRecorder) PutAttributes(arg0 interface{}) *gomock.Call
PutAttributes indicates an expected call of PutAttributes
func (*MockSimpleDBAPIMockRecorder) PutAttributesRequest ¶
func (mr *MockSimpleDBAPIMockRecorder) PutAttributesRequest(arg0 interface{}) *gomock.Call
PutAttributesRequest indicates an expected call of PutAttributesRequest
func (*MockSimpleDBAPIMockRecorder) PutAttributesWithContext ¶
func (mr *MockSimpleDBAPIMockRecorder) PutAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutAttributesWithContext indicates an expected call of PutAttributesWithContext
func (*MockSimpleDBAPIMockRecorder) Select ¶
func (mr *MockSimpleDBAPIMockRecorder) Select(arg0 interface{}) *gomock.Call
Select indicates an expected call of Select
func (*MockSimpleDBAPIMockRecorder) SelectPages ¶
func (mr *MockSimpleDBAPIMockRecorder) SelectPages(arg0, arg1 interface{}) *gomock.Call
SelectPages indicates an expected call of SelectPages
func (*MockSimpleDBAPIMockRecorder) SelectPagesWithContext ¶
func (mr *MockSimpleDBAPIMockRecorder) SelectPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
SelectPagesWithContext indicates an expected call of SelectPagesWithContext
func (*MockSimpleDBAPIMockRecorder) SelectRequest ¶
func (mr *MockSimpleDBAPIMockRecorder) SelectRequest(arg0 interface{}) *gomock.Call
SelectRequest indicates an expected call of SelectRequest
func (*MockSimpleDBAPIMockRecorder) SelectWithContext ¶
func (mr *MockSimpleDBAPIMockRecorder) SelectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SelectWithContext indicates an expected call of SelectWithContext