robomakermock

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

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockRoboMakerAPI

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

MockRoboMakerAPI is a mock of RoboMakerAPI interface.

func NewMockRoboMakerAPI

func NewMockRoboMakerAPI(ctrl *gomock.Controller) *MockRoboMakerAPI

NewMockRoboMakerAPI creates a new mock instance.

func (*MockRoboMakerAPI) BatchDeleteWorlds

BatchDeleteWorlds mocks base method.

func (*MockRoboMakerAPI) BatchDeleteWorldsRequest

BatchDeleteWorldsRequest mocks base method.

func (*MockRoboMakerAPI) BatchDeleteWorldsWithContext

func (m *MockRoboMakerAPI) BatchDeleteWorldsWithContext(arg0 context.Context, arg1 *robomaker.BatchDeleteWorldsInput, arg2 ...request.Option) (*robomaker.BatchDeleteWorldsOutput, error)

BatchDeleteWorldsWithContext mocks base method.

func (*MockRoboMakerAPI) BatchDescribeSimulationJob

BatchDescribeSimulationJob mocks base method.

func (*MockRoboMakerAPI) BatchDescribeSimulationJobRequest

BatchDescribeSimulationJobRequest mocks base method.

func (*MockRoboMakerAPI) BatchDescribeSimulationJobWithContext

BatchDescribeSimulationJobWithContext mocks base method.

func (*MockRoboMakerAPI) CancelDeploymentJob

CancelDeploymentJob mocks base method.

func (*MockRoboMakerAPI) CancelDeploymentJobRequest

CancelDeploymentJobRequest mocks base method.

func (*MockRoboMakerAPI) CancelDeploymentJobWithContext

func (m *MockRoboMakerAPI) CancelDeploymentJobWithContext(arg0 context.Context, arg1 *robomaker.CancelDeploymentJobInput, arg2 ...request.Option) (*robomaker.CancelDeploymentJobOutput, error)

CancelDeploymentJobWithContext mocks base method.

func (*MockRoboMakerAPI) CancelSimulationJob

CancelSimulationJob mocks base method.

func (*MockRoboMakerAPI) CancelSimulationJobBatch

CancelSimulationJobBatch mocks base method.

func (*MockRoboMakerAPI) CancelSimulationJobBatchRequest

CancelSimulationJobBatchRequest mocks base method.

func (*MockRoboMakerAPI) CancelSimulationJobBatchWithContext

CancelSimulationJobBatchWithContext mocks base method.

func (*MockRoboMakerAPI) CancelSimulationJobRequest

CancelSimulationJobRequest mocks base method.

func (*MockRoboMakerAPI) CancelSimulationJobWithContext

func (m *MockRoboMakerAPI) CancelSimulationJobWithContext(arg0 context.Context, arg1 *robomaker.CancelSimulationJobInput, arg2 ...request.Option) (*robomaker.CancelSimulationJobOutput, error)

CancelSimulationJobWithContext mocks base method.

func (*MockRoboMakerAPI) CancelWorldExportJob

CancelWorldExportJob mocks base method.

func (*MockRoboMakerAPI) CancelWorldExportJobRequest

CancelWorldExportJobRequest mocks base method.

func (*MockRoboMakerAPI) CancelWorldExportJobWithContext

func (m *MockRoboMakerAPI) CancelWorldExportJobWithContext(arg0 context.Context, arg1 *robomaker.CancelWorldExportJobInput, arg2 ...request.Option) (*robomaker.CancelWorldExportJobOutput, error)

CancelWorldExportJobWithContext mocks base method.

func (*MockRoboMakerAPI) CancelWorldGenerationJob

CancelWorldGenerationJob mocks base method.

func (*MockRoboMakerAPI) CancelWorldGenerationJobRequest

CancelWorldGenerationJobRequest mocks base method.

func (*MockRoboMakerAPI) CancelWorldGenerationJobWithContext

CancelWorldGenerationJobWithContext mocks base method.

func (*MockRoboMakerAPI) CreateDeploymentJob

CreateDeploymentJob mocks base method.

func (*MockRoboMakerAPI) CreateDeploymentJobRequest

CreateDeploymentJobRequest mocks base method.

func (*MockRoboMakerAPI) CreateDeploymentJobWithContext

func (m *MockRoboMakerAPI) CreateDeploymentJobWithContext(arg0 context.Context, arg1 *robomaker.CreateDeploymentJobInput, arg2 ...request.Option) (*robomaker.CreateDeploymentJobOutput, error)

CreateDeploymentJobWithContext mocks base method.

func (*MockRoboMakerAPI) CreateFleet

CreateFleet mocks base method.

func (*MockRoboMakerAPI) CreateFleetRequest

CreateFleetRequest mocks base method.

func (*MockRoboMakerAPI) CreateFleetWithContext

func (m *MockRoboMakerAPI) CreateFleetWithContext(arg0 context.Context, arg1 *robomaker.CreateFleetInput, arg2 ...request.Option) (*robomaker.CreateFleetOutput, error)

CreateFleetWithContext mocks base method.

func (*MockRoboMakerAPI) CreateRobot

CreateRobot mocks base method.

func (*MockRoboMakerAPI) CreateRobotApplication

CreateRobotApplication mocks base method.

func (*MockRoboMakerAPI) CreateRobotApplicationRequest

CreateRobotApplicationRequest mocks base method.

func (*MockRoboMakerAPI) CreateRobotApplicationVersion

CreateRobotApplicationVersion mocks base method.

func (*MockRoboMakerAPI) CreateRobotApplicationVersionRequest

CreateRobotApplicationVersionRequest mocks base method.

func (*MockRoboMakerAPI) CreateRobotApplicationVersionWithContext

CreateRobotApplicationVersionWithContext mocks base method.

func (*MockRoboMakerAPI) CreateRobotApplicationWithContext

func (m *MockRoboMakerAPI) CreateRobotApplicationWithContext(arg0 context.Context, arg1 *robomaker.CreateRobotApplicationInput, arg2 ...request.Option) (*robomaker.CreateRobotApplicationOutput, error)

CreateRobotApplicationWithContext mocks base method.

func (*MockRoboMakerAPI) CreateRobotRequest

CreateRobotRequest mocks base method.

func (*MockRoboMakerAPI) CreateRobotWithContext

func (m *MockRoboMakerAPI) CreateRobotWithContext(arg0 context.Context, arg1 *robomaker.CreateRobotInput, arg2 ...request.Option) (*robomaker.CreateRobotOutput, error)

CreateRobotWithContext mocks base method.

func (*MockRoboMakerAPI) CreateSimulationApplication

CreateSimulationApplication mocks base method.

func (*MockRoboMakerAPI) CreateSimulationApplicationRequest

CreateSimulationApplicationRequest mocks base method.

func (*MockRoboMakerAPI) CreateSimulationApplicationVersion

CreateSimulationApplicationVersion mocks base method.

func (*MockRoboMakerAPI) CreateSimulationApplicationVersionRequest

CreateSimulationApplicationVersionRequest mocks base method.

func (*MockRoboMakerAPI) CreateSimulationApplicationVersionWithContext

CreateSimulationApplicationVersionWithContext mocks base method.

func (*MockRoboMakerAPI) CreateSimulationApplicationWithContext

CreateSimulationApplicationWithContext mocks base method.

func (*MockRoboMakerAPI) CreateSimulationJob

CreateSimulationJob mocks base method.

func (*MockRoboMakerAPI) CreateSimulationJobRequest

CreateSimulationJobRequest mocks base method.

func (*MockRoboMakerAPI) CreateSimulationJobWithContext

func (m *MockRoboMakerAPI) CreateSimulationJobWithContext(arg0 context.Context, arg1 *robomaker.CreateSimulationJobInput, arg2 ...request.Option) (*robomaker.CreateSimulationJobOutput, error)

CreateSimulationJobWithContext mocks base method.

func (*MockRoboMakerAPI) CreateWorldExportJob

CreateWorldExportJob mocks base method.

func (*MockRoboMakerAPI) CreateWorldExportJobRequest

CreateWorldExportJobRequest mocks base method.

func (*MockRoboMakerAPI) CreateWorldExportJobWithContext

func (m *MockRoboMakerAPI) CreateWorldExportJobWithContext(arg0 context.Context, arg1 *robomaker.CreateWorldExportJobInput, arg2 ...request.Option) (*robomaker.CreateWorldExportJobOutput, error)

CreateWorldExportJobWithContext mocks base method.

func (*MockRoboMakerAPI) CreateWorldGenerationJob

CreateWorldGenerationJob mocks base method.

func (*MockRoboMakerAPI) CreateWorldGenerationJobRequest

CreateWorldGenerationJobRequest mocks base method.

func (*MockRoboMakerAPI) CreateWorldGenerationJobWithContext

CreateWorldGenerationJobWithContext mocks base method.

func (*MockRoboMakerAPI) CreateWorldTemplate

CreateWorldTemplate mocks base method.

func (*MockRoboMakerAPI) CreateWorldTemplateRequest

CreateWorldTemplateRequest mocks base method.

func (*MockRoboMakerAPI) CreateWorldTemplateWithContext

func (m *MockRoboMakerAPI) CreateWorldTemplateWithContext(arg0 context.Context, arg1 *robomaker.CreateWorldTemplateInput, arg2 ...request.Option) (*robomaker.CreateWorldTemplateOutput, error)

CreateWorldTemplateWithContext mocks base method.

func (*MockRoboMakerAPI) DeleteFleet

DeleteFleet mocks base method.

func (*MockRoboMakerAPI) DeleteFleetRequest

DeleteFleetRequest mocks base method.

func (*MockRoboMakerAPI) DeleteFleetWithContext

func (m *MockRoboMakerAPI) DeleteFleetWithContext(arg0 context.Context, arg1 *robomaker.DeleteFleetInput, arg2 ...request.Option) (*robomaker.DeleteFleetOutput, error)

DeleteFleetWithContext mocks base method.

func (*MockRoboMakerAPI) DeleteRobot

DeleteRobot mocks base method.

func (*MockRoboMakerAPI) DeleteRobotApplication

DeleteRobotApplication mocks base method.

func (*MockRoboMakerAPI) DeleteRobotApplicationRequest

DeleteRobotApplicationRequest mocks base method.

func (*MockRoboMakerAPI) DeleteRobotApplicationWithContext

func (m *MockRoboMakerAPI) DeleteRobotApplicationWithContext(arg0 context.Context, arg1 *robomaker.DeleteRobotApplicationInput, arg2 ...request.Option) (*robomaker.DeleteRobotApplicationOutput, error)

DeleteRobotApplicationWithContext mocks base method.

func (*MockRoboMakerAPI) DeleteRobotRequest

DeleteRobotRequest mocks base method.

func (*MockRoboMakerAPI) DeleteRobotWithContext

func (m *MockRoboMakerAPI) DeleteRobotWithContext(arg0 context.Context, arg1 *robomaker.DeleteRobotInput, arg2 ...request.Option) (*robomaker.DeleteRobotOutput, error)

DeleteRobotWithContext mocks base method.

func (*MockRoboMakerAPI) DeleteSimulationApplication

DeleteSimulationApplication mocks base method.

