Documentation ¶
Overview ¶
Package timestreamquerymock is a generated GoMock package.
Index ¶
- type MockTimestreamQueryAPI
- func (m *MockTimestreamQueryAPI) CancelQuery(arg0 *timestreamquery.CancelQueryInput) (*timestreamquery.CancelQueryOutput, error)
- func (m *MockTimestreamQueryAPI) CancelQueryRequest(arg0 *timestreamquery.CancelQueryInput) (*request.Request, *timestreamquery.CancelQueryOutput)
- func (m *MockTimestreamQueryAPI) CancelQueryWithContext(arg0 context.Context, arg1 *timestreamquery.CancelQueryInput, ...) (*timestreamquery.CancelQueryOutput, error)
- func (m *MockTimestreamQueryAPI) DescribeEndpoints(arg0 *timestreamquery.DescribeEndpointsInput) (*timestreamquery.DescribeEndpointsOutput, error)
- func (m *MockTimestreamQueryAPI) DescribeEndpointsRequest(arg0 *timestreamquery.DescribeEndpointsInput) (*request.Request, *timestreamquery.DescribeEndpointsOutput)
- func (m *MockTimestreamQueryAPI) DescribeEndpointsWithContext(arg0 context.Context, arg1 *timestreamquery.DescribeEndpointsInput, ...) (*timestreamquery.DescribeEndpointsOutput, error)
- func (m *MockTimestreamQueryAPI) EXPECT() *MockTimestreamQueryAPIMockRecorder
- func (m *MockTimestreamQueryAPI) Query(arg0 *timestreamquery.QueryInput) (*timestreamquery.QueryOutput, error)
- func (m *MockTimestreamQueryAPI) QueryPages(arg0 *timestreamquery.QueryInput, ...) error
- func (m *MockTimestreamQueryAPI) QueryPagesWithContext(arg0 context.Context, arg1 *timestreamquery.QueryInput, ...) error
- func (m *MockTimestreamQueryAPI) QueryRequest(arg0 *timestreamquery.QueryInput) (*request.Request, *timestreamquery.QueryOutput)
- func (m *MockTimestreamQueryAPI) QueryWithContext(arg0 context.Context, arg1 *timestreamquery.QueryInput, arg2 ...request.Option) (*timestreamquery.QueryOutput, error)
- type MockTimestreamQueryAPIMockRecorder
- func (mr *MockTimestreamQueryAPIMockRecorder) CancelQuery(arg0 interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) CancelQueryRequest(arg0 interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) CancelQueryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) DescribeEndpoints(arg0 interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) DescribeEndpointsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) DescribeEndpointsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) Query(arg0 interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) QueryPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) QueryPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) QueryRequest(arg0 interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) QueryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockTimestreamQueryAPI ¶
type MockTimestreamQueryAPI struct {
// contains filtered or unexported fields
}
MockTimestreamQueryAPI is a mock of TimestreamQueryAPI interface
func NewMockTimestreamQueryAPI ¶
func NewMockTimestreamQueryAPI(ctrl *gomock.Controller) *MockTimestreamQueryAPI
NewMockTimestreamQueryAPI creates a new mock instance
func (*MockTimestreamQueryAPI) CancelQuery ¶
func (m *MockTimestreamQueryAPI) CancelQuery(arg0 *timestreamquery.CancelQueryInput) (*timestreamquery.CancelQueryOutput, error)
CancelQuery mocks base method
func (*MockTimestreamQueryAPI) CancelQueryRequest ¶
func (m *MockTimestreamQueryAPI) CancelQueryRequest(arg0 *timestreamquery.CancelQueryInput) (*request.Request, *timestreamquery.CancelQueryOutput)
CancelQueryRequest mocks base method
func (*MockTimestreamQueryAPI) CancelQueryWithContext ¶
func (m *MockTimestreamQueryAPI) CancelQueryWithContext(arg0 context.Context, arg1 *timestreamquery.CancelQueryInput, arg2 ...request.Option) (*timestreamquery.CancelQueryOutput, error)
CancelQueryWithContext mocks base method
func (*MockTimestreamQueryAPI) DescribeEndpoints ¶
func (m *MockTimestreamQueryAPI) DescribeEndpoints(arg0 *timestreamquery.DescribeEndpointsInput) (*timestreamquery.DescribeEndpointsOutput, error)
DescribeEndpoints mocks base method
func (*MockTimestreamQueryAPI) DescribeEndpointsRequest ¶
func (m *MockTimestreamQueryAPI) DescribeEndpointsRequest(arg0 *timestreamquery.DescribeEndpointsInput) (*request.Request, *timestreamquery.DescribeEndpointsOutput)
DescribeEndpointsRequest mocks base method
func (*MockTimestreamQueryAPI) DescribeEndpointsWithContext ¶
func (m *MockTimestreamQueryAPI) DescribeEndpointsWithContext(arg0 context.Context, arg1 *timestreamquery.DescribeEndpointsInput, arg2 ...request.Option) (*timestreamquery.DescribeEndpointsOutput, error)
DescribeEndpointsWithContext mocks base method
func (*MockTimestreamQueryAPI) EXPECT ¶
func (m *MockTimestreamQueryAPI) EXPECT() *MockTimestreamQueryAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockTimestreamQueryAPI) Query ¶
func (m *MockTimestreamQueryAPI) Query(arg0 *timestreamquery.QueryInput) (*timestreamquery.QueryOutput, error)
Query mocks base method
func (*MockTimestreamQueryAPI) QueryPages ¶
func (m *MockTimestreamQueryAPI) QueryPages(arg0 *timestreamquery.QueryInput, arg1 func(*timestreamquery.QueryOutput, bool) bool) error
QueryPages mocks base method
func (*MockTimestreamQueryAPI) QueryPagesWithContext ¶
func (m *MockTimestreamQueryAPI) QueryPagesWithContext(arg0 context.Context, arg1 *timestreamquery.QueryInput, arg2 func(*timestreamquery.QueryOutput, bool) bool, arg3 ...request.Option) error
QueryPagesWithContext mocks base method
func (*MockTimestreamQueryAPI) QueryRequest ¶
func (m *MockTimestreamQueryAPI) QueryRequest(arg0 *timestreamquery.QueryInput) (*request.Request, *timestreamquery.QueryOutput)
QueryRequest mocks base method
func (*MockTimestreamQueryAPI) QueryWithContext ¶
func (m *MockTimestreamQueryAPI) QueryWithContext(arg0 context.Context, arg1 *timestreamquery.QueryInput, arg2 ...request.Option) (*timestreamquery.QueryOutput, error)
QueryWithContext mocks base method
type MockTimestreamQueryAPIMockRecorder ¶
type MockTimestreamQueryAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockTimestreamQueryAPIMockRecorder is the mock recorder for MockTimestreamQueryAPI
func (*MockTimestreamQueryAPIMockRecorder) CancelQuery ¶
func (mr *MockTimestreamQueryAPIMockRecorder) CancelQuery(arg0 interface{}) *gomock.Call
CancelQuery indicates an expected call of CancelQuery
func (*MockTimestreamQueryAPIMockRecorder) CancelQueryRequest ¶
func (mr *MockTimestreamQueryAPIMockRecorder) CancelQueryRequest(arg0 interface{}) *gomock.Call
CancelQueryRequest indicates an expected call of CancelQueryRequest
func (*MockTimestreamQueryAPIMockRecorder) CancelQueryWithContext ¶
func (mr *MockTimestreamQueryAPIMockRecorder) CancelQueryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CancelQueryWithContext indicates an expected call of CancelQueryWithContext
func (*MockTimestreamQueryAPIMockRecorder) DescribeEndpoints ¶
func (mr *MockTimestreamQueryAPIMockRecorder) DescribeEndpoints(arg0 interface{}) *gomock.Call
DescribeEndpoints indicates an expected call of DescribeEndpoints
func (*MockTimestreamQueryAPIMockRecorder) DescribeEndpointsRequest ¶
func (mr *MockTimestreamQueryAPIMockRecorder) DescribeEndpointsRequest(arg0 interface{}) *gomock.Call
DescribeEndpointsRequest indicates an expected call of DescribeEndpointsRequest
func (*MockTimestreamQueryAPIMockRecorder) DescribeEndpointsWithContext ¶
func (mr *MockTimestreamQueryAPIMockRecorder) DescribeEndpointsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeEndpointsWithContext indicates an expected call of DescribeEndpointsWithContext
func (*MockTimestreamQueryAPIMockRecorder) Query ¶
func (mr *MockTimestreamQueryAPIMockRecorder) Query(arg0 interface{}) *gomock.Call
Query indicates an expected call of Query
func (*MockTimestreamQueryAPIMockRecorder) QueryPages ¶
func (mr *MockTimestreamQueryAPIMockRecorder) QueryPages(arg0, arg1 interface{}) *gomock.Call
QueryPages indicates an expected call of QueryPages
func (*MockTimestreamQueryAPIMockRecorder) QueryPagesWithContext ¶
func (mr *MockTimestreamQueryAPIMockRecorder) QueryPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
QueryPagesWithContext indicates an expected call of QueryPagesWithContext
func (*MockTimestreamQueryAPIMockRecorder) QueryRequest ¶
func (mr *MockTimestreamQueryAPIMockRecorder) QueryRequest(arg0 interface{}) *gomock.Call
QueryRequest indicates an expected call of QueryRequest
func (*MockTimestreamQueryAPIMockRecorder) QueryWithContext ¶
func (mr *MockTimestreamQueryAPIMockRecorder) QueryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
QueryWithContext indicates an expected call of QueryWithContext