m2mock

package
v1.44.146 Latest Latest
Warning

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

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

Documentation

Overview

Package m2mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockM2API

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

MockM2API is a mock of M2API interface

func NewMockM2API

func NewMockM2API(ctrl *gomock.Controller) *MockM2API

NewMockM2API creates a new mock instance

func (*MockM2API) CancelBatchJobExecution

func (m *MockM2API) CancelBatchJobExecution(arg0 *m2.CancelBatchJobExecutionInput) (*m2.CancelBatchJobExecutionOutput, error)

CancelBatchJobExecution mocks base method

func (*MockM2API) CancelBatchJobExecutionRequest

func (m *MockM2API) CancelBatchJobExecutionRequest(arg0 *m2.CancelBatchJobExecutionInput) (*request.Request, *m2.CancelBatchJobExecutionOutput)

CancelBatchJobExecutionRequest mocks base method

func (*MockM2API) CancelBatchJobExecutionWithContext

func (m *MockM2API) CancelBatchJobExecutionWithContext(arg0 context.Context, arg1 *m2.CancelBatchJobExecutionInput, arg2 ...request.Option) (*m2.CancelBatchJobExecutionOutput, error)

CancelBatchJobExecutionWithContext mocks base method

func (*MockM2API) CreateApplication

func (m *MockM2API) CreateApplication(arg0 *m2.CreateApplicationInput) (*m2.CreateApplicationOutput, error)

CreateApplication mocks base method

func (*MockM2API) CreateApplicationRequest

func (m *MockM2API) CreateApplicationRequest(arg0 *m2.CreateApplicationInput) (*request.Request, *m2.CreateApplicationOutput)

CreateApplicationRequest mocks base method

func (*MockM2API) CreateApplicationWithContext

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

CreateApplicationWithContext mocks base method

func (*MockM2API) CreateDataSetImportTask

func (m *MockM2API) CreateDataSetImportTask(arg0 *m2.CreateDataSetImportTaskInput) (*m2.CreateDataSetImportTaskOutput, error)

CreateDataSetImportTask mocks base method

func (*MockM2API) CreateDataSetImportTaskRequest

func (m *MockM2API) CreateDataSetImportTaskRequest(arg0 *m2.CreateDataSetImportTaskInput) (*request.Request, *m2.CreateDataSetImportTaskOutput)

CreateDataSetImportTaskRequest mocks base method

func (*MockM2API) CreateDataSetImportTaskWithContext

func (m *MockM2API) CreateDataSetImportTaskWithContext(arg0 context.Context, arg1 *m2.CreateDataSetImportTaskInput, arg2 ...request.Option) (*m2.CreateDataSetImportTaskOutput, error)

CreateDataSetImportTaskWithContext mocks base method

func (*MockM2API) CreateDeployment

func (m *MockM2API) CreateDeployment(arg0 *m2.CreateDeploymentInput) (*m2.CreateDeploymentOutput, error)

CreateDeployment mocks base method

func (*MockM2API) CreateDeploymentRequest

func (m *MockM2API) CreateDeploymentRequest(arg0 *m2.CreateDeploymentInput) (*request.Request, *m2.CreateDeploymentOutput)

CreateDeploymentRequest mocks base method

func (*MockM2API) CreateDeploymentWithContext

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

CreateDeploymentWithContext mocks base method

func (*MockM2API) CreateEnvironment

func (m *MockM2API) CreateEnvironment(arg0 *m2.CreateEnvironmentInput) (*m2.CreateEnvironmentOutput, error)

CreateEnvironment mocks base method

func (*MockM2API) CreateEnvironmentRequest

func (m *MockM2API) CreateEnvironmentRequest(arg0 *m2.CreateEnvironmentInput) (*request.Request, *m2.CreateEnvironmentOutput)

CreateEnvironmentRequest mocks base method

func (*MockM2API) CreateEnvironmentWithContext

func (m *MockM2API) CreateEnvironmentWithContext(arg0 context.Context, arg1 *m2.CreateEnvironmentInput, arg2 ...request.Option) (*m2.CreateEnvironmentOutput, error)

CreateEnvironmentWithContext mocks base method

func (*MockM2API) DeleteApplication

func (m *MockM2API) DeleteApplication(arg0 *m2.DeleteApplicationInput) (*m2.DeleteApplicationOutput, error)

DeleteApplication mocks base method

func (*MockM2API) DeleteApplicationFromEnvironment

DeleteApplicationFromEnvironment mocks base method

func (*MockM2API) DeleteApplicationFromEnvironmentRequest

func (m *MockM2API) DeleteApplicationFromEnvironmentRequest(arg0 *m2.DeleteApplicationFromEnvironmentInput) (*request.Request, *m2.DeleteApplicationFromEnvironmentOutput)

DeleteApplicationFromEnvironmentRequest mocks base method

func (*MockM2API) DeleteApplicationFromEnvironmentWithContext

func (m *MockM2API) DeleteApplicationFromEnvironmentWithContext(arg0 context.Context, arg1 *m2.DeleteApplicationFromEnvironmentInput, arg2 ...request.Option) (*m2.DeleteApplicationFromEnvironmentOutput, error)

DeleteApplicationFromEnvironmentWithContext mocks base method

func (*MockM2API) DeleteApplicationRequest

func (m *MockM2API) DeleteApplicationRequest(arg0 *m2.DeleteApplicationInput) (*request.Request, *m2.DeleteApplicationOutput)

DeleteApplicationRequest mocks base method

func (*MockM2API) DeleteApplicationWithContext

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

DeleteApplicationWithContext mocks base method

func (*MockM2API) DeleteEnvironment

func (m *MockM2API) DeleteEnvironment(arg0 *m2.DeleteEnvironmentInput) (*m2.DeleteEnvironmentOutput, error)

DeleteEnvironment mocks base method

func (*MockM2API) DeleteEnvironmentRequest

func (m *MockM2API) DeleteEnvironmentRequest(arg0 *m2.DeleteEnvironmentInput) (*request.Request, *m2.DeleteEnvironmentOutput)

DeleteEnvironmentRequest mocks base method

func (*MockM2API) DeleteEnvironmentWithContext

func (m *MockM2API) DeleteEnvironmentWithContext(arg0 context.Context, arg1 *m2.DeleteEnvironmentInput, arg2 ...request.Option) (*m2.DeleteEnvironmentOutput, error)

DeleteEnvironmentWithContext mocks base method

func (*MockM2API) EXPECT

func (m *MockM2API) EXPECT() *MockM2APIMockRecorder

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

func (*MockM2API) GetApplication

func (m *MockM2API) GetApplication(arg0 *m2.GetApplicationInput) (*m2.GetApplicationOutput, error)

GetApplication mocks base method

func (*MockM2API) GetApplicationRequest