func (*MockRoboMakerAPI) DeleteSimulationApplicationRequest

DeleteSimulationApplicationRequest mocks base method.

func (*MockRoboMakerAPI) DeleteSimulationApplicationWithContext

DeleteSimulationApplicationWithContext mocks base method.

func (*MockRoboMakerAPI) DeleteWorldTemplate

DeleteWorldTemplate mocks base method.

func (*MockRoboMakerAPI) DeleteWorldTemplateRequest

DeleteWorldTemplateRequest mocks base method.

func (*MockRoboMakerAPI) DeleteWorldTemplateWithContext

func (m *MockRoboMakerAPI) DeleteWorldTemplateWithContext(arg0 context.Context, arg1 *robomaker.DeleteWorldTemplateInput, arg2 ...request.Option) (*robomaker.DeleteWorldTemplateOutput, error)

DeleteWorldTemplateWithContext mocks base method.

func (*MockRoboMakerAPI) DeregisterRobot

DeregisterRobot mocks base method.

func (*MockRoboMakerAPI) DeregisterRobotRequest

DeregisterRobotRequest mocks base method.

func (*MockRoboMakerAPI) DeregisterRobotWithContext

func (m *MockRoboMakerAPI) DeregisterRobotWithContext(arg0 context.Context, arg1 *robomaker.DeregisterRobotInput, arg2 ...request.Option) (*robomaker.DeregisterRobotOutput, error)

DeregisterRobotWithContext mocks base method.

func (*MockRoboMakerAPI) DescribeDeploymentJob

DescribeDeploymentJob mocks base method.

func (*MockRoboMakerAPI) DescribeDeploymentJobRequest

DescribeDeploymentJobRequest mocks base method.

func (*MockRoboMakerAPI) DescribeDeploymentJobWithContext

func (m *MockRoboMakerAPI) DescribeDeploymentJobWithContext(arg0 context.Context, arg1 *robomaker.DescribeDeploymentJobInput, arg2 ...request.Option) (*robomaker.DescribeDeploymentJobOutput, error)

DescribeDeploymentJobWithContext mocks base method.

func (*MockRoboMakerAPI) DescribeFleet

DescribeFleet mocks base method.

func (*MockRoboMakerAPI) DescribeFleetRequest

DescribeFleetRequest mocks base method.

func (*MockRoboMakerAPI) DescribeFleetWithContext

func (m *MockRoboMakerAPI) DescribeFleetWithContext(arg0 context.Context, arg1 *robomaker.DescribeFleetInput, arg2 ...request.Option) (*robomaker.DescribeFleetOutput, error)

DescribeFleetWithContext mocks base method.

func (*MockRoboMakerAPI) DescribeRobot

DescribeRobot mocks base method.

func (*MockRoboMakerAPI) DescribeRobotApplication

DescribeRobotApplication mocks base method.

func (*MockRoboMakerAPI) DescribeRobotApplicationRequest

DescribeRobotApplicationRequest mocks base method.

func (*MockRoboMakerAPI) DescribeRobotApplicationWithContext

DescribeRobotApplicationWithContext mocks base method.

func (*MockRoboMakerAPI) DescribeRobotRequest

DescribeRobotRequest mocks base method.

func (*MockRoboMakerAPI) DescribeRobotWithContext

func (m *MockRoboMakerAPI) DescribeRobotWithContext(arg0 context.Context, arg1 *robomaker.DescribeRobotInput, arg2 ...request.Option) (*robomaker.DescribeRobotOutput, error)

DescribeRobotWithContext mocks base method.

func (*MockRoboMakerAPI) DescribeSimulationApplication

DescribeSimulationApplication mocks base method.

func (*MockRoboMakerAPI) DescribeSimulationApplicationRequest

DescribeSimulationApplicationRequest mocks base method.

func (*MockRoboMakerAPI) DescribeSimulationApplicationWithContext

DescribeSimulationApplicationWithContext mocks base method.

func (*MockRoboMakerAPI) DescribeSimulationJob

DescribeSimulationJob mocks base method.

func (*MockRoboMakerAPI) DescribeSimulationJobBatch

DescribeSimulationJobBatch mocks base method.

func (*MockRoboMakerAPI) DescribeSimulationJobBatchRequest

DescribeSimulationJobBatchRequest mocks base method.

func (*MockRoboMakerAPI) DescribeSimulationJobBatchWithContext

DescribeSimulationJobBatchWithContext mocks base method.

func (*MockRoboMakerAPI) DescribeSimulationJobRequest

DescribeSimulationJobRequest mocks base method.

func (*MockRoboMakerAPI) DescribeSimulationJobWithContext

func (m *MockRoboMakerAPI) DescribeSimulationJobWithContext(arg0 context.Context, arg1 *robomaker.DescribeSimulationJobInput, arg2 ...request.Option) (*robomaker.DescribeSimulationJobOutput, error)

DescribeSimulationJobWithContext mocks base method.

func (*MockRoboMakerAPI) DescribeWorld

DescribeWorld mocks base method.

func (*MockRoboMakerAPI) DescribeWorldExportJob

DescribeWorldExportJob mocks base method.

func (*MockRoboMakerAPI) DescribeWorldExportJobRequest

DescribeWorldExportJobRequest mocks base method.

func (*MockRoboMakerAPI) DescribeWorldExportJobWithContext

func (m *MockRoboMakerAPI) DescribeWorldExportJobWithContext(arg0 context.Context, arg1 *robomaker.DescribeWorldExportJobInput, arg2 ...request.Option) (*robomaker.DescribeWorldExportJobOutput, error)

DescribeWorldExportJobWithContext mocks base method.

func (*MockRoboMakerAPI) DescribeWorldGenerationJob

DescribeWorldGenerationJob mocks base method.

func (*MockRoboMakerAPI) DescribeWorldGenerationJobRequest

DescribeWorldGenerationJobRequest mocks base method.

func (*MockRoboMakerAPI) DescribeWorldGenerationJobWithContext

DescribeWorldGenerationJobWithContext mocks base method.

func (*MockRoboMakerAPI) DescribeWorldRequest

DescribeWorldRequest mocks base method.

func (*MockRoboMakerAPI) DescribeWorldTemplate

DescribeWorldTemplate mocks base method.

func (*MockRoboMakerAPI) DescribeWorldTemplateRequest

DescribeWorldTemplateRequest mocks base method.

func (*MockRoboMakerAPI) DescribeWorldTemplateWithContext

func (m *MockRoboMakerAPI) DescribeWorldTemplateWithContext(arg0 context.Context, arg1 *robomaker.DescribeWorldTemplateInput, arg2 ...request.Option) (*robomaker.DescribeWorldTemplateOutput, error)

DescribeWorldTemplateWithContext mocks base method.

func (*MockRoboMakerAPI) DescribeWorldWithContext

func (m *MockRoboMakerAPI) DescribeWorldWithContext(arg0 context.Context, arg1 *robomaker.DescribeWorldInput, arg2 ...request.Option) (*robomaker.DescribeWorldOutput, error)

DescribeWorldWithContext mocks base method.

func (*MockRoboMakerAPI) EXPECT

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

func (*MockRoboMakerAPI) GetWorldTemplateBody

GetWorldTemplateBody mocks base method.

func (*MockRoboMakerAPI) GetWorldTemplateBodyRequest

GetWorldTemplateBodyRequest mocks base method.

func (*MockRoboMakerAPI) GetWorldTemplateBodyWithContext

func (m *MockRoboMakerAPI) GetWorldTemplateBodyWithContext(arg0 context.Context, arg1 *robomaker.GetWorldTemplateBodyInput, arg2 ...request.Option) (*robomaker.GetWorldTemplateBodyOutput, error)

GetWorldTemplateBodyWithContext mocks base method.

func (*MockRoboMakerAPI) ListDeploymentJobs

ListDeploymentJobs mocks base method.

func (*MockRoboMakerAPI) ListDeploymentJobsPages

func (m *MockRoboMakerAPI) ListDeploymentJobsPages(arg0 *robomaker.ListDeploymentJobsInput, arg1 func(*robomaker.ListDeploymentJobsOutput, bool) bool) error

ListDeploymentJobsPages mocks base method.

func (*MockRoboMakerAPI) ListDeploymentJobsPagesWithContext

func (m *MockRoboMakerAPI) ListDeploymentJobsPagesWithContext(arg0 context.Context, arg1 *robomaker.ListDeploymentJobsInput, arg2 func(*robomaker.ListDeploymentJobsOutput, bool) bool, arg3 ...request.Option) error

ListDeploymentJobsPagesWithContext mocks base method.

func (*MockRoboMakerAPI) ListDeploymentJobsRequest

ListDeploymentJobsRequest mocks base method.

func (*MockRoboMakerAPI) ListDeploymentJobsWithContext

func (m *MockRoboMakerAPI) ListDeploymentJobsWithContext(arg0 context.Context, arg1 *robomaker.ListDeploymentJobsInput, arg2 ...request.Option) (*robomaker.ListDeploymentJobsOutput, error)

ListDeploymentJobsWithContext mocks base method.

func (*MockRoboMakerAPI) ListFleets

ListFleets mocks base method.

func (*MockRoboMakerAPI) ListFleetsPages

func (m *MockRoboMakerAPI) ListFleetsPages(arg0 *robomaker.ListFleetsInput, arg1 func(*robomaker.ListFleetsOutput, bool) bool) error

ListFleetsPages mocks base method.

func (*MockRoboMakerAPI) ListFleetsPagesWithContext

func (m *MockRoboMakerAPI) ListFleetsPagesWithContext(arg0 context.Context, arg1 *robomaker.ListFleetsInput, arg2 func(*robomaker.ListFleetsOutput, bool) bool, arg3 ...request.Option) error

ListFleetsPagesWithContext mocks base method.

func (*MockRoboMakerAPI) ListFleetsRequest

ListFleetsRequest mocks base method.

func (*MockRoboMakerAPI) ListFleetsWithContext

func (m *MockRoboMakerAPI) ListFleetsWithContext(arg0 context.Context, arg1 *robomaker.ListFleetsInput, arg2 ...request.Option) (*robomaker.ListFleetsOutput, error)

ListFleetsWithContext mocks base method.

func (*MockRoboMakerAPI) ListRobotApplications

ListRobotApplications mocks base method.

func (*MockRoboMakerAPI) ListRobotApplicationsPages

func (m *MockRoboMakerAPI) ListRobotApplicationsPages(arg0 *robomaker.ListRobotApplicationsInput, arg1 func(*robomaker.ListRobotApplicationsOutput, bool) bool) error

ListRobotApplicationsPages mocks base method.

func (*MockRoboMakerAPI) ListRobotApplicationsPagesWithContext

func (m *MockRoboMakerAPI) ListRobotApplicationsPagesWithContext(arg0 context.Context, arg1 *robomaker.ListRobotApplicationsInput, arg2 func(*robomaker.ListRobotApplicationsOutput, bool) bool, arg3 ...request.Option) error

ListRobotApplicationsPagesWithContext mocks base method.

func (*MockRoboMakerAPI) ListRobotApplicationsRequest

ListRobotApplicationsRequest mocks base method.

func (*MockRoboMakerAPI) ListRobotApplicationsWithContext

