syntheticsmock

package
v1.43.22 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 22, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package syntheticsmock is a generated GoMock package.

Index

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) CreateCanary

CreateCanary mocks base method.

func (*MockSyntheticsAPI) CreateCanaryRequest

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) DeleteCanary

DeleteCanary mocks base method.

func (*MockSyntheticsAPI) DeleteCanaryRequest

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) DescribeCanaries

DescribeCanaries mocks base method.

func (*MockSyntheticsAPI) DescribeCanariesLastRun

DescribeCanariesLastRun mocks base method.

func (*MockSyntheticsAPI) DescribeCanariesLastRunPages

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

DescribeCanariesLastRunRequest mocks base method.

func (*MockSyntheticsAPI) DescribeCanariesLastRunWithContext

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

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

DescribeRuntimeVersions mocks base method.

func (*MockSyntheticsAPI) DescribeRuntimeVersionsPages

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

DescribeRuntimeVersionsRequest mocks base method.

func (*MockSyntheticsAPI) DescribeRuntimeVersionsWithContext

DescribeRuntimeVersionsWithContext mocks base method.

func (*MockSyntheticsAPI) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSyntheticsAPI) GetCanary

GetCanary mocks base method.

func (*MockSyntheticsAPI) GetCanaryRequest

GetCanaryRequest mocks base method.

func (*MockSyntheticsAPI) GetCanaryRuns

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

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) ListTagsForResource

ListTagsForResource mocks base method.

func (*MockSyntheticsAPI) ListTagsForResourceRequest

ListTagsForResourceRequest mocks base method.

func (*MockSyntheticsAPI) ListTagsForResourceWithContext

ListTagsForResourceWithContext mocks base method.

func (*MockSyntheticsAPI) StartCanary

StartCanary mocks base method.

func (*MockSyntheticsAPI) StartCanaryRequest

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

StopCanary mocks base method.

func (*MockSyntheticsAPI) StopCanaryRequest

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

TagResource mocks base method.

func (*MockSyntheticsAPI) TagResourceRequest

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

UntagResource mocks base method.

func (*MockSyntheticsAPI) UntagResourceRequest

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

UpdateCanary mocks base method.

func (*MockSyntheticsAPI) UpdateCanaryRequest

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) 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) 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) 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) 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) 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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL