# Packages
Package batchiface provides an interface to enable mocking the AWS Batch service client for testing your code.
# Functions
New creates a new instance of the Batch client with a session.
# Constants
CEStateDisabled is a CEState enum value.
CEStateEnabled is a CEState enum value.
CEStatusCreating is a CEStatus enum value.
CEStatusDeleted is a CEStatus enum value.
CEStatusDeleting is a CEStatus enum value.
CEStatusInvalid is a CEStatus enum value.
CEStatusUpdating is a CEStatus enum value.
CEStatusValid is a CEStatus enum value.
CETypeManaged is a CEType enum value.
CETypeUnmanaged is a CEType enum value.
CRTypeEc2 is a CRType enum value.
CRTypeSpot is a CRType enum value.
Service ID for Regions and Endpoints metadata.
ErrCodeClientException for service response error code "ClientException".
ErrCodeServerException for service response error code "ServerException".
JobDefinitionTypeContainer is a JobDefinitionType enum value.
JobStatusFailed is a JobStatus enum value.
JobStatusPending is a JobStatus enum value.
JobStatusRunnable is a JobStatus enum value.
JobStatusRunning is a JobStatus enum value.
JobStatusStarting is a JobStatus enum value.
JobStatusSubmitted is a JobStatus enum value.
JobStatusSucceeded is a JobStatus enum value.
JQStateDisabled is a JQState enum value.
JQStateEnabled is a JQState enum value.
JQStatusCreating is a JQStatus enum value.
JQStatusDeleted is a JQStatus enum value.
JQStatusDeleting is a JQStatus enum value.
JQStatusInvalid is a JQStatus enum value.
JQStatusUpdating is a JQStatus enum value.
JQStatusValid is a JQStatus enum value.
Service endpoint prefix API calls made to.
# Structs
An object representing the details of a container that is part of a job attempt.
An object representing a job attempt.
Batch provides the API operation methods for making requests to AWS Batch.
Please also see https://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/CancelJobRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/CancelJobResponse.
An object representing an AWS Batch compute environment.
The order in which compute environments are tried for job placement within a queue.
An object representing an AWS Batch compute resource.
An object representing the attributes of a compute environment that can be updated.
An object representing the details of a container that is part of a job.
The overrides that should be sent to a container.
Container properties are used in job definitions to describe the container that is launched as part of a job.
Please also see https://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/CreateComputeEnvironmentRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/CreateComputeEnvironmentResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/CreateJobQueueRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/CreateJobQueueResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/DeleteComputeEnvironmentRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/DeleteComputeEnvironmentResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/DeleteJobQueueRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/DeleteJobQueueResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/DeregisterJobDefinitionRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/DeregisterJobDefinitionResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/DescribeComputeEnvironmentsRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/DescribeComputeEnvironmentsResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/DescribeJobDefinitionsRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/DescribeJobDefinitionsResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/DescribeJobQueuesRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/DescribeJobQueuesResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/DescribeJobsRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/DescribeJobsResponse.
The contents of the host parameter determine whether your data volume persists on the host container instance and where it is stored.
An object representing an AWS Batch job definition.
An object representing an AWS Batch job dependency.
An object representing an AWS Batch job.
An object representing the details of an AWS Batch job queue.
An object representing summary details of a job.
A key-value pair object.
Please also see https://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/ListJobsRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/ListJobsResponse.
Details on a Docker volume mount point that is used in a job's container properties.
Please also see https://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/RegisterJobDefinitionRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/RegisterJobDefinitionResponse.
The retry strategy associated with a job.
Please also see https://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/SubmitJobRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/SubmitJobResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/TerminateJobRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/TerminateJobResponse.
The ulimit settings to pass to the container.
Please also see https://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/UpdateComputeEnvironmentRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/UpdateComputeEnvironmentResponse.
Please also see https://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/UpdateJobQueueRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/UpdateJobQueueResponse.
A data volume used in a job's container properties.