func (m *MockRoboMakerAPI) ListRobotApplicationsWithContext(arg0 context.Context, arg1 *robomaker.ListRobotApplicationsInput, arg2 ...request.Option) (*robomaker.ListRobotApplicationsOutput, error)

ListRobotApplicationsWithContext mocks base method.

func (*MockRoboMakerAPI) ListRobots

ListRobots mocks base method.

func (*MockRoboMakerAPI) ListRobotsPages

func (m *MockRoboMakerAPI) ListRobotsPages(arg0 *robomaker.ListRobotsInput, arg1 func(*robomaker.ListRobotsOutput, bool) bool) error

ListRobotsPages mocks base method.

func (*MockRoboMakerAPI) ListRobotsPagesWithContext

func (m *MockRoboMakerAPI) ListRobotsPagesWithContext(arg0 context.Context, arg1 *robomaker.ListRobotsInput, arg2 func(*robomaker.ListRobotsOutput, bool) bool, arg3 ...request.Option) error

ListRobotsPagesWithContext mocks base method.

func (*MockRoboMakerAPI) ListRobotsRequest

ListRobotsRequest mocks base method.

func (*MockRoboMakerAPI) ListRobotsWithContext

func (m *MockRoboMakerAPI) ListRobotsWithContext(arg0 context.Context, arg1 *robomaker.ListRobotsInput, arg2 ...request.Option) (*robomaker.ListRobotsOutput, error)

ListRobotsWithContext mocks base method.

func (*MockRoboMakerAPI) ListSimulationApplications

ListSimulationApplications mocks base method.

func (*MockRoboMakerAPI) ListSimulationApplicationsPages

ListSimulationApplicationsPages mocks base method.

func (*MockRoboMakerAPI) ListSimulationApplicationsPagesWithContext

func (m *MockRoboMakerAPI) ListSimulationApplicationsPagesWithContext(arg0 context.Context, arg1 *robomaker.ListSimulationApplicationsInput, arg2 func(*robomaker.ListSimulationApplicationsOutput, bool) bool, arg3 ...request.Option) error

ListSimulationApplicationsPagesWithContext mocks base method.

func (*MockRoboMakerAPI) ListSimulationApplicationsRequest

ListSimulationApplicationsRequest mocks base method.

func (*MockRoboMakerAPI) ListSimulationApplicationsWithContext

ListSimulationApplicationsWithContext mocks base method.

func (*MockRoboMakerAPI) ListSimulationJobBatches

ListSimulationJobBatches mocks base method.

func (*MockRoboMakerAPI) ListSimulationJobBatchesPages

ListSimulationJobBatchesPages mocks base method.

func (*MockRoboMakerAPI) ListSimulationJobBatchesPagesWithContext

func (m *MockRoboMakerAPI) ListSimulationJobBatchesPagesWithContext(arg0 context.Context, arg1 *robomaker.ListSimulationJobBatchesInput, arg2 func(*robomaker.ListSimulationJobBatchesOutput, bool) bool, arg3 ...request.Option) error

ListSimulationJobBatchesPagesWithContext mocks base method.

func (*MockRoboMakerAPI) ListSimulationJobBatchesRequest

ListSimulationJobBatchesRequest mocks base method.

func (*MockRoboMakerAPI) ListSimulationJobBatchesWithContext

ListSimulationJobBatchesWithContext mocks base method.

func (*MockRoboMakerAPI) ListSimulationJobs

ListSimulationJobs mocks base method.

func (*MockRoboMakerAPI) ListSimulationJobsPages

func (m *MockRoboMakerAPI) ListSimulationJobsPages(arg0 *robomaker.ListSimulationJobsInput, arg1 func(*robomaker.ListSimulationJobsOutput, bool) bool) error

ListSimulationJobsPages mocks base method.

func (*MockRoboMakerAPI) ListSimulationJobsPagesWithContext

func (m *MockRoboMakerAPI) ListSimulationJobsPagesWithContext(arg0 context.Context, arg1 *robomaker.ListSimulationJobsInput, arg2 func(*robomaker.ListSimulationJobsOutput, bool) bool, arg3 ...request.Option) error

ListSimulationJobsPagesWithContext mocks base method.

func (*MockRoboMakerAPI) ListSimulationJobsRequest

ListSimulationJobsRequest mocks base method.

func (*MockRoboMakerAPI) ListSimulationJobsWithContext

func (m *MockRoboMakerAPI) ListSimulationJobsWithContext(arg0 context.Context, arg1 *robomaker.ListSimulationJobsInput, arg2 ...request.Option) (*robomaker.ListSimulationJobsOutput, error)

ListSimulationJobsWithContext mocks base method.

func (*MockRoboMakerAPI) ListTagsForResource

ListTagsForResource mocks base method.

func (*MockRoboMakerAPI) ListTagsForResourceRequest

ListTagsForResourceRequest mocks base method.

func (*MockRoboMakerAPI) ListTagsForResourceWithContext

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

ListTagsForResourceWithContext mocks base method.

func (*MockRoboMakerAPI) ListWorldExportJobs

ListWorldExportJobs mocks base method.

func (*MockRoboMakerAPI) ListWorldExportJobsPages

func (m *MockRoboMakerAPI) ListWorldExportJobsPages(arg0 *robomaker.ListWorldExportJobsInput, arg1 func(*robomaker.ListWorldExportJobsOutput, bool) bool) error

ListWorldExportJobsPages mocks base method.

func (*MockRoboMakerAPI) ListWorldExportJobsPagesWithContext

func (m *MockRoboMakerAPI) ListWorldExportJobsPagesWithContext(arg0 context.Context, arg1 *robomaker.ListWorldExportJobsInput, arg2 func(*robomaker.ListWorldExportJobsOutput, bool) bool, arg3 ...request.Option) error

ListWorldExportJobsPagesWithContext mocks base method.

func (*MockRoboMakerAPI) ListWorldExportJobsRequest

ListWorldExportJobsRequest mocks base method.

func (*MockRoboMakerAPI) ListWorldExportJobsWithContext

func (m *MockRoboMakerAPI) ListWorldExportJobsWithContext(arg0 context.Context, arg1 *robomaker.ListWorldExportJobsInput, arg2 ...request.Option) (*robomaker.ListWorldExportJobsOutput, error)

ListWorldExportJobsWithContext mocks base method.

func (*MockRoboMakerAPI) ListWorldGenerationJobs

ListWorldGenerationJobs mocks base method.

func (*MockRoboMakerAPI) ListWorldGenerationJobsPages

ListWorldGenerationJobsPages mocks base method.

func (*MockRoboMakerAPI) ListWorldGenerationJobsPagesWithContext

func (m *MockRoboMakerAPI) ListWorldGenerationJobsPagesWithContext(arg0 context.Context, arg1 *robomaker.ListWorldGenerationJobsInput, arg2 func(*robomaker.ListWorldGenerationJobsOutput, bool) bool, arg3 ...request.Option) error

ListWorldGenerationJobsPagesWithContext mocks base method.

func (*MockRoboMakerAPI) ListWorldGenerationJobsRequest

ListWorldGenerationJobsRequest mocks base method.

func (*MockRoboMakerAPI) ListWorldGenerationJobsWithContext

func (m *MockRoboMakerAPI) ListWorldGenerationJobsWithContext(arg0 context.Context, arg1 *robomaker.ListWorldGenerationJobsInput, arg2 ...request.Option) (*robomaker.ListWorldGenerationJobsOutput, error)

ListWorldGenerationJobsWithContext mocks base method.

func (*MockRoboMakerAPI) ListWorldTemplates

ListWorldTemplates mocks base method.

func (*MockRoboMakerAPI) ListWorldTemplatesPages

func (m *MockRoboMakerAPI) ListWorldTemplatesPages(arg0 *robomaker.ListWorldTemplatesInput, arg1 func(*robomaker.ListWorldTemplatesOutput, bool) bool) error

ListWorldTemplatesPages mocks base method.

func (*MockRoboMakerAPI) ListWorldTemplatesPagesWithContext

func (m *MockRoboMakerAPI) ListWorldTemplatesPagesWithContext(arg0 context.Context, arg1 *robomaker.ListWorldTemplatesInput, arg2 func(*robomaker.ListWorldTemplatesOutput, bool) bool, arg3 ...request.Option) error

ListWorldTemplatesPagesWithContext mocks base method.

func (*MockRoboMakerAPI) ListWorldTemplatesRequest

ListWorldTemplatesRequest mocks base method.

func (*MockRoboMakerAPI) ListWorldTemplatesWithContext

func (m *MockRoboMakerAPI) ListWorldTemplatesWithContext(arg0 context.Context, arg1 *robomaker.ListWorldTemplatesInput, arg2 ...request.Option) (*robomaker.ListWorldTemplatesOutput, error)

ListWorldTemplatesWithContext mocks base method.

func (*MockRoboMakerAPI) ListWorlds

ListWorlds mocks base method.

func (*MockRoboMakerAPI) ListWorldsPages

func (m *MockRoboMakerAPI) ListWorldsPages(arg0 *robomaker.ListWorldsInput, arg1 func(*robomaker.ListWorldsOutput, bool) bool) error

ListWorldsPages mocks base method.

func (*MockRoboMakerAPI) ListWorldsPagesWithContext

func (m *MockRoboMakerAPI) ListWorldsPagesWithContext(arg0 context.Context, arg1 *robomaker.ListWorldsInput, arg2 func(*robomaker.ListWorldsOutput, bool) bool, arg3 ...request.Option) error

ListWorldsPagesWithContext mocks base method.

func (*MockRoboMakerAPI) ListWorldsRequest

ListWorldsRequest mocks base method.

func (*MockRoboMakerAPI) ListWorldsWithContext

func (m *MockRoboMakerAPI) ListWorldsWithContext(arg0 context.Context, arg1 *robomaker.ListWorldsInput, arg2 ...request.Option) (*robomaker.ListWorldsOutput, error)

ListWorldsWithContext mocks base method.

func (*MockRoboMakerAPI) RegisterRobot

RegisterRobot mocks base method.

func (*MockRoboMakerAPI) RegisterRobotRequest

RegisterRobotRequest mocks base method.

func (*MockRoboMakerAPI) RegisterRobotWithContext

func (m *MockRoboMakerAPI) RegisterRobotWithContext(arg0 context.Context, arg1 *robomaker.RegisterRobotInput, arg2 ...request.Option) (*robomaker.RegisterRobotOutput, error)

RegisterRobotWithContext mocks base method.

func (*MockRoboMakerAPI) RestartSimulationJob

RestartSimulationJob mocks base method.

func (*MockRoboMakerAPI) RestartSimulationJobRequest

RestartSimulationJobRequest mocks base method.

func (*MockRoboMakerAPI) RestartSimulationJobWithContext

func (m *MockRoboMakerAPI) RestartSimulationJobWithContext(arg0 context.Context, arg1 *robomaker.RestartSimulationJobInput, arg2 ...request.Option) (*robomaker.RestartSimulationJobOutput, error)

RestartSimulationJobWithContext mocks base method.

func (*MockRoboMakerAPI) StartSimulationJobBatch

StartSimulationJobBatch mocks base method.