func (m *MockM2API) GetApplicationRequest(arg0 *m2.GetApplicationInput) (*request.Request, *m2.GetApplicationOutput)

GetApplicationRequest mocks base method

func (*MockM2API) GetApplicationVersion

func (m *MockM2API) GetApplicationVersion(arg0 *m2.GetApplicationVersionInput) (*m2.GetApplicationVersionOutput, error)

GetApplicationVersion mocks base method

func (*MockM2API) GetApplicationVersionRequest

func (m *MockM2API) GetApplicationVersionRequest(arg0 *m2.GetApplicationVersionInput) (*request.Request, *m2.GetApplicationVersionOutput)

GetApplicationVersionRequest mocks base method

func (*MockM2API) GetApplicationVersionWithContext

func (m *MockM2API) GetApplicationVersionWithContext(arg0 context.Context, arg1 *m2.GetApplicationVersionInput, arg2 ...request.Option) (*m2.GetApplicationVersionOutput, error)

GetApplicationVersionWithContext mocks base method

func (*MockM2API) GetApplicationWithContext

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

GetApplicationWithContext mocks base method

func (*MockM2API) GetBatchJobExecution

func (m *MockM2API) GetBatchJobExecution(arg0 *m2.GetBatchJobExecutionInput) (*m2.GetBatchJobExecutionOutput, error)

GetBatchJobExecution mocks base method

func (*MockM2API) GetBatchJobExecutionRequest

func (m *MockM2API) GetBatchJobExecutionRequest(arg0 *m2.GetBatchJobExecutionInput) (*request.Request, *m2.GetBatchJobExecutionOutput)

GetBatchJobExecutionRequest mocks base method

func (*MockM2API) GetBatchJobExecutionWithContext

func (m *MockM2API) GetBatchJobExecutionWithContext(arg0 context.Context, arg1 *m2.GetBatchJobExecutionInput, arg2 ...request.Option) (*m2.GetBatchJobExecutionOutput, error)

GetBatchJobExecutionWithContext mocks base method

func (*MockM2API) GetDataSetDetails

func (m *MockM2API) GetDataSetDetails(arg0 *m2.GetDataSetDetailsInput) (*m2.GetDataSetDetailsOutput, error)

GetDataSetDetails mocks base method

func (*MockM2API) GetDataSetDetailsRequest

func (m *MockM2API) GetDataSetDetailsRequest(arg0 *m2.GetDataSetDetailsInput) (*request.Request, *m2.GetDataSetDetailsOutput)

GetDataSetDetailsRequest mocks base method

func (*MockM2API) GetDataSetDetailsWithContext

func (m *MockM2API) GetDataSetDetailsWithContext(arg0 context.Context, arg1 *m2.GetDataSetDetailsInput, arg2 ...request.Option) (*m2.GetDataSetDetailsOutput, error)

GetDataSetDetailsWithContext mocks base method

func (*MockM2API) GetDataSetImportTask

func (m *MockM2API) GetDataSetImportTask(arg0 *m2.GetDataSetImportTaskInput) (*m2.GetDataSetImportTaskOutput, error)

GetDataSetImportTask mocks base method

func (*MockM2API) GetDataSetImportTaskRequest

func (m *MockM2API) GetDataSetImportTaskRequest(arg0 *m2.GetDataSetImportTaskInput) (*request.Request, *m2.GetDataSetImportTaskOutput)

GetDataSetImportTaskRequest mocks base method

func (*MockM2API) GetDataSetImportTaskWithContext

func (m *MockM2API) GetDataSetImportTaskWithContext(arg0 context.Context, arg1 *m2.GetDataSetImportTaskInput, arg2 ...request.Option) (*m2.GetDataSetImportTaskOutput, error)

GetDataSetImportTaskWithContext mocks base method

func (*MockM2API) GetDeployment

func (m *MockM2API) GetDeployment(arg0 *m2.GetDeploymentInput) (*m2.GetDeploymentOutput, error)

GetDeployment mocks base method

func (*MockM2API) GetDeploymentRequest

func (m *MockM2API) GetDeploymentRequest(arg0 *m2.GetDeploymentInput) (*request.Request, *m2.GetDeploymentOutput)

GetDeploymentRequest mocks base method

func (*MockM2API) GetDeploymentWithContext

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

GetDeploymentWithContext mocks base method

func (*MockM2API) GetEnvironment

func (m *MockM2API) GetEnvironment(arg0 *m2.GetEnvironmentInput) (*m2.GetEnvironmentOutput, error)

GetEnvironment mocks base method

func (*MockM2API) GetEnvironmentRequest

func (m *MockM2API) GetEnvironmentRequest(arg0 *m2.GetEnvironmentInput) (*request.Request, *m2.GetEnvironmentOutput)

GetEnvironmentRequest mocks base method

func (*MockM2API) GetEnvironmentWithContext

func (m *MockM2API) GetEnvironmentWithContext(arg0 context.Context, arg1 *m2.GetEnvironmentInput, arg2 ...request.Option) (*m2.GetEnvironmentOutput, error)

GetEnvironmentWithContext mocks base method

func (*MockM2API) ListApplicationVersions

func (m *MockM2API) ListApplicationVersions(arg0 *m2.ListApplicationVersionsInput) (*m2.ListApplicationVersionsOutput, error)

ListApplicationVersions mocks base method

func (*MockM2API) ListApplicationVersionsPages

func (m *MockM2API) ListApplicationVersionsPages(arg0 *m2.ListApplicationVersionsInput, arg1 func(*m2.ListApplicationVersionsOutput, bool) bool) error

ListApplicationVersionsPages mocks base method

func (*MockM2API) ListApplicationVersionsPagesWithContext

func (m *MockM2API) ListApplicationVersionsPagesWithContext(arg0 context.Context, arg1 *m2.ListApplicationVersionsInput, arg2 func(*m2.ListApplicationVersionsOutput, bool) bool, arg3 ...request.Option) error

ListApplicationVersionsPagesWithContext mocks base method

func (*MockM2API) ListApplicationVersionsRequest

func (m *MockM2API) ListApplicationVersionsRequest(arg0 *m2.ListApplicationVersionsInput) (*request.Request, *m2.ListApplicationVersionsOutput)

ListApplicationVersionsRequest mocks base method

func (*MockM2API) ListApplicationVersionsWithContext

func (m *MockM2API) ListApplicationVersionsWithContext(arg0 context.Context, arg1 *m2.ListApplicationVersionsInput, arg2 ...request.Option) (*m2.ListApplicationVersionsOutput, error)

ListApplicationVersionsWithContext mocks base method

func (*MockM2API) ListApplications

func (m *MockM2API) ListApplications(arg0 *m2.ListApplicationsInput) (*m2.ListApplicationsOutput, error)

ListApplications mocks base method

func (*MockM2API) ListApplicationsPages

