codedeploymock

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 codedeploymock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockCodeDeployAPI

type MockCodeDeployAPI struct {
	// contains filtered or unexported fields
}

MockCodeDeployAPI is a mock of CodeDeployAPI interface.

func NewMockCodeDeployAPI

func NewMockCodeDeployAPI(ctrl *gomock.Controller) *MockCodeDeployAPI

NewMockCodeDeployAPI creates a new mock instance.

func (*MockCodeDeployAPI) AddTagsToOnPremisesInstances

AddTagsToOnPremisesInstances mocks base method.

func (*MockCodeDeployAPI) AddTagsToOnPremisesInstancesRequest

AddTagsToOnPremisesInstancesRequest mocks base method.

func (*MockCodeDeployAPI) AddTagsToOnPremisesInstancesWithContext

AddTagsToOnPremisesInstancesWithContext mocks base method.

func (*MockCodeDeployAPI) BatchGetApplicationRevisions

BatchGetApplicationRevisions mocks base method.

func (*MockCodeDeployAPI) BatchGetApplicationRevisionsRequest

BatchGetApplicationRevisionsRequest mocks base method.

func (*MockCodeDeployAPI) BatchGetApplicationRevisionsWithContext

BatchGetApplicationRevisionsWithContext mocks base method.

func (*MockCodeDeployAPI) BatchGetApplications

BatchGetApplications mocks base method.

func (*MockCodeDeployAPI) BatchGetApplicationsRequest

BatchGetApplicationsRequest mocks base method.

func (*MockCodeDeployAPI) BatchGetApplicationsWithContext

BatchGetApplicationsWithContext mocks base method.

func (*MockCodeDeployAPI) BatchGetDeploymentGroups

BatchGetDeploymentGroups mocks base method.

func (*MockCodeDeployAPI) BatchGetDeploymentGroupsRequest

BatchGetDeploymentGroupsRequest mocks base method.

func (*MockCodeDeployAPI) BatchGetDeploymentGroupsWithContext

BatchGetDeploymentGroupsWithContext mocks base method.

func (*MockCodeDeployAPI) BatchGetDeploymentInstances

BatchGetDeploymentInstances mocks base method.

func (*MockCodeDeployAPI) BatchGetDeploymentInstancesRequest

BatchGetDeploymentInstancesRequest mocks base method.

func (*MockCodeDeployAPI) BatchGetDeploymentInstancesWithContext

BatchGetDeploymentInstancesWithContext mocks base method.

func (*MockCodeDeployAPI) BatchGetDeploymentTargets

BatchGetDeploymentTargets mocks base method.

func (*MockCodeDeployAPI) BatchGetDeploymentTargetsRequest

BatchGetDeploymentTargetsRequest mocks base method.

func (*MockCodeDeployAPI) BatchGetDeploymentTargetsWithContext

BatchGetDeploymentTargetsWithContext mocks base method.

func (*MockCodeDeployAPI) BatchGetDeployments

BatchGetDeployments mocks base method.

func (*MockCodeDeployAPI) BatchGetDeploymentsRequest

BatchGetDeploymentsRequest mocks base method.

func (*MockCodeDeployAPI) BatchGetDeploymentsWithContext

BatchGetDeploymentsWithContext mocks base method.

func (*MockCodeDeployAPI) BatchGetOnPremisesInstances

BatchGetOnPremisesInstances mocks base method.

func (*MockCodeDeployAPI) BatchGetOnPremisesInstancesRequest

BatchGetOnPremisesInstancesRequest mocks base method.

func (*MockCodeDeployAPI) BatchGetOnPremisesInstancesWithContext

BatchGetOnPremisesInstancesWithContext mocks base method.

func (*MockCodeDeployAPI) ContinueDeployment

ContinueDeployment mocks base method.

func (*MockCodeDeployAPI) ContinueDeploymentRequest

ContinueDeploymentRequest mocks base method.

func (*MockCodeDeployAPI) ContinueDeploymentWithContext

ContinueDeploymentWithContext mocks base method.

func (*MockCodeDeployAPI) CreateApplication

CreateApplication mocks base method.

func (*MockCodeDeployAPI) CreateApplicationRequest

CreateApplicationRequest mocks base method.

func (*MockCodeDeployAPI) CreateApplicationWithContext

func (m *MockCodeDeployAPI) CreateApplicationWithContext(arg0 context.Context, arg1 *codedeploy.CreateApplicationInput, arg2 ...request.Option) (*codedeploy.CreateApplicationOutput, error)

CreateApplicationWithContext mocks base method.

func (*MockCodeDeployAPI) CreateDeployment

CreateDeployment mocks base method.

func (*MockCodeDeployAPI) CreateDeploymentConfig

CreateDeploymentConfig mocks base method.

func (*MockCodeDeployAPI) CreateDeploymentConfigRequest

CreateDeploymentConfigRequest mocks base method.

func (*MockCodeDeployAPI) CreateDeploymentConfigWithContext

CreateDeploymentConfigWithContext mocks base method.

func (*MockCodeDeployAPI) CreateDeploymentGroup

CreateDeploymentGroup mocks base method.

func (*MockCodeDeployAPI) CreateDeploymentGroupRequest

CreateDeploymentGroupRequest mocks base method.

func (*MockCodeDeployAPI) CreateDeploymentGroupWithContext

CreateDeploymentGroupWithContext mocks base method.

func (*MockCodeDeployAPI) CreateDeploymentRequest

CreateDeploymentRequest mocks base method.

func (*MockCodeDeployAPI) CreateDeploymentWithContext

func (m *MockCodeDeployAPI) CreateDeploymentWithContext(arg0 context.Context, arg1 *codedeploy.CreateDeploymentInput, arg2 ...request.Option) (*codedeploy.CreateDeploymentOutput, error)

CreateDeploymentWithContext mocks base method.

func (*MockCodeDeployAPI) DeleteApplication

DeleteApplication mocks base method.

func (*MockCodeDeployAPI) DeleteApplicationRequest

DeleteApplicationRequest mocks base method.

func (*MockCodeDeployAPI) DeleteApplicationWithContext

func (m *MockCodeDeployAPI) DeleteApplicationWithContext(arg0 context.Context, arg1 *codedeploy.DeleteApplicationInput, arg2 ...request.Option) (*codedeploy.DeleteApplicationOutput, error)

DeleteApplicationWithContext mocks base method.

func (*MockCodeDeployAPI) DeleteDeploymentConfig

DeleteDeploymentConfig mocks base method.

func (*MockCodeDeployAPI) DeleteDeploymentConfigRequest

DeleteDeploymentConfigRequest mocks base method.

func (*MockCodeDeployAPI) DeleteDeploymentConfigWithContext

DeleteDeploymentConfigWithContext mocks base method.

func (*MockCodeDeployAPI) DeleteDeploymentGroup

DeleteDeploymentGroup mocks base method.

func (*MockCodeDeployAPI) DeleteDeploymentGroupRequest

DeleteDeploymentGroupRequest mocks base method.

func (*MockCodeDeployAPI) DeleteDeploymentGroupWithContext

DeleteDeploymentGroupWithContext mocks base method.

func (*MockCodeDeployAPI) DeleteGitHubAccountToken

DeleteGitHubAccountToken mocks base method.

func (*MockCodeDeployAPI) DeleteGitHubAccountTokenRequest

DeleteGitHubAccountTokenRequest mocks base method.

func (*MockCodeDeployAPI) DeleteGitHubAccountTokenWithContext

DeleteGitHubAccountTokenWithContext mocks base method.

func (*MockCodeDeployAPI) DeleteResourcesByExternalId

DeleteResourcesByExternalId mocks base method.

func (*MockCodeDeployAPI) DeleteResourcesByExternalIdRequest

DeleteResourcesByExternalIdRequest mocks base method.

func (*MockCodeDeployAPI) DeleteResourcesByExternalIdWithContext

DeleteResourcesByExternalIdWithContext mocks base method.

func (*MockCodeDeployAPI) DeregisterOnPremisesInstance

DeregisterOnPremisesInstance mocks base method.

func (*MockCodeDeployAPI) DeregisterOnPremisesInstanceRequest

DeregisterOnPremisesInstanceRequest mocks base method.

func (*MockCodeDeployAPI) DeregisterOnPremisesInstanceWithContext

DeregisterOnPremisesInstanceWithContext mocks base method.

func (*MockCodeDeployAPI) EXPECT

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

func (*MockCodeDeployAPI) GetApplication

GetApplication mocks base method.

func (*MockCodeDeployAPI) GetApplicationRequest

GetApplicationRequest mocks base method.

func (*MockCodeDeployAPI) GetApplicationRevision

GetApplicationRevision mocks base method.