func (*MockRoboMakerAPI) StartSimulationJobBatchRequest

StartSimulationJobBatchRequest mocks base method.

func (*MockRoboMakerAPI) StartSimulationJobBatchWithContext

func (m *MockRoboMakerAPI) StartSimulationJobBatchWithContext(arg0 context.Context, arg1 *robomaker.StartSimulationJobBatchInput, arg2 ...request.Option) (*robomaker.StartSimulationJobBatchOutput, error)

StartSimulationJobBatchWithContext mocks base method.

func (*MockRoboMakerAPI) SyncDeploymentJob

SyncDeploymentJob mocks base method.

func (*MockRoboMakerAPI) SyncDeploymentJobRequest

SyncDeploymentJobRequest mocks base method.

func (*MockRoboMakerAPI) SyncDeploymentJobWithContext

func (m *MockRoboMakerAPI) SyncDeploymentJobWithContext(arg0 context.Context, arg1 *robomaker.SyncDeploymentJobInput, arg2 ...request.Option) (*robomaker.SyncDeploymentJobOutput, error)

SyncDeploymentJobWithContext mocks base method.

func (*MockRoboMakerAPI) TagResource

TagResource mocks base method.

func (*MockRoboMakerAPI) TagResourceRequest

TagResourceRequest mocks base method.

func (*MockRoboMakerAPI) TagResourceWithContext

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

TagResourceWithContext mocks base method.

func (*MockRoboMakerAPI) UntagResource

UntagResource mocks base method.

func (*MockRoboMakerAPI) UntagResourceRequest

UntagResourceRequest mocks base method.

func (*MockRoboMakerAPI) UntagResourceWithContext

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

UntagResourceWithContext mocks base method.

func (*MockRoboMakerAPI) UpdateRobotApplication

UpdateRobotApplication mocks base method.

func (*MockRoboMakerAPI) UpdateRobotApplicationRequest

UpdateRobotApplicationRequest mocks base method.

func (*MockRoboMakerAPI) UpdateRobotApplicationWithContext

func (m *MockRoboMakerAPI) UpdateRobotApplicationWithContext(arg0 context.Context, arg1 *robomaker.UpdateRobotApplicationInput, arg2 ...request.Option) (*robomaker.UpdateRobotApplicationOutput, error)

UpdateRobotApplicationWithContext mocks base method.

func (*MockRoboMakerAPI) UpdateSimulationApplication

UpdateSimulationApplication mocks base method.

func (*MockRoboMakerAPI) UpdateSimulationApplicationRequest

UpdateSimulationApplicationRequest mocks base method.

func (*MockRoboMakerAPI) UpdateSimulationApplicationWithContext

UpdateSimulationApplicationWithContext mocks base method.

func (*MockRoboMakerAPI) UpdateWorldTemplate

UpdateWorldTemplate mocks base method.

func (*MockRoboMakerAPI) UpdateWorldTemplateRequest

UpdateWorldTemplateRequest mocks base method.

func (*MockRoboMakerAPI) UpdateWorldTemplateWithContext

func (m *MockRoboMakerAPI) UpdateWorldTemplateWithContext(arg0 context.Context, arg1 *robomaker.UpdateWorldTemplateInput, arg2 ...request.Option) (*robomaker.UpdateWorldTemplateOutput, error)

UpdateWorldTemplateWithContext mocks base method.

type MockRoboMakerAPIMockRecorder

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

MockRoboMakerAPIMockRecorder is the mock recorder for MockRoboMakerAPI.

func (*MockRoboMakerAPIMockRecorder) BatchDeleteWorlds

func (mr *MockRoboMakerAPIMockRecorder) BatchDeleteWorlds(arg0 interface{}) *gomock.Call

BatchDeleteWorlds indicates an expected call of BatchDeleteWorlds.

func (*MockRoboMakerAPIMockRecorder) BatchDeleteWorldsRequest

func (mr *MockRoboMakerAPIMockRecorder) BatchDeleteWorldsRequest(arg0 interface{}) *gomock.Call

BatchDeleteWorldsRequest indicates an expected call of BatchDeleteWorldsRequest.

func (*MockRoboMakerAPIMockRecorder) BatchDeleteWorldsWithContext

func (mr *MockRoboMakerAPIMockRecorder) BatchDeleteWorldsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchDeleteWorldsWithContext indicates an expected call of BatchDeleteWorldsWithContext.

func (*MockRoboMakerAPIMockRecorder) BatchDescribeSimulationJob

func (mr *MockRoboMakerAPIMockRecorder) BatchDescribeSimulationJob(arg0 interface{}) *gomock.Call

BatchDescribeSimulationJob indicates an expected call of BatchDescribeSimulationJob.

func (*MockRoboMakerAPIMockRecorder) BatchDescribeSimulationJobRequest

func (mr *MockRoboMakerAPIMockRecorder) BatchDescribeSimulationJobRequest(arg0 interface{}) *gomock.Call

BatchDescribeSimulationJobRequest indicates an expected call of BatchDescribeSimulationJobRequest.

func (*MockRoboMakerAPIMockRecorder) BatchDescribeSimulationJobWithContext

func (mr *MockRoboMakerAPIMockRecorder) BatchDescribeSimulationJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchDescribeSimulationJobWithContext indicates an expected call of BatchDescribeSimulationJobWithContext.

func (*MockRoboMakerAPIMockRecorder) CancelDeploymentJob

func (mr *MockRoboMakerAPIMockRecorder) CancelDeploymentJob(arg0 interface{}) *gomock.Call

CancelDeploymentJob indicates an expected call of CancelDeploymentJob.

func (*MockRoboMakerAPIMockRecorder) CancelDeploymentJobRequest

func (mr *MockRoboMakerAPIMockRecorder) CancelDeploymentJobRequest(arg0 interface{}) *gomock.Call

CancelDeploymentJobRequest indicates an expected call of CancelDeploymentJobRequest.

func (*MockRoboMakerAPIMockRecorder) CancelDeploymentJobWithContext

func (mr *MockRoboMakerAPIMockRecorder) CancelDeploymentJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelDeploymentJobWithContext indicates an expected call of CancelDeploymentJobWithContext.

func (*MockRoboMakerAPIMockRecorder) CancelSimulationJob

func (mr *MockRoboMakerAPIMockRecorder) CancelSimulationJob(arg0 interface{}) *gomock.Call

CancelSimulationJob indicates an expected call of CancelSimulationJob.

func (*MockRoboMakerAPIMockRecorder) CancelSimulationJobBatch

func (mr *MockRoboMakerAPIMockRecorder) CancelSimulationJobBatch(arg0 interface{}) *gomock.Call

CancelSimulationJobBatch indicates an expected call of CancelSimulationJobBatch.

func (*MockRoboMakerAPIMockRecorder) CancelSimulationJobBatchRequest

func (mr *MockRoboMakerAPIMockRecorder) CancelSimulationJobBatchRequest(arg0 interface{}) *gomock.Call

CancelSimulationJobBatchRequest indicates an expected call of CancelSimulationJobBatchRequest.

func (*MockRoboMakerAPIMockRecorder) CancelSimulationJobBatchWithContext

func (mr *MockRoboMakerAPIMockRecorder) CancelSimulationJobBatchWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelSimulationJobBatchWithContext indicates an expected call of CancelSimulationJobBatchWithContext.

func (*MockRoboMakerAPIMockRecorder) CancelSimulationJobRequest

func (mr *MockRoboMakerAPIMockRecorder) CancelSimulationJobRequest(arg0 interface{}) *gomock.Call

CancelSimulationJobRequest indicates an expected call of CancelSimulationJobRequest.

func (*MockRoboMakerAPIMockRecorder) CancelSimulationJobWithContext

func (mr *MockRoboMakerAPIMockRecorder) CancelSimulationJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelSimulationJobWithContext indicates an expected call of CancelSimulationJobWithContext.

func (*MockRoboMakerAPIMockRecorder) CancelWorldExportJob

func (mr *MockRoboMakerAPIMockRecorder) CancelWorldExportJob(arg0 interface{}) *gomock.Call

CancelWorldExportJob indicates an expected call of CancelWorldExportJob.

func (*MockRoboMakerAPIMockRecorder) CancelWorldExportJobRequest

func (mr *MockRoboMakerAPIMockRecorder) CancelWorldExportJobRequest(arg0 interface{}) *gomock.Call

CancelWorldExportJobRequest indicates an expected call of CancelWorldExportJobRequest.

func (*MockRoboMakerAPIMockRecorder) CancelWorldExportJobWithContext

func (mr *MockRoboMakerAPIMockRecorder) CancelWorldExportJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelWorldExportJobWithContext indicates an expected call of CancelWorldExportJobWithContext.

func (*MockRoboMakerAPIMockRecorder) CancelWorldGenerationJob

func (mr *MockRoboMakerAPIMockRecorder) CancelWorldGenerationJob(arg0 interface{}) *gomock.Call

CancelWorldGenerationJob indicates an expected call of CancelWorldGenerationJob.

func (*MockRoboMakerAPIMockRecorder) CancelWorldGenerationJobRequest

func (mr *MockRoboMakerAPIMockRecorder) CancelWorldGenerationJobRequest(arg0 interface{}) *gomock.Call

CancelWorldGenerationJobRequest indicates an expected call of CancelWorldGenerationJobRequest.

func (*MockRoboMakerAPIMockRecorder) CancelWorldGenerationJobWithContext

func (mr *MockRoboMakerAPIMockRecorder) CancelWorldGenerationJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelWorldGenerationJobWithContext indicates an expected call of CancelWorldGenerationJobWithContext.

func (*MockRoboMakerAPIMockRecorder) CreateDeploymentJob

func (mr *MockRoboMakerAPIMockRecorder) CreateDeploymentJob(arg0 interface{}) *gomock.Call

CreateDeploymentJob indicates an expected call of CreateDeploymentJob.

func (*MockRoboMakerAPIMockRecorder) CreateDeploymentJobRequest

func (mr *MockRoboMakerAPIMockRecorder) CreateDeploymentJobRequest(arg0 interface{}) *gomock.Call

CreateDeploymentJobRequest indicates an expected call of CreateDeploymentJobRequest.

func (*MockRoboMakerAPIMockRecorder) CreateDeploymentJobWithContext

func (mr *MockRoboMakerAPIMockRecorder) CreateDeploymentJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDeploymentJobWithContext indicates an expected call of CreateDeploymentJobWithContext.

func (*MockRoboMakerAPIMockRecorder) CreateFleet

func (mr *MockRoboMakerAPIMockRecorder) CreateFleet(arg0 interface{}) *gomock.Call

CreateFleet indicates an expected call of CreateFleet.

func (*MockRoboMakerAPIMockRecorder) CreateFleetRequest

func (mr *MockRoboMakerAPIMockRecorder) CreateFleetRequest(arg0 interface{}) *gomock.Call

CreateFleetRequest indicates an expected call of CreateFleetRequest.

func (*MockRoboMakerAPIMockRecorder) CreateFleetWithContext

func (mr *MockRoboMakerAPIMockRecorder) CreateFleetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateFleetWithContext indicates an expected call of CreateFleetWithContext.