func (m *MockM2API) ListApplicationsPages(arg0 *m2.ListApplicationsInput, arg1 func(*m2.ListApplicationsOutput, bool) bool) error

ListApplicationsPages mocks base method

func (*MockM2API) ListApplicationsPagesWithContext

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

ListApplicationsPagesWithContext mocks base method

func (*MockM2API) ListApplicationsRequest

func (m *MockM2API) ListApplicationsRequest(arg0 *m2.ListApplicationsInput) (*request.Request, *m2.ListApplicationsOutput)

ListApplicationsRequest mocks base method

func (*MockM2API) ListApplicationsWithContext

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

ListApplicationsWithContext mocks base method

func (*MockM2API) ListBatchJobDefinitions

func (m *MockM2API) ListBatchJobDefinitions(arg0 *m2.ListBatchJobDefinitionsInput) (*m2.ListBatchJobDefinitionsOutput, error)

ListBatchJobDefinitions mocks base method

func (*MockM2API) ListBatchJobDefinitionsPages

func (m *MockM2API) ListBatchJobDefinitionsPages(arg0 *m2.ListBatchJobDefinitionsInput, arg1 func(*m2.ListBatchJobDefinitionsOutput, bool) bool) error

ListBatchJobDefinitionsPages mocks base method

func (*MockM2API) ListBatchJobDefinitionsPagesWithContext

func (m *MockM2API) ListBatchJobDefinitionsPagesWithContext(arg0 context.Context, arg1 *m2.ListBatchJobDefinitionsInput, arg2 func(*m2.ListBatchJobDefinitionsOutput, bool) bool, arg3 ...request.Option) error

ListBatchJobDefinitionsPagesWithContext mocks base method

func (*MockM2API) ListBatchJobDefinitionsRequest

func (m *MockM2API) ListBatchJobDefinitionsRequest(arg0 *m2.ListBatchJobDefinitionsInput) (*request.Request, *m2.ListBatchJobDefinitionsOutput)

ListBatchJobDefinitionsRequest mocks base method

func (*MockM2API) ListBatchJobDefinitionsWithContext

func (m *MockM2API) ListBatchJobDefinitionsWithContext(arg0 context.Context, arg1 *m2.ListBatchJobDefinitionsInput, arg2 ...request.Option) (*m2.ListBatchJobDefinitionsOutput, error)

ListBatchJobDefinitionsWithContext mocks base method

func (*MockM2API) ListBatchJobExecutions

func (m *MockM2API) ListBatchJobExecutions(arg0 *m2.ListBatchJobExecutionsInput) (*m2.ListBatchJobExecutionsOutput, error)

ListBatchJobExecutions mocks base method

func (*MockM2API) ListBatchJobExecutionsPages

func (m *MockM2API) ListBatchJobExecutionsPages(arg0 *m2.ListBatchJobExecutionsInput, arg1 func(*m2.ListBatchJobExecutionsOutput, bool) bool) error

ListBatchJobExecutionsPages mocks base method

func (*MockM2API) ListBatchJobExecutionsPagesWithContext

func (m *MockM2API) ListBatchJobExecutionsPagesWithContext(arg0 context.Context, arg1 *m2.ListBatchJobExecutionsInput, arg2 func(*m2.ListBatchJobExecutionsOutput, bool) bool, arg3 ...request.Option) error

ListBatchJobExecutionsPagesWithContext mocks base method

func (*MockM2API) ListBatchJobExecutionsRequest

func (m *MockM2API) ListBatchJobExecutionsRequest(arg0 *m2.ListBatchJobExecutionsInput) (*request.Request, *m2.ListBatchJobExecutionsOutput)

ListBatchJobExecutionsRequest mocks base method

func (*MockM2API) ListBatchJobExecutionsWithContext

func (m *MockM2API) ListBatchJobExecutionsWithContext(arg0 context.Context, arg1 *m2.ListBatchJobExecutionsInput, arg2 ...request.Option) (*m2.ListBatchJobExecutionsOutput, error)

ListBatchJobExecutionsWithContext mocks base method

func (*MockM2API) ListDataSetImportHistory

func (m *MockM2API) ListDataSetImportHistory(arg0 *m2.ListDataSetImportHistoryInput) (*m2.ListDataSetImportHistoryOutput, error)

ListDataSetImportHistory mocks base method

func (*MockM2API) ListDataSetImportHistoryPages

func (m *MockM2API) ListDataSetImportHistoryPages(arg0 *m2.ListDataSetImportHistoryInput, arg1 func(*m2.ListDataSetImportHistoryOutput, bool) bool) error

ListDataSetImportHistoryPages mocks base method

func (*MockM2API) ListDataSetImportHistoryPagesWithContext

func (m *MockM2API) ListDataSetImportHistoryPagesWithContext(arg0 context.Context, arg1 *m2.ListDataSetImportHistoryInput, arg2 func(*m2.ListDataSetImportHistoryOutput, bool) bool, arg3 ...request.Option) error

ListDataSetImportHistoryPagesWithContext mocks base method

func (*MockM2API) ListDataSetImportHistoryRequest

func (m *MockM2API) ListDataSetImportHistoryRequest(arg0 *m2.ListDataSetImportHistoryInput) (*request.Request, *m2.ListDataSetImportHistoryOutput)

ListDataSetImportHistoryRequest mocks base method

func (*MockM2API) ListDataSetImportHistoryWithContext

func (m *MockM2API) ListDataSetImportHistoryWithContext(arg0 context.Context, arg1 *m2.ListDataSetImportHistoryInput, arg2 ...request.Option) (*m2.ListDataSetImportHistoryOutput, error)

ListDataSetImportHistoryWithContext mocks base method

func (*MockM2API) ListDataSets

func (m *MockM2API) ListDataSets(arg0 *m2.ListDataSetsInput) (*m2.ListDataSetsOutput, error)

ListDataSets mocks base method

func (*MockM2API) ListDataSetsPages

func (m *MockM2API) ListDataSetsPages(arg0 *m2.ListDataSetsInput, arg1 func(*m2.ListDataSetsOutput, bool) bool) error

ListDataSetsPages mocks base method

func (*MockM2API) ListDataSetsPagesWithContext

func (m *MockM2API) ListDataSetsPagesWithContext(arg0 context.Context, arg1 *m2.ListDataSetsInput, arg2 func(*m2.ListDataSetsOutput, bool) bool, arg3 ...request.Option) error

ListDataSetsPagesWithContext mocks base method

func (*MockM2API) ListDataSetsRequest

func (m *MockM2API) ListDataSetsRequest(arg0 *m2.ListDataSetsInput) (*request.Request, *m2.ListDataSetsOutput)

ListDataSetsRequest mocks base method

func (*MockM2API) ListDataSetsWithContext

