Documentation
¶
Index ¶
- type IClient
- func (_m *IClient) CancelJob(ctx context.Context, params *batch.CancelJobInput, ...) (*batch.CancelJobOutput, error)
- func (_m *IClient) CreateComputeEnvironment(ctx context.Context, params *batch.CreateComputeEnvironmentInput, ...) (*batch.CreateComputeEnvironmentOutput, error)
- func (_m *IClient) CreateConsumableResource(ctx context.Context, params *batch.CreateConsumableResourceInput, ...) (*batch.CreateConsumableResourceOutput, error)
- func (_m *IClient) CreateJobQueue(ctx context.Context, params *batch.CreateJobQueueInput, ...) (*batch.CreateJobQueueOutput, error)
- func (_m *IClient) CreateSchedulingPolicy(ctx context.Context, params *batch.CreateSchedulingPolicyInput, ...) (*batch.CreateSchedulingPolicyOutput, error)
- func (_m *IClient) CreateServiceEnvironment(ctx context.Context, params *batch.CreateServiceEnvironmentInput, ...) (*batch.CreateServiceEnvironmentOutput, error)
- func (_m *IClient) DeleteComputeEnvironment(ctx context.Context, params *batch.DeleteComputeEnvironmentInput, ...) (*batch.DeleteComputeEnvironmentOutput, error)
- func (_m *IClient) DeleteConsumableResource(ctx context.Context, params *batch.DeleteConsumableResourceInput, ...) (*batch.DeleteConsumableResourceOutput, error)
- func (_m *IClient) DeleteJobQueue(ctx context.Context, params *batch.DeleteJobQueueInput, ...) (*batch.DeleteJobQueueOutput, error)
- func (_m *IClient) DeleteSchedulingPolicy(ctx context.Context, params *batch.DeleteSchedulingPolicyInput, ...) (*batch.DeleteSchedulingPolicyOutput, error)
- func (_m *IClient) DeleteServiceEnvironment(ctx context.Context, params *batch.DeleteServiceEnvironmentInput, ...) (*batch.DeleteServiceEnvironmentOutput, error)
- func (_m *IClient) DeregisterJobDefinition(ctx context.Context, params *batch.DeregisterJobDefinitionInput, ...) (*batch.DeregisterJobDefinitionOutput, error)
- func (_m *IClient) DescribeComputeEnvironments(ctx context.Context, params *batch.DescribeComputeEnvironmentsInput, ...) (*batch.DescribeComputeEnvironmentsOutput, error)
- func (_m *IClient) DescribeConsumableResource(ctx context.Context, params *batch.DescribeConsumableResourceInput, ...) (*batch.DescribeConsumableResourceOutput, error)
- func (_m *IClient) DescribeJobDefinitions(ctx context.Context, params *batch.DescribeJobDefinitionsInput, ...) (*batch.DescribeJobDefinitionsOutput, error)
- func (_m *IClient) DescribeJobQueues(ctx context.Context, params *batch.DescribeJobQueuesInput, ...) (*batch.DescribeJobQueuesOutput, error)
- func (_m *IClient) DescribeJobs(ctx context.Context, params *batch.DescribeJobsInput, ...) (*batch.DescribeJobsOutput, error)
- func (_m *IClient) DescribeSchedulingPolicies(ctx context.Context, params *batch.DescribeSchedulingPoliciesInput, ...) (*batch.DescribeSchedulingPoliciesOutput, error)
- func (_m *IClient) DescribeServiceEnvironments(ctx context.Context, params *batch.DescribeServiceEnvironmentsInput, ...) (*batch.DescribeServiceEnvironmentsOutput, error)
- func (_m *IClient) DescribeServiceJob(ctx context.Context, params *batch.DescribeServiceJobInput, ...) (*batch.DescribeServiceJobOutput, error)
- func (_m *IClient) GetJobQueueSnapshot(ctx context.Context, params *batch.GetJobQueueSnapshotInput, ...) (*batch.GetJobQueueSnapshotOutput, error)
- func (_m *IClient) ListConsumableResources(ctx context.Context, params *batch.ListConsumableResourcesInput, ...) (*batch.ListConsumableResourcesOutput, error)
- func (_m *IClient) ListJobs(ctx context.Context, params *batch.ListJobsInput, ...) (*batch.ListJobsOutput, error)
- func (_m *IClient) ListJobsByConsumableResource(ctx context.Context, params *batch.ListJobsByConsumableResourceInput, ...) (*batch.ListJobsByConsumableResourceOutput, error)
- func (_m *IClient) ListSchedulingPolicies(ctx context.Context, params *batch.ListSchedulingPoliciesInput, ...) (*batch.ListSchedulingPoliciesOutput, error)
- func (_m *IClient) ListServiceJobs(ctx context.Context, params *batch.ListServiceJobsInput, ...) (*batch.ListServiceJobsOutput, error)
- func (_m *IClient) ListTagsForResource(ctx context.Context, params *batch.ListTagsForResourceInput, ...) (*batch.ListTagsForResourceOutput, error)
- func (_m *IClient) Options() batch.Options
- func (_m *IClient) RegisterJobDefinition(ctx context.Context, params *batch.RegisterJobDefinitionInput, ...) (*batch.RegisterJobDefinitionOutput, error)
- func (_m *IClient) SubmitJob(ctx context.Context, params *batch.SubmitJobInput, ...) (*batch.SubmitJobOutput, error)
- func (_m *IClient) SubmitServiceJob(ctx context.Context, params *batch.SubmitServiceJobInput, ...) (*batch.SubmitServiceJobOutput, error)
- func (_m *IClient) TagResource(ctx context.Context, params *batch.TagResourceInput, ...) (*batch.TagResourceOutput, error)
- func (_m *IClient) TerminateJob(ctx context.Context, params *batch.TerminateJobInput, ...) (*batch.TerminateJobOutput, error)
- func (_m *IClient) TerminateServiceJob(ctx context.Context, params *batch.TerminateServiceJobInput, ...) (*batch.TerminateServiceJobOutput, error)
- func (_m *IClient) UntagResource(ctx context.Context, params *batch.UntagResourceInput, ...) (*batch.UntagResourceOutput, error)
- func (_m *IClient) UpdateComputeEnvironment(ctx context.Context, params *batch.UpdateComputeEnvironmentInput, ...) (*batch.UpdateComputeEnvironmentOutput, error)
- func (_m *IClient) UpdateConsumableResource(ctx context.Context, params *batch.UpdateConsumableResourceInput, ...) (*batch.UpdateConsumableResourceOutput, error)
- func (_m *IClient) UpdateJobQueue(ctx context.Context, params *batch.UpdateJobQueueInput, ...) (*batch.UpdateJobQueueOutput, error)
- func (_m *IClient) UpdateSchedulingPolicy(ctx context.Context, params *batch.UpdateSchedulingPolicyInput, ...) (*batch.UpdateSchedulingPolicyOutput, error)
- func (_m *IClient) UpdateServiceEnvironment(ctx context.Context, params *batch.UpdateServiceEnvironmentInput, ...) (*batch.UpdateServiceEnvironmentOutput, 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) CancelJob ¶
func (_m *IClient) CancelJob(ctx context.Context, params *batch.CancelJobInput, optFns ...func(*batch.Options)) (*batch.CancelJobOutput, error)
CancelJob provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateComputeEnvironment ¶
func (_m *IClient) CreateComputeEnvironment(ctx context.Context, params *batch.CreateComputeEnvironmentInput, optFns ...func(*batch.Options)) (*batch.CreateComputeEnvironmentOutput, error)
CreateComputeEnvironment provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateConsumableResource ¶ added in v0.1.4
func (_m *IClient) CreateConsumableResource(ctx context.Context, params *batch.CreateConsumableResourceInput, optFns ...func(*batch.Options)) (*batch.CreateConsumableResourceOutput, error)
CreateConsumableResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateJobQueue ¶
func (_m *IClient) CreateJobQueue(ctx context.Context, params *batch.CreateJobQueueInput, optFns ...func(*batch.Options)) (*batch.CreateJobQueueOutput, error)
CreateJobQueue provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateSchedulingPolicy ¶
func (_m *IClient) CreateSchedulingPolicy(ctx context.Context, params *batch.CreateSchedulingPolicyInput, optFns ...func(*batch.Options)) (*batch.CreateSchedulingPolicyOutput, error)
CreateSchedulingPolicy provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateServiceEnvironment ¶ added in v0.1.8
func (_m *IClient) CreateServiceEnvironment(ctx context.Context, params *batch.CreateServiceEnvironmentInput, optFns ...func(*batch.Options)) (*batch.CreateServiceEnvironmentOutput, error)
CreateServiceEnvironment provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteComputeEnvironment ¶
func (_m *IClient) DeleteComputeEnvironment(ctx context.Context, params *batch.DeleteComputeEnvironmentInput, optFns ...func(*batch.Options)) (*batch.DeleteComputeEnvironmentOutput, error)
DeleteComputeEnvironment provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteConsumableResource ¶ added in v0.1.4
func (_m *IClient) DeleteConsumableResource(ctx context.Context, params *batch.DeleteConsumableResourceInput, optFns ...func(*batch.Options)) (*batch.DeleteConsumableResourceOutput, error)
DeleteConsumableResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteJobQueue ¶
func (_m *IClient) DeleteJobQueue(ctx context.Context, params *batch.DeleteJobQueueInput, optFns ...func(*batch.Options)) (*batch.DeleteJobQueueOutput, error)
DeleteJobQueue provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteSchedulingPolicy ¶
func (_m *IClient) DeleteSchedulingPolicy(ctx context.Context, params *batch.DeleteSchedulingPolicyInput, optFns ...func(*batch.Options)) (*batch.DeleteSchedulingPolicyOutput, error)
DeleteSchedulingPolicy provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteServiceEnvironment ¶ added in v0.1.8
func (_m *IClient) DeleteServiceEnvironment(ctx context.Context, params *batch.DeleteServiceEnvironmentInput, optFns ...func(*batch.Options)) (*batch.DeleteServiceEnvironmentOutput, error)
DeleteServiceEnvironment provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeregisterJobDefinition ¶
func (_m *IClient) DeregisterJobDefinition(ctx context.Context, params *batch.DeregisterJobDefinitionInput, optFns ...func(*batch.Options)) (*batch.DeregisterJobDefinitionOutput, error)
DeregisterJobDefinition provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeComputeEnvironments ¶
func (_m *IClient) DescribeComputeEnvironments(ctx context.Context, params *batch.DescribeComputeEnvironmentsInput, optFns ...func(*batch.Options)) (*batch.DescribeComputeEnvironmentsOutput, error)
DescribeComputeEnvironments provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeConsumableResource ¶ added in v0.1.4
func (_m *IClient) DescribeConsumableResource(ctx context.Context, params *batch.DescribeConsumableResourceInput, optFns ...func(*batch.Options)) (*batch.DescribeConsumableResourceOutput, error)
DescribeConsumableResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeJobDefinitions ¶
func (_m *IClient) DescribeJobDefinitions(ctx context.Context, params *batch.DescribeJobDefinitionsInput, optFns ...func(*batch.Options)) (*batch.DescribeJobDefinitionsOutput, error)
DescribeJobDefinitions provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeJobQueues ¶
func (_m *IClient) DescribeJobQueues(ctx context.Context, params *batch.DescribeJobQueuesInput, optFns ...func(*batch.Options)) (*batch.DescribeJobQueuesOutput, error)
DescribeJobQueues provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeJobs ¶
func (_m *IClient) DescribeJobs(ctx context.Context, params *batch.DescribeJobsInput, optFns ...func(*batch.Options)) (*batch.DescribeJobsOutput, error)
DescribeJobs provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeSchedulingPolicies ¶
func (_m *IClient) DescribeSchedulingPolicies(ctx context.Context, params *batch.DescribeSchedulingPoliciesInput, optFns ...func(*batch.Options)) (*batch.DescribeSchedulingPoliciesOutput, error)
DescribeSchedulingPolicies provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeServiceEnvironments ¶ added in v0.1.8
func (_m *IClient) DescribeServiceEnvironments(ctx context.Context, params *batch.DescribeServiceEnvironmentsInput, optFns ...func(*batch.Options)) (*batch.DescribeServiceEnvironmentsOutput, error)
DescribeServiceEnvironments provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeServiceJob ¶ added in v0.1.8
func (_m *IClient) DescribeServiceJob(ctx context.Context, params *batch.DescribeServiceJobInput, optFns ...func(*batch.Options)) (*batch.DescribeServiceJobOutput, error)
DescribeServiceJob provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetJobQueueSnapshot ¶
func (_m *IClient) GetJobQueueSnapshot(ctx context.Context, params *batch.GetJobQueueSnapshotInput, optFns ...func(*batch.Options)) (*batch.GetJobQueueSnapshotOutput, error)
GetJobQueueSnapshot provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListConsumableResources ¶ added in v0.1.4
func (_m *IClient) ListConsumableResources(ctx context.Context, params *batch.ListConsumableResourcesInput, optFns ...func(*batch.Options)) (*batch.ListConsumableResourcesOutput, error)
ListConsumableResources provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListJobs ¶
func (_m *IClient) ListJobs(ctx context.Context, params *batch.ListJobsInput, optFns ...func(*batch.Options)) (*batch.ListJobsOutput, error)
ListJobs provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListJobsByConsumableResource ¶ added in v0.1.4
func (_m *IClient) ListJobsByConsumableResource(ctx context.Context, params *batch.ListJobsByConsumableResourceInput, optFns ...func(*batch.Options)) (*batch.ListJobsByConsumableResourceOutput, error)
ListJobsByConsumableResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListSchedulingPolicies ¶
func (_m *IClient) ListSchedulingPolicies(ctx context.Context, params *batch.ListSchedulingPoliciesInput, optFns ...func(*batch.Options)) (*batch.ListSchedulingPoliciesOutput, error)
ListSchedulingPolicies provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListServiceJobs ¶ added in v0.1.8
func (_m *IClient) ListServiceJobs(ctx context.Context, params *batch.ListServiceJobsInput, optFns ...func(*batch.Options)) (*batch.ListServiceJobsOutput, error)
ListServiceJobs provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListTagsForResource ¶
func (_m *IClient) ListTagsForResource(ctx context.Context, params *batch.ListTagsForResourceInput, optFns ...func(*batch.Options)) (*batch.ListTagsForResourceOutput, error)
ListTagsForResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) RegisterJobDefinition ¶
func (_m *IClient) RegisterJobDefinition(ctx context.Context, params *batch.RegisterJobDefinitionInput, optFns ...func(*batch.Options)) (*batch.RegisterJobDefinitionOutput, error)
RegisterJobDefinition provides a mock function with given fields: ctx, params, optFns
func (*IClient) SubmitJob ¶
func (_m *IClient) SubmitJob(ctx context.Context, params *batch.SubmitJobInput, optFns ...func(*batch.Options)) (*batch.SubmitJobOutput, error)
SubmitJob provides a mock function with given fields: ctx, params, optFns
func (*IClient) SubmitServiceJob ¶ added in v0.1.8
func (_m *IClient) SubmitServiceJob(ctx context.Context, params *batch.SubmitServiceJobInput, optFns ...func(*batch.Options)) (*batch.SubmitServiceJobOutput, error)
SubmitServiceJob provides a mock function with given fields: ctx, params, optFns
func (*IClient) TagResource ¶
func (_m *IClient) TagResource(ctx context.Context, params *batch.TagResourceInput, optFns ...func(*batch.Options)) (*batch.TagResourceOutput, error)
TagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) TerminateJob ¶
func (_m *IClient) TerminateJob(ctx context.Context, params *batch.TerminateJobInput, optFns ...func(*batch.Options)) (*batch.TerminateJobOutput, error)
TerminateJob provides a mock function with given fields: ctx, params, optFns
func (*IClient) TerminateServiceJob ¶ added in v0.1.8
func (_m *IClient) TerminateServiceJob(ctx context.Context, params *batch.TerminateServiceJobInput, optFns ...func(*batch.Options)) (*batch.TerminateServiceJobOutput, error)
TerminateServiceJob provides a mock function with given fields: ctx, params, optFns
func (*IClient) UntagResource ¶
func (_m *IClient) UntagResource(ctx context.Context, params *batch.UntagResourceInput, optFns ...func(*batch.Options)) (*batch.UntagResourceOutput, error)
UntagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateComputeEnvironment ¶
func (_m *IClient) UpdateComputeEnvironment(ctx context.Context, params *batch.UpdateComputeEnvironmentInput, optFns ...func(*batch.Options)) (*batch.UpdateComputeEnvironmentOutput, error)
UpdateComputeEnvironment provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateConsumableResource ¶ added in v0.1.4
func (_m *IClient) UpdateConsumableResource(ctx context.Context, params *batch.UpdateConsumableResourceInput, optFns ...func(*batch.Options)) (*batch.UpdateConsumableResourceOutput, error)
UpdateConsumableResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateJobQueue ¶
func (_m *IClient) UpdateJobQueue(ctx context.Context, params *batch.UpdateJobQueueInput, optFns ...func(*batch.Options)) (*batch.UpdateJobQueueOutput, error)
UpdateJobQueue provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateSchedulingPolicy ¶
func (_m *IClient) UpdateSchedulingPolicy(ctx context.Context, params *batch.UpdateSchedulingPolicyInput, optFns ...func(*batch.Options)) (*batch.UpdateSchedulingPolicyOutput, error)
UpdateSchedulingPolicy provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateServiceEnvironment ¶ added in v0.1.8
func (_m *IClient) UpdateServiceEnvironment(ctx context.Context, params *batch.UpdateServiceEnvironmentInput, optFns ...func(*batch.Options)) (*batch.UpdateServiceEnvironmentOutput, error)
UpdateServiceEnvironment provides a mock function with given fields: ctx, params, optFns