func (*MockRoboMakerAPIMockRecorder) CreateRobot

func (mr *MockRoboMakerAPIMockRecorder) CreateRobot(arg0 interface{}) *gomock.Call

CreateRobot indicates an expected call of CreateRobot.

func (*MockRoboMakerAPIMockRecorder) CreateRobotApplication

func (mr *MockRoboMakerAPIMockRecorder) CreateRobotApplication(arg0 interface{}) *gomock.Call

CreateRobotApplication indicates an expected call of CreateRobotApplication.

func (*MockRoboMakerAPIMockRecorder) CreateRobotApplicationRequest

func (mr *MockRoboMakerAPIMockRecorder) CreateRobotApplicationRequest(arg0 interface{}) *gomock.Call

CreateRobotApplicationRequest indicates an expected call of CreateRobotApplicationRequest.

func (*MockRoboMakerAPIMockRecorder) CreateRobotApplicationVersion

func (mr *MockRoboMakerAPIMockRecorder) CreateRobotApplicationVersion(arg0 interface{}) *gomock.Call

CreateRobotApplicationVersion indicates an expected call of CreateRobotApplicationVersion.

func (*MockRoboMakerAPIMockRecorder) CreateRobotApplicationVersionRequest

func (mr *MockRoboMakerAPIMockRecorder) CreateRobotApplicationVersionRequest(arg0 interface{}) *gomock.Call

CreateRobotApplicationVersionRequest indicates an expected call of CreateRobotApplicationVersionRequest.

func (*MockRoboMakerAPIMockRecorder) CreateRobotApplicationVersionWithContext

func (mr *MockRoboMakerAPIMockRecorder) CreateRobotApplicationVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateRobotApplicationVersionWithContext indicates an expected call of CreateRobotApplicationVersionWithContext.

func (*MockRoboMakerAPIMockRecorder) CreateRobotApplicationWithContext

func (mr *MockRoboMakerAPIMockRecorder) CreateRobotApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateRobotApplicationWithContext indicates an expected call of CreateRobotApplicationWithContext.

func (*MockRoboMakerAPIMockRecorder) CreateRobotRequest

func (mr *MockRoboMakerAPIMockRecorder) CreateRobotRequest(arg0 interface{}) *gomock.Call

CreateRobotRequest indicates an expected call of CreateRobotRequest.

func (*MockRoboMakerAPIMockRecorder) CreateRobotWithContext

func (mr *MockRoboMakerAPIMockRecorder) CreateRobotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateRobotWithContext indicates an expected call of CreateRobotWithContext.

func (*MockRoboMakerAPIMockRecorder) CreateSimulationApplication

func (mr *MockRoboMakerAPIMockRecorder) CreateSimulationApplication(arg0 interface{}) *gomock.Call

CreateSimulationApplication indicates an expected call of CreateSimulationApplication.

func (*MockRoboMakerAPIMockRecorder) CreateSimulationApplicationRequest

func (mr *MockRoboMakerAPIMockRecorder) CreateSimulationApplicationRequest(arg0 interface{}) *gomock.Call

CreateSimulationApplicationRequest indicates an expected call of CreateSimulationApplicationRequest.

func (*MockRoboMakerAPIMockRecorder) CreateSimulationApplicationVersion

func (mr *MockRoboMakerAPIMockRecorder) CreateSimulationApplicationVersion(arg0 interface{}) *gomock.Call

CreateSimulationApplicationVersion indicates an expected call of CreateSimulationApplicationVersion.

func (*MockRoboMakerAPIMockRecorder) CreateSimulationApplicationVersionRequest

func (mr *MockRoboMakerAPIMockRecorder) CreateSimulationApplicationVersionRequest(arg0 interface{}) *gomock.Call

CreateSimulationApplicationVersionRequest indicates an expected call of CreateSimulationApplicationVersionRequest.

func (*MockRoboMakerAPIMockRecorder) CreateSimulationApplicationVersionWithContext

func (mr *MockRoboMakerAPIMockRecorder) CreateSimulationApplicationVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSimulationApplicationVersionWithContext indicates an expected call of CreateSimulationApplicationVersionWithContext.

func (*MockRoboMakerAPIMockRecorder) CreateSimulationApplicationWithContext

func (mr *MockRoboMakerAPIMockRecorder) CreateSimulationApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSimulationApplicationWithContext indicates an expected call of CreateSimulationApplicationWithContext.

func (*MockRoboMakerAPIMockRecorder) CreateSimulationJob

func (mr *MockRoboMakerAPIMockRecorder) CreateSimulationJob(arg0 interface{}) *gomock.Call

CreateSimulationJob indicates an expected call of CreateSimulationJob.

func (*MockRoboMakerAPIMockRecorder) CreateSimulationJobRequest

func (mr *MockRoboMakerAPIMockRecorder) CreateSimulationJobRequest(arg0 interface{}) *gomock.Call

CreateSimulationJobRequest indicates an expected call of CreateSimulationJobRequest.

func (*MockRoboMakerAPIMockRecorder) CreateSimulationJobWithContext

func (mr *MockRoboMakerAPIMockRecorder) CreateSimulationJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSimulationJobWithContext indicates an expected call of CreateSimulationJobWithContext.

func (*MockRoboMakerAPIMockRecorder) CreateWorldExportJob

func (mr *MockRoboMakerAPIMockRecorder) CreateWorldExportJob(arg0 interface{}) *gomock.Call

CreateWorldExportJob indicates an expected call of CreateWorldExportJob.

func (*MockRoboMakerAPIMockRecorder) CreateWorldExportJobRequest

func (mr *MockRoboMakerAPIMockRecorder) CreateWorldExportJobRequest(arg0 interface{}) *gomock.Call

CreateWorldExportJobRequest indicates an expected call of CreateWorldExportJobRequest.

func (*MockRoboMakerAPIMockRecorder) CreateWorldExportJobWithContext

func (mr *MockRoboMakerAPIMockRecorder) CreateWorldExportJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateWorldExportJobWithContext indicates an expected call of CreateWorldExportJobWithContext.

func (*MockRoboMakerAPIMockRecorder) CreateWorldGenerationJob

func (mr *MockRoboMakerAPIMockRecorder) CreateWorldGenerationJob(arg0 interface{}) *gomock.Call

CreateWorldGenerationJob indicates an expected call of CreateWorldGenerationJob.

func (*MockRoboMakerAPIMockRecorder) CreateWorldGenerationJobRequest

func (mr *MockRoboMakerAPIMockRecorder) CreateWorldGenerationJobRequest(arg0 interface{}) *gomock.Call

CreateWorldGenerationJobRequest indicates an expected call of CreateWorldGenerationJobRequest.

func (*MockRoboMakerAPIMockRecorder) CreateWorldGenerationJobWithContext

func (mr *MockRoboMakerAPIMockRecorder) CreateWorldGenerationJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateWorldGenerationJobWithContext indicates an expected call of CreateWorldGenerationJobWithContext.

func (*MockRoboMakerAPIMockRecorder) CreateWorldTemplate

func (mr *MockRoboMakerAPIMockRecorder) CreateWorldTemplate(arg0 interface{}) *gomock.Call

CreateWorldTemplate indicates an expected call of CreateWorldTemplate.

func (*MockRoboMakerAPIMockRecorder) CreateWorldTemplateRequest

func (mr *MockRoboMakerAPIMockRecorder) CreateWorldTemplateRequest(arg0 interface{}) *gomock.Call

CreateWorldTemplateRequest indicates an expected call of CreateWorldTemplateRequest.

func (*MockRoboMakerAPIMockRecorder) CreateWorldTemplateWithContext

func (mr *MockRoboMakerAPIMockRecorder) CreateWorldTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateWorldTemplateWithContext indicates an expected call of CreateWorldTemplateWithContext.

func (*MockRoboMakerAPIMockRecorder) DeleteFleet

func (mr *MockRoboMakerAPIMockRecorder) DeleteFleet(arg0 interface{}) *gomock.Call

DeleteFleet indicates an expected call of DeleteFleet.

func (*MockRoboMakerAPIMockRecorder) DeleteFleetRequest

func (mr *MockRoboMakerAPIMockRecorder) DeleteFleetRequest(arg0 interface{}) *gomock.Call

DeleteFleetRequest indicates an expected call of DeleteFleetRequest.

func (*MockRoboMakerAPIMockRecorder) DeleteFleetWithContext

func (mr *MockRoboMakerAPIMockRecorder) DeleteFleetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteFleetWithContext indicates an expected call of DeleteFleetWithContext.

func (*MockRoboMakerAPIMockRecorder) DeleteRobot

func (mr *MockRoboMakerAPIMockRecorder) DeleteRobot(arg0 interface{}) *gomock.Call

DeleteRobot indicates an expected call of DeleteRobot.

func (*MockRoboMakerAPIMockRecorder) DeleteRobotApplication

func (mr *MockRoboMakerAPIMockRecorder) DeleteRobotApplication(arg0 interface{}) *gomock.Call

DeleteRobotApplication indicates an expected call of DeleteRobotApplication.

func (*MockRoboMakerAPIMockRecorder) DeleteRobotApplicationRequest

func (mr *MockRoboMakerAPIMockRecorder) DeleteRobotApplicationRequest(arg0 interface{}) *gomock.Call

DeleteRobotApplicationRequest indicates an expected call of DeleteRobotApplicationRequest.

func (*MockRoboMakerAPIMockRecorder) DeleteRobotApplicationWithContext

func (mr *MockRoboMakerAPIMockRecorder) DeleteRobotApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRobotApplicationWithContext indicates an expected call of DeleteRobotApplicationWithContext.

func (*MockRoboMakerAPIMockRecorder) DeleteRobotRequest

func (mr *MockRoboMakerAPIMockRecorder) DeleteRobotRequest(arg0 interface{}) *gomock.Call

DeleteRobotRequest indicates an expected call of DeleteRobotRequest.

func (*MockRoboMakerAPIMockRecorder) DeleteRobotWithContext

func (mr *MockRoboMakerAPIMockRecorder) DeleteRobotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRobotWithContext indicates an expected call of DeleteRobotWithContext.

func (*MockRoboMakerAPIMockRecorder) DeleteSimulationApplication

func (mr *MockRoboMakerAPIMockRecorder) DeleteSimulationApplication(arg0 interface{}) *gomock.Call

DeleteSimulationApplication indicates an expected call of DeleteSimulationApplication.

func (*MockRoboMakerAPIMockRecorder) DeleteSimulationApplicationRequest

func (mr *MockRoboMakerAPIMockRecorder) DeleteSimulationApplicationRequest(arg0 interface{}) *gomock.Call

DeleteSimulationApplicationRequest indicates an expected call of DeleteSimulationApplicationRequest.

func (*MockRoboMakerAPIMockRecorder) DeleteSimulationApplicationWithContext

func (mr *MockRoboMakerAPIMockRecorder) DeleteSimulationApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSimulationApplicationWithContext indicates an expected call of DeleteSimulationApplicationWithContext.

func (*MockRoboMakerAPIMockRecorder) DeleteWorldTemplate

func (mr *MockRoboMakerAPIMockRecorder) DeleteWorldTemplate(arg0 interface{}) *gomock.Call

