Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) CancelBatchJobExecution(ctx context.Context, params *m2.CancelBatchJobExecutionInput, ...) (*m2.CancelBatchJobExecutionOutput, error)
- func (_m *IClient) CreateApplication(ctx context.Context, params *m2.CreateApplicationInput, ...) (*m2.CreateApplicationOutput, error)
- func (_m *IClient) CreateDataSetImportTask(ctx context.Context, params *m2.CreateDataSetImportTaskInput, ...) (*m2.CreateDataSetImportTaskOutput, error)
- func (_m *IClient) CreateDeployment(ctx context.Context, params *m2.CreateDeploymentInput, ...) (*m2.CreateDeploymentOutput, error)
- func (_m *IClient) CreateEnvironment(ctx context.Context, params *m2.CreateEnvironmentInput, ...) (*m2.CreateEnvironmentOutput, error)
- func (_m *IClient) DeleteApplication(ctx context.Context, params *m2.DeleteApplicationInput, ...) (*m2.DeleteApplicationOutput, error)
- func (_m *IClient) DeleteApplicationFromEnvironment(ctx context.Context, params *m2.DeleteApplicationFromEnvironmentInput, ...) (*m2.DeleteApplicationFromEnvironmentOutput, error)
- func (_m *IClient) DeleteEnvironment(ctx context.Context, params *m2.DeleteEnvironmentInput, ...) (*m2.DeleteEnvironmentOutput, error)
- func (_m *IClient) GetApplication(ctx context.Context, params *m2.GetApplicationInput, ...) (*m2.GetApplicationOutput, error)
- func (_m *IClient) GetApplicationVersion(ctx context.Context, params *m2.GetApplicationVersionInput, ...) (*m2.GetApplicationVersionOutput, error)
- func (_m *IClient) GetBatchJobExecution(ctx context.Context, params *m2.GetBatchJobExecutionInput, ...) (*m2.GetBatchJobExecutionOutput, error)
- func (_m *IClient) GetDataSetDetails(ctx context.Context, params *m2.GetDataSetDetailsInput, ...) (*m2.GetDataSetDetailsOutput, error)
- func (_m *IClient) GetDataSetImportTask(ctx context.Context, params *m2.GetDataSetImportTaskInput, ...) (*m2.GetDataSetImportTaskOutput, error)
- func (_m *IClient) GetDeployment(ctx context.Context, params *m2.GetDeploymentInput, ...) (*m2.GetDeploymentOutput, error)
- func (_m *IClient) GetEnvironment(ctx context.Context, params *m2.GetEnvironmentInput, ...) (*m2.GetEnvironmentOutput, error)
- func (_m *IClient) GetSignedBluinsightsUrl(ctx context.Context, params *m2.GetSignedBluinsightsUrlInput, ...) (*m2.GetSignedBluinsightsUrlOutput, error)
- func (_m *IClient) ListApplicationVersions(ctx context.Context, params *m2.ListApplicationVersionsInput, ...) (*m2.ListApplicationVersionsOutput, error)
- func (_m *IClient) ListApplications(ctx context.Context, params *m2.ListApplicationsInput, ...) (*m2.ListApplicationsOutput, error)
- func (_m *IClient) ListBatchJobDefinitions(ctx context.Context, params *m2.ListBatchJobDefinitionsInput, ...) (*m2.ListBatchJobDefinitionsOutput, error)
- func (_m *IClient) ListBatchJobExecutions(ctx context.Context, params *m2.ListBatchJobExecutionsInput, ...) (*m2.ListBatchJobExecutionsOutput, error)
- func (_m *IClient) ListBatchJobRestartPoints(ctx context.Context, params *m2.ListBatchJobRestartPointsInput, ...) (*m2.ListBatchJobRestartPointsOutput, error)
- func (_m *IClient) ListDataSetImportHistory(ctx context.Context, params *m2.ListDataSetImportHistoryInput, ...) (*m2.ListDataSetImportHistoryOutput, error)
- func (_m *IClient) ListDataSets(ctx context.Context, params *m2.ListDataSetsInput, optFns ...func(*m2.Options)) (*m2.ListDataSetsOutput, error)
- func (_m *IClient) ListDeployments(ctx context.Context, params *m2.ListDeploymentsInput, ...) (*m2.ListDeploymentsOutput, error)
- func (_m *IClient) ListEngineVersions(ctx context.Context, params *m2.ListEngineVersionsInput, ...) (*m2.ListEngineVersionsOutput, error)
- func (_m *IClient) ListEnvironments(ctx context.Context, params *m2.ListEnvironmentsInput, ...) (*m2.ListEnvironmentsOutput, error)
- func (_m *IClient) ListTagsForResource(ctx context.Context, params *m2.ListTagsForResourceInput, ...) (*m2.ListTagsForResourceOutput, error)
- func (_m *IClient) Options() m2.Options
- func (_m *IClient) StartApplication(ctx context.Context, params *m2.StartApplicationInput, ...) (*m2.StartApplicationOutput, error)
- func (_m *IClient) StartBatchJob(ctx context.Context, params *m2.StartBatchJobInput, ...) (*m2.StartBatchJobOutput, error)
- func (_m *IClient) StopApplication(ctx context.Context, params *m2.StopApplicationInput, ...) (*m2.StopApplicationOutput, error)
- func (_m *IClient) TagResource(ctx context.Context, params *m2.TagResourceInput, optFns ...func(*m2.Options)) (*m2.TagResourceOutput, error)
- func (_m *IClient) UntagResource(ctx context.Context, params *m2.UntagResourceInput, ...) (*m2.UntagResourceOutput, error)
- func (_m *IClient) UpdateApplication(ctx context.Context, params *m2.UpdateApplicationInput, ...) (*m2.UpdateApplicationOutput, error)
- func (_m *IClient) UpdateEnvironment(ctx context.Context, params *m2.UpdateEnvironmentInput, ...) (*m2.UpdateEnvironmentOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IClient ¶
IClient is an autogenerated mock type for the IClient type
func NewIClient ¶
NewIClient creates a new instance of IClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*IClient) CancelBatchJobExecution ¶
func (_m *IClient) CancelBatchJobExecution(ctx context.Context, params *m2.CancelBatchJobExecutionInput, optFns ...func(*m2.Options)) (*m2.CancelBatchJobExecutionOutput, error)
CancelBatchJobExecution provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateApplication ¶
func (_m *IClient) CreateApplication(ctx context.Context, params *m2.CreateApplicationInput, optFns ...func(*m2.Options)) (*m2.CreateApplicationOutput, error)
CreateApplication provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateDataSetImportTask ¶
func (_m *IClient) CreateDataSetImportTask(ctx context.Context, params *m2.CreateDataSetImportTaskInput, optFns ...func(*m2.Options)) (*m2.CreateDataSetImportTaskOutput, error)
CreateDataSetImportTask provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateDeployment ¶
func (_m *IClient) CreateDeployment(ctx context.Context, params *m2.CreateDeploymentInput, optFns ...func(*m2.Options)) (*m2.CreateDeploymentOutput, error)
CreateDeployment provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateEnvironment ¶
func (_m *IClient) CreateEnvironment(ctx context.Context, params *m2.CreateEnvironmentInput, optFns ...func(*m2.Options)) (*m2.CreateEnvironmentOutput, error)
CreateEnvironment provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteApplication ¶
func (_m *IClient) DeleteApplication(ctx context.Context, params *m2.DeleteApplicationInput, optFns ...func(*m2.Options)) (*m2.DeleteApplicationOutput, error)
DeleteApplication provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteApplicationFromEnvironment ¶
func (_m *IClient) DeleteApplicationFromEnvironment(ctx context.Context, params *m2.DeleteApplicationFromEnvironmentInput, optFns ...func(*m2.Options)) (*m2.DeleteApplicationFromEnvironmentOutput, error)
DeleteApplicationFromEnvironment provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteEnvironment ¶
func (_m *IClient) DeleteEnvironment(ctx context.Context, params *m2.DeleteEnvironmentInput, optFns ...func(*m2.Options)) (*m2.DeleteEnvironmentOutput, error)
DeleteEnvironment provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetApplication ¶
func (_m *IClient) GetApplication(ctx context.Context, params *m2.GetApplicationInput, optFns ...func(*m2.Options)) (*m2.GetApplicationOutput, error)
GetApplication provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetApplicationVersion ¶
func (_m *IClient) GetApplicationVersion(ctx context.Context, params *m2.GetApplicationVersionInput, optFns ...func(*m2.Options)) (*m2.GetApplicationVersionOutput, error)
GetApplicationVersion provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetBatchJobExecution ¶
func (_m *IClient) GetBatchJobExecution(ctx context.Context, params *m2.GetBatchJobExecutionInput, optFns ...func(*m2.Options)) (*m2.GetBatchJobExecutionOutput, error)
GetBatchJobExecution provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetDataSetDetails ¶
func (_m *IClient) GetDataSetDetails(ctx context.Context, params *m2.GetDataSetDetailsInput, optFns ...func(*m2.Options)) (*m2.GetDataSetDetailsOutput, error)
GetDataSetDetails provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetDataSetImportTask ¶
func (_m *IClient) GetDataSetImportTask(ctx context.Context, params *m2.GetDataSetImportTaskInput, optFns ...func(*m2.Options)) (*m2.GetDataSetImportTaskOutput, error)
GetDataSetImportTask provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetDeployment ¶
func (_m *IClient) GetDeployment(ctx context.Context, params *m2.GetDeploymentInput, optFns ...func(*m2.Options)) (*m2.GetDeploymentOutput, error)
GetDeployment provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetEnvironment ¶
func (_m *IClient) GetEnvironment(ctx context.Context, params *m2.GetEnvironmentInput, optFns ...func(*m2.Options)) (*m2.GetEnvironmentOutput, error)
GetEnvironment provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetSignedBluinsightsUrl ¶
func (_m *IClient) GetSignedBluinsightsUrl(ctx context.Context, params *m2.GetSignedBluinsightsUrlInput, optFns ...func(*m2.Options)) (*m2.GetSignedBluinsightsUrlOutput, error)
GetSignedBluinsightsUrl provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListApplicationVersions ¶
func (_m *IClient) ListApplicationVersions(ctx context.Context, params *m2.ListApplicationVersionsInput, optFns ...func(*m2.Options)) (*m2.ListApplicationVersionsOutput, error)
ListApplicationVersions provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListApplications ¶
func (_m *IClient) ListApplications(ctx context.Context, params *m2.ListApplicationsInput, optFns ...func(*m2.Options)) (*m2.ListApplicationsOutput, error)
ListApplications provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListBatchJobDefinitions ¶
func (_m *IClient) ListBatchJobDefinitions(ctx context.Context, params *m2.ListBatchJobDefinitionsInput, optFns ...func(*m2.Options)) (*m2.ListBatchJobDefinitionsOutput, error)
ListBatchJobDefinitions provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListBatchJobExecutions ¶
func (_m *IClient) ListBatchJobExecutions(ctx context.Context, params *m2.ListBatchJobExecutionsInput, optFns ...func(*m2.Options)) (*m2.ListBatchJobExecutionsOutput, error)
ListBatchJobExecutions provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListBatchJobRestartPoints ¶
func (_m *IClient) ListBatchJobRestartPoints(ctx context.Context, params *m2.ListBatchJobRestartPointsInput, optFns ...func(*m2.Options)) (*m2.ListBatchJobRestartPointsOutput, error)
ListBatchJobRestartPoints provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListDataSetImportHistory ¶
func (_m *IClient) ListDataSetImportHistory(ctx context.Context, params *m2.ListDataSetImportHistoryInput, optFns ...func(*m2.Options)) (*m2.ListDataSetImportHistoryOutput, error)
ListDataSetImportHistory provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListDataSets ¶
func (_m *IClient) ListDataSets(ctx context.Context, params *m2.ListDataSetsInput, optFns ...func(*m2.Options)) (*m2.ListDataSetsOutput, error)
ListDataSets provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListDeployments ¶
func (_m *IClient) ListDeployments(ctx context.Context, params *m2.ListDeploymentsInput, optFns ...func(*m2.Options)) (*m2.ListDeploymentsOutput, error)
ListDeployments provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListEngineVersions ¶
func (_m *IClient) ListEngineVersions(ctx context.Context, params *m2.ListEngineVersionsInput, optFns ...func(*m2.Options)) (*m2.ListEngineVersionsOutput, error)
ListEngineVersions provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListEnvironments ¶
func (_m *IClient) ListEnvironments(ctx context.Context, params *m2.ListEnvironmentsInput, optFns ...func(*m2.Options)) (*m2.ListEnvironmentsOutput, error)
ListEnvironments provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListTagsForResource ¶
func (_m *IClient) ListTagsForResource(ctx context.Context, params *m2.ListTagsForResourceInput, optFns ...func(*m2.Options)) (*m2.ListTagsForResourceOutput, error)
ListTagsForResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) StartApplication ¶
func (_m *IClient) StartApplication(ctx context.Context, params *m2.StartApplicationInput, optFns ...func(*m2.Options)) (*m2.StartApplicationOutput, error)
StartApplication provides a mock function with given fields: ctx, params, optFns
func (*IClient) StartBatchJob ¶
func (_m *IClient) StartBatchJob(ctx context.Context, params *m2.StartBatchJobInput, optFns ...func(*m2.Options)) (*m2.StartBatchJobOutput, error)
StartBatchJob provides a mock function with given fields: ctx, params, optFns
func (*IClient) StopApplication ¶
func (_m *IClient) StopApplication(ctx context.Context, params *m2.StopApplicationInput, optFns ...func(*m2.Options)) (*m2.StopApplicationOutput, error)
StopApplication provides a mock function with given fields: ctx, params, optFns
func (*IClient) TagResource ¶
func (_m *IClient) TagResource(ctx context.Context, params *m2.TagResourceInput, optFns ...func(*m2.Options)) (*m2.TagResourceOutput, error)
TagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UntagResource ¶
func (_m *IClient) UntagResource(ctx context.Context, params *m2.UntagResourceInput, optFns ...func(*m2.Options)) (*m2.UntagResourceOutput, error)
UntagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateApplication ¶
func (_m *IClient) UpdateApplication(ctx context.Context, params *m2.UpdateApplicationInput, optFns ...func(*m2.Options)) (*m2.UpdateApplicationOutput, error)
UpdateApplication provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateEnvironment ¶
func (_m *IClient) UpdateEnvironment(ctx context.Context, params *m2.UpdateEnvironmentInput, optFns ...func(*m2.Options)) (*m2.UpdateEnvironmentOutput, error)
UpdateEnvironment provides a mock function with given fields: ctx, params, optFns