func (m *MockM2API) ListDataSetsWithContext(arg0 context.Context, arg1 *m2.ListDataSetsInput, arg2 ...request.Option) (*m2.ListDataSetsOutput, error)

ListDataSetsWithContext mocks base method

func (*MockM2API) ListDeployments

func (m *MockM2API) ListDeployments(arg0 *m2.ListDeploymentsInput) (*m2.ListDeploymentsOutput, error)

ListDeployments mocks base method

func (*MockM2API) ListDeploymentsPages

func (m *MockM2API) ListDeploymentsPages(arg0 *m2.ListDeploymentsInput, arg1 func(*m2.ListDeploymentsOutput, bool) bool) error

ListDeploymentsPages mocks base method

func (*MockM2API) ListDeploymentsPagesWithContext

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

ListDeploymentsPagesWithContext mocks base method

func (*MockM2API) ListDeploymentsRequest

func (m *MockM2API) ListDeploymentsRequest(arg0 *m2.ListDeploymentsInput) (*request.Request, *m2.ListDeploymentsOutput)

ListDeploymentsRequest mocks base method

func (*MockM2API) ListDeploymentsWithContext

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

ListDeploymentsWithContext mocks base method

func (*MockM2API) ListEngineVersions

func (m *MockM2API) ListEngineVersions(arg0 *m2.ListEngineVersionsInput) (*m2.ListEngineVersionsOutput, error)

ListEngineVersions mocks base method

func (*MockM2API) ListEngineVersionsPages

func (m *MockM2API) ListEngineVersionsPages(arg0 *m2.ListEngineVersionsInput, arg1 func(*m2.ListEngineVersionsOutput, bool) bool) error

ListEngineVersionsPages mocks base method

func (*MockM2API) ListEngineVersionsPagesWithContext

func (m *MockM2API) ListEngineVersionsPagesWithContext(arg0 context.Context, arg1 *m2.ListEngineVersionsInput, arg2 func(*m2.ListEngineVersionsOutput, bool) bool, arg3 ...request.Option) error

ListEngineVersionsPagesWithContext mocks base method

func (*MockM2API) ListEngineVersionsRequest

func (m *MockM2API) ListEngineVersionsRequest(arg0 *m2.ListEngineVersionsInput) (*request.Request, *m2.ListEngineVersionsOutput)

ListEngineVersionsRequest mocks base method

func (*MockM2API) ListEngineVersionsWithContext

func (m *MockM2API) ListEngineVersionsWithContext(arg0 context.Context, arg1 *m2.ListEngineVersionsInput, arg2 ...request.Option) (*m2.ListEngineVersionsOutput, error)

ListEngineVersionsWithContext mocks base method

func (*MockM2API) ListEnvironments

func (m *MockM2API) ListEnvironments(arg0 *m2.ListEnvironmentsInput) (*m2.ListEnvironmentsOutput, error)

ListEnvironments mocks base method

func (*MockM2API) ListEnvironmentsPages

func (m *MockM2API) ListEnvironmentsPages(arg0 *m2.ListEnvironmentsInput, arg1 func(*m2.ListEnvironmentsOutput, bool) bool) error

ListEnvironmentsPages mocks base method

func (*MockM2API) ListEnvironmentsPagesWithContext

func (m *MockM2API) ListEnvironmentsPagesWithContext(arg0 context.Context, arg1 *m2.ListEnvironmentsInput, arg2 func(*m2.ListEnvironmentsOutput, bool) bool, arg3 ...request.Option) error

ListEnvironmentsPagesWithContext mocks base method

func (*MockM2API) ListEnvironmentsRequest

func (m *MockM2API) ListEnvironmentsRequest(arg0 *m2.ListEnvironmentsInput) (*request.Request, *m2.ListEnvironmentsOutput)

ListEnvironmentsRequest mocks base method

func (*MockM2API) ListEnvironmentsWithContext

func (m *MockM2API) ListEnvironmentsWithContext(arg0 context.Context, arg1 *m2.ListEnvironmentsInput, arg2 ...request.Option) (*m2.ListEnvironmentsOutput, error)

ListEnvironmentsWithContext mocks base method

func (*MockM2API) ListTagsForResource

func (m *MockM2API) ListTagsForResource(arg0 *m2.ListTagsForResourceInput) (*m2.ListTagsForResourceOutput, error)

ListTagsForResource mocks base method

func (*MockM2API) ListTagsForResourceRequest

func (m *MockM2API) ListTagsForResourceRequest(arg0 *m2.ListTagsForResourceInput) (*request.Request, *m2.ListTagsForResourceOutput)

ListTagsForResourceRequest mocks base method

func (*MockM2API) ListTagsForResourceWithContext

func (m *MockM2API) ListTagsForResourceWithContext(arg0 context.Context, arg1 *m2.ListTagsForResourceInput, arg2 ...request.Option) (*m2.ListTagsForResourceOutput, error)

ListTagsForResourceWithContext mocks base method

func (*MockM2API) StartApplication

func (m *MockM2API) StartApplication(arg0 *m2.StartApplicationInput) (*m2.StartApplicationOutput, error)

StartApplication mocks base method

func (*MockM2API) StartApplicationRequest

func (m *MockM2API) StartApplicationRequest(arg0 *m2.StartApplicationInput) (*request.Request, *m2.StartApplicationOutput)

StartApplicationRequest mocks base method

func (*MockM2API) StartApplicationWithContext

func (m *MockM2API) StartApplicationWithContext(arg0 context.Context, arg1 *m2.StartApplicationInput, arg2 ...request.Option) (*m2.StartApplicationOutput, error)

StartApplicationWithContext mocks base method

func (*MockM2API) StartBatchJob

func (m *MockM2API) StartBatchJob(arg0 *m2.StartBatchJobInput) (*m2.StartBatchJobOutput, error)

StartBatchJob mocks base method

func (*MockM2API) StartBatchJobRequest

func (m *MockM2API) StartBatchJobRequest(arg0 *m2.StartBatchJobInput) (*request.Request, *m2.StartBatchJobOutput)

StartBatchJobRequest mocks base method

func (*MockM2API) StartBatchJobWithContext

func (m *MockM2API) StartBatchJobWithContext(arg0 context.Context, arg1 *m2.StartBatchJobInput, arg2 ...request.Option) (*m2.StartBatchJobOutput, error)

StartBatchJobWithContext mocks base method

func (*MockM2API) StopApplication

func (m *MockM2API) StopApplication(arg0 *m2.StopApplicationInput) (*m2.StopApplicationOutput, error)

StopApplication mocks base method

func (*MockM2API) StopApplicationRequest

func (m *MockM2API) StopApplicationRequest(arg0 *m2.StopApplicationInput) (*request.Request, *m2.StopApplicationOutput)

StopApplicationRequest mocks base method

func (*MockM2API) StopApplicationWithContext