DeleteWorldTemplate indicates an expected call of DeleteWorldTemplate.

func (*MockRoboMakerAPIMockRecorder) DeleteWorldTemplateRequest

func (mr *MockRoboMakerAPIMockRecorder) DeleteWorldTemplateRequest(arg0 interface{}) *gomock.Call

DeleteWorldTemplateRequest indicates an expected call of DeleteWorldTemplateRequest.

func (*MockRoboMakerAPIMockRecorder) DeleteWorldTemplateWithContext

func (mr *MockRoboMakerAPIMockRecorder) DeleteWorldTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteWorldTemplateWithContext indicates an expected call of DeleteWorldTemplateWithContext.

func (*MockRoboMakerAPIMockRecorder) DeregisterRobot

func (mr *MockRoboMakerAPIMockRecorder) DeregisterRobot(arg0 interface{}) *gomock.Call

DeregisterRobot indicates an expected call of DeregisterRobot.

func (*MockRoboMakerAPIMockRecorder) DeregisterRobotRequest

func (mr *MockRoboMakerAPIMockRecorder) DeregisterRobotRequest(arg0 interface{}) *gomock.Call

DeregisterRobotRequest indicates an expected call of DeregisterRobotRequest.

func (*MockRoboMakerAPIMockRecorder) DeregisterRobotWithContext

func (mr *MockRoboMakerAPIMockRecorder) DeregisterRobotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeregisterRobotWithContext indicates an expected call of DeregisterRobotWithContext.

func (*MockRoboMakerAPIMockRecorder) DescribeDeploymentJob

func (mr *MockRoboMakerAPIMockRecorder) DescribeDeploymentJob(arg0 interface{}) *gomock.Call

DescribeDeploymentJob indicates an expected call of DescribeDeploymentJob.

func (*MockRoboMakerAPIMockRecorder) DescribeDeploymentJobRequest

func (mr *MockRoboMakerAPIMockRecorder) DescribeDeploymentJobRequest(arg0 interface{}) *gomock.Call

DescribeDeploymentJobRequest indicates an expected call of DescribeDeploymentJobRequest.

func (*MockRoboMakerAPIMockRecorder) DescribeDeploymentJobWithContext

func (mr *MockRoboMakerAPIMockRecorder) DescribeDeploymentJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDeploymentJobWithContext indicates an expected call of DescribeDeploymentJobWithContext.

func (*MockRoboMakerAPIMockRecorder) DescribeFleet

func (mr *MockRoboMakerAPIMockRecorder) DescribeFleet(arg0 interface{}) *gomock.Call

DescribeFleet indicates an expected call of DescribeFleet.

func (*MockRoboMakerAPIMockRecorder) DescribeFleetRequest

func (mr *MockRoboMakerAPIMockRecorder) DescribeFleetRequest(arg0 interface{}) *gomock.Call

DescribeFleetRequest indicates an expected call of DescribeFleetRequest.

func (*MockRoboMakerAPIMockRecorder) DescribeFleetWithContext

func (mr *MockRoboMakerAPIMockRecorder) DescribeFleetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFleetWithContext indicates an expected call of DescribeFleetWithContext.

func (*MockRoboMakerAPIMockRecorder) DescribeRobot

func (mr *MockRoboMakerAPIMockRecorder) DescribeRobot(arg0 interface{}) *gomock.Call

DescribeRobot indicates an expected call of DescribeRobot.

func (*MockRoboMakerAPIMockRecorder) DescribeRobotApplication

func (mr *MockRoboMakerAPIMockRecorder) DescribeRobotApplication(arg0 interface{}) *gomock.Call

DescribeRobotApplication indicates an expected call of DescribeRobotApplication.

func (*MockRoboMakerAPIMockRecorder) DescribeRobotApplicationRequest

func (mr *MockRoboMakerAPIMockRecorder) DescribeRobotApplicationRequest(arg0 interface{}) *gomock.Call

DescribeRobotApplicationRequest indicates an expected call of DescribeRobotApplicationRequest.

func (*MockRoboMakerAPIMockRecorder) DescribeRobotApplicationWithContext

func (mr *MockRoboMakerAPIMockRecorder) DescribeRobotApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeRobotApplicationWithContext indicates an expected call of DescribeRobotApplicationWithContext.

func (*MockRoboMakerAPIMockRecorder) DescribeRobotRequest

func (mr *MockRoboMakerAPIMockRecorder) DescribeRobotRequest(arg0 interface{}) *gomock.Call

DescribeRobotRequest indicates an expected call of DescribeRobotRequest.

func (*MockRoboMakerAPIMockRecorder) DescribeRobotWithContext

func (mr *MockRoboMakerAPIMockRecorder) DescribeRobotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeRobotWithContext indicates an expected call of DescribeRobotWithContext.

func (*MockRoboMakerAPIMockRecorder) DescribeSimulationApplication

func (mr *MockRoboMakerAPIMockRecorder) DescribeSimulationApplication(arg0 interface{}) *gomock.Call

DescribeSimulationApplication indicates an expected call of DescribeSimulationApplication.

func (*MockRoboMakerAPIMockRecorder) DescribeSimulationApplicationRequest

func (mr *MockRoboMakerAPIMockRecorder) DescribeSimulationApplicationRequest(arg0 interface{}) *gomock.Call

DescribeSimulationApplicationRequest indicates an expected call of DescribeSimulationApplicationRequest.

func (*MockRoboMakerAPIMockRecorder) DescribeSimulationApplicationWithContext

func (mr *MockRoboMakerAPIMockRecorder) DescribeSimulationApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSimulationApplicationWithContext indicates an expected call of DescribeSimulationApplicationWithContext.

func (*MockRoboMakerAPIMockRecorder) DescribeSimulationJob

func (mr *MockRoboMakerAPIMockRecorder) DescribeSimulationJob(arg0 interface{}) *gomock.Call

DescribeSimulationJob indicates an expected call of DescribeSimulationJob.

func (*MockRoboMakerAPIMockRecorder) DescribeSimulationJobBatch

func (mr *MockRoboMakerAPIMockRecorder) DescribeSimulationJobBatch(arg0 interface{}) *gomock.Call

DescribeSimulationJobBatch indicates an expected call of DescribeSimulationJobBatch.

func (*MockRoboMakerAPIMockRecorder) DescribeSimulationJobBatchRequest

func (mr *MockRoboMakerAPIMockRecorder) DescribeSimulationJobBatchRequest(arg0 interface{}) *gomock.Call

DescribeSimulationJobBatchRequest indicates an expected call of DescribeSimulationJobBatchRequest.

func (*MockRoboMakerAPIMockRecorder) DescribeSimulationJobBatchWithContext

func (mr *MockRoboMakerAPIMockRecorder) DescribeSimulationJobBatchWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSimulationJobBatchWithContext indicates an expected call of DescribeSimulationJobBatchWithContext.

func (*MockRoboMakerAPIMockRecorder) DescribeSimulationJobRequest

func (mr *MockRoboMakerAPIMockRecorder) DescribeSimulationJobRequest(arg0 interface{}) *gomock.Call

DescribeSimulationJobRequest indicates an expected call of DescribeSimulationJobRequest.

func (*MockRoboMakerAPIMockRecorder) DescribeSimulationJobWithContext

func (mr *MockRoboMakerAPIMockRecorder) DescribeSimulationJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSimulationJobWithContext indicates an expected call of DescribeSimulationJobWithContext.

func (*MockRoboMakerAPIMockRecorder) DescribeWorld

func (mr *MockRoboMakerAPIMockRecorder) DescribeWorld(arg0 interface{}) *gomock.Call

DescribeWorld indicates an expected call of DescribeWorld.

func (*MockRoboMakerAPIMockRecorder) DescribeWorldExportJob

func (mr *MockRoboMakerAPIMockRecorder) DescribeWorldExportJob(arg0 interface{}) *gomock.Call

DescribeWorldExportJob indicates an expected call of DescribeWorldExportJob.

func (*MockRoboMakerAPIMockRecorder) DescribeWorldExportJobRequest

func (mr *MockRoboMakerAPIMockRecorder) DescribeWorldExportJobRequest(arg0 interface{}) *gomock.Call

DescribeWorldExportJobRequest indicates an expected call of DescribeWorldExportJobRequest.

func (*MockRoboMakerAPIMockRecorder) DescribeWorldExportJobWithContext

func (mr *MockRoboMakerAPIMockRecorder) DescribeWorldExportJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeWorldExportJobWithContext indicates an expected call of DescribeWorldExportJobWithContext.

func (*MockRoboMakerAPIMockRecorder) DescribeWorldGenerationJob

func (mr *MockRoboMakerAPIMockRecorder) DescribeWorldGenerationJob(arg0 interface{}) *gomock.Call

DescribeWorldGenerationJob indicates an expected call of DescribeWorldGenerationJob.

func (*MockRoboMakerAPIMockRecorder) DescribeWorldGenerationJobRequest

func (mr *MockRoboMakerAPIMockRecorder) DescribeWorldGenerationJobRequest(arg0 interface{}) *gomock.Call

DescribeWorldGenerationJobRequest indicates an expected call of DescribeWorldGenerationJobRequest.

func (*MockRoboMakerAPIMockRecorder) DescribeWorldGenerationJobWithContext

func (mr *MockRoboMakerAPIMockRecorder) DescribeWorldGenerationJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeWorldGenerationJobWithContext indicates an expected call of DescribeWorldGenerationJobWithContext.

func (*MockRoboMakerAPIMockRecorder) DescribeWorldRequest

func (mr *MockRoboMakerAPIMockRecorder) DescribeWorldRequest(arg0 interface{}) *gomock.Call

DescribeWorldRequest indicates an expected call of DescribeWorldRequest.

func (*MockRoboMakerAPIMockRecorder) DescribeWorldTemplate

func (mr *MockRoboMakerAPIMockRecorder) DescribeWorldTemplate(arg0 interface{}) *gomock.Call

DescribeWorldTemplate indicates an expected call of DescribeWorldTemplate.

func (*MockRoboMakerAPIMockRecorder) DescribeWorldTemplateRequest

func (mr *MockRoboMakerAPIMockRecorder) DescribeWorldTemplateRequest(arg0 interface{}) *gomock.Call

DescribeWorldTemplateRequest indicates an expected call of DescribeWorldTemplateRequest.

func (*MockRoboMakerAPIMockRecorder) DescribeWorldTemplateWithContext

func (mr *MockRoboMakerAPIMockRecorder) DescribeWorldTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeWorldTemplateWithContext indicates an expected call of DescribeWorldTemplateWithContext.

func (*MockRoboMakerAPIMockRecorder) DescribeWorldWithContext

func (mr *MockRoboMakerAPIMockRecorder) DescribeWorldWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeWorldWithContext indicates an expected call of DescribeWorldWithContext.

func (*MockRoboMakerAPIMockRecorder) GetWorldTemplateBody

func (mr *MockRoboMakerAPIMockRecorder) GetWorldTemplateBody(arg0 interface{}) *gomock.Call

GetWorldTemplateBody indicates an expected call of GetWorldTemplateBody.