func (*MockCodeDeployAPI) GetApplicationRevisionRequest

GetApplicationRevisionRequest mocks base method.

func (*MockCodeDeployAPI) GetApplicationRevisionWithContext

GetApplicationRevisionWithContext mocks base method.

func (*MockCodeDeployAPI) GetApplicationWithContext

func (m *MockCodeDeployAPI) GetApplicationWithContext(arg0 context.Context, arg1 *codedeploy.GetApplicationInput, arg2 ...request.Option) (*codedeploy.GetApplicationOutput, error)

GetApplicationWithContext mocks base method.

func (*MockCodeDeployAPI) GetDeployment

GetDeployment mocks base method.

func (*MockCodeDeployAPI) GetDeploymentConfig

GetDeploymentConfig mocks base method.

func (*MockCodeDeployAPI) GetDeploymentConfigRequest

GetDeploymentConfigRequest mocks base method.

func (*MockCodeDeployAPI) GetDeploymentConfigWithContext

GetDeploymentConfigWithContext mocks base method.

func (*MockCodeDeployAPI) GetDeploymentGroup

GetDeploymentGroup mocks base method.

func (*MockCodeDeployAPI) GetDeploymentGroupRequest

GetDeploymentGroupRequest mocks base method.

func (*MockCodeDeployAPI) GetDeploymentGroupWithContext

GetDeploymentGroupWithContext mocks base method.

func (*MockCodeDeployAPI) GetDeploymentInstance

GetDeploymentInstance mocks base method.

func (*MockCodeDeployAPI) GetDeploymentInstanceRequest

GetDeploymentInstanceRequest mocks base method.

func (*MockCodeDeployAPI) GetDeploymentInstanceWithContext

GetDeploymentInstanceWithContext mocks base method.

func (*MockCodeDeployAPI) GetDeploymentRequest

GetDeploymentRequest mocks base method.

func (*MockCodeDeployAPI) GetDeploymentTarget

GetDeploymentTarget mocks base method.

func (*MockCodeDeployAPI) GetDeploymentTargetRequest

GetDeploymentTargetRequest mocks base method.

func (*MockCodeDeployAPI) GetDeploymentTargetWithContext

GetDeploymentTargetWithContext mocks base method.

func (*MockCodeDeployAPI) GetDeploymentWithContext

func (m *MockCodeDeployAPI) GetDeploymentWithContext(arg0 context.Context, arg1 *codedeploy.GetDeploymentInput, arg2 ...request.Option) (*codedeploy.GetDeploymentOutput, error)

GetDeploymentWithContext mocks base method.

func (*MockCodeDeployAPI) GetOnPremisesInstance

GetOnPremisesInstance mocks base method.

func (*MockCodeDeployAPI) GetOnPremisesInstanceRequest

GetOnPremisesInstanceRequest mocks base method.

func (*MockCodeDeployAPI) GetOnPremisesInstanceWithContext

GetOnPremisesInstanceWithContext mocks base method.

func (*MockCodeDeployAPI) ListApplicationRevisions

ListApplicationRevisions mocks base method.

func (*MockCodeDeployAPI) ListApplicationRevisionsPages

ListApplicationRevisionsPages mocks base method.

func (*MockCodeDeployAPI) ListApplicationRevisionsPagesWithContext

func (m *MockCodeDeployAPI) ListApplicationRevisionsPagesWithContext(arg0 context.Context, arg1 *codedeploy.ListApplicationRevisionsInput, arg2 func(*codedeploy.ListApplicationRevisionsOutput, bool) bool, arg3 ...request.Option) error

ListApplicationRevisionsPagesWithContext mocks base method.

func (*MockCodeDeployAPI) ListApplicationRevisionsRequest

ListApplicationRevisionsRequest mocks base method.

func (*MockCodeDeployAPI) ListApplicationRevisionsWithContext

ListApplicationRevisionsWithContext mocks base method.

func (*MockCodeDeployAPI) ListApplications

ListApplications mocks base method.

func (*MockCodeDeployAPI) ListApplicationsPages

func (m *MockCodeDeployAPI) ListApplicationsPages(arg0 *codedeploy.ListApplicationsInput, arg1 func(*codedeploy.ListApplicationsOutput, bool) bool) error

ListApplicationsPages mocks base method.

func (*MockCodeDeployAPI) ListApplicationsPagesWithContext

func (m *MockCodeDeployAPI) ListApplicationsPagesWithContext(arg0 context.Context, arg1 *codedeploy.ListApplicationsInput, arg2 func(*codedeploy.ListApplicationsOutput, bool) bool, arg3 ...request.Option) error

ListApplicationsPagesWithContext mocks base method.

func (*MockCodeDeployAPI) ListApplicationsRequest

ListApplicationsRequest mocks base method.

func (*MockCodeDeployAPI) ListApplicationsWithContext

func (m *MockCodeDeployAPI) ListApplicationsWithContext(arg0 context.Context, arg1 *codedeploy.ListApplicationsInput, arg2 ...request.Option) (*codedeploy.ListApplicationsOutput, error)

ListApplicationsWithContext mocks base method.

func (*MockCodeDeployAPI) ListDeploymentConfigs

ListDeploymentConfigs mocks base method.

func (*MockCodeDeployAPI) ListDeploymentConfigsPages

ListDeploymentConfigsPages mocks base method.

func (*MockCodeDeployAPI) ListDeploymentConfigsPagesWithContext

func (m *MockCodeDeployAPI) ListDeploymentConfigsPagesWithContext(arg0 context.Context, arg1 *codedeploy.ListDeploymentConfigsInput, arg2 func(*codedeploy.ListDeploymentConfigsOutput, bool) bool, arg3 ...request.Option) error

ListDeploymentConfigsPagesWithContext mocks base method.

func (*MockCodeDeployAPI) ListDeploymentConfigsRequest

ListDeploymentConfigsRequest mocks base method.

func (*MockCodeDeployAPI) ListDeploymentConfigsWithContext

ListDeploymentConfigsWithContext mocks base method.

func (*MockCodeDeployAPI) ListDeploymentGroups

ListDeploymentGroups mocks base method.

func (*MockCodeDeployAPI) ListDeploymentGroupsPages

ListDeploymentGroupsPages mocks base method.

func (*MockCodeDeployAPI) ListDeploymentGroupsPagesWithContext

func (m *MockCodeDeployAPI) ListDeploymentGroupsPagesWithContext(arg0 context.Context, arg1 *codedeploy.ListDeploymentGroupsInput, arg2 func(*codedeploy.ListDeploymentGroupsOutput, bool) bool, arg3 ...request.Option) error

ListDeploymentGroupsPagesWithContext mocks base method.

func (*MockCodeDeployAPI) ListDeploymentGroupsRequest

ListDeploymentGroupsRequest mocks base method.

func (*MockCodeDeployAPI) ListDeploymentGroupsWithContext

ListDeploymentGroupsWithContext mocks base method.

func (*MockCodeDeployAPI) ListDeploymentInstances

ListDeploymentInstances mocks base method.

func (*MockCodeDeployAPI) ListDeploymentInstancesPages

ListDeploymentInstancesPages mocks base method.

func (*MockCodeDeployAPI) ListDeploymentInstancesPagesWithContext

func (m *MockCodeDeployAPI) ListDeploymentInstancesPagesWithContext(arg0 context.Context, arg1 *codedeploy.ListDeploymentInstancesInput, arg2 func(*codedeploy.ListDeploymentInstancesOutput, bool) bool, arg3 ...request.Option) error

ListDeploymentInstancesPagesWithContext mocks base method.

func (*MockCodeDeployAPI) ListDeploymentInstancesRequest

ListDeploymentInstancesRequest mocks base method.

func (*MockCodeDeployAPI) ListDeploymentInstancesWithContext

ListDeploymentInstancesWithContext mocks base method.

func (*MockCodeDeployAPI) ListDeploymentTargets

ListDeploymentTargets mocks base method.

func (*MockCodeDeployAPI) ListDeploymentTargetsRequest

ListDeploymentTargetsRequest mocks base method.

func (*MockCodeDeployAPI) ListDeploymentTargetsWithContext

ListDeploymentTargetsWithContext mocks base method.

func (*MockCodeDeployAPI) ListDeployments

ListDeployments mocks base method.

func (*MockCodeDeployAPI) ListDeploymentsPages

func (m *MockCodeDeployAPI) ListDeploymentsPages(arg0 *codedeploy.ListDeploymentsInput, arg1 func(*codedeploy.ListDeploymentsOutput, bool) bool) error

ListDeploymentsPages mocks base method.

func (*MockCodeDeployAPI) ListDeploymentsPagesWithContext