func (m *MockM2API) StopApplicationWithContext(arg0 context.Context, arg1 *m2.StopApplicationInput, arg2 ...request.Option) (*m2.StopApplicationOutput, error)

StopApplicationWithContext mocks base method

func (*MockM2API) TagResource

func (m *MockM2API) TagResource(arg0 *m2.TagResourceInput) (*m2.TagResourceOutput, error)

TagResource mocks base method

func (*MockM2API) TagResourceRequest

func (m *MockM2API) TagResourceRequest(arg0 *m2.TagResourceInput) (*request.Request, *m2.TagResourceOutput)

TagResourceRequest mocks base method

func (*MockM2API) TagResourceWithContext

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

TagResourceWithContext mocks base method

func (*MockM2API) UntagResource

func (m *MockM2API) UntagResource(arg0 *m2.UntagResourceInput) (*m2.UntagResourceOutput, error)

UntagResource mocks base method

func (*MockM2API) UntagResourceRequest

func (m *MockM2API) UntagResourceRequest(arg0 *m2.UntagResourceInput) (*request.Request, *m2.UntagResourceOutput)

UntagResourceRequest mocks base method

func (*MockM2API) UntagResourceWithContext

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

UntagResourceWithContext mocks base method

func (*MockM2API) UpdateApplication

func (m *MockM2API) UpdateApplication(arg0 *m2.UpdateApplicationInput) (*m2.UpdateApplicationOutput, error)

UpdateApplication mocks base method

func (*MockM2API) UpdateApplicationRequest

func (m *MockM2API) UpdateApplicationRequest(arg0 *m2.UpdateApplicationInput) (*request.Request, *m2.UpdateApplicationOutput)

UpdateApplicationRequest mocks base method

func (*MockM2API) UpdateApplicationWithContext

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

UpdateApplicationWithContext mocks base method

func (*MockM2API) UpdateEnvironment

func (m *MockM2API) UpdateEnvironment(arg0 *m2.UpdateEnvironmentInput) (*m2.UpdateEnvironmentOutput, error)

UpdateEnvironment mocks base method

func (*MockM2API) UpdateEnvironmentRequest

func (m *MockM2API) UpdateEnvironmentRequest(arg0 *m2.UpdateEnvironmentInput) (*request.Request, *m2.UpdateEnvironmentOutput)

UpdateEnvironmentRequest mocks base method

func (*MockM2API) UpdateEnvironmentWithContext

func (m *MockM2API) UpdateEnvironmentWithContext(arg0 context.Context, arg1 *m2.UpdateEnvironmentInput, arg2 ...request.Option) (*m2.UpdateEnvironmentOutput, error)

UpdateEnvironmentWithContext mocks base method

type MockM2APIMockRecorder

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

MockM2APIMockRecorder is the mock recorder for MockM2API

func (*MockM2APIMockRecorder) CancelBatchJobExecution

func (mr *MockM2APIMockRecorder) CancelBatchJobExecution(arg0 interface{}) *gomock.Call

CancelBatchJobExecution indicates an expected call of CancelBatchJobExecution

func (*MockM2APIMockRecorder) CancelBatchJobExecutionRequest

func (mr *MockM2APIMockRecorder) CancelBatchJobExecutionRequest(arg0 interface{}) *gomock.Call

CancelBatchJobExecutionRequest indicates an expected call of CancelBatchJobExecutionRequest

func (*MockM2APIMockRecorder) CancelBatchJobExecutionWithContext

func (mr *MockM2APIMockRecorder) CancelBatchJobExecutionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelBatchJobExecutionWithContext indicates an expected call of CancelBatchJobExecutionWithContext

func (*MockM2APIMockRecorder) CreateApplication

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

CreateApplication indicates an expected call of CreateApplication

func (*MockM2APIMockRecorder) CreateApplicationRequest

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

CreateApplicationRequest indicates an expected call of CreateApplicationRequest

func (*MockM2APIMockRecorder) CreateApplicationWithContext

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

CreateApplicationWithContext indicates an expected call of CreateApplicationWithContext

func (*MockM2APIMockRecorder) CreateDataSetImportTask

func (mr *MockM2APIMockRecorder) CreateDataSetImportTask(arg0 interface{}) *gomock.Call

CreateDataSetImportTask indicates an expected call of CreateDataSetImportTask

func (*MockM2APIMockRecorder) CreateDataSetImportTaskRequest

func (mr *MockM2APIMockRecorder) CreateDataSetImportTaskRequest(arg0 interface{}) *gomock.Call

CreateDataSetImportTaskRequest indicates an expected call of CreateDataSetImportTaskRequest

func (*MockM2APIMockRecorder) CreateDataSetImportTaskWithContext

func (mr *MockM2APIMockRecorder) CreateDataSetImportTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDataSetImportTaskWithContext indicates an expected call of CreateDataSetImportTaskWithContext

func (*MockM2APIMockRecorder) CreateDeployment

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

CreateDeployment indicates an expected call of CreateDeployment

func (*MockM2APIMockRecorder) CreateDeploymentRequest

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

CreateDeploymentRequest indicates an expected call of CreateDeploymentRequest

func (*MockM2APIMockRecorder) CreateDeploymentWithContext

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

CreateDeploymentWithContext indicates an expected call of CreateDeploymentWithContext

func (*MockM2APIMockRecorder) CreateEnvironment

func (mr *MockM2APIMockRecorder) CreateEnvironment(arg0 interface{}) *gomock.Call

CreateEnvironment indicates an expected call of CreateEnvironment

func (*MockM2APIMockRecorder) CreateEnvironmentRequest

func (mr *MockM2APIMockRecorder) CreateEnvironmentRequest(arg0 interface{}) *gomock.Call

CreateEnvironmentRequest indicates an expected call of CreateEnvironmentRequest

func (*MockM2APIMockRecorder) CreateEnvironmentWithContext

func (mr *MockM2APIMockRecorder) CreateEnvironmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateEnvironmentWithContext indicates an expected call of CreateEnvironmentWithContext

func (*MockM2APIMockRecorder) DeleteApplication

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

DeleteApplication indicates an expected call of DeleteApplication

func (*MockM2APIMockRecorder) DeleteApplicationFromEnvironment

func (mr *MockM2APIMockRecorder) DeleteApplicationFromEnvironment(arg0 interface{}) *gomock.Call

DeleteApplicationFromEnvironment indicates an expected call of DeleteApplicationFromEnvironment

func (*MockM2APIMockRecorder) DeleteApplicationFromEnvironmentRequest

func (mr *MockM2APIMockRecorder) DeleteApplicationFromEnvironmentRequest(arg0 interface{}) *gomock.Call

DeleteApplicationFromEnvironmentRequest indicates an expected call of DeleteApplicationFromEnvironmentRequest

func (*MockM2APIMockRecorder) DeleteApplicationFromEnvironmentWithContext

