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) CreateScheduledQuery(arg0 *timestreamquery.CreateScheduledQueryInput) (*timestreamquery.CreateScheduledQueryOutput, error)
- func (m *MockTimestreamQueryAPI) CreateScheduledQueryRequest(arg0 *timestreamquery.CreateScheduledQueryInput) (*request.Request, *timestreamquery.CreateScheduledQueryOutput)
- func (m *MockTimestreamQueryAPI) CreateScheduledQueryWithContext(arg0 context.Context, arg1 *timestreamquery.CreateScheduledQueryInput, ...) (*timestreamquery.CreateScheduledQueryOutput, error)
- func (m *MockTimestreamQueryAPI) DeleteScheduledQuery(arg0 *timestreamquery.DeleteScheduledQueryInput) (*timestreamquery.DeleteScheduledQueryOutput, error)
- func (m *MockTimestreamQueryAPI) DeleteScheduledQueryRequest(arg0 *timestreamquery.DeleteScheduledQueryInput) (*request.Request, *timestreamquery.DeleteScheduledQueryOutput)
- func (m *MockTimestreamQueryAPI) DeleteScheduledQueryWithContext(arg0 context.Context, arg1 *timestreamquery.DeleteScheduledQueryInput, ...) (*timestreamquery.DeleteScheduledQueryOutput, 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) DescribeScheduledQuery(arg0 *timestreamquery.DescribeScheduledQueryInput) (*timestreamquery.DescribeScheduledQueryOutput, error)
- func (m *MockTimestreamQueryAPI) DescribeScheduledQueryRequest(arg0 *timestreamquery.DescribeScheduledQueryInput) (*request.Request, *timestreamquery.DescribeScheduledQueryOutput)
- func (m *MockTimestreamQueryAPI) DescribeScheduledQueryWithContext(arg0 context.Context, arg1 *timestreamquery.DescribeScheduledQueryInput, ...) (*timestreamquery.DescribeScheduledQueryOutput, error)
- func (m *MockTimestreamQueryAPI) EXPECT() *MockTimestreamQueryAPIMockRecorder
- func (m *MockTimestreamQueryAPI) ExecuteScheduledQuery(arg0 *timestreamquery.ExecuteScheduledQueryInput) (*timestreamquery.ExecuteScheduledQueryOutput, error)
- func (m *MockTimestreamQueryAPI) ExecuteScheduledQueryRequest(arg0 *timestreamquery.ExecuteScheduledQueryInput) (*request.Request, *timestreamquery.ExecuteScheduledQueryOutput)
- func (m *MockTimestreamQueryAPI) ExecuteScheduledQueryWithContext(arg0 context.Context, arg1 *timestreamquery.ExecuteScheduledQueryInput, ...) (*timestreamquery.ExecuteScheduledQueryOutput, error)
- func (m *MockTimestreamQueryAPI) ListScheduledQueries(arg0 *timestreamquery.ListScheduledQueriesInput) (*timestreamquery.ListScheduledQueriesOutput, error)
- func (m *MockTimestreamQueryAPI) ListScheduledQueriesPages(arg0 *timestreamquery.ListScheduledQueriesInput, ...) error
- func (m *MockTimestreamQueryAPI) ListScheduledQueriesPagesWithContext(arg0 context.Context, arg1 *timestreamquery.ListScheduledQueriesInput, ...) error
- func (m *MockTimestreamQueryAPI) ListScheduledQueriesRequest(arg0 *timestreamquery.ListScheduledQueriesInput) (*request.Request, *timestreamquery.ListScheduledQueriesOutput)
- func (m *MockTimestreamQueryAPI) ListScheduledQueriesWithContext(arg0 context.Context, arg1 *timestreamquery.ListScheduledQueriesInput, ...) (*timestreamquery.ListScheduledQueriesOutput, error)
- func (m *MockTimestreamQueryAPI) ListTagsForResource(arg0 *timestreamquery.ListTagsForResourceInput) (*timestreamquery.ListTagsForResourceOutput, error)
- func (m *MockTimestreamQueryAPI) ListTagsForResourcePages(arg0 *timestreamquery.ListTagsForResourceInput, ...) error
- func (m *MockTimestreamQueryAPI) ListTagsForResourcePagesWithContext(arg0 context.Context, arg1 *timestreamquery.ListTagsForResourceInput, ...) error
- func (m *MockTimestreamQueryAPI) ListTagsForResourceRequest(arg0 *timestreamquery.ListTagsForResourceInput) (*request.Request, *timestreamquery.ListTagsForResourceOutput)
- func (m *MockTimestreamQueryAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *timestreamquery.ListTagsForResourceInput, ...) (*timestreamquery.ListTagsForResourceOutput, error)
- func (m *MockTimestreamQueryAPI) PrepareQuery(arg0 *timestreamquery.PrepareQueryInput) (*timestreamquery.PrepareQueryOutput, error)
- func (m *MockTimestreamQueryAPI) PrepareQueryRequest(arg0 *timestreamquery.PrepareQueryInput) (*request.Request, *timestreamquery.PrepareQueryOutput)
- func (m *MockTimestreamQueryAPI) PrepareQueryWithContext(arg0 context.Context, arg1 *timestreamquery.PrepareQueryInput, ...) (*timestreamquery.PrepareQueryOutput, error)
- 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)
- func (m *MockTimestreamQueryAPI) TagResource(arg0 *timestreamquery.TagResourceInput) (*timestreamquery.TagResourceOutput, error)
- func (m *MockTimestreamQueryAPI) TagResourceRequest(arg0 *timestreamquery.TagResourceInput) (*request.Request, *timestreamquery.TagResourceOutput)
- func (m *MockTimestreamQueryAPI) TagResourceWithContext(arg0 context.Context, arg1 *timestreamquery.TagResourceInput, ...) (*timestreamquery.TagResourceOutput, error)
- func (m *MockTimestreamQueryAPI) UntagResource(arg0 *timestreamquery.UntagResourceInput) (*timestreamquery.UntagResourceOutput, error)
- func (m *MockTimestreamQueryAPI) UntagResourceRequest(arg0 *timestreamquery.UntagResourceInput) (*request.Request, *timestreamquery.UntagResourceOutput)
- func (m *MockTimestreamQueryAPI) UntagResourceWithContext(arg0 context.Context, arg1 *timestreamquery.UntagResourceInput, ...) (*timestreamquery.UntagResourceOutput, error)
- func (m *MockTimestreamQueryAPI) UpdateScheduledQuery(arg0 *timestreamquery.UpdateScheduledQueryInput) (*timestreamquery.UpdateScheduledQueryOutput, error)
- func (m *MockTimestreamQueryAPI) UpdateScheduledQueryRequest(arg0 *timestreamquery.UpdateScheduledQueryInput) (*request.Request, *timestreamquery.UpdateScheduledQueryOutput)
- func (m *MockTimestreamQueryAPI) UpdateScheduledQueryWithContext(arg0 context.Context, arg1 *timestreamquery.UpdateScheduledQueryInput, ...) (*timestreamquery.UpdateScheduledQueryOutput, 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) CreateScheduledQuery(arg0 interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) CreateScheduledQueryRequest(arg0 interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) CreateScheduledQueryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) DeleteScheduledQuery(arg0 interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) DeleteScheduledQueryRequest(arg0 interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) DeleteScheduledQueryWithContext(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) DescribeScheduledQuery(arg0 interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) DescribeScheduledQueryRequest(arg0 interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) DescribeScheduledQueryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) ExecuteScheduledQuery(arg0 interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) ExecuteScheduledQueryRequest(arg0 interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) ExecuteScheduledQueryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) ListScheduledQueries(arg0 interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) ListScheduledQueriesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) ListScheduledQueriesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) ListScheduledQueriesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) ListScheduledQueriesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) ListTagsForResourcePages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) ListTagsForResourcePagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) PrepareQuery(arg0 interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) PrepareQueryRequest(arg0 interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) PrepareQueryWithContext(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
- func (mr *MockTimestreamQueryAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) UpdateScheduledQuery(arg0 interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) UpdateScheduledQueryRequest(arg0 interface{}) *gomock.Call
- func (mr *MockTimestreamQueryAPIMockRecorder) UpdateScheduledQueryWithContext(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) CreateScheduledQuery ¶ added in v1.43.22
func (m *MockTimestreamQueryAPI) CreateScheduledQuery(arg0 *timestreamquery.CreateScheduledQueryInput) (*timestreamquery.CreateScheduledQueryOutput, error)
CreateScheduledQuery mocks base method.
func (*MockTimestreamQueryAPI) CreateScheduledQueryRequest ¶ added in v1.43.22
func (m *MockTimestreamQueryAPI) CreateScheduledQueryRequest(arg0 *timestreamquery.CreateScheduledQueryInput) (*request.Request, *timestreamquery.CreateScheduledQueryOutput)
CreateScheduledQueryRequest mocks base method.
func (*MockTimestreamQueryAPI) CreateScheduledQueryWithContext ¶ added in v1.43.22
func (m *MockTimestreamQueryAPI) CreateScheduledQueryWithContext(arg0 context.Context, arg1 *timestreamquery.CreateScheduledQueryInput, arg2 ...request.Option) (*timestreamquery.CreateScheduledQueryOutput, error)
CreateScheduledQueryWithContext mocks base method.
func (*MockTimestreamQueryAPI) DeleteScheduledQuery ¶ added in v1.43.22
func (m *MockTimestreamQueryAPI) DeleteScheduledQuery(arg0 *timestreamquery.DeleteScheduledQueryInput) (*timestreamquery.DeleteScheduledQueryOutput, error)
DeleteScheduledQuery mocks base method.
func (*MockTimestreamQueryAPI) DeleteScheduledQueryRequest ¶ added in v1.43.22
func (m *MockTimestreamQueryAPI) DeleteScheduledQueryRequest(arg0 *timestreamquery.DeleteScheduledQueryInput) (*request.Request, *timestreamquery.DeleteScheduledQueryOutput)
DeleteScheduledQueryRequest mocks base method.
func (*MockTimestreamQueryAPI) DeleteScheduledQueryWithContext ¶ added in v1.43.22
func (m *MockTimestreamQueryAPI) DeleteScheduledQueryWithContext(arg0 context.Context, arg1 *timestreamquery.DeleteScheduledQueryInput, arg2 ...request.Option) (*timestreamquery.DeleteScheduledQueryOutput, error)
DeleteScheduledQueryWithContext 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) DescribeScheduledQuery ¶ added in v1.43.22
func (m *MockTimestreamQueryAPI) DescribeScheduledQuery(arg0 *timestreamquery.DescribeScheduledQueryInput) (*timestreamquery.DescribeScheduledQueryOutput, error)
DescribeScheduledQuery mocks base method.
func (*MockTimestreamQueryAPI) DescribeScheduledQueryRequest ¶ added in v1.43.22
func (m *MockTimestreamQueryAPI) DescribeScheduledQueryRequest(arg0 *timestreamquery.DescribeScheduledQueryInput) (*request.Request, *timestreamquery.DescribeScheduledQueryOutput)
DescribeScheduledQueryRequest mocks base method.
func (*MockTimestreamQueryAPI) DescribeScheduledQueryWithContext ¶ added in v1.43.22
func (m *MockTimestreamQueryAPI) DescribeScheduledQueryWithContext(arg0 context.Context, arg1 *timestreamquery.DescribeScheduledQueryInput, arg2 ...request.Option) (*timestreamquery.DescribeScheduledQueryOutput, error)
DescribeScheduledQueryWithContext 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) ExecuteScheduledQuery ¶ added in v1.43.22
func (m *MockTimestreamQueryAPI) ExecuteScheduledQuery(arg0 *timestreamquery.ExecuteScheduledQueryInput) (*timestreamquery.ExecuteScheduledQueryOutput, error)
ExecuteScheduledQuery mocks base method.
func (*MockTimestreamQueryAPI) ExecuteScheduledQueryRequest ¶ added in v1.43.22
func (m *MockTimestreamQueryAPI) ExecuteScheduledQueryRequest(arg0 *timestreamquery.ExecuteScheduledQueryInput) (*request.Request, *timestreamquery.ExecuteScheduledQueryOutput)
ExecuteScheduledQueryRequest mocks base method.
func (*MockTimestreamQueryAPI) ExecuteScheduledQueryWithContext ¶ added in v1.43.22
func (m *MockTimestreamQueryAPI) ExecuteScheduledQueryWithContext(arg0 context.Context, arg1 *timestreamquery.ExecuteScheduledQueryInput, arg2 ...request.Option) (*timestreamquery.ExecuteScheduledQueryOutput, error)
ExecuteScheduledQueryWithContext mocks base method.
func (*MockTimestreamQueryAPI) ListScheduledQueries ¶ added in v1.43.22
func (m *MockTimestreamQueryAPI) ListScheduledQueries(arg0 *timestreamquery.ListScheduledQueriesInput) (*timestreamquery.ListScheduledQueriesOutput, error)
ListScheduledQueries mocks base method.
func (*MockTimestreamQueryAPI) ListScheduledQueriesPages ¶ added in v1.43.22
func (m *MockTimestreamQueryAPI) ListScheduledQueriesPages(arg0 *timestreamquery.ListScheduledQueriesInput, arg1 func(*timestreamquery.ListScheduledQueriesOutput, bool) bool) error
ListScheduledQueriesPages mocks base method.
func (*MockTimestreamQueryAPI) ListScheduledQueriesPagesWithContext ¶ added in v1.43.22
func (m *MockTimestreamQueryAPI) ListScheduledQueriesPagesWithContext(arg0 context.Context, arg1 *timestreamquery.ListScheduledQueriesInput, arg2 func(*timestreamquery.ListScheduledQueriesOutput, bool) bool, arg3 ...request.Option) error
ListScheduledQueriesPagesWithContext mocks base method.
func (*MockTimestreamQueryAPI) ListScheduledQueriesRequest ¶ added in v1.43.22
func (m *MockTimestreamQueryAPI) ListScheduledQueriesRequest(arg0 *timestreamquery.ListScheduledQueriesInput) (*request.Request, *timestreamquery.ListScheduledQueriesOutput)
ListScheduledQueriesRequest mocks base method.
func (*MockTimestreamQueryAPI) ListScheduledQueriesWithContext ¶ added in v1.43.22
func (m *MockTimestreamQueryAPI) ListScheduledQueriesWithContext(arg0 context.Context, arg1 *timestreamquery.ListScheduledQueriesInput, arg2 ...request.Option) (*timestreamquery.ListScheduledQueriesOutput, error)
ListScheduledQueriesWithContext mocks base method.
func (*MockTimestreamQueryAPI) ListTagsForResource ¶ added in v1.43.22
func (m *MockTimestreamQueryAPI) ListTagsForResource(arg0 *timestreamquery.ListTagsForResourceInput) (*timestreamquery.ListTagsForResourceOutput, error)
ListTagsForResource mocks base method.
func (*MockTimestreamQueryAPI) ListTagsForResourcePages ¶ added in v1.43.22
func (m *MockTimestreamQueryAPI) ListTagsForResourcePages(arg0 *timestreamquery.ListTagsForResourceInput, arg1 func(*timestreamquery.ListTagsForResourceOutput, bool) bool) error
ListTagsForResourcePages mocks base method.
func (*MockTimestreamQueryAPI) ListTagsForResourcePagesWithContext ¶ added in v1.43.22
func (m *MockTimestreamQueryAPI) ListTagsForResourcePagesWithContext(arg0 context.Context, arg1 *timestreamquery.ListTagsForResourceInput, arg2 func(*timestreamquery.ListTagsForResourceOutput, bool) bool, arg3 ...request.Option) error
ListTagsForResourcePagesWithContext mocks base method.
func (*MockTimestreamQueryAPI) ListTagsForResourceRequest ¶ added in v1.43.22
func (m *MockTimestreamQueryAPI) ListTagsForResourceRequest(arg0 *timestreamquery.ListTagsForResourceInput) (*request.Request, *timestreamquery.ListTagsForResourceOutput)
ListTagsForResourceRequest mocks base method.
func (*MockTimestreamQueryAPI) ListTagsForResourceWithContext ¶ added in v1.43.22
func (m *MockTimestreamQueryAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *timestreamquery.ListTagsForResourceInput, arg2 ...request.Option) (*timestreamquery.ListTagsForResourceOutput, error)
ListTagsForResourceWithContext mocks base method.
func (*MockTimestreamQueryAPI) PrepareQuery ¶ added in v1.43.22
func (m *MockTimestreamQueryAPI) PrepareQuery(arg0 *timestreamquery.PrepareQueryInput) (*timestreamquery.PrepareQueryOutput, error)
PrepareQuery mocks base method.
func (*MockTimestreamQueryAPI) PrepareQueryRequest ¶ added in v1.43.22
func (m *MockTimestreamQueryAPI) PrepareQueryRequest(arg0 *timestreamquery.PrepareQueryInput) (*request.Request, *timestreamquery.PrepareQueryOutput)
PrepareQueryRequest mocks base method.
func (*MockTimestreamQueryAPI) PrepareQueryWithContext ¶ added in v1.43.22
func (m *MockTimestreamQueryAPI) PrepareQueryWithContext(arg0 context.Context, arg1 *timestreamquery.PrepareQueryInput, arg2 ...request.Option) (*timestreamquery.PrepareQueryOutput, error)
PrepareQueryWithContext mocks base method.
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.
func (*MockTimestreamQueryAPI) TagResource ¶ added in v1.43.22
func (m *MockTimestreamQueryAPI) TagResource(arg0 *timestreamquery.TagResourceInput) (*timestreamquery.TagResourceOutput, error)
TagResource mocks base method.
func (*MockTimestreamQueryAPI) TagResourceRequest ¶ added in v1.43.22
func (m *MockTimestreamQueryAPI) TagResourceRequest(arg0 *timestreamquery.TagResourceInput) (*request.Request, *timestreamquery.TagResourceOutput)
TagResourceRequest mocks base method.
func (*MockTimestreamQueryAPI) TagResourceWithContext ¶ added in v1.43.22
func (m *MockTimestreamQueryAPI) TagResourceWithContext(arg0 context.Context, arg1 *timestreamquery.TagResourceInput, arg2 ...request.Option) (*timestreamquery.TagResourceOutput, error)
TagResourceWithContext mocks base method.
func (*MockTimestreamQueryAPI) UntagResource ¶ added in v1.43.22
func (m *MockTimestreamQueryAPI) UntagResource(arg0 *timestreamquery.UntagResourceInput) (*timestreamquery.UntagResourceOutput, error)
UntagResource mocks base method.
func (*MockTimestreamQueryAPI) UntagResourceRequest ¶ added in v1.43.22
func (m *MockTimestreamQueryAPI) UntagResourceRequest(arg0 *timestreamquery.UntagResourceInput) (*request.Request, *timestreamquery.UntagResourceOutput)
UntagResourceRequest mocks base method.
func (*MockTimestreamQueryAPI) UntagResourceWithContext ¶ added in v1.43.22
func (m *MockTimestreamQueryAPI) UntagResourceWithContext(arg0 context.Context, arg1 *timestreamquery.UntagResourceInput, arg2 ...request.Option) (*timestreamquery.UntagResourceOutput, error)
UntagResourceWithContext mocks base method.
func (*MockTimestreamQueryAPI) UpdateScheduledQuery ¶ added in v1.43.22
func (m *MockTimestreamQueryAPI) UpdateScheduledQuery(arg0 *timestreamquery.UpdateScheduledQueryInput) (*timestreamquery.UpdateScheduledQueryOutput, error)
UpdateScheduledQuery mocks base method.
func (*MockTimestreamQueryAPI) UpdateScheduledQueryRequest ¶ added in v1.43.22
func (m *MockTimestreamQueryAPI) UpdateScheduledQueryRequest(arg0 *timestreamquery.UpdateScheduledQueryInput) (*request.Request, *timestreamquery.UpdateScheduledQueryOutput)
UpdateScheduledQueryRequest mocks base method.
func (*MockTimestreamQueryAPI) UpdateScheduledQueryWithContext ¶ added in v1.43.22
func (m *MockTimestreamQueryAPI) UpdateScheduledQueryWithContext(arg0 context.Context, arg1 *timestreamquery.UpdateScheduledQueryInput, arg2 ...request.Option) (*timestreamquery.UpdateScheduledQueryOutput, error)
UpdateScheduledQueryWithContext 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) CreateScheduledQuery ¶ added in v1.43.22
func (mr *MockTimestreamQueryAPIMockRecorder) CreateScheduledQuery(arg0 interface{}) *gomock.Call
CreateScheduledQuery indicates an expected call of CreateScheduledQuery.
func (*MockTimestreamQueryAPIMockRecorder) CreateScheduledQueryRequest ¶ added in v1.43.22
func (mr *MockTimestreamQueryAPIMockRecorder) CreateScheduledQueryRequest(arg0 interface{}) *gomock.Call
CreateScheduledQueryRequest indicates an expected call of CreateScheduledQueryRequest.
func (*MockTimestreamQueryAPIMockRecorder) CreateScheduledQueryWithContext ¶ added in v1.43.22
func (mr *MockTimestreamQueryAPIMockRecorder) CreateScheduledQueryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateScheduledQueryWithContext indicates an expected call of CreateScheduledQueryWithContext.
func (*MockTimestreamQueryAPIMockRecorder) DeleteScheduledQuery ¶ added in v1.43.22
func (mr *MockTimestreamQueryAPIMockRecorder) DeleteScheduledQuery(arg0 interface{}) *gomock.Call
DeleteScheduledQuery indicates an expected call of DeleteScheduledQuery.
func (*MockTimestreamQueryAPIMockRecorder) DeleteScheduledQueryRequest ¶ added in v1.43.22
func (mr *MockTimestreamQueryAPIMockRecorder) DeleteScheduledQueryRequest(arg0 interface{}) *gomock.Call
DeleteScheduledQueryRequest indicates an expected call of DeleteScheduledQueryRequest.
func (*MockTimestreamQueryAPIMockRecorder) DeleteScheduledQueryWithContext ¶ added in v1.43.22
func (mr *MockTimestreamQueryAPIMockRecorder) DeleteScheduledQueryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteScheduledQueryWithContext indicates an expected call of DeleteScheduledQueryWithContext.
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) DescribeScheduledQuery ¶ added in v1.43.22
func (mr *MockTimestreamQueryAPIMockRecorder) DescribeScheduledQuery(arg0 interface{}) *gomock.Call
DescribeScheduledQuery indicates an expected call of DescribeScheduledQuery.
func (*MockTimestreamQueryAPIMockRecorder) DescribeScheduledQueryRequest ¶ added in v1.43.22
func (mr *MockTimestreamQueryAPIMockRecorder) DescribeScheduledQueryRequest(arg0 interface{}) *gomock.Call
DescribeScheduledQueryRequest indicates an expected call of DescribeScheduledQueryRequest.
func (*MockTimestreamQueryAPIMockRecorder) DescribeScheduledQueryWithContext ¶ added in v1.43.22
func (mr *MockTimestreamQueryAPIMockRecorder) DescribeScheduledQueryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeScheduledQueryWithContext indicates an expected call of DescribeScheduledQueryWithContext.
func (*MockTimestreamQueryAPIMockRecorder) ExecuteScheduledQuery ¶ added in v1.43.22
func (mr *MockTimestreamQueryAPIMockRecorder) ExecuteScheduledQuery(arg0 interface{}) *gomock.Call
ExecuteScheduledQuery indicates an expected call of ExecuteScheduledQuery.
func (*MockTimestreamQueryAPIMockRecorder) ExecuteScheduledQueryRequest ¶ added in v1.43.22
func (mr *MockTimestreamQueryAPIMockRecorder) ExecuteScheduledQueryRequest(arg0 interface{}) *gomock.Call
ExecuteScheduledQueryRequest indicates an expected call of ExecuteScheduledQueryRequest.
func (*MockTimestreamQueryAPIMockRecorder) ExecuteScheduledQueryWithContext ¶ added in v1.43.22
func (mr *MockTimestreamQueryAPIMockRecorder) ExecuteScheduledQueryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ExecuteScheduledQueryWithContext indicates an expected call of ExecuteScheduledQueryWithContext.
func (*MockTimestreamQueryAPIMockRecorder) ListScheduledQueries ¶ added in v1.43.22
func (mr *MockTimestreamQueryAPIMockRecorder) ListScheduledQueries(arg0 interface{}) *gomock.Call
ListScheduledQueries indicates an expected call of ListScheduledQueries.
func (*MockTimestreamQueryAPIMockRecorder) ListScheduledQueriesPages ¶ added in v1.43.22
func (mr *MockTimestreamQueryAPIMockRecorder) ListScheduledQueriesPages(arg0, arg1 interface{}) *gomock.Call
ListScheduledQueriesPages indicates an expected call of ListScheduledQueriesPages.
func (*MockTimestreamQueryAPIMockRecorder) ListScheduledQueriesPagesWithContext ¶ added in v1.43.22
func (mr *MockTimestreamQueryAPIMockRecorder) ListScheduledQueriesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListScheduledQueriesPagesWithContext indicates an expected call of ListScheduledQueriesPagesWithContext.
func (*MockTimestreamQueryAPIMockRecorder) ListScheduledQueriesRequest ¶ added in v1.43.22
func (mr *MockTimestreamQueryAPIMockRecorder) ListScheduledQueriesRequest(arg0 interface{}) *gomock.Call
ListScheduledQueriesRequest indicates an expected call of ListScheduledQueriesRequest.
func (*MockTimestreamQueryAPIMockRecorder) ListScheduledQueriesWithContext ¶ added in v1.43.22
func (mr *MockTimestreamQueryAPIMockRecorder) ListScheduledQueriesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListScheduledQueriesWithContext indicates an expected call of ListScheduledQueriesWithContext.
func (*MockTimestreamQueryAPIMockRecorder) ListTagsForResource ¶ added in v1.43.22
func (mr *MockTimestreamQueryAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call
ListTagsForResource indicates an expected call of ListTagsForResource.
func (*MockTimestreamQueryAPIMockRecorder) ListTagsForResourcePages ¶ added in v1.43.22
func (mr *MockTimestreamQueryAPIMockRecorder) ListTagsForResourcePages(arg0, arg1 interface{}) *gomock.Call
ListTagsForResourcePages indicates an expected call of ListTagsForResourcePages.
func (*MockTimestreamQueryAPIMockRecorder) ListTagsForResourcePagesWithContext ¶ added in v1.43.22
func (mr *MockTimestreamQueryAPIMockRecorder) ListTagsForResourcePagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListTagsForResourcePagesWithContext indicates an expected call of ListTagsForResourcePagesWithContext.
func (*MockTimestreamQueryAPIMockRecorder) ListTagsForResourceRequest ¶ added in v1.43.22
func (mr *MockTimestreamQueryAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call
ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest.
func (*MockTimestreamQueryAPIMockRecorder) ListTagsForResourceWithContext ¶ added in v1.43.22
func (mr *MockTimestreamQueryAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext.
func (*MockTimestreamQueryAPIMockRecorder) PrepareQuery ¶ added in v1.43.22
func (mr *MockTimestreamQueryAPIMockRecorder) PrepareQuery(arg0 interface{}) *gomock.Call
PrepareQuery indicates an expected call of PrepareQuery.
func (*MockTimestreamQueryAPIMockRecorder) PrepareQueryRequest ¶ added in v1.43.22
func (mr *MockTimestreamQueryAPIMockRecorder) PrepareQueryRequest(arg0 interface{}) *gomock.Call
PrepareQueryRequest indicates an expected call of PrepareQueryRequest.
func (*MockTimestreamQueryAPIMockRecorder) PrepareQueryWithContext ¶ added in v1.43.22
func (mr *MockTimestreamQueryAPIMockRecorder) PrepareQueryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PrepareQueryWithContext indicates an expected call of PrepareQueryWithContext.
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.
func (*MockTimestreamQueryAPIMockRecorder) TagResource ¶ added in v1.43.22
func (mr *MockTimestreamQueryAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
TagResource indicates an expected call of TagResource.
func (*MockTimestreamQueryAPIMockRecorder) TagResourceRequest ¶ added in v1.43.22
func (mr *MockTimestreamQueryAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
TagResourceRequest indicates an expected call of TagResourceRequest.
func (*MockTimestreamQueryAPIMockRecorder) TagResourceWithContext ¶ added in v1.43.22
func (mr *MockTimestreamQueryAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
TagResourceWithContext indicates an expected call of TagResourceWithContext.
func (*MockTimestreamQueryAPIMockRecorder) UntagResource ¶ added in v1.43.22
func (mr *MockTimestreamQueryAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
UntagResource indicates an expected call of UntagResource.
func (*MockTimestreamQueryAPIMockRecorder) UntagResourceRequest ¶ added in v1.43.22
func (mr *MockTimestreamQueryAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
UntagResourceRequest indicates an expected call of UntagResourceRequest.
func (*MockTimestreamQueryAPIMockRecorder) UntagResourceWithContext ¶ added in v1.43.22
func (mr *MockTimestreamQueryAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UntagResourceWithContext indicates an expected call of UntagResourceWithContext.
func (*MockTimestreamQueryAPIMockRecorder) UpdateScheduledQuery ¶ added in v1.43.22
func (mr *MockTimestreamQueryAPIMockRecorder) UpdateScheduledQuery(arg0 interface{}) *gomock.Call
UpdateScheduledQuery indicates an expected call of UpdateScheduledQuery.
func (*MockTimestreamQueryAPIMockRecorder) UpdateScheduledQueryRequest ¶ added in v1.43.22
func (mr *MockTimestreamQueryAPIMockRecorder) UpdateScheduledQueryRequest(arg0 interface{}) *gomock.Call
UpdateScheduledQueryRequest indicates an expected call of UpdateScheduledQueryRequest.
func (*MockTimestreamQueryAPIMockRecorder) UpdateScheduledQueryWithContext ¶ added in v1.43.22
func (mr *MockTimestreamQueryAPIMockRecorder) UpdateScheduledQueryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateScheduledQueryWithContext indicates an expected call of UpdateScheduledQueryWithContext.