func (*MockRoboMakerAPIMockRecorder) GetWorldTemplateBodyRequest

func (mr *MockRoboMakerAPIMockRecorder) GetWorldTemplateBodyRequest(arg0 interface{}) *gomock.Call

GetWorldTemplateBodyRequest indicates an expected call of GetWorldTemplateBodyRequest.

func (*MockRoboMakerAPIMockRecorder) GetWorldTemplateBodyWithContext

func (mr *MockRoboMakerAPIMockRecorder) GetWorldTemplateBodyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetWorldTemplateBodyWithContext indicates an expected call of GetWorldTemplateBodyWithContext.

func (*MockRoboMakerAPIMockRecorder) ListDeploymentJobs

func (mr *MockRoboMakerAPIMockRecorder) ListDeploymentJobs(arg0 interface{}) *gomock.Call

ListDeploymentJobs indicates an expected call of ListDeploymentJobs.

func (*MockRoboMakerAPIMockRecorder) ListDeploymentJobsPages

func (mr *MockRoboMakerAPIMockRecorder) ListDeploymentJobsPages(arg0, arg1 interface{}) *gomock.Call

ListDeploymentJobsPages indicates an expected call of ListDeploymentJobsPages.

func (*MockRoboMakerAPIMockRecorder) ListDeploymentJobsPagesWithContext

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

ListDeploymentJobsPagesWithContext indicates an expected call of ListDeploymentJobsPagesWithContext.

func (*MockRoboMakerAPIMockRecorder) ListDeploymentJobsRequest

func (mr *MockRoboMakerAPIMockRecorder) ListDeploymentJobsRequest(arg0 interface{}) *gomock.Call

ListDeploymentJobsRequest indicates an expected call of ListDeploymentJobsRequest.

func (*MockRoboMakerAPIMockRecorder) ListDeploymentJobsWithContext

func (mr *MockRoboMakerAPIMockRecorder) ListDeploymentJobsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDeploymentJobsWithContext indicates an expected call of ListDeploymentJobsWithContext.

func (*MockRoboMakerAPIMockRecorder) ListFleets

func (mr *MockRoboMakerAPIMockRecorder) ListFleets(arg0 interface{}) *gomock.Call

ListFleets indicates an expected call of ListFleets.

func (*MockRoboMakerAPIMockRecorder) ListFleetsPages

func (mr *MockRoboMakerAPIMockRecorder) ListFleetsPages(arg0, arg1 interface{}) *gomock.Call

ListFleetsPages indicates an expected call of ListFleetsPages.

func (*MockRoboMakerAPIMockRecorder) ListFleetsPagesWithContext

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

ListFleetsPagesWithContext indicates an expected call of ListFleetsPagesWithContext.

func (*MockRoboMakerAPIMockRecorder) ListFleetsRequest

func (mr *MockRoboMakerAPIMockRecorder) ListFleetsRequest(arg0 interface{}) *gomock.Call

ListFleetsRequest indicates an expected call of ListFleetsRequest.

func (*MockRoboMakerAPIMockRecorder) ListFleetsWithContext

func (mr *MockRoboMakerAPIMockRecorder) ListFleetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListFleetsWithContext indicates an expected call of ListFleetsWithContext.

func (*MockRoboMakerAPIMockRecorder) ListRobotApplications

func (mr *MockRoboMakerAPIMockRecorder) ListRobotApplications(arg0 interface{}) *gomock.Call

ListRobotApplications indicates an expected call of ListRobotApplications.

func (*MockRoboMakerAPIMockRecorder) ListRobotApplicationsPages

func (mr *MockRoboMakerAPIMockRecorder) ListRobotApplicationsPages(arg0, arg1 interface{}) *gomock.Call

ListRobotApplicationsPages indicates an expected call of ListRobotApplicationsPages.

func (*MockRoboMakerAPIMockRecorder) ListRobotApplicationsPagesWithContext

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

ListRobotApplicationsPagesWithContext indicates an expected call of ListRobotApplicationsPagesWithContext.

func (*MockRoboMakerAPIMockRecorder) ListRobotApplicationsRequest

func (mr *MockRoboMakerAPIMockRecorder) ListRobotApplicationsRequest(arg0 interface{}) *gomock.Call

ListRobotApplicationsRequest indicates an expected call of ListRobotApplicationsRequest.

func (*MockRoboMakerAPIMockRecorder) ListRobotApplicationsWithContext

func (mr *MockRoboMakerAPIMockRecorder) ListRobotApplicationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRobotApplicationsWithContext indicates an expected call of ListRobotApplicationsWithContext.

func (*MockRoboMakerAPIMockRecorder) ListRobots

func (mr *MockRoboMakerAPIMockRecorder) ListRobots(arg0 interface{}) *gomock.Call

ListRobots indicates an expected call of ListRobots.

func (*MockRoboMakerAPIMockRecorder) ListRobotsPages

func (mr *MockRoboMakerAPIMockRecorder) ListRobotsPages(arg0, arg1 interface{}) *gomock.Call

ListRobotsPages indicates an expected call of ListRobotsPages.

func (*MockRoboMakerAPIMockRecorder) ListRobotsPagesWithContext

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

ListRobotsPagesWithContext indicates an expected call of ListRobotsPagesWithContext.

func (*MockRoboMakerAPIMockRecorder) ListRobotsRequest

func (mr *MockRoboMakerAPIMockRecorder) ListRobotsRequest(arg0 interface{}) *gomock.Call

ListRobotsRequest indicates an expected call of ListRobotsRequest.

func (*MockRoboMakerAPIMockRecorder) ListRobotsWithContext

func (mr *MockRoboMakerAPIMockRecorder) ListRobotsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRobotsWithContext indicates an expected call of ListRobotsWithContext.

func (*MockRoboMakerAPIMockRecorder) ListSimulationApplications

func (mr *MockRoboMakerAPIMockRecorder) ListSimulationApplications(arg0 interface{}) *gomock.Call

ListSimulationApplications indicates an expected call of ListSimulationApplications.

func (*MockRoboMakerAPIMockRecorder) ListSimulationApplicationsPages

func (mr *MockRoboMakerAPIMockRecorder) ListSimulationApplicationsPages(arg0, arg1 interface{}) *gomock.Call

ListSimulationApplicationsPages indicates an expected call of ListSimulationApplicationsPages.

func (*MockRoboMakerAPIMockRecorder) ListSimulationApplicationsPagesWithContext

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

ListSimulationApplicationsPagesWithContext indicates an expected call of ListSimulationApplicationsPagesWithContext.

func (*MockRoboMakerAPIMockRecorder) ListSimulationApplicationsRequest

func (mr *MockRoboMakerAPIMockRecorder) ListSimulationApplicationsRequest(arg0 interface{}) *gomock.Call

ListSimulationApplicationsRequest indicates an expected call of ListSimulationApplicationsRequest.

func (*MockRoboMakerAPIMockRecorder) ListSimulationApplicationsWithContext

func (mr *MockRoboMakerAPIMockRecorder) ListSimulationApplicationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSimulationApplicationsWithContext indicates an expected call of ListSimulationApplicationsWithContext.

func (*MockRoboMakerAPIMockRecorder) ListSimulationJobBatches

func (mr *MockRoboMakerAPIMockRecorder) ListSimulationJobBatches(arg0 interface{}) *gomock.Call

ListSimulationJobBatches indicates an expected call of ListSimulationJobBatches.

func (*MockRoboMakerAPIMockRecorder) ListSimulationJobBatchesPages

func (mr *MockRoboMakerAPIMockRecorder) ListSimulationJobBatchesPages(arg0, arg1 interface{}) *gomock.Call

ListSimulationJobBatchesPages indicates an expected call of ListSimulationJobBatchesPages.

func (*MockRoboMakerAPIMockRecorder) ListSimulationJobBatchesPagesWithContext

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

ListSimulationJobBatchesPagesWithContext indicates an expected call of ListSimulationJobBatchesPagesWithContext.

func (*MockRoboMakerAPIMockRecorder) ListSimulationJobBatchesRequest

func (mr *MockRoboMakerAPIMockRecorder) ListSimulationJobBatchesRequest(arg0 interface{}) *gomock.Call

ListSimulationJobBatchesRequest indicates an expected call of ListSimulationJobBatchesRequest.

func (*MockRoboMakerAPIMockRecorder) ListSimulationJobBatchesWithContext

func (mr *MockRoboMakerAPIMockRecorder) ListSimulationJobBatchesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSimulationJobBatchesWithContext indicates an expected call of ListSimulationJobBatchesWithContext.

func (*MockRoboMakerAPIMockRecorder) ListSimulationJobs

func (mr *MockRoboMakerAPIMockRecorder) ListSimulationJobs(arg0 interface{}) *gomock.Call

ListSimulationJobs indicates an expected call of ListSimulationJobs.

func (*MockRoboMakerAPIMockRecorder) ListSimulationJobsPages

func (mr *MockRoboMakerAPIMockRecorder) ListSimulationJobsPages(arg0, arg1 interface{}) *gomock.Call

ListSimulationJobsPages indicates an expected call of ListSimulationJobsPages.

func (*MockRoboMakerAPIMockRecorder) ListSimulationJobsPagesWithContext

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

ListSimulationJobsPagesWithContext indicates an expected call of ListSimulationJobsPagesWithContext.

func (*MockRoboMakerAPIMockRecorder) ListSimulationJobsRequest

func (mr *MockRoboMakerAPIMockRecorder) ListSimulationJobsRequest(arg0 interface{}) *gomock.Call

ListSimulationJobsRequest indicates an expected call of ListSimulationJobsRequest.

func (*MockRoboMakerAPIMockRecorder) ListSimulationJobsWithContext

func (mr *MockRoboMakerAPIMockRecorder) ListSimulationJobsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSimulationJobsWithContext indicates an expected call of ListSimulationJobsWithContext.

func (*MockRoboMakerAPIMockRecorder) ListTagsForResource

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

ListTagsForResource indicates an expected call of ListTagsForResource.

func (*MockRoboMakerAPIMockRecorder) ListTagsForResourceRequest

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

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest.

func (*MockRoboMakerAPIMockRecorder) ListTagsForResourceWithContext

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

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext.

func (*MockRoboMakerAPIMockRecorder) ListWorldExportJobs

func (mr *MockRoboMakerAPIMockRecorder) ListWorldExportJobs(arg0 interface{}) *gomock.Call

ListWorldExportJobs indicates an expected call of ListWorldExportJobs.

func (*MockRoboMakerAPIMockRecorder) ListWorldExportJobsPages

func (mr *MockRoboMakerAPIMockRecorder) ListWorldExportJobsPages(arg0, arg1 interface{}) *gomock.Call

ListWorldExportJobsPages indicates an expected call of ListWorldExportJobsPages.

func (*MockRoboMakerAPIMockRecorder) ListWorldExportJobsPagesWithContext

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

ListWorldExportJobsPagesWithContext indicates an expected call of ListWorldExportJobsPagesWithContext.

func (*MockRoboMakerAPIMockRecorder) ListWorldExportJobsRequest

func (mr *MockRoboMakerAPIMockRecorder) ListWorldExportJobsRequest(arg0 interface{}) *gomock.Call