func (mr *MockM2APIMockRecorder) DeleteApplicationFromEnvironmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteApplicationFromEnvironmentWithContext indicates an expected call of DeleteApplicationFromEnvironmentWithContext

func (*MockM2APIMockRecorder) DeleteApplicationRequest

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

DeleteApplicationRequest indicates an expected call of DeleteApplicationRequest

func (*MockM2APIMockRecorder) DeleteApplicationWithContext

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

DeleteApplicationWithContext indicates an expected call of DeleteApplicationWithContext

func (*MockM2APIMockRecorder) DeleteEnvironment

func (mr *MockM2APIMockRecorder) DeleteEnvironment(arg0 interface{}) *gomock.Call

DeleteEnvironment indicates an expected call of DeleteEnvironment

func (*MockM2APIMockRecorder) DeleteEnvironmentRequest

func (mr *MockM2APIMockRecorder) DeleteEnvironmentRequest(arg0 interface{}) *gomock.Call

DeleteEnvironmentRequest indicates an expected call of DeleteEnvironmentRequest

func (*MockM2APIMockRecorder) DeleteEnvironmentWithContext

func (mr *MockM2APIMockRecorder) DeleteEnvironmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteEnvironmentWithContext indicates an expected call of DeleteEnvironmentWithContext

func (*MockM2APIMockRecorder) GetApplication

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

GetApplication indicates an expected call of GetApplication

func (*MockM2APIMockRecorder) GetApplicationRequest

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

GetApplicationRequest indicates an expected call of GetApplicationRequest

func (*MockM2APIMockRecorder) GetApplicationVersion

func (mr *MockM2APIMockRecorder) GetApplicationVersion(arg0 interface{}) *gomock.Call

GetApplicationVersion indicates an expected call of GetApplicationVersion

func (*MockM2APIMockRecorder) GetApplicationVersionRequest

func (mr *MockM2APIMockRecorder) GetApplicationVersionRequest(arg0 interface{}) *gomock.Call

GetApplicationVersionRequest indicates an expected call of GetApplicationVersionRequest

func (*MockM2APIMockRecorder) GetApplicationVersionWithContext

func (mr *MockM2APIMockRecorder) GetApplicationVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetApplicationVersionWithContext indicates an expected call of GetApplicationVersionWithContext

func (*MockM2APIMockRecorder) GetApplicationWithContext

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

GetApplicationWithContext indicates an expected call of GetApplicationWithContext

func (*MockM2APIMockRecorder) GetBatchJobExecution

func (mr *MockM2APIMockRecorder) GetBatchJobExecution(arg0 interface{}) *gomock.Call

GetBatchJobExecution indicates an expected call of GetBatchJobExecution

func (*MockM2APIMockRecorder) GetBatchJobExecutionRequest

func (mr *MockM2APIMockRecorder) GetBatchJobExecutionRequest(arg0 interface{}) *gomock.Call

GetBatchJobExecutionRequest indicates an expected call of GetBatchJobExecutionRequest

func (*MockM2APIMockRecorder) GetBatchJobExecutionWithContext

func (mr *MockM2APIMockRecorder) GetBatchJobExecutionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBatchJobExecutionWithContext indicates an expected call of GetBatchJobExecutionWithContext

func (*MockM2APIMockRecorder) GetDataSetDetails

func (mr *MockM2APIMockRecorder) GetDataSetDetails(arg0 interface{}) *gomock.Call

GetDataSetDetails indicates an expected call of GetDataSetDetails

func (*MockM2APIMockRecorder) GetDataSetDetailsRequest

func (mr *MockM2APIMockRecorder) GetDataSetDetailsRequest(arg0 interface{}) *gomock.Call

GetDataSetDetailsRequest indicates an expected call of GetDataSetDetailsRequest

func (*MockM2APIMockRecorder) GetDataSetDetailsWithContext

func (mr *MockM2APIMockRecorder) GetDataSetDetailsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDataSetDetailsWithContext indicates an expected call of GetDataSetDetailsWithContext

func (*MockM2APIMockRecorder) GetDataSetImportTask

func (mr *MockM2APIMockRecorder) GetDataSetImportTask(arg0 interface{}) *gomock.Call

GetDataSetImportTask indicates an expected call of GetDataSetImportTask

func (*MockM2APIMockRecorder) GetDataSetImportTaskRequest

func (mr *MockM2APIMockRecorder) GetDataSetImportTaskRequest(arg0 interface{}) *gomock.Call

GetDataSetImportTaskRequest indicates an expected call of GetDataSetImportTaskRequest

func (*MockM2APIMockRecorder) GetDataSetImportTaskWithContext

func (mr *MockM2APIMockRecorder) GetDataSetImportTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDataSetImportTaskWithContext indicates an expected call of GetDataSetImportTaskWithContext

func (*MockM2APIMockRecorder) GetDeployment

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

GetDeployment indicates an expected call of GetDeployment

func (*MockM2APIMockRecorder) GetDeploymentRequest

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

GetDeploymentRequest indicates an expected call of GetDeploymentRequest

func (*MockM2APIMockRecorder) GetDeploymentWithContext

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

GetDeploymentWithContext indicates an expected call of GetDeploymentWithContext

func (*MockM2APIMockRecorder) GetEnvironment

func (mr *MockM2APIMockRecorder) GetEnvironment(arg0 interface{}) *gomock.Call

GetEnvironment indicates an expected call of GetEnvironment

func (*MockM2APIMockRecorder) GetEnvironmentRequest

func (mr *MockM2APIMockRecorder) GetEnvironmentRequest(arg0 interface{}) *gomock.Call

GetEnvironmentRequest indicates an expected call of GetEnvironmentRequest

func (*MockM2APIMockRecorder) GetEnvironmentWithContext

func (mr *MockM2APIMockRecorder) GetEnvironmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetEnvironmentWithContext indicates an expected call of GetEnvironmentWithContext

func (*MockM2APIMockRecorder) ListApplicationVersions

func (mr *MockM2APIMockRecorder) ListApplicationVersions(arg0 interface{}) *gomock.Call

ListApplicationVersions indicates an expected call of ListApplicationVersions

func (*MockM2APIMockRecorder) ListApplicationVersionsPages

func (mr *MockM2APIMockRecorder) ListApplicationVersionsPages(arg0, arg1 interface{}) *gomock.Call

ListApplicationVersionsPages indicates an expected call of ListApplicationVersionsPages

func (*MockM2APIMockRecorder) ListApplicationVersionsPagesWithContext

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

ListApplicationVersionsPagesWithContext indicates an expected call of ListApplicationVersionsPagesWithContext

func (*MockM2APIMockRecorder) ListApplicationVersionsRequest

func (mr *MockM2APIMockRecorder) ListApplicationVersionsRequest(arg0 interface{}) *gomock.Call