func (m *MockCodeDeployAPI) ListDeploymentsPagesWithContext(arg0 context.Context, arg1 *codedeploy.ListDeploymentsInput, arg2 func(*codedeploy.ListDeploymentsOutput, bool) bool, arg3 ...request.Option) error

ListDeploymentsPagesWithContext mocks base method.

func (*MockCodeDeployAPI) ListDeploymentsRequest

ListDeploymentsRequest mocks base method.

func (*MockCodeDeployAPI) ListDeploymentsWithContext

func (m *MockCodeDeployAPI) ListDeploymentsWithContext(arg0 context.Context, arg1 *codedeploy.ListDeploymentsInput, arg2 ...request.Option) (*codedeploy.ListDeploymentsOutput, error)

ListDeploymentsWithContext mocks base method.

func (*MockCodeDeployAPI) ListGitHubAccountTokenNames

ListGitHubAccountTokenNames mocks base method.

func (*MockCodeDeployAPI) ListGitHubAccountTokenNamesRequest

ListGitHubAccountTokenNamesRequest mocks base method.

func (*MockCodeDeployAPI) ListGitHubAccountTokenNamesWithContext

ListGitHubAccountTokenNamesWithContext mocks base method.

func (*MockCodeDeployAPI) ListOnPremisesInstances

ListOnPremisesInstances mocks base method.

func (*MockCodeDeployAPI) ListOnPremisesInstancesRequest

ListOnPremisesInstancesRequest mocks base method.

func (*MockCodeDeployAPI) ListOnPremisesInstancesWithContext

ListOnPremisesInstancesWithContext mocks base method.

func (*MockCodeDeployAPI) ListTagsForResource

ListTagsForResource mocks base method.

func (*MockCodeDeployAPI) ListTagsForResourceRequest

ListTagsForResourceRequest mocks base method.

func (*MockCodeDeployAPI) ListTagsForResourceWithContext

ListTagsForResourceWithContext mocks base method.

func (*MockCodeDeployAPI) PutLifecycleEventHookExecutionStatus

PutLifecycleEventHookExecutionStatus mocks base method.

func (*MockCodeDeployAPI) PutLifecycleEventHookExecutionStatusRequest

PutLifecycleEventHookExecutionStatusRequest mocks base method.

func (*MockCodeDeployAPI) PutLifecycleEventHookExecutionStatusWithContext

PutLifecycleEventHookExecutionStatusWithContext mocks base method.

func (*MockCodeDeployAPI) RegisterApplicationRevision

RegisterApplicationRevision mocks base method.

func (*MockCodeDeployAPI) RegisterApplicationRevisionRequest

RegisterApplicationRevisionRequest mocks base method.

func (*MockCodeDeployAPI) RegisterApplicationRevisionWithContext

RegisterApplicationRevisionWithContext mocks base method.

func (*MockCodeDeployAPI) RegisterOnPremisesInstance

RegisterOnPremisesInstance mocks base method.

func (*MockCodeDeployAPI) RegisterOnPremisesInstanceRequest

RegisterOnPremisesInstanceRequest mocks base method.

func (*MockCodeDeployAPI) RegisterOnPremisesInstanceWithContext

RegisterOnPremisesInstanceWithContext mocks base method.

func (*MockCodeDeployAPI) RemoveTagsFromOnPremisesInstances

RemoveTagsFromOnPremisesInstances mocks base method.

func (*MockCodeDeployAPI) RemoveTagsFromOnPremisesInstancesRequest

RemoveTagsFromOnPremisesInstancesRequest mocks base method.

func (*MockCodeDeployAPI) RemoveTagsFromOnPremisesInstancesWithContext

RemoveTagsFromOnPremisesInstancesWithContext mocks base method.

func (*MockCodeDeployAPI) SkipWaitTimeForInstanceTermination

SkipWaitTimeForInstanceTermination mocks base method.

func (*MockCodeDeployAPI) SkipWaitTimeForInstanceTerminationRequest

SkipWaitTimeForInstanceTerminationRequest mocks base method.

func (*MockCodeDeployAPI) SkipWaitTimeForInstanceTerminationWithContext

SkipWaitTimeForInstanceTerminationWithContext mocks base method.

func (*MockCodeDeployAPI) StopDeployment

StopDeployment mocks base method.

func (*MockCodeDeployAPI) StopDeploymentRequest

StopDeploymentRequest mocks base method.

func (*MockCodeDeployAPI) StopDeploymentWithContext

func (m *MockCodeDeployAPI) StopDeploymentWithContext(arg0 context.Context, arg1 *codedeploy.StopDeploymentInput, arg2 ...request.Option) (*codedeploy.StopDeploymentOutput, error)

StopDeploymentWithContext mocks base method.

func (*MockCodeDeployAPI) TagResource

TagResource mocks base method.

func (*MockCodeDeployAPI) TagResourceRequest

TagResourceRequest mocks base method.

func (*MockCodeDeployAPI) TagResourceWithContext

func (m *MockCodeDeployAPI) TagResourceWithContext(arg0 context.Context, arg1 *codedeploy.TagResourceInput, arg2 ...request.Option) (*codedeploy.TagResourceOutput, error)

TagResourceWithContext mocks base method.

func (*MockCodeDeployAPI) UntagResource

UntagResource mocks base method.

func (*MockCodeDeployAPI) UntagResourceRequest

UntagResourceRequest mocks base method.

func (*MockCodeDeployAPI) UntagResourceWithContext

func (m *MockCodeDeployAPI) UntagResourceWithContext(arg0 context.Context, arg1 *codedeploy.UntagResourceInput, arg2 ...request.Option) (*codedeploy.UntagResourceOutput, error)

UntagResourceWithContext mocks base method.

func (*MockCodeDeployAPI) UpdateApplication

UpdateApplication mocks base method.

func (*MockCodeDeployAPI) UpdateApplicationRequest

UpdateApplicationRequest mocks base method.

func (*MockCodeDeployAPI) UpdateApplicationWithContext

func (m *MockCodeDeployAPI) UpdateApplicationWithContext(arg0 context.Context, arg1 *codedeploy.UpdateApplicationInput, arg2 ...request.Option) (*codedeploy.UpdateApplicationOutput, error)

UpdateApplicationWithContext mocks base method.

func (*MockCodeDeployAPI) UpdateDeploymentGroup

UpdateDeploymentGroup mocks base method.

func (*MockCodeDeployAPI) UpdateDeploymentGroupRequest

UpdateDeploymentGroupRequest mocks base method.

func (*MockCodeDeployAPI) UpdateDeploymentGroupWithContext

UpdateDeploymentGroupWithContext mocks base method.

func (*MockCodeDeployAPI) WaitUntilDeploymentSuccessful

func (m *MockCodeDeployAPI) WaitUntilDeploymentSuccessful(arg0 *codedeploy.GetDeploymentInput) error

WaitUntilDeploymentSuccessful mocks base method.

func (*MockCodeDeployAPI) WaitUntilDeploymentSuccessfulWithContext

func (m *MockCodeDeployAPI) WaitUntilDeploymentSuccessfulWithContext(arg0 context.Context, arg1 *codedeploy.GetDeploymentInput, arg2 ...request.WaiterOption) error

WaitUntilDeploymentSuccessfulWithContext mocks base method.

type MockCodeDeployAPIMockRecorder

type MockCodeDeployAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockCodeDeployAPIMockRecorder is the mock recorder for MockCodeDeployAPI.

func (*MockCodeDeployAPIMockRecorder) AddTagsToOnPremisesInstances

func (mr *MockCodeDeployAPIMockRecorder) AddTagsToOnPremisesInstances(arg0 interface{}) *gomock.Call

AddTagsToOnPremisesInstances indicates an expected call of AddTagsToOnPremisesInstances.

func (*MockCodeDeployAPIMockRecorder) AddTagsToOnPremisesInstancesRequest

func (mr *MockCodeDeployAPIMockRecorder) AddTagsToOnPremisesInstancesRequest(arg0 interface{}) *gomock.Call

AddTagsToOnPremisesInstancesRequest indicates an expected call of AddTagsToOnPremisesInstancesRequest.

func (*MockCodeDeployAPIMockRecorder) AddTagsToOnPremisesInstancesWithContext

func (mr *MockCodeDeployAPIMockRecorder) AddTagsToOnPremisesInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddTagsToOnPremisesInstancesWithContext indicates an expected call of AddTagsToOnPremisesInstancesWithContext.

func (*MockCodeDeployAPIMockRecorder) BatchGetApplicationRevisions

func (mr *MockCodeDeployAPIMockRecorder) BatchGetApplicationRevisions(arg0 interface{}) *gomock.Call

BatchGetApplicationRevisions indicates an expected call of BatchGetApplicationRevisions.