ListWorldExportJobsRequest indicates an expected call of ListWorldExportJobsRequest.

func (*MockRoboMakerAPIMockRecorder) ListWorldExportJobsWithContext

func (mr *MockRoboMakerAPIMockRecorder) ListWorldExportJobsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListWorldExportJobsWithContext indicates an expected call of ListWorldExportJobsWithContext.

func (*MockRoboMakerAPIMockRecorder) ListWorldGenerationJobs

func (mr *MockRoboMakerAPIMockRecorder) ListWorldGenerationJobs(arg0 interface{}) *gomock.Call

ListWorldGenerationJobs indicates an expected call of ListWorldGenerationJobs.

func (*MockRoboMakerAPIMockRecorder) ListWorldGenerationJobsPages

func (mr *MockRoboMakerAPIMockRecorder) ListWorldGenerationJobsPages(arg0, arg1 interface{}) *gomock.Call

ListWorldGenerationJobsPages indicates an expected call of ListWorldGenerationJobsPages.

func (*MockRoboMakerAPIMockRecorder) ListWorldGenerationJobsPagesWithContext

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

ListWorldGenerationJobsPagesWithContext indicates an expected call of ListWorldGenerationJobsPagesWithContext.

func (*MockRoboMakerAPIMockRecorder) ListWorldGenerationJobsRequest

func (mr *MockRoboMakerAPIMockRecorder) ListWorldGenerationJobsRequest(arg0 interface{}) *gomock.Call

ListWorldGenerationJobsRequest indicates an expected call of ListWorldGenerationJobsRequest.

func (*MockRoboMakerAPIMockRecorder) ListWorldGenerationJobsWithContext

func (mr *MockRoboMakerAPIMockRecorder) ListWorldGenerationJobsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListWorldGenerationJobsWithContext indicates an expected call of ListWorldGenerationJobsWithContext.

func (*MockRoboMakerAPIMockRecorder) ListWorldTemplates

func (mr *MockRoboMakerAPIMockRecorder) ListWorldTemplates(arg0 interface{}) *gomock.Call

ListWorldTemplates indicates an expected call of ListWorldTemplates.

func (*MockRoboMakerAPIMockRecorder) ListWorldTemplatesPages

func (mr *MockRoboMakerAPIMockRecorder) ListWorldTemplatesPages(arg0, arg1 interface{}) *gomock.Call

ListWorldTemplatesPages indicates an expected call of ListWorldTemplatesPages.

func (*MockRoboMakerAPIMockRecorder) ListWorldTemplatesPagesWithContext

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

ListWorldTemplatesPagesWithContext indicates an expected call of ListWorldTemplatesPagesWithContext.

func (*MockRoboMakerAPIMockRecorder) ListWorldTemplatesRequest

func (mr *MockRoboMakerAPIMockRecorder) ListWorldTemplatesRequest(arg0 interface{}) *gomock.Call

ListWorldTemplatesRequest indicates an expected call of ListWorldTemplatesRequest.

func (*MockRoboMakerAPIMockRecorder) ListWorldTemplatesWithContext

func (mr *MockRoboMakerAPIMockRecorder) ListWorldTemplatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListWorldTemplatesWithContext indicates an expected call of ListWorldTemplatesWithContext.

func (*MockRoboMakerAPIMockRecorder) ListWorlds

func (mr *MockRoboMakerAPIMockRecorder) ListWorlds(arg0 interface{}) *gomock.Call

ListWorlds indicates an expected call of ListWorlds.

func (*MockRoboMakerAPIMockRecorder) ListWorldsPages

func (mr *MockRoboMakerAPIMockRecorder) ListWorldsPages(arg0, arg1 interface{}) *gomock.Call

ListWorldsPages indicates an expected call of ListWorldsPages.

func (*MockRoboMakerAPIMockRecorder) ListWorldsPagesWithContext

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

ListWorldsPagesWithContext indicates an expected call of ListWorldsPagesWithContext.

func (*MockRoboMakerAPIMockRecorder) ListWorldsRequest

func (mr *MockRoboMakerAPIMockRecorder) ListWorldsRequest(arg0 interface{}) *gomock.Call

ListWorldsRequest indicates an expected call of ListWorldsRequest.

func (*MockRoboMakerAPIMockRecorder) ListWorldsWithContext

func (mr *MockRoboMakerAPIMockRecorder) ListWorldsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListWorldsWithContext indicates an expected call of ListWorldsWithContext.

func (*MockRoboMakerAPIMockRecorder) RegisterRobot

func (mr *MockRoboMakerAPIMockRecorder) RegisterRobot(arg0 interface{}) *gomock.Call

RegisterRobot indicates an expected call of RegisterRobot.

func (*MockRoboMakerAPIMockRecorder) RegisterRobotRequest

func (mr *MockRoboMakerAPIMockRecorder) RegisterRobotRequest(arg0 interface{}) *gomock.Call

RegisterRobotRequest indicates an expected call of RegisterRobotRequest.

func (*MockRoboMakerAPIMockRecorder) RegisterRobotWithContext

func (mr *MockRoboMakerAPIMockRecorder) RegisterRobotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterRobotWithContext indicates an expected call of RegisterRobotWithContext.

func (*MockRoboMakerAPIMockRecorder) RestartSimulationJob

func (mr *MockRoboMakerAPIMockRecorder) RestartSimulationJob(arg0 interface{}) *gomock.Call

RestartSimulationJob indicates an expected call of RestartSimulationJob.

func (*MockRoboMakerAPIMockRecorder) RestartSimulationJobRequest

func (mr *MockRoboMakerAPIMockRecorder) RestartSimulationJobRequest(arg0 interface{}) *gomock.Call

RestartSimulationJobRequest indicates an expected call of RestartSimulationJobRequest.

func (*MockRoboMakerAPIMockRecorder) RestartSimulationJobWithContext

func (mr *MockRoboMakerAPIMockRecorder) RestartSimulationJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestartSimulationJobWithContext indicates an expected call of RestartSimulationJobWithContext.

func (*MockRoboMakerAPIMockRecorder) StartSimulationJobBatch

func (mr *MockRoboMakerAPIMockRecorder) StartSimulationJobBatch(arg0 interface{}) *gomock.Call

StartSimulationJobBatch indicates an expected call of StartSimulationJobBatch.

func (*MockRoboMakerAPIMockRecorder) StartSimulationJobBatchRequest

func (mr *MockRoboMakerAPIMockRecorder) StartSimulationJobBatchRequest(arg0 interface{}) *gomock.Call

StartSimulationJobBatchRequest indicates an expected call of StartSimulationJobBatchRequest.

func (*MockRoboMakerAPIMockRecorder) StartSimulationJobBatchWithContext

func (mr *MockRoboMakerAPIMockRecorder) StartSimulationJobBatchWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartSimulationJobBatchWithContext indicates an expected call of StartSimulationJobBatchWithContext.

func (*MockRoboMakerAPIMockRecorder) SyncDeploymentJob

func (mr *MockRoboMakerAPIMockRecorder) SyncDeploymentJob(arg0 interface{}) *gomock.Call

SyncDeploymentJob indicates an expected call of SyncDeploymentJob.

func (*MockRoboMakerAPIMockRecorder) SyncDeploymentJobRequest

func (mr *MockRoboMakerAPIMockRecorder) SyncDeploymentJobRequest(arg0 interface{}) *gomock.Call

SyncDeploymentJobRequest indicates an expected call of SyncDeploymentJobRequest.

func (*MockRoboMakerAPIMockRecorder) SyncDeploymentJobWithContext

func (mr *MockRoboMakerAPIMockRecorder) SyncDeploymentJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SyncDeploymentJobWithContext indicates an expected call of SyncDeploymentJobWithContext.

func (*MockRoboMakerAPIMockRecorder) TagResource

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

TagResource indicates an expected call of TagResource.

func (*MockRoboMakerAPIMockRecorder) TagResourceRequest

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

TagResourceRequest indicates an expected call of TagResourceRequest.

func (*MockRoboMakerAPIMockRecorder) TagResourceWithContext

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

TagResourceWithContext indicates an expected call of TagResourceWithContext.

func (*MockRoboMakerAPIMockRecorder) UntagResource

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

UntagResource indicates an expected call of UntagResource.

func (*MockRoboMakerAPIMockRecorder) UntagResourceRequest

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

UntagResourceRequest indicates an expected call of UntagResourceRequest.

func (*MockRoboMakerAPIMockRecorder) UntagResourceWithContext

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

UntagResourceWithContext indicates an expected call of UntagResourceWithContext.

func (*MockRoboMakerAPIMockRecorder) UpdateRobotApplication

func (mr *MockRoboMakerAPIMockRecorder) UpdateRobotApplication(arg0 interface{}) *gomock.Call

UpdateRobotApplication indicates an expected call of UpdateRobotApplication.

func (*MockRoboMakerAPIMockRecorder) UpdateRobotApplicationRequest

func (mr *MockRoboMakerAPIMockRecorder) UpdateRobotApplicationRequest(arg0 interface{}) *gomock.Call

UpdateRobotApplicationRequest indicates an expected call of UpdateRobotApplicationRequest.

func (*MockRoboMakerAPIMockRecorder) UpdateRobotApplicationWithContext

func (mr *MockRoboMakerAPIMockRecorder) UpdateRobotApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateRobotApplicationWithContext indicates an expected call of UpdateRobotApplicationWithContext.

func (*MockRoboMakerAPIMockRecorder) UpdateSimulationApplication

func (mr *MockRoboMakerAPIMockRecorder) UpdateSimulationApplication(arg0 interface{}) *gomock.Call

UpdateSimulationApplication indicates an expected call of UpdateSimulationApplication.

func (*MockRoboMakerAPIMockRecorder) UpdateSimulationApplicationRequest

func (mr *MockRoboMakerAPIMockRecorder) UpdateSimulationApplicationRequest(arg0 interface{}) *gomock.Call

UpdateSimulationApplicationRequest indicates an expected call of UpdateSimulationApplicationRequest.

func (*MockRoboMakerAPIMockRecorder) UpdateSimulationApplicationWithContext

func (mr *MockRoboMakerAPIMockRecorder) UpdateSimulationApplicationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateSimulationApplicationWithContext indicates an expected call of UpdateSimulationApplicationWithContext.

func (*MockRoboMakerAPIMockRecorder) UpdateWorldTemplate

func (mr *MockRoboMakerAPIMockRecorder) UpdateWorldTemplate(arg0 interface{}) *gomock.Call

UpdateWorldTemplate indicates an expected call of UpdateWorldTemplate.

func (*MockRoboMakerAPIMockRecorder) UpdateWorldTemplateRequest

func (mr *MockRoboMakerAPIMockRecorder) UpdateWorldTemplateRequest(arg0 interface{}) *gomock.Call

UpdateWorldTemplateRequest indicates an expected call of UpdateWorldTemplateRequest.

func (*MockRoboMakerAPIMockRecorder) UpdateWorldTemplateWithContext

func (mr *MockRoboMakerAPIMockRecorder) UpdateWorldTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateWorldTemplateWithContext indicates an expected call of UpdateWorldTemplateWithContext.

Jump to

Keyboard shortcuts

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