ListApplicationVersionsRequest indicates an expected call of ListApplicationVersionsRequest

func (*MockM2APIMockRecorder) ListApplicationVersionsWithContext

func (mr *MockM2APIMockRecorder) ListApplicationVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListApplicationVersionsWithContext indicates an expected call of ListApplicationVersionsWithContext

func (*MockM2APIMockRecorder) ListApplications

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

ListApplications indicates an expected call of ListApplications

func (*MockM2APIMockRecorder) ListApplicationsPages

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

ListApplicationsPages indicates an expected call of ListApplicationsPages

func (*MockM2APIMockRecorder) ListApplicationsPagesWithContext

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

ListApplicationsPagesWithContext indicates an expected call of ListApplicationsPagesWithContext

func (*MockM2APIMockRecorder) ListApplicationsRequest

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

ListApplicationsRequest indicates an expected call of ListApplicationsRequest

func (*MockM2APIMockRecorder) ListApplicationsWithContext

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

ListApplicationsWithContext indicates an expected call of ListApplicationsWithContext

func (*MockM2APIMockRecorder) ListBatchJobDefinitions

func (mr *MockM2APIMockRecorder) ListBatchJobDefinitions(arg0 interface{}) *gomock.Call

ListBatchJobDefinitions indicates an expected call of ListBatchJobDefinitions

func (*MockM2APIMockRecorder) ListBatchJobDefinitionsPages

func (mr *MockM2APIMockRecorder) ListBatchJobDefinitionsPages(arg0, arg1 interface{}) *gomock.Call

ListBatchJobDefinitionsPages indicates an expected call of ListBatchJobDefinitionsPages

func (*MockM2APIMockRecorder) ListBatchJobDefinitionsPagesWithContext

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

ListBatchJobDefinitionsPagesWithContext indicates an expected call of ListBatchJobDefinitionsPagesWithContext

func (*MockM2APIMockRecorder) ListBatchJobDefinitionsRequest

func (mr *MockM2APIMockRecorder) ListBatchJobDefinitionsRequest(arg0 interface{}) *gomock.Call

ListBatchJobDefinitionsRequest indicates an expected call of ListBatchJobDefinitionsRequest

func (*MockM2APIMockRecorder) ListBatchJobDefinitionsWithContext

func (mr *MockM2APIMockRecorder) ListBatchJobDefinitionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListBatchJobDefinitionsWithContext indicates an expected call of ListBatchJobDefinitionsWithContext

func (*MockM2APIMockRecorder) ListBatchJobExecutions

func (mr *MockM2APIMockRecorder) ListBatchJobExecutions(arg0 interface{}) *gomock.Call

ListBatchJobExecutions indicates an expected call of ListBatchJobExecutions

func (*MockM2APIMockRecorder) ListBatchJobExecutionsPages

func (mr *MockM2APIMockRecorder) ListBatchJobExecutionsPages(arg0, arg1 interface{}) *gomock.Call

ListBatchJobExecutionsPages indicates an expected call of ListBatchJobExecutionsPages

func (*MockM2APIMockRecorder) ListBatchJobExecutionsPagesWithContext

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

ListBatchJobExecutionsPagesWithContext indicates an expected call of ListBatchJobExecutionsPagesWithContext

func (*MockM2APIMockRecorder) ListBatchJobExecutionsRequest

func (mr *MockM2APIMockRecorder) ListBatchJobExecutionsRequest(arg0 interface{}) *gomock.Call

ListBatchJobExecutionsRequest indicates an expected call of ListBatchJobExecutionsRequest

func (*MockM2APIMockRecorder) ListBatchJobExecutionsWithContext

func (mr *MockM2APIMockRecorder) ListBatchJobExecutionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListBatchJobExecutionsWithContext indicates an expected call of ListBatchJobExecutionsWithContext

func (*MockM2APIMockRecorder) ListDataSetImportHistory

func (mr *MockM2APIMockRecorder) ListDataSetImportHistory(arg0 interface{}) *gomock.Call

ListDataSetImportHistory indicates an expected call of ListDataSetImportHistory

func (*MockM2APIMockRecorder) ListDataSetImportHistoryPages

func (mr *MockM2APIMockRecorder) ListDataSetImportHistoryPages(arg0, arg1 interface{}) *gomock.Call

ListDataSetImportHistoryPages indicates an expected call of ListDataSetImportHistoryPages

func (*MockM2APIMockRecorder) ListDataSetImportHistoryPagesWithContext

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

ListDataSetImportHistoryPagesWithContext indicates an expected call of ListDataSetImportHistoryPagesWithContext

func (*MockM2APIMockRecorder) ListDataSetImportHistoryRequest

func (mr *MockM2APIMockRecorder) ListDataSetImportHistoryRequest(arg0 interface{}) *gomock.Call

ListDataSetImportHistoryRequest indicates an expected call of ListDataSetImportHistoryRequest

func (*MockM2APIMockRecorder) ListDataSetImportHistoryWithContext

func (mr *MockM2APIMockRecorder) ListDataSetImportHistoryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDataSetImportHistoryWithContext indicates an expected call of ListDataSetImportHistoryWithContext

func (*MockM2APIMockRecorder) ListDataSets

func (mr *MockM2APIMockRecorder) ListDataSets(arg0 interface{}) *gomock.Call

ListDataSets indicates an expected call of ListDataSets

func (*MockM2APIMockRecorder) ListDataSetsPages

func (mr *MockM2APIMockRecorder) ListDataSetsPages(arg0, arg1 interface{}) *gomock.Call

ListDataSetsPages indicates an expected call of ListDataSetsPages

func (*MockM2APIMockRecorder) ListDataSetsPagesWithContext

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

ListDataSetsPagesWithContext indicates an expected call of ListDataSetsPagesWithContext

func (*MockM2APIMockRecorder) ListDataSetsRequest

func (mr *MockM2APIMockRecorder) ListDataSetsRequest(arg0 interface{}) *gomock.Call

ListDataSetsRequest indicates an expected call of ListDataSetsRequest

func (*MockM2APIMockRecorder) ListDataSetsWithContext

func (mr *MockM2APIMockRecorder) ListDataSetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDataSetsWithContext indicates an expected call of ListDataSetsWithContext

func (*MockM2APIMockRecorder) ListDeployments

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

ListDeployments indicates an expected call of ListDeployments

func (*MockM2APIMockRecorder) ListDeploymentsPages

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

ListDeploymentsPages indicates an expected call of ListDeploymentsPages

func (*MockM2APIMockRecorder) ListDeploymentsPagesWithContext

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

ListDeploymentsPagesWithContext indicates an expected call of ListDeploymentsPagesWithContext

func (*MockM2APIMockRecorder) ListDeploymentsRequest

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

ListDeploymentsRequest indicates an expected call of ListDeploymentsRequest