func (*MockCodeDeployAPIMockRecorder) BatchGetApplicationRevisionsRequest

func (mr *MockCodeDeployAPIMockRecorder) BatchGetApplicationRevisionsRequest(arg0 interface{}) *gomock.Call

BatchGetApplicationRevisionsRequest indicates an expected call of BatchGetApplicationRevisionsRequest.

func (*MockCodeDeployAPIMockRecorder) BatchGetApplicationRevisionsWithContext

func (mr *MockCodeDeployAPIMockRecorder) BatchGetApplicationRevisionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchGetApplicationRevisionsWithContext indicates an expected call of BatchGetApplicationRevisionsWithContext.

func (*MockCodeDeployAPIMockRecorder) BatchGetApplications

func (mr *MockCodeDeployAPIMockRecorder) BatchGetApplications(arg0 interface{}) *gomock.Call

BatchGetApplications indicates an expected call of BatchGetApplications.

func (*MockCodeDeployAPIMockRecorder) BatchGetApplicationsRequest

func (mr *MockCodeDeployAPIMockRecorder) BatchGetApplicationsRequest(arg0 interface{}) *gomock.Call

BatchGetApplicationsRequest indicates an expected call of BatchGetApplicationsRequest.

func (*MockCodeDeployAPIMockRecorder) BatchGetApplicationsWithContext

func (mr *MockCodeDeployAPIMockRecorder) BatchGetApplicationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchGetApplicationsWithContext indicates an expected call of BatchGetApplicationsWithContext.

func (*MockCodeDeployAPIMockRecorder) BatchGetDeploymentGroups

func (mr *MockCodeDeployAPIMockRecorder) BatchGetDeploymentGroups(arg0 interface{}) *gomock.Call

BatchGetDeploymentGroups indicates an expected call of BatchGetDeploymentGroups.

func (*MockCodeDeployAPIMockRecorder) BatchGetDeploymentGroupsRequest

func (mr *MockCodeDeployAPIMockRecorder) BatchGetDeploymentGroupsRequest(arg0 interface{}) *gomock.Call

BatchGetDeploymentGroupsRequest indicates an expected call of BatchGetDeploymentGroupsRequest.

func (*MockCodeDeployAPIMockRecorder) BatchGetDeploymentGroupsWithContext

func (mr *MockCodeDeployAPIMockRecorder) BatchGetDeploymentGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchGetDeploymentGroupsWithContext indicates an expected call of BatchGetDeploymentGroupsWithContext.

func (*MockCodeDeployAPIMockRecorder) BatchGetDeploymentInstances

func (mr *MockCodeDeployAPIMockRecorder) BatchGetDeploymentInstances(arg0 interface{}) *gomock.Call

BatchGetDeploymentInstances indicates an expected call of BatchGetDeploymentInstances.

func (*MockCodeDeployAPIMockRecorder) BatchGetDeploymentInstancesRequest

func (mr *MockCodeDeployAPIMockRecorder) BatchGetDeploymentInstancesRequest(arg0 interface{}) *gomock.Call

BatchGetDeploymentInstancesRequest indicates an expected call of BatchGetDeploymentInstancesRequest.

func (*MockCodeDeployAPIMockRecorder) BatchGetDeploymentInstancesWithContext

func (mr *MockCodeDeployAPIMockRecorder) BatchGetDeploymentInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchGetDeploymentInstancesWithContext indicates an expected call of BatchGetDeploymentInstancesWithContext.

func (*MockCodeDeployAPIMockRecorder) BatchGetDeploymentTargets

func (mr *MockCodeDeployAPIMockRecorder) BatchGetDeploymentTargets(arg0 interface{}) *gomock.Call

BatchGetDeploymentTargets indicates an expected call of BatchGetDeploymentTargets.

func (*MockCodeDeployAPIMockRecorder) BatchGetDeploymentTargetsRequest

func (mr *MockCodeDeployAPIMockRecorder) BatchGetDeploymentTargetsRequest(arg0 interface{}) *gomock.Call

BatchGetDeploymentTargetsRequest indicates an expected call of BatchGetDeploymentTargetsRequest.

func (*MockCodeDeployAPIMockRecorder) BatchGetDeploymentTargetsWithContext

func (mr *MockCodeDeployAPIMockRecorder) BatchGetDeploymentTargetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchGetDeploymentTargetsWithContext indicates an expected call of BatchGetDeploymentTargetsWithContext.

func (*MockCodeDeployAPIMockRecorder) BatchGetDeployments

func (mr *MockCodeDeployAPIMockRecorder) BatchGetDeployments(arg0 interface{}) *gomock.Call

BatchGetDeployments indicates an expected call of BatchGetDeployments.

func (*MockCodeDeployAPIMockRecorder) BatchGetDeploymentsRequest

func (mr *MockCodeDeployAPIMockRecorder) BatchGetDeploymentsRequest(arg0 interface{}) *gomock.Call

BatchGetDeploymentsRequest indicates an expected call of BatchGetDeploymentsRequest.

func (*MockCodeDeployAPIMockRecorder) BatchGetDeploymentsWithContext

func (mr *MockCodeDeployAPIMockRecorder) BatchGetDeploymentsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchGetDeploymentsWithContext indicates an expected call of BatchGetDeploymentsWithContext.

func (*MockCodeDeployAPIMockRecorder) BatchGetOnPremisesInstances

func (mr *MockCodeDeployAPIMockRecorder) BatchGetOnPremisesInstances(arg0 interface{}) *gomock.Call

BatchGetOnPremisesInstances indicates an expected call of BatchGetOnPremisesInstances.

func (*MockCodeDeployAPIMockRecorder) BatchGetOnPremisesInstancesRequest

func (mr *MockCodeDeployAPIMockRecorder) BatchGetOnPremisesInstancesRequest(arg0 interface{}) *gomock.Call

BatchGetOnPremisesInstancesRequest indicates an expected call of BatchGetOnPremisesInstancesRequest.

func (*MockCodeDeployAPIMockRecorder) BatchGetOnPremisesInstancesWithContext

func (mr *MockCodeDeployAPIMockRecorder) BatchGetOnPremisesInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchGetOnPremisesInstancesWithContext indicates an expected call of BatchGetOnPremisesInstancesWithContext.

func (*MockCodeDeployAPIMockRecorder) ContinueDeployment

func (mr *MockCodeDeployAPIMockRecorder) ContinueDeployment(arg0 interface{}) *gomock.Call

ContinueDeployment indicates an expected call of ContinueDeployment.

func (*MockCodeDeployAPIMockRecorder) ContinueDeploymentRequest

func (mr *MockCodeDeployAPIMockRecorder) ContinueDeploymentRequest(arg0 interface{}) *gomock.Call

ContinueDeploymentRequest indicates an expected call of ContinueDeploymentRequest.

func (*MockCodeDeployAPIMockRecorder) ContinueDeploymentWithContext

func (mr *MockCodeDeployAPIMockRecorder) ContinueDeploymentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ContinueDeploymentWithContext indicates an expected call of ContinueDeploymentWithContext.

func (*MockCodeDeployAPIMockRecorder) CreateApplication

func (mr *MockCodeDeployAPIMockRecorder) CreateApplication(arg0 interface{}) *gomock.Call

CreateApplication indicates an expected call of CreateApplication.

func (*MockCodeDeployAPIMockRecorder) CreateApplicationRequest

func (mr *MockCodeDeployAPIMockRecorder) CreateApplicationRequest(arg0 interface{}) *gomock.Call

CreateApplicationRequest indicates an expected call of CreateApplicationRequest.

func (*MockCodeDeployAPIMockRecorder) CreateApplicationWithContext

func (mr *MockCodeDeployAPIMockRecorder) CreateApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateApplicationWithContext indicates an expected call of CreateApplicationWithContext.

func (*MockCodeDeployAPIMockRecorder) CreateDeployment

func (mr *MockCodeDeployAPIMockRecorder) CreateDeployment(arg0 interface{}) *gomock.Call

CreateDeployment indicates an expected call of CreateDeployment.

func (*MockCodeDeployAPIMockRecorder) CreateDeploymentConfig

func (mr *MockCodeDeployAPIMockRecorder) CreateDeploymentConfig(arg0 interface{}) *gomock.Call

CreateDeploymentConfig indicates an expected call of CreateDeploymentConfig.

func (*MockCodeDeployAPIMockRecorder) CreateDeploymentConfigRequest

func (mr *MockCodeDeployAPIMockRecorder) CreateDeploymentConfigRequest(arg0 interface{}) *gomock.Call

CreateDeploymentConfigRequest indicates an expected call of CreateDeploymentConfigRequest.

func (*MockCodeDeployAPIMockRecorder) CreateDeploymentConfigWithContext

