Documentation ¶
Overview ¶
Package syntheticsmock is a generated GoMock package.
Index ¶
- type MockSyntheticsAPI
- func (m *MockSyntheticsAPI) AssociateResource(arg0 *synthetics.AssociateResourceInput) (*synthetics.AssociateResourceOutput, error)
- func (m *MockSyntheticsAPI) AssociateResourceRequest(arg0 *synthetics.AssociateResourceInput) (*request.Request, *synthetics.AssociateResourceOutput)
- func (m *MockSyntheticsAPI) AssociateResourceWithContext(arg0 context.Context, arg1 *synthetics.AssociateResourceInput, ...) (*synthetics.AssociateResourceOutput, error)
- func (m *MockSyntheticsAPI) CreateCanary(arg0 *synthetics.CreateCanaryInput) (*synthetics.CreateCanaryOutput, error)
- func (m *MockSyntheticsAPI) CreateCanaryRequest(arg0 *synthetics.CreateCanaryInput) (*request.Request, *synthetics.CreateCanaryOutput)
- func (m *MockSyntheticsAPI) CreateCanaryWithContext(arg0 context.Context, arg1 *synthetics.CreateCanaryInput, ...) (*synthetics.CreateCanaryOutput, error)
- func (m *MockSyntheticsAPI) CreateGroup(arg0 *synthetics.CreateGroupInput) (*synthetics.CreateGroupOutput, error)
- func (m *MockSyntheticsAPI) CreateGroupRequest(arg0 *synthetics.CreateGroupInput) (*request.Request, *synthetics.CreateGroupOutput)
- func (m *MockSyntheticsAPI) CreateGroupWithContext(arg0 context.Context, arg1 *synthetics.CreateGroupInput, ...) (*synthetics.CreateGroupOutput, error)
- func (m *MockSyntheticsAPI) DeleteCanary(arg0 *synthetics.DeleteCanaryInput) (*synthetics.DeleteCanaryOutput, error)
- func (m *MockSyntheticsAPI) DeleteCanaryRequest(arg0 *synthetics.DeleteCanaryInput) (*request.Request, *synthetics.DeleteCanaryOutput)
- func (m *MockSyntheticsAPI) DeleteCanaryWithContext(arg0 context.Context, arg1 *synthetics.DeleteCanaryInput, ...) (*synthetics.DeleteCanaryOutput, error)
- func (m *MockSyntheticsAPI) DeleteGroup(arg0 *synthetics.DeleteGroupInput) (*synthetics.DeleteGroupOutput, error)
- func (m *MockSyntheticsAPI) DeleteGroupRequest(arg0 *synthetics.DeleteGroupInput) (*request.Request, *synthetics.DeleteGroupOutput)
- func (m *MockSyntheticsAPI) DeleteGroupWithContext(arg0 context.Context, arg1 *synthetics.DeleteGroupInput, ...) (*synthetics.DeleteGroupOutput, error)
- func (m *MockSyntheticsAPI) DescribeCanaries(arg0 *synthetics.DescribeCanariesInput) (*synthetics.DescribeCanariesOutput, error)
- func (m *MockSyntheticsAPI) DescribeCanariesLastRun(arg0 *synthetics.DescribeCanariesLastRunInput) (*synthetics.DescribeCanariesLastRunOutput, error)
- func (m *MockSyntheticsAPI) DescribeCanariesLastRunPages(arg0 *synthetics.DescribeCanariesLastRunInput, ...) error
- func (m *MockSyntheticsAPI) DescribeCanariesLastRunPagesWithContext(arg0 context.Context, arg1 *synthetics.DescribeCanariesLastRunInput, ...) error
- func (m *MockSyntheticsAPI) DescribeCanariesLastRunRequest(arg0 *synthetics.DescribeCanariesLastRunInput) (*request.Request, *synthetics.DescribeCanariesLastRunOutput)
- func (m *MockSyntheticsAPI) DescribeCanariesLastRunWithContext(arg0 context.Context, arg1 *synthetics.DescribeCanariesLastRunInput, ...) (*synthetics.DescribeCanariesLastRunOutput, error)
- func (m *MockSyntheticsAPI) DescribeCanariesPages(arg0 *synthetics.DescribeCanariesInput, ...) error
- func (m *MockSyntheticsAPI) DescribeCanariesPagesWithContext(arg0 context.Context, arg1 *synthetics.DescribeCanariesInput, ...) error
- func (m *MockSyntheticsAPI) DescribeCanariesRequest(arg0 *synthetics.DescribeCanariesInput) (*request.Request, *synthetics.DescribeCanariesOutput)
- func (m *MockSyntheticsAPI) DescribeCanariesWithContext(arg0 context.Context, arg1 *synthetics.DescribeCanariesInput, ...) (*synthetics.DescribeCanariesOutput, error)
- func (m *MockSyntheticsAPI) DescribeRuntimeVersions(arg0 *synthetics.DescribeRuntimeVersionsInput) (*synthetics.DescribeRuntimeVersionsOutput, error)
- func (m *MockSyntheticsAPI) DescribeRuntimeVersionsPages(arg0 *synthetics.DescribeRuntimeVersionsInput, ...) error
- func (m *MockSyntheticsAPI) DescribeRuntimeVersionsPagesWithContext(arg0 context.Context, arg1 *synthetics.DescribeRuntimeVersionsInput, ...) error
- func (m *MockSyntheticsAPI) DescribeRuntimeVersionsRequest(arg0 *synthetics.DescribeRuntimeVersionsInput) (*request.Request, *synthetics.DescribeRuntimeVersionsOutput)
- func (m *MockSyntheticsAPI) DescribeRuntimeVersionsWithContext(arg0 context.Context, arg1 *synthetics.DescribeRuntimeVersionsInput, ...) (*synthetics.DescribeRuntimeVersionsOutput, error)
- func (m *MockSyntheticsAPI) DisassociateResource(arg0 *synthetics.DisassociateResourceInput) (*synthetics.DisassociateResourceOutput, error)
- func (m *MockSyntheticsAPI) DisassociateResourceRequest(arg0 *synthetics.DisassociateResourceInput) (*request.Request, *synthetics.DisassociateResourceOutput)
- func (m *MockSyntheticsAPI) DisassociateResourceWithContext(arg0 context.Context, arg1 *synthetics.DisassociateResourceInput, ...) (*synthetics.DisassociateResourceOutput, error)
- func (m *MockSyntheticsAPI) EXPECT() *MockSyntheticsAPIMockRecorder
- func (m *MockSyntheticsAPI) GetCanary(arg0 *synthetics.GetCanaryInput) (*synthetics.GetCanaryOutput, error)
- func (m *MockSyntheticsAPI) GetCanaryRequest(arg0 *synthetics.GetCanaryInput) (*request.Request, *synthetics.GetCanaryOutput)
- func (m *MockSyntheticsAPI) GetCanaryRuns(arg0 *synthetics.GetCanaryRunsInput) (*synthetics.GetCanaryRunsOutput, error)
- func (m *MockSyntheticsAPI) GetCanaryRunsPages(arg0 *synthetics.GetCanaryRunsInput, ...) error
- func (m *MockSyntheticsAPI) GetCanaryRunsPagesWithContext(arg0 context.Context, arg1 *synthetics.GetCanaryRunsInput, ...) error
- func (m *MockSyntheticsAPI) GetCanaryRunsRequest(arg0 *synthetics.GetCanaryRunsInput) (*request.Request, *synthetics.GetCanaryRunsOutput)
- func (m *MockSyntheticsAPI) GetCanaryRunsWithContext(arg0 context.Context, arg1 *synthetics.GetCanaryRunsInput, ...) (*synthetics.GetCanaryRunsOutput, error)
- func (m *MockSyntheticsAPI) GetCanaryWithContext(arg0 context.Context, arg1 *synthetics.GetCanaryInput, arg2 ...request.Option) (*synthetics.GetCanaryOutput, error)
- func (m *MockSyntheticsAPI) GetGroup(arg0 *synthetics.GetGroupInput) (*synthetics.GetGroupOutput, error)
- func (m *MockSyntheticsAPI) GetGroupRequest(arg0 *synthetics.GetGroupInput) (*request.Request, *synthetics.GetGroupOutput)
- func (m *MockSyntheticsAPI) GetGroupWithContext(arg0 context.Context, arg1 *synthetics.GetGroupInput, arg2 ...request.Option) (*synthetics.GetGroupOutput, error)
- func (m *MockSyntheticsAPI) ListAssociatedGroups(arg0 *synthetics.ListAssociatedGroupsInput) (*synthetics.ListAssociatedGroupsOutput, error)
- func (m *MockSyntheticsAPI) ListAssociatedGroupsPages(arg0 *synthetics.ListAssociatedGroupsInput, ...) error
- func (m *MockSyntheticsAPI) ListAssociatedGroupsPagesWithContext(arg0 context.Context, arg1 *synthetics.ListAssociatedGroupsInput, ...) error
- func (m *MockSyntheticsAPI) ListAssociatedGroupsRequest(arg0 *synthetics.ListAssociatedGroupsInput) (*request.Request, *synthetics.ListAssociatedGroupsOutput)
- func (m *MockSyntheticsAPI) ListAssociatedGroupsWithContext(arg0 context.Context, arg1 *synthetics.ListAssociatedGroupsInput, ...) (*synthetics.ListAssociatedGroupsOutput, error)
- func (m *MockSyntheticsAPI) ListGroupResources(arg0 *synthetics.ListGroupResourcesInput) (*synthetics.ListGroupResourcesOutput, error)
- func (m *MockSyntheticsAPI) ListGroupResourcesPages(arg0 *synthetics.ListGroupResourcesInput, ...) error
- func (m *MockSyntheticsAPI) ListGroupResourcesPagesWithContext(arg0 context.Context, arg1 *synthetics.ListGroupResourcesInput, ...) error
- func (m *MockSyntheticsAPI) ListGroupResourcesRequest(arg0 *synthetics.ListGroupResourcesInput) (*request.Request, *synthetics.ListGroupResourcesOutput)
- func (m *MockSyntheticsAPI) ListGroupResourcesWithContext(arg0 context.Context, arg1 *synthetics.ListGroupResourcesInput, ...) (*synthetics.ListGroupResourcesOutput, error)
- func (m *MockSyntheticsAPI) ListGroups(arg0 *synthetics.ListGroupsInput) (*synthetics.ListGroupsOutput, error)
- func (m *MockSyntheticsAPI) ListGroupsPages(arg0 *synthetics.ListGroupsInput, ...) error
- func (m *MockSyntheticsAPI) ListGroupsPagesWithContext(arg0 context.Context, arg1 *synthetics.ListGroupsInput, ...) error
- func (m *MockSyntheticsAPI) ListGroupsRequest(arg0 *synthetics.ListGroupsInput) (*request.Request, *synthetics.ListGroupsOutput)
- func (m *MockSyntheticsAPI) ListGroupsWithContext(arg0 context.Context, arg1 *synthetics.ListGroupsInput, arg2 ...request.Option) (*synthetics.ListGroupsOutput, error)
- func (m *MockSyntheticsAPI) ListTagsForResource(arg0 *synthetics.ListTagsForResourceInput) (*synthetics.ListTagsForResourceOutput, error)
- func (m *MockSyntheticsAPI) ListTagsForResourceRequest(arg0 *synthetics.ListTagsForResourceInput) (*request.Request, *synthetics.ListTagsForResourceOutput)
- func (m *MockSyntheticsAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *synthetics.ListTagsForResourceInput, ...) (*synthetics.ListTagsForResourceOutput, error)
- func (m *MockSyntheticsAPI) StartCanary(arg0 *synthetics.StartCanaryInput) (*synthetics.StartCanaryOutput, error)
- func (m *MockSyntheticsAPI) StartCanaryRequest(arg0 *synthetics.StartCanaryInput) (*request.Request, *synthetics.StartCanaryOutput)
- func (m *MockSyntheticsAPI) StartCanaryWithContext(arg0 context.Context, arg1 *synthetics.StartCanaryInput, ...) (*synthetics.StartCanaryOutput, error)
- func (m *MockSyntheticsAPI) StopCanary(arg0 *synthetics.StopCanaryInput) (*synthetics.StopCanaryOutput, error)
- func (m *MockSyntheticsAPI) StopCanaryRequest(arg0 *synthetics.StopCanaryInput) (*request.Request, *synthetics.StopCanaryOutput)
- func (m *MockSyntheticsAPI) StopCanaryWithContext(arg0 context.Context, arg1 *synthetics.StopCanaryInput, arg2 ...request.Option) (*synthetics.StopCanaryOutput, error)
- func (m *MockSyntheticsAPI) TagResource(arg0 *synthetics.TagResourceInput) (*synthetics.TagResourceOutput, error)
- func (m *MockSyntheticsAPI) TagResourceRequest(arg0 *synthetics.TagResourceInput) (*request.Request, *synthetics.TagResourceOutput)
- func (m *MockSyntheticsAPI) TagResourceWithContext(arg0 context.Context, arg1 *synthetics.TagResourceInput, ...) (*synthetics.TagResourceOutput, error)
- func (m *MockSyntheticsAPI) UntagResource(arg0 *synthetics.UntagResourceInput) (*synthetics.UntagResourceOutput, error)
- func (m *MockSyntheticsAPI) UntagResourceRequest(arg0 *synthetics.UntagResourceInput) (*request.Request, *synthetics.UntagResourceOutput)
- func (m *MockSyntheticsAPI) UntagResourceWithContext(arg0 context.Context, arg1 *synthetics.UntagResourceInput, ...) (*synthetics.UntagResourceOutput, error)
- func (m *MockSyntheticsAPI) UpdateCanary(arg0 *synthetics.UpdateCanaryInput) (*synthetics.UpdateCanaryOutput, error)
- func (m *MockSyntheticsAPI) UpdateCanaryRequest(arg0 *synthetics.UpdateCanaryInput) (*request.Request, *synthetics.UpdateCanaryOutput)
- func (m *MockSyntheticsAPI) UpdateCanaryWithContext(arg0 context.Context, arg1 *synthetics.UpdateCanaryInput, ...) (*synthetics.UpdateCanaryOutput, error)
- type MockSyntheticsAPIMockRecorder
- func (mr *MockSyntheticsAPIMockRecorder) AssociateResource(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) AssociateResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) AssociateResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) CreateCanary(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) CreateCanaryRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) CreateCanaryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) CreateGroup(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) CreateGroupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) CreateGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) DeleteCanary(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) DeleteCanaryRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) DeleteCanaryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) DeleteGroup(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) DeleteGroupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) DeleteGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) DescribeCanaries(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) DescribeCanariesLastRun(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) DescribeCanariesLastRunPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) DescribeCanariesLastRunPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) DescribeCanariesLastRunRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) DescribeCanariesLastRunWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) DescribeCanariesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) DescribeCanariesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) DescribeCanariesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) DescribeCanariesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) DescribeRuntimeVersions(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) DescribeRuntimeVersionsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) DescribeRuntimeVersionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) DescribeRuntimeVersionsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) DescribeRuntimeVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) DisassociateResource(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) DisassociateResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) DisassociateResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) GetCanary(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) GetCanaryRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) GetCanaryRuns(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) GetCanaryRunsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) GetCanaryRunsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) GetCanaryRunsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) GetCanaryRunsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) GetCanaryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) GetGroup(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) GetGroupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) GetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) ListAssociatedGroups(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) ListAssociatedGroupsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) ListAssociatedGroupsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) ListAssociatedGroupsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) ListAssociatedGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) ListGroupResources(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) ListGroupResourcesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) ListGroupResourcesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) ListGroupResourcesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) ListGroupResourcesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) ListGroups(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) ListGroupsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) ListGroupsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) ListGroupsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) ListGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) StartCanary(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) StartCanaryRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) StartCanaryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) StopCanary(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) StopCanaryRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) StopCanaryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) UpdateCanary(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) UpdateCanaryRequest(arg0 interface{}) *gomock.Call
- func (mr *MockSyntheticsAPIMockRecorder) UpdateCanaryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSyntheticsAPI ¶
type MockSyntheticsAPI struct {
// contains filtered or unexported fields
}
MockSyntheticsAPI is a mock of SyntheticsAPI interface
func NewMockSyntheticsAPI ¶
func NewMockSyntheticsAPI(ctrl *gomock.Controller) *MockSyntheticsAPI
NewMockSyntheticsAPI creates a new mock instance
func (*MockSyntheticsAPI) AssociateResource ¶ added in v1.44.49
func (m *MockSyntheticsAPI) AssociateResource(arg0 *synthetics.AssociateResourceInput) (*synthetics.AssociateResourceOutput, error)
AssociateResource mocks base method
func (*MockSyntheticsAPI) AssociateResourceRequest ¶ added in v1.44.49
func (m *MockSyntheticsAPI) AssociateResourceRequest(arg0 *synthetics.AssociateResourceInput) (*request.Request, *synthetics.AssociateResourceOutput)
AssociateResourceRequest mocks base method
func (*MockSyntheticsAPI) AssociateResourceWithContext ¶ added in v1.44.49
func (m *MockSyntheticsAPI) AssociateResourceWithContext(arg0 context.Context, arg1 *synthetics.AssociateResourceInput, arg2 ...request.Option) (*synthetics.AssociateResourceOutput, error)
AssociateResourceWithContext mocks base method
func (*MockSyntheticsAPI) CreateCanary ¶
func (m *MockSyntheticsAPI) CreateCanary(arg0 *synthetics.CreateCanaryInput) (*synthetics.CreateCanaryOutput, error)
CreateCanary mocks base method
func (*MockSyntheticsAPI) CreateCanaryRequest ¶
func (m *MockSyntheticsAPI) CreateCanaryRequest(arg0 *synthetics.CreateCanaryInput) (*request.Request, *synthetics.CreateCanaryOutput)
CreateCanaryRequest mocks base method
func (*MockSyntheticsAPI) CreateCanaryWithContext ¶
func (m *MockSyntheticsAPI) CreateCanaryWithContext(arg0 context.Context, arg1 *synthetics.CreateCanaryInput, arg2 ...request.Option) (*synthetics.CreateCanaryOutput, error)
CreateCanaryWithContext mocks base method
func (*MockSyntheticsAPI) CreateGroup ¶ added in v1.44.49
func (m *MockSyntheticsAPI) CreateGroup(arg0 *synthetics.CreateGroupInput) (*synthetics.CreateGroupOutput, error)
CreateGroup mocks base method
func (*MockSyntheticsAPI) CreateGroupRequest ¶ added in v1.44.49
func (m *MockSyntheticsAPI) CreateGroupRequest(arg0 *synthetics.CreateGroupInput) (*request.Request, *synthetics.CreateGroupOutput)
CreateGroupRequest mocks base method
func (*MockSyntheticsAPI) CreateGroupWithContext ¶ added in v1.44.49
func (m *MockSyntheticsAPI) CreateGroupWithContext(arg0 context.Context, arg1 *synthetics.CreateGroupInput, arg2 ...request.Option) (*synthetics.CreateGroupOutput, error)
CreateGroupWithContext mocks base method
func (*MockSyntheticsAPI) DeleteCanary ¶
func (m *MockSyntheticsAPI) DeleteCanary(arg0 *synthetics.DeleteCanaryInput) (*synthetics.DeleteCanaryOutput, error)
DeleteCanary mocks base method
func (*MockSyntheticsAPI) DeleteCanaryRequest ¶
func (m *MockSyntheticsAPI) DeleteCanaryRequest(arg0 *synthetics.DeleteCanaryInput) (*request.Request, *synthetics.DeleteCanaryOutput)
DeleteCanaryRequest mocks base method
func (*MockSyntheticsAPI) DeleteCanaryWithContext ¶
func (m *MockSyntheticsAPI) DeleteCanaryWithContext(arg0 context.Context, arg1 *synthetics.DeleteCanaryInput, arg2 ...request.Option) (*synthetics.DeleteCanaryOutput, error)
DeleteCanaryWithContext mocks base method
func (*MockSyntheticsAPI) DeleteGroup ¶ added in v1.44.49
func (m *MockSyntheticsAPI) DeleteGroup(arg0 *synthetics.DeleteGroupInput) (*synthetics.DeleteGroupOutput, error)
DeleteGroup mocks base method
func (*MockSyntheticsAPI) DeleteGroupRequest ¶ added in v1.44.49
func (m *MockSyntheticsAPI) DeleteGroupRequest(arg0 *synthetics.DeleteGroupInput) (*request.Request, *synthetics.DeleteGroupOutput)
DeleteGroupRequest mocks base method
func (*MockSyntheticsAPI) DeleteGroupWithContext ¶ added in v1.44.49
func (m *MockSyntheticsAPI) DeleteGroupWithContext(arg0 context.Context, arg1 *synthetics.DeleteGroupInput, arg2 ...request.Option) (*synthetics.DeleteGroupOutput, error)
DeleteGroupWithContext mocks base method
func (*MockSyntheticsAPI) DescribeCanaries ¶
func (m *MockSyntheticsAPI) DescribeCanaries(arg0 *synthetics.DescribeCanariesInput) (*synthetics.DescribeCanariesOutput, error)
DescribeCanaries mocks base method
func (*MockSyntheticsAPI) DescribeCanariesLastRun ¶
func (m *MockSyntheticsAPI) DescribeCanariesLastRun(arg0 *synthetics.DescribeCanariesLastRunInput) (*synthetics.DescribeCanariesLastRunOutput, error)
DescribeCanariesLastRun mocks base method
func (*MockSyntheticsAPI) DescribeCanariesLastRunPages ¶
func (m *MockSyntheticsAPI) DescribeCanariesLastRunPages(arg0 *synthetics.DescribeCanariesLastRunInput, arg1 func(*synthetics.DescribeCanariesLastRunOutput, bool) bool) error
DescribeCanariesLastRunPages mocks base method
func (*MockSyntheticsAPI) DescribeCanariesLastRunPagesWithContext ¶
func (m *MockSyntheticsAPI) DescribeCanariesLastRunPagesWithContext(arg0 context.Context, arg1 *synthetics.DescribeCanariesLastRunInput, arg2 func(*synthetics.DescribeCanariesLastRunOutput, bool) bool, arg3 ...request.Option) error
DescribeCanariesLastRunPagesWithContext mocks base method
func (*MockSyntheticsAPI) DescribeCanariesLastRunRequest ¶
func (m *MockSyntheticsAPI) DescribeCanariesLastRunRequest(arg0 *synthetics.DescribeCanariesLastRunInput) (*request.Request, *synthetics.DescribeCanariesLastRunOutput)
DescribeCanariesLastRunRequest mocks base method
func (*MockSyntheticsAPI) DescribeCanariesLastRunWithContext ¶
func (m *MockSyntheticsAPI) DescribeCanariesLastRunWithContext(arg0 context.Context, arg1 *synthetics.DescribeCanariesLastRunInput, arg2 ...request.Option) (*synthetics.DescribeCanariesLastRunOutput, error)
DescribeCanariesLastRunWithContext mocks base method
func (*MockSyntheticsAPI) DescribeCanariesPages ¶
func (m *MockSyntheticsAPI) DescribeCanariesPages(arg0 *synthetics.DescribeCanariesInput, arg1 func(*synthetics.DescribeCanariesOutput, bool) bool) error
DescribeCanariesPages mocks base method
func (*MockSyntheticsAPI) DescribeCanariesPagesWithContext ¶
func (m *MockSyntheticsAPI) DescribeCanariesPagesWithContext(arg0 context.Context, arg1 *synthetics.DescribeCanariesInput, arg2 func(*synthetics.DescribeCanariesOutput, bool) bool, arg3 ...request.Option) error
DescribeCanariesPagesWithContext mocks base method
func (*MockSyntheticsAPI) DescribeCanariesRequest ¶
func (m *MockSyntheticsAPI) DescribeCanariesRequest(arg0 *synthetics.DescribeCanariesInput) (*request.Request, *synthetics.DescribeCanariesOutput)
DescribeCanariesRequest mocks base method
func (*MockSyntheticsAPI) DescribeCanariesWithContext ¶
func (m *MockSyntheticsAPI) DescribeCanariesWithContext(arg0 context.Context, arg1 *synthetics.DescribeCanariesInput, arg2 ...request.Option) (*synthetics.DescribeCanariesOutput, error)
DescribeCanariesWithContext mocks base method
func (*MockSyntheticsAPI) DescribeRuntimeVersions ¶
func (m *MockSyntheticsAPI) DescribeRuntimeVersions(arg0 *synthetics.DescribeRuntimeVersionsInput) (*synthetics.DescribeRuntimeVersionsOutput, error)
DescribeRuntimeVersions mocks base method
func (*MockSyntheticsAPI) DescribeRuntimeVersionsPages ¶
func (m *MockSyntheticsAPI) DescribeRuntimeVersionsPages(arg0 *synthetics.DescribeRuntimeVersionsInput, arg1 func(*synthetics.DescribeRuntimeVersionsOutput, bool) bool) error
DescribeRuntimeVersionsPages mocks base method
func (*MockSyntheticsAPI) DescribeRuntimeVersionsPagesWithContext ¶
func (m *MockSyntheticsAPI) DescribeRuntimeVersionsPagesWithContext(arg0 context.Context, arg1 *synthetics.DescribeRuntimeVersionsInput, arg2 func(*synthetics.DescribeRuntimeVersionsOutput, bool) bool, arg3 ...request.Option) error
DescribeRuntimeVersionsPagesWithContext mocks base method
func (*MockSyntheticsAPI) DescribeRuntimeVersionsRequest ¶
func (m *MockSyntheticsAPI) DescribeRuntimeVersionsRequest(arg0 *synthetics.DescribeRuntimeVersionsInput) (*request.Request, *synthetics.DescribeRuntimeVersionsOutput)
DescribeRuntimeVersionsRequest mocks base method
func (*MockSyntheticsAPI) DescribeRuntimeVersionsWithContext ¶
func (m *MockSyntheticsAPI) DescribeRuntimeVersionsWithContext(arg0 context.Context, arg1 *synthetics.DescribeRuntimeVersionsInput, arg2 ...request.Option) (*synthetics.DescribeRuntimeVersionsOutput, error)
DescribeRuntimeVersionsWithContext mocks base method
func (*MockSyntheticsAPI) DisassociateResource ¶ added in v1.44.49
func (m *MockSyntheticsAPI) DisassociateResource(arg0 *synthetics.DisassociateResourceInput) (*synthetics.DisassociateResourceOutput, error)
DisassociateResource mocks base method
func (*MockSyntheticsAPI) DisassociateResourceRequest ¶ added in v1.44.49
func (m *MockSyntheticsAPI) DisassociateResourceRequest(arg0 *synthetics.DisassociateResourceInput) (*request.Request, *synthetics.DisassociateResourceOutput)
DisassociateResourceRequest mocks base method
func (*MockSyntheticsAPI) DisassociateResourceWithContext ¶ added in v1.44.49
func (m *MockSyntheticsAPI) DisassociateResourceWithContext(arg0 context.Context, arg1 *synthetics.DisassociateResourceInput, arg2 ...request.Option) (*synthetics.DisassociateResourceOutput, error)
DisassociateResourceWithContext mocks base method
func (*MockSyntheticsAPI) EXPECT ¶
func (m *MockSyntheticsAPI) EXPECT() *MockSyntheticsAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockSyntheticsAPI) GetCanary ¶
func (m *MockSyntheticsAPI) GetCanary(arg0 *synthetics.GetCanaryInput) (*synthetics.GetCanaryOutput, error)
GetCanary mocks base method
func (*MockSyntheticsAPI) GetCanaryRequest ¶
func (m *MockSyntheticsAPI) GetCanaryRequest(arg0 *synthetics.GetCanaryInput) (*request.Request, *synthetics.GetCanaryOutput)
GetCanaryRequest mocks base method
func (*MockSyntheticsAPI) GetCanaryRuns ¶
func (m *MockSyntheticsAPI) GetCanaryRuns(arg0 *synthetics.GetCanaryRunsInput) (*synthetics.GetCanaryRunsOutput, error)
GetCanaryRuns mocks base method
func (*MockSyntheticsAPI) GetCanaryRunsPages ¶
func (m *MockSyntheticsAPI) GetCanaryRunsPages(arg0 *synthetics.GetCanaryRunsInput, arg1 func(*synthetics.GetCanaryRunsOutput, bool) bool) error
GetCanaryRunsPages mocks base method
func (*MockSyntheticsAPI) GetCanaryRunsPagesWithContext ¶
func (m *MockSyntheticsAPI) GetCanaryRunsPagesWithContext(arg0 context.Context, arg1 *synthetics.GetCanaryRunsInput, arg2 func(*synthetics.GetCanaryRunsOutput, bool) bool, arg3 ...request.Option) error
GetCanaryRunsPagesWithContext mocks base method
func (*MockSyntheticsAPI) GetCanaryRunsRequest ¶
func (m *MockSyntheticsAPI) GetCanaryRunsRequest(arg0 *synthetics.GetCanaryRunsInput) (*request.Request, *synthetics.GetCanaryRunsOutput)
GetCanaryRunsRequest mocks base method
func (*MockSyntheticsAPI) GetCanaryRunsWithContext ¶
func (m *MockSyntheticsAPI) GetCanaryRunsWithContext(arg0 context.Context, arg1 *synthetics.GetCanaryRunsInput, arg2 ...request.Option) (*synthetics.GetCanaryRunsOutput, error)
GetCanaryRunsWithContext mocks base method
func (*MockSyntheticsAPI) GetCanaryWithContext ¶
func (m *MockSyntheticsAPI) GetCanaryWithContext(arg0 context.Context, arg1 *synthetics.GetCanaryInput, arg2 ...request.Option) (*synthetics.GetCanaryOutput, error)
GetCanaryWithContext mocks base method
func (*MockSyntheticsAPI) GetGroup ¶ added in v1.44.49
func (m *MockSyntheticsAPI) GetGroup(arg0 *synthetics.GetGroupInput) (*synthetics.GetGroupOutput, error)
GetGroup mocks base method
func (*MockSyntheticsAPI) GetGroupRequest ¶ added in v1.44.49
func (m *MockSyntheticsAPI) GetGroupRequest(arg0 *synthetics.GetGroupInput) (*request.Request, *synthetics.GetGroupOutput)
GetGroupRequest mocks base method
func (*MockSyntheticsAPI) GetGroupWithContext ¶ added in v1.44.49
func (m *MockSyntheticsAPI) GetGroupWithContext(arg0 context.Context, arg1 *synthetics.GetGroupInput, arg2 ...request.Option) (*synthetics.GetGroupOutput, error)
GetGroupWithContext mocks base method
func (*MockSyntheticsAPI) ListAssociatedGroups ¶ added in v1.44.49
func (m *MockSyntheticsAPI) ListAssociatedGroups(arg0 *synthetics.ListAssociatedGroupsInput) (*synthetics.ListAssociatedGroupsOutput, error)
ListAssociatedGroups mocks base method
func (*MockSyntheticsAPI) ListAssociatedGroupsPages ¶ added in v1.44.49
func (m *MockSyntheticsAPI) ListAssociatedGroupsPages(arg0 *synthetics.ListAssociatedGroupsInput, arg1 func(*synthetics.ListAssociatedGroupsOutput, bool) bool) error
ListAssociatedGroupsPages mocks base method
func (*MockSyntheticsAPI) ListAssociatedGroupsPagesWithContext ¶ added in v1.44.49
func (m *MockSyntheticsAPI) ListAssociatedGroupsPagesWithContext(arg0 context.Context, arg1 *synthetics.ListAssociatedGroupsInput, arg2 func(*synthetics.ListAssociatedGroupsOutput, bool) bool, arg3 ...request.Option) error
ListAssociatedGroupsPagesWithContext mocks base method
func (*MockSyntheticsAPI) ListAssociatedGroupsRequest ¶ added in v1.44.49
func (m *MockSyntheticsAPI) ListAssociatedGroupsRequest(arg0 *synthetics.ListAssociatedGroupsInput) (*request.Request, *synthetics.ListAssociatedGroupsOutput)
ListAssociatedGroupsRequest mocks base method
func (*MockSyntheticsAPI) ListAssociatedGroupsWithContext ¶ added in v1.44.49
func (m *MockSyntheticsAPI) ListAssociatedGroupsWithContext(arg0 context.Context, arg1 *synthetics.ListAssociatedGroupsInput, arg2 ...request.Option) (*synthetics.ListAssociatedGroupsOutput, error)
ListAssociatedGroupsWithContext mocks base method
func (*MockSyntheticsAPI) ListGroupResources ¶ added in v1.44.49
func (m *MockSyntheticsAPI) ListGroupResources(arg0 *synthetics.ListGroupResourcesInput) (*synthetics.ListGroupResourcesOutput, error)
ListGroupResources mocks base method
func (*MockSyntheticsAPI) ListGroupResourcesPages ¶ added in v1.44.49
func (m *MockSyntheticsAPI) ListGroupResourcesPages(arg0 *synthetics.ListGroupResourcesInput, arg1 func(*synthetics.ListGroupResourcesOutput, bool) bool) error
ListGroupResourcesPages mocks base method
func (*MockSyntheticsAPI) ListGroupResourcesPagesWithContext ¶ added in v1.44.49
func (m *MockSyntheticsAPI) ListGroupResourcesPagesWithContext(arg0 context.Context, arg1 *synthetics.ListGroupResourcesInput, arg2 func(*synthetics.ListGroupResourcesOutput, bool) bool, arg3 ...request.Option) error
ListGroupResourcesPagesWithContext mocks base method
func (*MockSyntheticsAPI) ListGroupResourcesRequest ¶ added in v1.44.49
func (m *MockSyntheticsAPI) ListGroupResourcesRequest(arg0 *synthetics.ListGroupResourcesInput) (*request.Request, *synthetics.ListGroupResourcesOutput)
ListGroupResourcesRequest mocks base method
func (*MockSyntheticsAPI) ListGroupResourcesWithContext ¶ added in v1.44.49
func (m *MockSyntheticsAPI) ListGroupResourcesWithContext(arg0 context.Context, arg1 *synthetics.ListGroupResourcesInput, arg2 ...request.Option) (*synthetics.ListGroupResourcesOutput, error)
ListGroupResourcesWithContext mocks base method
func (*MockSyntheticsAPI) ListGroups ¶ added in v1.44.49
func (m *MockSyntheticsAPI) ListGroups(arg0 *synthetics.ListGroupsInput) (*synthetics.ListGroupsOutput, error)
ListGroups mocks base method
func (*MockSyntheticsAPI) ListGroupsPages ¶ added in v1.44.49
func (m *MockSyntheticsAPI) ListGroupsPages(arg0 *synthetics.ListGroupsInput, arg1 func(*synthetics.ListGroupsOutput, bool) bool) error
ListGroupsPages mocks base method
func (*MockSyntheticsAPI) ListGroupsPagesWithContext ¶ added in v1.44.49
func (m *MockSyntheticsAPI) ListGroupsPagesWithContext(arg0 context.Context, arg1 *synthetics.ListGroupsInput, arg2 func(*synthetics.ListGroupsOutput, bool) bool, arg3 ...request.Option) error
ListGroupsPagesWithContext mocks base method
func (*MockSyntheticsAPI) ListGroupsRequest ¶ added in v1.44.49
func (m *MockSyntheticsAPI) ListGroupsRequest(arg0 *synthetics.ListGroupsInput) (*request.Request, *synthetics.ListGroupsOutput)
ListGroupsRequest mocks base method
func (*MockSyntheticsAPI) ListGroupsWithContext ¶ added in v1.44.49
func (m *MockSyntheticsAPI) ListGroupsWithContext(arg0 context.Context, arg1 *synthetics.ListGroupsInput, arg2 ...request.Option) (*synthetics.ListGroupsOutput, error)
ListGroupsWithContext mocks base method
func (*MockSyntheticsAPI) ListTagsForResource ¶
func (m *MockSyntheticsAPI) ListTagsForResource(arg0 *synthetics.ListTagsForResourceInput) (*synthetics.ListTagsForResourceOutput, error)
ListTagsForResource mocks base method
func (*MockSyntheticsAPI) ListTagsForResourceRequest ¶
func (m *MockSyntheticsAPI) ListTagsForResourceRequest(arg0 *synthetics.ListTagsForResourceInput) (*request.Request, *synthetics.ListTagsForResourceOutput)
ListTagsForResourceRequest mocks base method
func (*MockSyntheticsAPI) ListTagsForResourceWithContext ¶
func (m *MockSyntheticsAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *synthetics.ListTagsForResourceInput, arg2 ...request.Option) (*synthetics.ListTagsForResourceOutput, error)
ListTagsForResourceWithContext mocks base method
func (*MockSyntheticsAPI) StartCanary ¶
func (m *MockSyntheticsAPI) StartCanary(arg0 *synthetics.StartCanaryInput) (*synthetics.StartCanaryOutput, error)
StartCanary mocks base method
func (*MockSyntheticsAPI) StartCanaryRequest ¶
func (m *MockSyntheticsAPI) StartCanaryRequest(arg0 *synthetics.StartCanaryInput) (*request.Request, *synthetics.StartCanaryOutput)
StartCanaryRequest mocks base method
func (*MockSyntheticsAPI) StartCanaryWithContext ¶
func (m *MockSyntheticsAPI) StartCanaryWithContext(arg0 context.Context, arg1 *synthetics.StartCanaryInput, arg2 ...request.Option) (*synthetics.StartCanaryOutput, error)
StartCanaryWithContext mocks base method
func (*MockSyntheticsAPI) StopCanary ¶
func (m *MockSyntheticsAPI) StopCanary(arg0 *synthetics.StopCanaryInput) (*synthetics.StopCanaryOutput, error)
StopCanary mocks base method
func (*MockSyntheticsAPI) StopCanaryRequest ¶
func (m *MockSyntheticsAPI) StopCanaryRequest(arg0 *synthetics.StopCanaryInput) (*request.Request, *synthetics.StopCanaryOutput)
StopCanaryRequest mocks base method
func (*MockSyntheticsAPI) StopCanaryWithContext ¶
func (m *MockSyntheticsAPI) StopCanaryWithContext(arg0 context.Context, arg1 *synthetics.StopCanaryInput, arg2 ...request.Option) (*synthetics.StopCanaryOutput, error)
StopCanaryWithContext mocks base method
func (*MockSyntheticsAPI) TagResource ¶
func (m *MockSyntheticsAPI) TagResource(arg0 *synthetics.TagResourceInput) (*synthetics.TagResourceOutput, error)
TagResource mocks base method
func (*MockSyntheticsAPI) TagResourceRequest ¶
func (m *MockSyntheticsAPI) TagResourceRequest(arg0 *synthetics.TagResourceInput) (*request.Request, *synthetics.TagResourceOutput)
TagResourceRequest mocks base method
func (*MockSyntheticsAPI) TagResourceWithContext ¶
func (m *MockSyntheticsAPI) TagResourceWithContext(arg0 context.Context, arg1 *synthetics.TagResourceInput, arg2 ...request.Option) (*synthetics.TagResourceOutput, error)
TagResourceWithContext mocks base method
func (*MockSyntheticsAPI) UntagResource ¶
func (m *MockSyntheticsAPI) UntagResource(arg0 *synthetics.UntagResourceInput) (*synthetics.UntagResourceOutput, error)
UntagResource mocks base method
func (*MockSyntheticsAPI) UntagResourceRequest ¶
func (m *MockSyntheticsAPI) UntagResourceRequest(arg0 *synthetics.UntagResourceInput) (*request.Request, *synthetics.UntagResourceOutput)
UntagResourceRequest mocks base method
func (*MockSyntheticsAPI) UntagResourceWithContext ¶
func (m *MockSyntheticsAPI) UntagResourceWithContext(arg0 context.Context, arg1 *synthetics.UntagResourceInput, arg2 ...request.Option) (*synthetics.UntagResourceOutput, error)
UntagResourceWithContext mocks base method
func (*MockSyntheticsAPI) UpdateCanary ¶
func (m *MockSyntheticsAPI) UpdateCanary(arg0 *synthetics.UpdateCanaryInput) (*synthetics.UpdateCanaryOutput, error)
UpdateCanary mocks base method
func (*MockSyntheticsAPI) UpdateCanaryRequest ¶
func (m *MockSyntheticsAPI) UpdateCanaryRequest(arg0 *synthetics.UpdateCanaryInput) (*request.Request, *synthetics.UpdateCanaryOutput)
UpdateCanaryRequest mocks base method
func (*MockSyntheticsAPI) UpdateCanaryWithContext ¶
func (m *MockSyntheticsAPI) UpdateCanaryWithContext(arg0 context.Context, arg1 *synthetics.UpdateCanaryInput, arg2 ...request.Option) (*synthetics.UpdateCanaryOutput, error)
UpdateCanaryWithContext mocks base method
type MockSyntheticsAPIMockRecorder ¶
type MockSyntheticsAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockSyntheticsAPIMockRecorder is the mock recorder for MockSyntheticsAPI
func (*MockSyntheticsAPIMockRecorder) AssociateResource ¶ added in v1.44.49
func (mr *MockSyntheticsAPIMockRecorder) AssociateResource(arg0 interface{}) *gomock.Call
AssociateResource indicates an expected call of AssociateResource
func (*MockSyntheticsAPIMockRecorder) AssociateResourceRequest ¶ added in v1.44.49
func (mr *MockSyntheticsAPIMockRecorder) AssociateResourceRequest(arg0 interface{}) *gomock.Call
AssociateResourceRequest indicates an expected call of AssociateResourceRequest
func (*MockSyntheticsAPIMockRecorder) AssociateResourceWithContext ¶ added in v1.44.49
func (mr *MockSyntheticsAPIMockRecorder) AssociateResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AssociateResourceWithContext indicates an expected call of AssociateResourceWithContext
func (*MockSyntheticsAPIMockRecorder) CreateCanary ¶
func (mr *MockSyntheticsAPIMockRecorder) CreateCanary(arg0 interface{}) *gomock.Call
CreateCanary indicates an expected call of CreateCanary
func (*MockSyntheticsAPIMockRecorder) CreateCanaryRequest ¶
func (mr *MockSyntheticsAPIMockRecorder) CreateCanaryRequest(arg0 interface{}) *gomock.Call
CreateCanaryRequest indicates an expected call of CreateCanaryRequest
func (*MockSyntheticsAPIMockRecorder) CreateCanaryWithContext ¶
func (mr *MockSyntheticsAPIMockRecorder) CreateCanaryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateCanaryWithContext indicates an expected call of CreateCanaryWithContext
func (*MockSyntheticsAPIMockRecorder) CreateGroup ¶ added in v1.44.49
func (mr *MockSyntheticsAPIMockRecorder) CreateGroup(arg0 interface{}) *gomock.Call
CreateGroup indicates an expected call of CreateGroup
func (*MockSyntheticsAPIMockRecorder) CreateGroupRequest ¶ added in v1.44.49
func (mr *MockSyntheticsAPIMockRecorder) CreateGroupRequest(arg0 interface{}) *gomock.Call
CreateGroupRequest indicates an expected call of CreateGroupRequest
func (*MockSyntheticsAPIMockRecorder) CreateGroupWithContext ¶ added in v1.44.49
func (mr *MockSyntheticsAPIMockRecorder) CreateGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateGroupWithContext indicates an expected call of CreateGroupWithContext
func (*MockSyntheticsAPIMockRecorder) DeleteCanary ¶
func (mr *MockSyntheticsAPIMockRecorder) DeleteCanary(arg0 interface{}) *gomock.Call
DeleteCanary indicates an expected call of DeleteCanary
func (*MockSyntheticsAPIMockRecorder) DeleteCanaryRequest ¶
func (mr *MockSyntheticsAPIMockRecorder) DeleteCanaryRequest(arg0 interface{}) *gomock.Call
DeleteCanaryRequest indicates an expected call of DeleteCanaryRequest
func (*MockSyntheticsAPIMockRecorder) DeleteCanaryWithContext ¶
func (mr *MockSyntheticsAPIMockRecorder) DeleteCanaryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteCanaryWithContext indicates an expected call of DeleteCanaryWithContext
func (*MockSyntheticsAPIMockRecorder) DeleteGroup ¶ added in v1.44.49
func (mr *MockSyntheticsAPIMockRecorder) DeleteGroup(arg0 interface{}) *gomock.Call
DeleteGroup indicates an expected call of DeleteGroup
func (*MockSyntheticsAPIMockRecorder) DeleteGroupRequest ¶ added in v1.44.49
func (mr *MockSyntheticsAPIMockRecorder) DeleteGroupRequest(arg0 interface{}) *gomock.Call
DeleteGroupRequest indicates an expected call of DeleteGroupRequest
func (*MockSyntheticsAPIMockRecorder) DeleteGroupWithContext ¶ added in v1.44.49
func (mr *MockSyntheticsAPIMockRecorder) DeleteGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteGroupWithContext indicates an expected call of DeleteGroupWithContext
func (*MockSyntheticsAPIMockRecorder) DescribeCanaries ¶
func (mr *MockSyntheticsAPIMockRecorder) DescribeCanaries(arg0 interface{}) *gomock.Call
DescribeCanaries indicates an expected call of DescribeCanaries
func (*MockSyntheticsAPIMockRecorder) DescribeCanariesLastRun ¶
func (mr *MockSyntheticsAPIMockRecorder) DescribeCanariesLastRun(arg0 interface{}) *gomock.Call
DescribeCanariesLastRun indicates an expected call of DescribeCanariesLastRun
func (*MockSyntheticsAPIMockRecorder) DescribeCanariesLastRunPages ¶
func (mr *MockSyntheticsAPIMockRecorder) DescribeCanariesLastRunPages(arg0, arg1 interface{}) *gomock.Call
DescribeCanariesLastRunPages indicates an expected call of DescribeCanariesLastRunPages
func (*MockSyntheticsAPIMockRecorder) DescribeCanariesLastRunPagesWithContext ¶
func (mr *MockSyntheticsAPIMockRecorder) DescribeCanariesLastRunPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
DescribeCanariesLastRunPagesWithContext indicates an expected call of DescribeCanariesLastRunPagesWithContext
func (*MockSyntheticsAPIMockRecorder) DescribeCanariesLastRunRequest ¶
func (mr *MockSyntheticsAPIMockRecorder) DescribeCanariesLastRunRequest(arg0 interface{}) *gomock.Call
DescribeCanariesLastRunRequest indicates an expected call of DescribeCanariesLastRunRequest
func (*MockSyntheticsAPIMockRecorder) DescribeCanariesLastRunWithContext ¶
func (mr *MockSyntheticsAPIMockRecorder) DescribeCanariesLastRunWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeCanariesLastRunWithContext indicates an expected call of DescribeCanariesLastRunWithContext
func (*MockSyntheticsAPIMockRecorder) DescribeCanariesPages ¶
func (mr *MockSyntheticsAPIMockRecorder) DescribeCanariesPages(arg0, arg1 interface{}) *gomock.Call
DescribeCanariesPages indicates an expected call of DescribeCanariesPages
func (*MockSyntheticsAPIMockRecorder) DescribeCanariesPagesWithContext ¶
func (mr *MockSyntheticsAPIMockRecorder) DescribeCanariesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
DescribeCanariesPagesWithContext indicates an expected call of DescribeCanariesPagesWithContext
func (*MockSyntheticsAPIMockRecorder) DescribeCanariesRequest ¶
func (mr *MockSyntheticsAPIMockRecorder) DescribeCanariesRequest(arg0 interface{}) *gomock.Call
DescribeCanariesRequest indicates an expected call of DescribeCanariesRequest
func (*MockSyntheticsAPIMockRecorder) DescribeCanariesWithContext ¶
func (mr *MockSyntheticsAPIMockRecorder) DescribeCanariesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeCanariesWithContext indicates an expected call of DescribeCanariesWithContext
func (*MockSyntheticsAPIMockRecorder) DescribeRuntimeVersions ¶
func (mr *MockSyntheticsAPIMockRecorder) DescribeRuntimeVersions(arg0 interface{}) *gomock.Call
DescribeRuntimeVersions indicates an expected call of DescribeRuntimeVersions
func (*MockSyntheticsAPIMockRecorder) DescribeRuntimeVersionsPages ¶
func (mr *MockSyntheticsAPIMockRecorder) DescribeRuntimeVersionsPages(arg0, arg1 interface{}) *gomock.Call
DescribeRuntimeVersionsPages indicates an expected call of DescribeRuntimeVersionsPages
func (*MockSyntheticsAPIMockRecorder) DescribeRuntimeVersionsPagesWithContext ¶
func (mr *MockSyntheticsAPIMockRecorder) DescribeRuntimeVersionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
DescribeRuntimeVersionsPagesWithContext indicates an expected call of DescribeRuntimeVersionsPagesWithContext
func (*MockSyntheticsAPIMockRecorder) DescribeRuntimeVersionsRequest ¶
func (mr *MockSyntheticsAPIMockRecorder) DescribeRuntimeVersionsRequest(arg0 interface{}) *gomock.Call
DescribeRuntimeVersionsRequest indicates an expected call of DescribeRuntimeVersionsRequest
func (*MockSyntheticsAPIMockRecorder) DescribeRuntimeVersionsWithContext ¶
func (mr *MockSyntheticsAPIMockRecorder) DescribeRuntimeVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeRuntimeVersionsWithContext indicates an expected call of DescribeRuntimeVersionsWithContext
func (*MockSyntheticsAPIMockRecorder) DisassociateResource ¶ added in v1.44.49
func (mr *MockSyntheticsAPIMockRecorder) DisassociateResource(arg0 interface{}) *gomock.Call
DisassociateResource indicates an expected call of DisassociateResource
func (*MockSyntheticsAPIMockRecorder) DisassociateResourceRequest ¶ added in v1.44.49
func (mr *MockSyntheticsAPIMockRecorder) DisassociateResourceRequest(arg0 interface{}) *gomock.Call
DisassociateResourceRequest indicates an expected call of DisassociateResourceRequest
func (*MockSyntheticsAPIMockRecorder) DisassociateResourceWithContext ¶ added in v1.44.49
func (mr *MockSyntheticsAPIMockRecorder) DisassociateResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DisassociateResourceWithContext indicates an expected call of DisassociateResourceWithContext
func (*MockSyntheticsAPIMockRecorder) GetCanary ¶
func (mr *MockSyntheticsAPIMockRecorder) GetCanary(arg0 interface{}) *gomock.Call
GetCanary indicates an expected call of GetCanary
func (*MockSyntheticsAPIMockRecorder) GetCanaryRequest ¶
func (mr *MockSyntheticsAPIMockRecorder) GetCanaryRequest(arg0 interface{}) *gomock.Call
GetCanaryRequest indicates an expected call of GetCanaryRequest
func (*MockSyntheticsAPIMockRecorder) GetCanaryRuns ¶
func (mr *MockSyntheticsAPIMockRecorder) GetCanaryRuns(arg0 interface{}) *gomock.Call
GetCanaryRuns indicates an expected call of GetCanaryRuns
func (*MockSyntheticsAPIMockRecorder) GetCanaryRunsPages ¶
func (mr *MockSyntheticsAPIMockRecorder) GetCanaryRunsPages(arg0, arg1 interface{}) *gomock.Call
GetCanaryRunsPages indicates an expected call of GetCanaryRunsPages
func (*MockSyntheticsAPIMockRecorder) GetCanaryRunsPagesWithContext ¶
func (mr *MockSyntheticsAPIMockRecorder) GetCanaryRunsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
GetCanaryRunsPagesWithContext indicates an expected call of GetCanaryRunsPagesWithContext
func (*MockSyntheticsAPIMockRecorder) GetCanaryRunsRequest ¶
func (mr *MockSyntheticsAPIMockRecorder) GetCanaryRunsRequest(arg0 interface{}) *gomock.Call
GetCanaryRunsRequest indicates an expected call of GetCanaryRunsRequest
func (*MockSyntheticsAPIMockRecorder) GetCanaryRunsWithContext ¶
func (mr *MockSyntheticsAPIMockRecorder) GetCanaryRunsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetCanaryRunsWithContext indicates an expected call of GetCanaryRunsWithContext
func (*MockSyntheticsAPIMockRecorder) GetCanaryWithContext ¶
func (mr *MockSyntheticsAPIMockRecorder) GetCanaryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetCanaryWithContext indicates an expected call of GetCanaryWithContext
func (*MockSyntheticsAPIMockRecorder) GetGroup ¶ added in v1.44.49
func (mr *MockSyntheticsAPIMockRecorder) GetGroup(arg0 interface{}) *gomock.Call
GetGroup indicates an expected call of GetGroup
func (*MockSyntheticsAPIMockRecorder) GetGroupRequest ¶ added in v1.44.49
func (mr *MockSyntheticsAPIMockRecorder) GetGroupRequest(arg0 interface{}) *gomock.Call
GetGroupRequest indicates an expected call of GetGroupRequest
func (*MockSyntheticsAPIMockRecorder) GetGroupWithContext ¶ added in v1.44.49
func (mr *MockSyntheticsAPIMockRecorder) GetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetGroupWithContext indicates an expected call of GetGroupWithContext
func (*MockSyntheticsAPIMockRecorder) ListAssociatedGroups ¶ added in v1.44.49
func (mr *MockSyntheticsAPIMockRecorder) ListAssociatedGroups(arg0 interface{}) *gomock.Call
ListAssociatedGroups indicates an expected call of ListAssociatedGroups
func (*MockSyntheticsAPIMockRecorder) ListAssociatedGroupsPages ¶ added in v1.44.49
func (mr *MockSyntheticsAPIMockRecorder) ListAssociatedGroupsPages(arg0, arg1 interface{}) *gomock.Call
ListAssociatedGroupsPages indicates an expected call of ListAssociatedGroupsPages
func (*MockSyntheticsAPIMockRecorder) ListAssociatedGroupsPagesWithContext ¶ added in v1.44.49
func (mr *MockSyntheticsAPIMockRecorder) ListAssociatedGroupsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListAssociatedGroupsPagesWithContext indicates an expected call of ListAssociatedGroupsPagesWithContext
func (*MockSyntheticsAPIMockRecorder) ListAssociatedGroupsRequest ¶ added in v1.44.49
func (mr *MockSyntheticsAPIMockRecorder) ListAssociatedGroupsRequest(arg0 interface{}) *gomock.Call
ListAssociatedGroupsRequest indicates an expected call of ListAssociatedGroupsRequest
func (*MockSyntheticsAPIMockRecorder) ListAssociatedGroupsWithContext ¶ added in v1.44.49
func (mr *MockSyntheticsAPIMockRecorder) ListAssociatedGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListAssociatedGroupsWithContext indicates an expected call of ListAssociatedGroupsWithContext
func (*MockSyntheticsAPIMockRecorder) ListGroupResources ¶ added in v1.44.49
func (mr *MockSyntheticsAPIMockRecorder) ListGroupResources(arg0 interface{}) *gomock.Call
ListGroupResources indicates an expected call of ListGroupResources
func (*MockSyntheticsAPIMockRecorder) ListGroupResourcesPages ¶ added in v1.44.49
func (mr *MockSyntheticsAPIMockRecorder) ListGroupResourcesPages(arg0, arg1 interface{}) *gomock.Call
ListGroupResourcesPages indicates an expected call of ListGroupResourcesPages
func (*MockSyntheticsAPIMockRecorder) ListGroupResourcesPagesWithContext ¶ added in v1.44.49
func (mr *MockSyntheticsAPIMockRecorder) ListGroupResourcesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListGroupResourcesPagesWithContext indicates an expected call of ListGroupResourcesPagesWithContext
func (*MockSyntheticsAPIMockRecorder) ListGroupResourcesRequest ¶ added in v1.44.49
func (mr *MockSyntheticsAPIMockRecorder) ListGroupResourcesRequest(arg0 interface{}) *gomock.Call
ListGroupResourcesRequest indicates an expected call of ListGroupResourcesRequest
func (*MockSyntheticsAPIMockRecorder) ListGroupResourcesWithContext ¶ added in v1.44.49
func (mr *MockSyntheticsAPIMockRecorder) ListGroupResourcesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListGroupResourcesWithContext indicates an expected call of ListGroupResourcesWithContext
func (*MockSyntheticsAPIMockRecorder) ListGroups ¶ added in v1.44.49
func (mr *MockSyntheticsAPIMockRecorder) ListGroups(arg0 interface{}) *gomock.Call
ListGroups indicates an expected call of ListGroups
func (*MockSyntheticsAPIMockRecorder) ListGroupsPages ¶ added in v1.44.49
func (mr *MockSyntheticsAPIMockRecorder) ListGroupsPages(arg0, arg1 interface{}) *gomock.Call
ListGroupsPages indicates an expected call of ListGroupsPages
func (*MockSyntheticsAPIMockRecorder) ListGroupsPagesWithContext ¶ added in v1.44.49
func (mr *MockSyntheticsAPIMockRecorder) ListGroupsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListGroupsPagesWithContext indicates an expected call of ListGroupsPagesWithContext
func (*MockSyntheticsAPIMockRecorder) ListGroupsRequest ¶ added in v1.44.49
func (mr *MockSyntheticsAPIMockRecorder) ListGroupsRequest(arg0 interface{}) *gomock.Call
ListGroupsRequest indicates an expected call of ListGroupsRequest
func (*MockSyntheticsAPIMockRecorder) ListGroupsWithContext ¶ added in v1.44.49
func (mr *MockSyntheticsAPIMockRecorder) ListGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListGroupsWithContext indicates an expected call of ListGroupsWithContext
func (*MockSyntheticsAPIMockRecorder) ListTagsForResource ¶
func (mr *MockSyntheticsAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call
ListTagsForResource indicates an expected call of ListTagsForResource
func (*MockSyntheticsAPIMockRecorder) ListTagsForResourceRequest ¶
func (mr *MockSyntheticsAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call
ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest
func (*MockSyntheticsAPIMockRecorder) ListTagsForResourceWithContext ¶
func (mr *MockSyntheticsAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext
func (*MockSyntheticsAPIMockRecorder) StartCanary ¶
func (mr *MockSyntheticsAPIMockRecorder) StartCanary(arg0 interface{}) *gomock.Call
StartCanary indicates an expected call of StartCanary
func (*MockSyntheticsAPIMockRecorder) StartCanaryRequest ¶
func (mr *MockSyntheticsAPIMockRecorder) StartCanaryRequest(arg0 interface{}) *gomock.Call
StartCanaryRequest indicates an expected call of StartCanaryRequest
func (*MockSyntheticsAPIMockRecorder) StartCanaryWithContext ¶
func (mr *MockSyntheticsAPIMockRecorder) StartCanaryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StartCanaryWithContext indicates an expected call of StartCanaryWithContext
func (*MockSyntheticsAPIMockRecorder) StopCanary ¶
func (mr *MockSyntheticsAPIMockRecorder) StopCanary(arg0 interface{}) *gomock.Call
StopCanary indicates an expected call of StopCanary
func (*MockSyntheticsAPIMockRecorder) StopCanaryRequest ¶
func (mr *MockSyntheticsAPIMockRecorder) StopCanaryRequest(arg0 interface{}) *gomock.Call
StopCanaryRequest indicates an expected call of StopCanaryRequest
func (*MockSyntheticsAPIMockRecorder) StopCanaryWithContext ¶
func (mr *MockSyntheticsAPIMockRecorder) StopCanaryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StopCanaryWithContext indicates an expected call of StopCanaryWithContext
func (*MockSyntheticsAPIMockRecorder) TagResource ¶
func (mr *MockSyntheticsAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
TagResource indicates an expected call of TagResource
func (*MockSyntheticsAPIMockRecorder) TagResourceRequest ¶
func (mr *MockSyntheticsAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
TagResourceRequest indicates an expected call of TagResourceRequest
func (*MockSyntheticsAPIMockRecorder) TagResourceWithContext ¶
func (mr *MockSyntheticsAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
TagResourceWithContext indicates an expected call of TagResourceWithContext
func (*MockSyntheticsAPIMockRecorder) UntagResource ¶
func (mr *MockSyntheticsAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
UntagResource indicates an expected call of UntagResource
func (*MockSyntheticsAPIMockRecorder) UntagResourceRequest ¶
func (mr *MockSyntheticsAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
UntagResourceRequest indicates an expected call of UntagResourceRequest
func (*MockSyntheticsAPIMockRecorder) UntagResourceWithContext ¶
func (mr *MockSyntheticsAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UntagResourceWithContext indicates an expected call of UntagResourceWithContext
func (*MockSyntheticsAPIMockRecorder) UpdateCanary ¶
func (mr *MockSyntheticsAPIMockRecorder) UpdateCanary(arg0 interface{}) *gomock.Call
UpdateCanary indicates an expected call of UpdateCanary
func (*MockSyntheticsAPIMockRecorder) UpdateCanaryRequest ¶
func (mr *MockSyntheticsAPIMockRecorder) UpdateCanaryRequest(arg0 interface{}) *gomock.Call
UpdateCanaryRequest indicates an expected call of UpdateCanaryRequest
func (*MockSyntheticsAPIMockRecorder) UpdateCanaryWithContext ¶
func (mr *MockSyntheticsAPIMockRecorder) UpdateCanaryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateCanaryWithContext indicates an expected call of UpdateCanaryWithContext