func (*MockM2APIMockRecorder) ListDeploymentsWithContext

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

ListDeploymentsWithContext indicates an expected call of ListDeploymentsWithContext

func (*MockM2APIMockRecorder) ListEngineVersions

func (mr *MockM2APIMockRecorder) ListEngineVersions(arg0 interface{}) *gomock.Call

ListEngineVersions indicates an expected call of ListEngineVersions

func (*MockM2APIMockRecorder) ListEngineVersionsPages

func (mr *MockM2APIMockRecorder) ListEngineVersionsPages(arg0, arg1 interface{}) *gomock.Call

ListEngineVersionsPages indicates an expected call of ListEngineVersionsPages

func (*MockM2APIMockRecorder) ListEngineVersionsPagesWithContext

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

ListEngineVersionsPagesWithContext indicates an expected call of ListEngineVersionsPagesWithContext

func (*MockM2APIMockRecorder) ListEngineVersionsRequest

func (mr *MockM2APIMockRecorder) ListEngineVersionsRequest(arg0 interface{}) *gomock.Call

ListEngineVersionsRequest indicates an expected call of ListEngineVersionsRequest

func (*MockM2APIMockRecorder) ListEngineVersionsWithContext

func (mr *MockM2APIMockRecorder) ListEngineVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListEngineVersionsWithContext indicates an expected call of ListEngineVersionsWithContext

func (*MockM2APIMockRecorder) ListEnvironments

func (mr *MockM2APIMockRecorder) ListEnvironments(arg0 interface{}) *gomock.Call

ListEnvironments indicates an expected call of ListEnvironments

func (*MockM2APIMockRecorder) ListEnvironmentsPages

func (mr *MockM2APIMockRecorder) ListEnvironmentsPages(arg0, arg1 interface{}) *gomock.Call

ListEnvironmentsPages indicates an expected call of ListEnvironmentsPages

func (*MockM2APIMockRecorder) ListEnvironmentsPagesWithContext

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

ListEnvironmentsPagesWithContext indicates an expected call of ListEnvironmentsPagesWithContext

func (*MockM2APIMockRecorder) ListEnvironmentsRequest

func (mr *MockM2APIMockRecorder) ListEnvironmentsRequest(arg0 interface{}) *gomock.Call

ListEnvironmentsRequest indicates an expected call of ListEnvironmentsRequest

func (*MockM2APIMockRecorder) ListEnvironmentsWithContext

func (mr *MockM2APIMockRecorder) ListEnvironmentsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListEnvironmentsWithContext indicates an expected call of ListEnvironmentsWithContext

func (*MockM2APIMockRecorder) ListTagsForResource

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

ListTagsForResource indicates an expected call of ListTagsForResource

func (*MockM2APIMockRecorder) ListTagsForResourceRequest

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

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest

func (*MockM2APIMockRecorder) ListTagsForResourceWithContext

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

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext

func (*MockM2APIMockRecorder) StartApplication

func (mr *MockM2APIMockRecorder) StartApplication(arg0 interface{}) *gomock.Call

StartApplication indicates an expected call of StartApplication

func (*MockM2APIMockRecorder) StartApplicationRequest

func (mr *MockM2APIMockRecorder) StartApplicationRequest(arg0 interface{}) *gomock.Call

StartApplicationRequest indicates an expected call of StartApplicationRequest

func (*MockM2APIMockRecorder) StartApplicationWithContext

func (mr *MockM2APIMockRecorder) StartApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartApplicationWithContext indicates an expected call of StartApplicationWithContext

func (*MockM2APIMockRecorder) StartBatchJob

func (mr *MockM2APIMockRecorder) StartBatchJob(arg0 interface{}) *gomock.Call

StartBatchJob indicates an expected call of StartBatchJob

func (*MockM2APIMockRecorder) StartBatchJobRequest

func (mr *MockM2APIMockRecorder) StartBatchJobRequest(arg0 interface{}) *gomock.Call

StartBatchJobRequest indicates an expected call of StartBatchJobRequest

func (*MockM2APIMockRecorder) StartBatchJobWithContext

func (mr *MockM2APIMockRecorder) StartBatchJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartBatchJobWithContext indicates an expected call of StartBatchJobWithContext

func (*MockM2APIMockRecorder) StopApplication

func (mr *MockM2APIMockRecorder) StopApplication(arg0 interface{}) *gomock.Call

StopApplication indicates an expected call of StopApplication

func (*MockM2APIMockRecorder) StopApplicationRequest

func (mr *MockM2APIMockRecorder) StopApplicationRequest(arg0 interface{}) *gomock.Call

StopApplicationRequest indicates an expected call of StopApplicationRequest

func (*MockM2APIMockRecorder) StopApplicationWithContext

func (mr *MockM2APIMockRecorder) StopApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopApplicationWithContext indicates an expected call of StopApplicationWithContext

func (*MockM2APIMockRecorder) TagResource

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

TagResource indicates an expected call of TagResource

func (*MockM2APIMockRecorder) TagResourceRequest

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

TagResourceRequest indicates an expected call of TagResourceRequest

func (*MockM2APIMockRecorder) TagResourceWithContext

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

TagResourceWithContext indicates an expected call of TagResourceWithContext

func (*MockM2APIMockRecorder) UntagResource

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

UntagResource indicates an expected call of UntagResource

func (*MockM2APIMockRecorder) UntagResourceRequest

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

UntagResourceRequest indicates an expected call of UntagResourceRequest

func (*MockM2APIMockRecorder) UntagResourceWithContext

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

UntagResourceWithContext indicates an expected call of UntagResourceWithContext

func (*MockM2APIMockRecorder) UpdateApplication

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

UpdateApplication indicates an expected call of UpdateApplication

func (*MockM2APIMockRecorder) UpdateApplicationRequest

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

UpdateApplicationRequest indicates an expected call of UpdateApplicationRequest

func (*MockM2APIMockRecorder) UpdateApplicationWithContext

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

UpdateApplicationWithContext indicates an expected call of UpdateApplicationWithContext

func (*MockM2APIMockRecorder) UpdateEnvironment

func (mr *MockM2APIMockRecorder) UpdateEnvironment(arg0 interface{}) *gomock.Call

UpdateEnvironment indicates an expected call of UpdateEnvironment

func (*MockM2APIMockRecorder) UpdateEnvironmentRequest

func (mr *MockM2APIMockRecorder) UpdateEnvironmentRequest(arg0 interface{}) *gomock.Call

UpdateEnvironmentRequest indicates an expected call of UpdateEnvironmentRequest

func (*MockM2APIMockRecorder) UpdateEnvironmentWithContext

func (mr *MockM2APIMockRecorder) UpdateEnvironmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateEnvironmentWithContext indicates an expected call of UpdateEnvironmentWithContext

Jump to

Keyboard shortcuts

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