func (mr *MockCodeDeployAPIMockRecorder) CreateDeploymentConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDeploymentConfigWithContext indicates an expected call of CreateDeploymentConfigWithContext.

func (*MockCodeDeployAPIMockRecorder) CreateDeploymentGroup

func (mr *MockCodeDeployAPIMockRecorder) CreateDeploymentGroup(arg0 interface{}) *gomock.Call

CreateDeploymentGroup indicates an expected call of CreateDeploymentGroup.

func (*MockCodeDeployAPIMockRecorder) CreateDeploymentGroupRequest

func (mr *MockCodeDeployAPIMockRecorder) CreateDeploymentGroupRequest(arg0 interface{}) *gomock.Call

CreateDeploymentGroupRequest indicates an expected call of CreateDeploymentGroupRequest.

func (*MockCodeDeployAPIMockRecorder) CreateDeploymentGroupWithContext

func (mr *MockCodeDeployAPIMockRecorder) CreateDeploymentGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDeploymentGroupWithContext indicates an expected call of CreateDeploymentGroupWithContext.

func (*MockCodeDeployAPIMockRecorder) CreateDeploymentRequest

func (mr *MockCodeDeployAPIMockRecorder) CreateDeploymentRequest(arg0 interface{}) *gomock.Call

CreateDeploymentRequest indicates an expected call of CreateDeploymentRequest.

func (*MockCodeDeployAPIMockRecorder) CreateDeploymentWithContext

func (mr *MockCodeDeployAPIMockRecorder) CreateDeploymentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDeploymentWithContext indicates an expected call of CreateDeploymentWithContext.

func (*MockCodeDeployAPIMockRecorder) DeleteApplication

func (mr *MockCodeDeployAPIMockRecorder) DeleteApplication(arg0 interface{}) *gomock.Call

DeleteApplication indicates an expected call of DeleteApplication.

func (*MockCodeDeployAPIMockRecorder) DeleteApplicationRequest

func (mr *MockCodeDeployAPIMockRecorder) DeleteApplicationRequest(arg0 interface{}) *gomock.Call

DeleteApplicationRequest indicates an expected call of DeleteApplicationRequest.

func (*MockCodeDeployAPIMockRecorder) DeleteApplicationWithContext

func (mr *MockCodeDeployAPIMockRecorder) DeleteApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteApplicationWithContext indicates an expected call of DeleteApplicationWithContext.

func (*MockCodeDeployAPIMockRecorder) DeleteDeploymentConfig

func (mr *MockCodeDeployAPIMockRecorder) DeleteDeploymentConfig(arg0 interface{}) *gomock.Call

DeleteDeploymentConfig indicates an expected call of DeleteDeploymentConfig.

func (*MockCodeDeployAPIMockRecorder) DeleteDeploymentConfigRequest

func (mr *MockCodeDeployAPIMockRecorder) DeleteDeploymentConfigRequest(arg0 interface{}) *gomock.Call

DeleteDeploymentConfigRequest indicates an expected call of DeleteDeploymentConfigRequest.

func (*MockCodeDeployAPIMockRecorder) DeleteDeploymentConfigWithContext

func (mr *MockCodeDeployAPIMockRecorder) DeleteDeploymentConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDeploymentConfigWithContext indicates an expected call of DeleteDeploymentConfigWithContext.

func (*MockCodeDeployAPIMockRecorder) DeleteDeploymentGroup

func (mr *MockCodeDeployAPIMockRecorder) DeleteDeploymentGroup(arg0 interface{}) *gomock.Call

DeleteDeploymentGroup indicates an expected call of DeleteDeploymentGroup.

func (*MockCodeDeployAPIMockRecorder) DeleteDeploymentGroupRequest

func (mr *MockCodeDeployAPIMockRecorder) DeleteDeploymentGroupRequest(arg0 interface{}) *gomock.Call

DeleteDeploymentGroupRequest indicates an expected call of DeleteDeploymentGroupRequest.

func (*MockCodeDeployAPIMockRecorder) DeleteDeploymentGroupWithContext

func (mr *MockCodeDeployAPIMockRecorder) DeleteDeploymentGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDeploymentGroupWithContext indicates an expected call of DeleteDeploymentGroupWithContext.

func (*MockCodeDeployAPIMockRecorder) DeleteGitHubAccountToken

func (mr *MockCodeDeployAPIMockRecorder) DeleteGitHubAccountToken(arg0 interface{}) *gomock.Call

DeleteGitHubAccountToken indicates an expected call of DeleteGitHubAccountToken.

func (*MockCodeDeployAPIMockRecorder) DeleteGitHubAccountTokenRequest

func (mr *MockCodeDeployAPIMockRecorder) DeleteGitHubAccountTokenRequest(arg0 interface{}) *gomock.Call

DeleteGitHubAccountTokenRequest indicates an expected call of DeleteGitHubAccountTokenRequest.

func (*MockCodeDeployAPIMockRecorder) DeleteGitHubAccountTokenWithContext

func (mr *MockCodeDeployAPIMockRecorder) DeleteGitHubAccountTokenWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteGitHubAccountTokenWithContext indicates an expected call of DeleteGitHubAccountTokenWithContext.

func (*MockCodeDeployAPIMockRecorder) DeleteResourcesByExternalId

func (mr *MockCodeDeployAPIMockRecorder) DeleteResourcesByExternalId(arg0 interface{}) *gomock.Call

DeleteResourcesByExternalId indicates an expected call of DeleteResourcesByExternalId.

func (*MockCodeDeployAPIMockRecorder) DeleteResourcesByExternalIdRequest

func (mr *MockCodeDeployAPIMockRecorder) DeleteResourcesByExternalIdRequest(arg0 interface{}) *gomock.Call

DeleteResourcesByExternalIdRequest indicates an expected call of DeleteResourcesByExternalIdRequest.

func (*MockCodeDeployAPIMockRecorder) DeleteResourcesByExternalIdWithContext

func (mr *MockCodeDeployAPIMockRecorder) DeleteResourcesByExternalIdWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteResourcesByExternalIdWithContext indicates an expected call of DeleteResourcesByExternalIdWithContext.

func (*MockCodeDeployAPIMockRecorder) DeregisterOnPremisesInstance

func (mr *MockCodeDeployAPIMockRecorder) DeregisterOnPremisesInstance(arg0 interface{}) *gomock.Call

DeregisterOnPremisesInstance indicates an expected call of DeregisterOnPremisesInstance.

func (*MockCodeDeployAPIMockRecorder) DeregisterOnPremisesInstanceRequest

func (mr *MockCodeDeployAPIMockRecorder) DeregisterOnPremisesInstanceRequest(arg0 interface{}) *gomock.Call

DeregisterOnPremisesInstanceRequest indicates an expected call of DeregisterOnPremisesInstanceRequest.

func (*MockCodeDeployAPIMockRecorder) DeregisterOnPremisesInstanceWithContext

func (mr *MockCodeDeployAPIMockRecorder) DeregisterOnPremisesInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeregisterOnPremisesInstanceWithContext indicates an expected call of DeregisterOnPremisesInstanceWithContext.

func (*MockCodeDeployAPIMockRecorder) GetApplication

func (mr *MockCodeDeployAPIMockRecorder) GetApplication(arg0 interface{}) *gomock.Call

GetApplication indicates an expected call of GetApplication.

func (*MockCodeDeployAPIMockRecorder) GetApplicationRequest

func (mr *MockCodeDeployAPIMockRecorder) GetApplicationRequest(arg0 interface{}) *gomock.Call

GetApplicationRequest indicates an expected call of GetApplicationRequest.

func (*MockCodeDeployAPIMockRecorder) GetApplicationRevision

func (mr *MockCodeDeployAPIMockRecorder) GetApplicationRevision(arg0 interface{}) *gomock.Call

GetApplicationRevision indicates an expected call of GetApplicationRevision.

func (*MockCodeDeployAPIMockRecorder) GetApplicationRevisionRequest

func (mr *MockCodeDeployAPIMockRecorder) GetApplicationRevisionRequest(arg0 interface{}) *gomock.Call

GetApplicationRevisionRequest indicates an expected call of GetApplicationRevisionRequest.

func (*MockCodeDeployAPIMockRecorder) GetApplicationRevisionWithContext

func (mr *MockCodeDeployAPIMockRecorder) GetApplicationRevisionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetApplicationRevisionWithContext indicates an expected call of GetApplicationRevisionWithContext.

func (*MockCodeDeployAPIMockRecorder) GetApplicationWithContext

func (mr *MockCodeDeployAPIMockRecorder) GetApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetApplicationWithContext indicates an expected call of GetApplicationWithContext.

func (*MockCodeDeployAPIMockRecorder) GetDeployment

func (mr *MockCodeDeployAPIMockRecorder) GetDeployment(arg0 interface{}) *gomock.Call

GetDeployment indicates an expected call of GetDeployment.

func (*MockCodeDeployAPIMockRecorder) GetDeploymentConfig

func (mr *MockCodeDeployAPIMockRecorder) GetDeploymentConfig(arg0 interface{}) *gomock.Call

GetDeploymentConfig indicates an expected call of GetDeploymentConfig.

func (*MockCodeDeployAPIMockRecorder) GetDeploymentConfigRequest

func (mr *MockCodeDeployAPIMockRecorder) GetDeploymentConfigRequest(arg0 interface{}) *gomock.Call

GetDeploymentConfigRequest indicates an expected call of GetDeploymentConfigRequest.

func (*MockCodeDeployAPIMockRecorder) GetDeploymentConfigWithContext

func (mr *MockCodeDeployAPIMockRecorder) GetDeploymentConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDeploymentConfigWithContext indicates an expected call of GetDeploymentConfigWithContext.

func (*MockCodeDeployAPIMockRecorder) GetDeploymentGroup

func (mr *MockCodeDeployAPIMockRecorder) GetDeploymentGroup(arg0 interface{}) *gomock.Call

GetDeploymentGroup indicates an expected call of GetDeploymentGroup.

func (*MockCodeDeployAPIMockRecorder) GetDeploymentGroupRequest

func (mr *MockCodeDeployAPIMockRecorder) GetDeploymentGroupRequest(arg0 interface{}) *gomock.Call

GetDeploymentGroupRequest indicates an expected call of GetDeploymentGroupRequest.

func (*MockCodeDeployAPIMockRecorder) GetDeploymentGroupWithContext

func (mr *MockCodeDeployAPIMockRecorder) GetDeploymentGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDeploymentGroupWithContext indicates an expected call of GetDeploymentGroupWithContext.

func (*MockCodeDeployAPIMockRecorder) GetDeploymentInstance

func (mr *MockCodeDeployAPIMockRecorder) GetDeploymentInstance(arg0 interface{}) *gomock.Call

GetDeploymentInstance indicates an expected call of GetDeploymentInstance.

func (*MockCodeDeployAPIMockRecorder) GetDeploymentInstanceRequest

func (mr *MockCodeDeployAPIMockRecorder) GetDeploymentInstanceRequest(arg0 interface{}) *gomock.Call

GetDeploymentInstanceRequest indicates an expected call of GetDeploymentInstanceRequest.

func (*MockCodeDeployAPIMockRecorder) GetDeploymentInstanceWithContext

func (mr *MockCodeDeployAPIMockRecorder) GetDeploymentInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDeploymentInstanceWithContext indicates an expected call of GetDeploymentInstanceWithContext.

func (*MockCodeDeployAPIMockRecorder) GetDeploymentRequest

func (mr *MockCodeDeployAPIMockRecorder) GetDeploymentRequest(arg0 interface{}) *gomock.Call

GetDeploymentRequest indicates an expected call of GetDeploymentRequest.

func (*MockCodeDeployAPIMockRecorder) GetDeploymentTarget

func (mr *MockCodeDeployAPIMockRecorder) GetDeploymentTarget(arg0 interface{}) *gomock.Call

GetDeploymentTarget indicates an expected call of GetDeploymentTarget.

func (*MockCodeDeployAPIMockRecorder) GetDeploymentTargetRequest

func (mr *MockCodeDeployAPIMockRecorder) GetDeploymentTargetRequest(arg0 interface{}) *gomock.Call

GetDeploymentTargetRequest indicates an expected call of GetDeploymentTargetRequest.

func (*MockCodeDeployAPIMockRecorder) GetDeploymentTargetWithContext

func (mr *MockCodeDeployAPIMockRecorder) GetDeploymentTargetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDeploymentTargetWithContext indicates an expected call of GetDeploymentTargetWithContext.

func (*MockCodeDeployAPIMockRecorder) GetDeploymentWithContext

func (mr *MockCodeDeployAPIMockRecorder) GetDeploymentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDeploymentWithContext indicates an expected call of GetDeploymentWithContext.

func (*MockCodeDeployAPIMockRecorder) GetOnPremisesInstance

func (mr *MockCodeDeployAPIMockRecorder) GetOnPremisesInstance(arg0 interface{}) *gomock.Call

GetOnPremisesInstance indicates an expected call of GetOnPremisesInstance.

func (*MockCodeDeployAPIMockRecorder) GetOnPremisesInstanceRequest

func (mr *MockCodeDeployAPIMockRecorder) GetOnPremisesInstanceRequest(arg0 interface{}) *gomock.Call

GetOnPremisesInstanceRequest indicates an expected call of GetOnPremisesInstanceRequest.

func (*MockCodeDeployAPIMockRecorder) GetOnPremisesInstanceWithContext

func (mr *MockCodeDeployAPIMockRecorder) GetOnPremisesInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetOnPremisesInstanceWithContext indicates an expected call of GetOnPremisesInstanceWithContext.

func (*MockCodeDeployAPIMockRecorder) ListApplicationRevisions

func (mr *MockCodeDeployAPIMockRecorder) ListApplicationRevisions(arg0 interface{}) *gomock.Call

ListApplicationRevisions indicates an expected call of ListApplicationRevisions.

func (*MockCodeDeployAPIMockRecorder) ListApplicationRevisionsPages

func (mr *MockCodeDeployAPIMockRecorder) ListApplicationRevisionsPages(arg0, arg1 interface{}) *gomock.Call

ListApplicationRevisionsPages indicates an expected call of ListApplicationRevisionsPages.

func (*MockCodeDeployAPIMockRecorder) ListApplicationRevisionsPagesWithContext

func (mr *MockCodeDeployAPIMockRecorder) ListApplicationRevisionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListApplicationRevisionsPagesWithContext indicates an expected call of ListApplicationRevisionsPagesWithContext.

func (*MockCodeDeployAPIMockRecorder) ListApplicationRevisionsRequest

func (mr *MockCodeDeployAPIMockRecorder) ListApplicationRevisionsRequest(arg0 interface{}) *gomock.Call

ListApplicationRevisionsRequest indicates an expected call of ListApplicationRevisionsRequest.

func (*MockCodeDeployAPIMockRecorder) ListApplicationRevisionsWithContext

func (mr *MockCodeDeployAPIMockRecorder) ListApplicationRevisionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListApplicationRevisionsWithContext indicates an expected call of ListApplicationRevisionsWithContext.

func (*MockCodeDeployAPIMockRecorder) ListApplications

func (mr *MockCodeDeployAPIMockRecorder) ListApplications(arg0 interface{}) *gomock.Call

ListApplications indicates an expected call of ListApplications.

func (*MockCodeDeployAPIMockRecorder) ListApplicationsPages

func (mr *MockCodeDeployAPIMockRecorder) ListApplicationsPages(arg0, arg1 interface{}) *gomock.Call

ListApplicationsPages indicates an expected call of ListApplicationsPages.

func (*MockCodeDeployAPIMockRecorder) ListApplicationsPagesWithContext

func (mr *MockCodeDeployAPIMockRecorder) ListApplicationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListApplicationsPagesWithContext indicates an expected call of ListApplicationsPagesWithContext.

func (*MockCodeDeployAPIMockRecorder) ListApplicationsRequest

func (mr *MockCodeDeployAPIMockRecorder) ListApplicationsRequest(arg0 interface{}) *gomock.Call

ListApplicationsRequest indicates an expected call of ListApplicationsRequest.

func (*MockCodeDeployAPIMockRecorder) ListApplicationsWithContext

func (mr *MockCodeDeployAPIMockRecorder) ListApplicationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListApplicationsWithContext indicates an expected call of ListApplicationsWithContext.

func (*MockCodeDeployAPIMockRecorder) ListDeploymentConfigs

func (mr *MockCodeDeployAPIMockRecorder) ListDeploymentConfigs(arg0 interface{}) *gomock.Call

ListDeploymentConfigs indicates an expected call of ListDeploymentConfigs.

func (*MockCodeDeployAPIMockRecorder) ListDeploymentConfigsPages

func (mr *MockCodeDeployAPIMockRecorder) ListDeploymentConfigsPages(arg0, arg1 interface{}) *gomock.Call

ListDeploymentConfigsPages indicates an expected call of ListDeploymentConfigsPages.

func (*MockCodeDeployAPIMockRecorder) ListDeploymentConfigsPagesWithContext

func (mr *MockCodeDeployAPIMockRecorder) ListDeploymentConfigsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListDeploymentConfigsPagesWithContext indicates an expected call of ListDeploymentConfigsPagesWithContext.

func (*MockCodeDeployAPIMockRecorder) ListDeploymentConfigsRequest

func (mr *MockCodeDeployAPIMockRecorder) ListDeploymentConfigsRequest(arg0 interface{}) *gomock.Call

ListDeploymentConfigsRequest indicates an expected call of ListDeploymentConfigsRequest.

func (*MockCodeDeployAPIMockRecorder) ListDeploymentConfigsWithContext

func (mr *MockCodeDeployAPIMockRecorder) ListDeploymentConfigsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDeploymentConfigsWithContext indicates an expected call of ListDeploymentConfigsWithContext.

func (*MockCodeDeployAPIMockRecorder) ListDeploymentGroups

func (mr *MockCodeDeployAPIMockRecorder) ListDeploymentGroups(arg0 interface{}) *gomock.Call

ListDeploymentGroups indicates an expected call of ListDeploymentGroups.

func (*MockCodeDeployAPIMockRecorder) ListDeploymentGroupsPages

func (mr *MockCodeDeployAPIMockRecorder) ListDeploymentGroupsPages(arg0, arg1 interface{}) *gomock.Call

ListDeploymentGroupsPages indicates an expected call of ListDeploymentGroupsPages.

func (*MockCodeDeployAPIMockRecorder) ListDeploymentGroupsPagesWithContext

func (mr *MockCodeDeployAPIMockRecorder) ListDeploymentGroupsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListDeploymentGroupsPagesWithContext indicates an expected call of ListDeploymentGroupsPagesWithContext.

func (*MockCodeDeployAPIMockRecorder) ListDeploymentGroupsRequest

func (mr *MockCodeDeployAPIMockRecorder) ListDeploymentGroupsRequest(arg0 interface{}) *gomock.Call

ListDeploymentGroupsRequest indicates an expected call of ListDeploymentGroupsRequest.

func (*MockCodeDeployAPIMockRecorder) ListDeploymentGroupsWithContext

func (mr *MockCodeDeployAPIMockRecorder) ListDeploymentGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDeploymentGroupsWithContext indicates an expected call of ListDeploymentGroupsWithContext.

func (*MockCodeDeployAPIMockRecorder) ListDeploymentInstances

func (mr *MockCodeDeployAPIMockRecorder) ListDeploymentInstances(arg0 interface{}) *gomock.Call

ListDeploymentInstances indicates an expected call of ListDeploymentInstances.

func (*MockCodeDeployAPIMockRecorder) ListDeploymentInstancesPages

func (mr *MockCodeDeployAPIMockRecorder) ListDeploymentInstancesPages(arg0, arg1 interface{}) *gomock.Call

ListDeploymentInstancesPages indicates an expected call of ListDeploymentInstancesPages.

func (*MockCodeDeployAPIMockRecorder) ListDeploymentInstancesPagesWithContext

func (mr *MockCodeDeployAPIMockRecorder) ListDeploymentInstancesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListDeploymentInstancesPagesWithContext indicates an expected call of ListDeploymentInstancesPagesWithContext.

func (*MockCodeDeployAPIMockRecorder) ListDeploymentInstancesRequest

func (mr *MockCodeDeployAPIMockRecorder) ListDeploymentInstancesRequest(arg0 interface{}) *gomock.Call

ListDeploymentInstancesRequest indicates an expected call of ListDeploymentInstancesRequest.

func (*MockCodeDeployAPIMockRecorder) ListDeploymentInstancesWithContext

func (mr *MockCodeDeployAPIMockRecorder) ListDeploymentInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDeploymentInstancesWithContext indicates an expected call of ListDeploymentInstancesWithContext.

func (*MockCodeDeployAPIMockRecorder) ListDeploymentTargets

func (mr *MockCodeDeployAPIMockRecorder) ListDeploymentTargets(arg0 interface{}) *gomock.Call

ListDeploymentTargets indicates an expected call of ListDeploymentTargets.

func (*MockCodeDeployAPIMockRecorder) ListDeploymentTargetsRequest

func (mr *MockCodeDeployAPIMockRecorder) ListDeploymentTargetsRequest(arg0 interface{}) *gomock.Call

ListDeploymentTargetsRequest indicates an expected call of ListDeploymentTargetsRequest.

func (*MockCodeDeployAPIMockRecorder) ListDeploymentTargetsWithContext

func (mr *MockCodeDeployAPIMockRecorder) ListDeploymentTargetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDeploymentTargetsWithContext indicates an expected call of ListDeploymentTargetsWithContext.

func (*MockCodeDeployAPIMockRecorder) ListDeployments

func (mr *MockCodeDeployAPIMockRecorder) ListDeployments(arg0 interface{}) *gomock.Call

ListDeployments indicates an expected call of ListDeployments.

func (*MockCodeDeployAPIMockRecorder) ListDeploymentsPages

func (mr *MockCodeDeployAPIMockRecorder) ListDeploymentsPages(arg0, arg1 interface{}) *gomock.Call

ListDeploymentsPages indicates an expected call of ListDeploymentsPages.

func (*MockCodeDeployAPIMockRecorder) ListDeploymentsPagesWithContext

func (mr *MockCodeDeployAPIMockRecorder) ListDeploymentsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListDeploymentsPagesWithContext indicates an expected call of ListDeploymentsPagesWithContext.

func (*MockCodeDeployAPIMockRecorder) ListDeploymentsRequest

func (mr *MockCodeDeployAPIMockRecorder) ListDeploymentsRequest(arg0 interface{}) *gomock.Call

ListDeploymentsRequest indicates an expected call of ListDeploymentsRequest.

func (*MockCodeDeployAPIMockRecorder) ListDeploymentsWithContext

func (mr *MockCodeDeployAPIMockRecorder) ListDeploymentsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDeploymentsWithContext indicates an expected call of ListDeploymentsWithContext.

func (*MockCodeDeployAPIMockRecorder) ListGitHubAccountTokenNames

func (mr *MockCodeDeployAPIMockRecorder) ListGitHubAccountTokenNames(arg0 interface{}) *gomock.Call

ListGitHubAccountTokenNames indicates an expected call of ListGitHubAccountTokenNames.

func (*MockCodeDeployAPIMockRecorder) ListGitHubAccountTokenNamesRequest

func (mr *MockCodeDeployAPIMockRecorder) ListGitHubAccountTokenNamesRequest(arg0 interface{}) *gomock.Call

ListGitHubAccountTokenNamesRequest indicates an expected call of ListGitHubAccountTokenNamesRequest.

func (*MockCodeDeployAPIMockRecorder) ListGitHubAccountTokenNamesWithContext

func (mr *MockCodeDeployAPIMockRecorder) ListGitHubAccountTokenNamesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListGitHubAccountTokenNamesWithContext indicates an expected call of ListGitHubAccountTokenNamesWithContext.

func (*MockCodeDeployAPIMockRecorder) ListOnPremisesInstances

func (mr *MockCodeDeployAPIMockRecorder) ListOnPremisesInstances(arg0 interface{}) *gomock.Call

ListOnPremisesInstances indicates an expected call of ListOnPremisesInstances.

func (*MockCodeDeployAPIMockRecorder) ListOnPremisesInstancesRequest

func (mr *MockCodeDeployAPIMockRecorder) ListOnPremisesInstancesRequest(arg0 interface{}) *gomock.Call

ListOnPremisesInstancesRequest indicates an expected call of ListOnPremisesInstancesRequest.

func (*MockCodeDeployAPIMockRecorder) ListOnPremisesInstancesWithContext

func (mr *MockCodeDeployAPIMockRecorder) ListOnPremisesInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListOnPremisesInstancesWithContext indicates an expected call of ListOnPremisesInstancesWithContext.

func (*MockCodeDeployAPIMockRecorder) ListTagsForResource

func (mr *MockCodeDeployAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource.

func (*MockCodeDeployAPIMockRecorder) ListTagsForResourceRequest

func (mr *MockCodeDeployAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest.

func (*MockCodeDeployAPIMockRecorder) ListTagsForResourceWithContext

func (mr *MockCodeDeployAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext.

func (*MockCodeDeployAPIMockRecorder) PutLifecycleEventHookExecutionStatus

func (mr *MockCodeDeployAPIMockRecorder) PutLifecycleEventHookExecutionStatus(arg0 interface{}) *gomock.Call

PutLifecycleEventHookExecutionStatus indicates an expected call of PutLifecycleEventHookExecutionStatus.

func (*MockCodeDeployAPIMockRecorder) PutLifecycleEventHookExecutionStatusRequest

func (mr *MockCodeDeployAPIMockRecorder) PutLifecycleEventHookExecutionStatusRequest(arg0 interface{}) *gomock.Call

PutLifecycleEventHookExecutionStatusRequest indicates an expected call of PutLifecycleEventHookExecutionStatusRequest.

func (*MockCodeDeployAPIMockRecorder) PutLifecycleEventHookExecutionStatusWithContext

func (mr *MockCodeDeployAPIMockRecorder) PutLifecycleEventHookExecutionStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutLifecycleEventHookExecutionStatusWithContext indicates an expected call of PutLifecycleEventHookExecutionStatusWithContext.

func (*MockCodeDeployAPIMockRecorder) RegisterApplicationRevision

func (mr *MockCodeDeployAPIMockRecorder) RegisterApplicationRevision(arg0 interface{}) *gomock.Call

RegisterApplicationRevision indicates an expected call of RegisterApplicationRevision.

func (*MockCodeDeployAPIMockRecorder) RegisterApplicationRevisionRequest

func (mr *MockCodeDeployAPIMockRecorder) RegisterApplicationRevisionRequest(arg0 interface{}) *gomock.Call

RegisterApplicationRevisionRequest indicates an expected call of RegisterApplicationRevisionRequest.

func (*MockCodeDeployAPIMockRecorder) RegisterApplicationRevisionWithContext

func (mr *MockCodeDeployAPIMockRecorder) RegisterApplicationRevisionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterApplicationRevisionWithContext indicates an expected call of RegisterApplicationRevisionWithContext.

func (*MockCodeDeployAPIMockRecorder) RegisterOnPremisesInstance

func (mr *MockCodeDeployAPIMockRecorder) RegisterOnPremisesInstance(arg0 interface{}) *gomock.Call

RegisterOnPremisesInstance indicates an expected call of RegisterOnPremisesInstance.

func (*MockCodeDeployAPIMockRecorder) RegisterOnPremisesInstanceRequest

func (mr *MockCodeDeployAPIMockRecorder) RegisterOnPremisesInstanceRequest(arg0 interface{}) *gomock.Call

RegisterOnPremisesInstanceRequest indicates an expected call of RegisterOnPremisesInstanceRequest.

func (*MockCodeDeployAPIMockRecorder) RegisterOnPremisesInstanceWithContext

func (mr *MockCodeDeployAPIMockRecorder) RegisterOnPremisesInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterOnPremisesInstanceWithContext indicates an expected call of RegisterOnPremisesInstanceWithContext.

func (*MockCodeDeployAPIMockRecorder) RemoveTagsFromOnPremisesInstances

func (mr *MockCodeDeployAPIMockRecorder) RemoveTagsFromOnPremisesInstances(arg0 interface{}) *gomock.Call

RemoveTagsFromOnPremisesInstances indicates an expected call of RemoveTagsFromOnPremisesInstances.

func (*MockCodeDeployAPIMockRecorder) RemoveTagsFromOnPremisesInstancesRequest

func (mr *MockCodeDeployAPIMockRecorder) RemoveTagsFromOnPremisesInstancesRequest(arg0 interface{}) *gomock.Call

RemoveTagsFromOnPremisesInstancesRequest indicates an expected call of RemoveTagsFromOnPremisesInstancesRequest.

func (*MockCodeDeployAPIMockRecorder) RemoveTagsFromOnPremisesInstancesWithContext

func (mr *MockCodeDeployAPIMockRecorder) RemoveTagsFromOnPremisesInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveTagsFromOnPremisesInstancesWithContext indicates an expected call of RemoveTagsFromOnPremisesInstancesWithContext.

func (*MockCodeDeployAPIMockRecorder) SkipWaitTimeForInstanceTermination

func (mr *MockCodeDeployAPIMockRecorder) SkipWaitTimeForInstanceTermination(arg0 interface{}) *gomock.Call

SkipWaitTimeForInstanceTermination indicates an expected call of SkipWaitTimeForInstanceTermination.

func (*MockCodeDeployAPIMockRecorder) SkipWaitTimeForInstanceTerminationRequest

func (mr *MockCodeDeployAPIMockRecorder) SkipWaitTimeForInstanceTerminationRequest(arg0 interface{}) *gomock.Call

SkipWaitTimeForInstanceTerminationRequest indicates an expected call of SkipWaitTimeForInstanceTerminationRequest.

func (*MockCodeDeployAPIMockRecorder) SkipWaitTimeForInstanceTerminationWithContext

func (mr *MockCodeDeployAPIMockRecorder) SkipWaitTimeForInstanceTerminationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SkipWaitTimeForInstanceTerminationWithContext indicates an expected call of SkipWaitTimeForInstanceTerminationWithContext.

func (*MockCodeDeployAPIMockRecorder) StopDeployment

func (mr *MockCodeDeployAPIMockRecorder) StopDeployment(arg0 interface{}) *gomock.Call

StopDeployment indicates an expected call of StopDeployment.

func (*MockCodeDeployAPIMockRecorder) StopDeploymentRequest

func (mr *MockCodeDeployAPIMockRecorder) StopDeploymentRequest(arg0 interface{}) *gomock.Call

StopDeploymentRequest indicates an expected call of StopDeploymentRequest.

func (*MockCodeDeployAPIMockRecorder) StopDeploymentWithContext

func (mr *MockCodeDeployAPIMockRecorder) StopDeploymentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopDeploymentWithContext indicates an expected call of StopDeploymentWithContext.

func (*MockCodeDeployAPIMockRecorder) TagResource

func (mr *MockCodeDeployAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call

TagResource indicates an expected call of TagResource.

func (*MockCodeDeployAPIMockRecorder) TagResourceRequest

func (mr *MockCodeDeployAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call

TagResourceRequest indicates an expected call of TagResourceRequest.

func (*MockCodeDeployAPIMockRecorder) TagResourceWithContext

func (mr *MockCodeDeployAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagResourceWithContext indicates an expected call of TagResourceWithContext.

func (*MockCodeDeployAPIMockRecorder) UntagResource

func (mr *MockCodeDeployAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call

UntagResource indicates an expected call of UntagResource.

func (*MockCodeDeployAPIMockRecorder) UntagResourceRequest

func (mr *MockCodeDeployAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call

UntagResourceRequest indicates an expected call of UntagResourceRequest.

func (*MockCodeDeployAPIMockRecorder) UntagResourceWithContext

func (mr *MockCodeDeployAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagResourceWithContext indicates an expected call of UntagResourceWithContext.

func (*MockCodeDeployAPIMockRecorder) UpdateApplication

func (mr *MockCodeDeployAPIMockRecorder) UpdateApplication(arg0 interface{}) *gomock.Call

UpdateApplication indicates an expected call of UpdateApplication.

func (*MockCodeDeployAPIMockRecorder) UpdateApplicationRequest

func (mr *MockCodeDeployAPIMockRecorder) UpdateApplicationRequest(arg0 interface{}) *gomock.Call

UpdateApplicationRequest indicates an expected call of UpdateApplicationRequest.

func (*MockCodeDeployAPIMockRecorder) UpdateApplicationWithContext

func (mr *MockCodeDeployAPIMockRecorder) UpdateApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateApplicationWithContext indicates an expected call of UpdateApplicationWithContext.

func (*MockCodeDeployAPIMockRecorder) UpdateDeploymentGroup

func (mr *MockCodeDeployAPIMockRecorder) UpdateDeploymentGroup(arg0 interface{}) *gomock.Call

UpdateDeploymentGroup indicates an expected call of UpdateDeploymentGroup.

func (*MockCodeDeployAPIMockRecorder) UpdateDeploymentGroupRequest

func (mr *MockCodeDeployAPIMockRecorder) UpdateDeploymentGroupRequest(arg0 interface{}) *gomock.Call

UpdateDeploymentGroupRequest indicates an expected call of UpdateDeploymentGroupRequest.

func (*MockCodeDeployAPIMockRecorder) UpdateDeploymentGroupWithContext

func (mr *MockCodeDeployAPIMockRecorder) UpdateDeploymentGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateDeploymentGroupWithContext indicates an expected call of UpdateDeploymentGroupWithContext.

func (*MockCodeDeployAPIMockRecorder) WaitUntilDeploymentSuccessful

func (mr *MockCodeDeployAPIMockRecorder) WaitUntilDeploymentSuccessful(arg0 interface{}) *gomock.Call

WaitUntilDeploymentSuccessful indicates an expected call of WaitUntilDeploymentSuccessful.

func (*MockCodeDeployAPIMockRecorder) WaitUntilDeploymentSuccessfulWithContext

func (mr *MockCodeDeployAPIMockRecorder) WaitUntilDeploymentSuccessfulWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilDeploymentSuccessfulWithContext indicates an expected call of WaitUntilDeploymentSuccessfulWithContext.

Jump to

Keyboard shortcuts

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