Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
- Service Configuration
- Errors
- Waiters
- Operations
- CreateComputeEnvironment
- ListTagsForResource
- RegisterJobDefinition
- SubmitJob
- ListJobs (Paginated)
- TerminateJob
- DescribeJobs
- DeleteComputeEnvironment
- UpdateComputeEnvironment
- DescribeJobDefinitions (Paginated)
- UpdateJobQueue
- DeleteJobQueue
- CreateJobQueue
- DeregisterJobDefinition
- DescribeJobQueues (Paginated)
- TagResource
- UntagResource
- DescribeComputeEnvironments (Paginated)
- CancelJob
- Types
- ArrayJobDependency
- AssignPublicIp
- CEState
- CEStatus
- CEType
- CRAllocationStrategy
- CRType
- DeviceCgroupPermission
- EFSAuthorizationConfigIAM
- EFSTransitEncryption
- JQState
- JQStatus
- JobDefinitionType
- JobStatus
- LogDriver
- PlatformCapability
- ResourceType
- RetryAction
- ArrayProperties
- ArrayPropertiesDetail
- ArrayPropertiesSummary
- AttemptContainerDetail
- AttemptDetail
- ComputeEnvironmentDetail
- ComputeEnvironmentOrder
- ComputeResource
- ComputeResourceUpdate
- ContainerDetail
- ContainerOverrides
- ContainerProperties
- ContainerSummary
- Device
- EFSAuthorizationConfig
- EFSVolumeConfiguration
- Ec2Configuration
- EvaluateOnExit
- FargatePlatformConfiguration
- Host
- JobDefinition
- JobDependency
- JobDetail
- JobQueueDetail
- JobSummary
- JobTimeout
- KeyValuePair
- KeyValuesPair
- LaunchTemplateSpecification
- LinuxParameters
- LogConfiguration
- MountPoint
- NetworkConfiguration
- NetworkInterface
- NodeDetails
- NodeOverrides
- NodeProperties
- NodePropertiesSummary
- NodePropertyOverride
- NodeRangeProperty
- ResourceRequirement
- RetryStrategy
- Secret
- Tmpfs
- Ulimit
- Volume
Derived from API version 2016-08-10
of the AWS service descriptions, licensed under Apache 2.0.
Batch
Using Batch, you can run batch computing workloads on the Cloud. Batch computing is a common means for developers, scientists, and engineers to access large amounts of compute resources. Batch uses the advantages of this computing workload to remove the undifferentiated heavy lifting of configuring and managing required infrastructure. At the same time, it also adopts a familiar batch computing software approach. Given these advantages, Batch can help you to efficiently provision resources in response to jobs submitted, thus effectively helping you to eliminate capacity constraints, reduce compute costs, and deliver your results more quickly.
As a fully managed service, Batch can run batch computing workloads of any scale. Batch automatically provisions compute resources and optimizes workload distribution based on the quantity and scale of your specific workloads. With Batch, there's no need to install or manage batch computing software. This means that you can focus your time and energy on analyzing results and solving your specific problems.
Synopsis
- defaultService :: Service
- _ServerException :: AsError a => Getting (First ServiceError) a ServiceError
- _ClientException :: AsError a => Getting (First ServiceError) a ServiceError
- data CreateComputeEnvironment = CreateComputeEnvironment' (Maybe CEState) (Maybe ComputeResource) (Maybe Text) (Maybe (HashMap Text Text)) Text CEType
- newCreateComputeEnvironment :: Text -> CEType -> CreateComputeEnvironment
- data CreateComputeEnvironmentResponse = CreateComputeEnvironmentResponse' (Maybe Text) (Maybe Text) Int
- newCreateComputeEnvironmentResponse :: Int -> CreateComputeEnvironmentResponse
- data ListTagsForResource = ListTagsForResource' Text
- newListTagsForResource :: Text -> ListTagsForResource
- data ListTagsForResourceResponse = ListTagsForResourceResponse' (Maybe (HashMap Text Text)) Int
- newListTagsForResourceResponse :: Int -> ListTagsForResourceResponse
- data RegisterJobDefinition = RegisterJobDefinition' (Maybe Bool) (Maybe RetryStrategy) (Maybe [PlatformCapability]) (Maybe (HashMap Text Text)) (Maybe JobTimeout) (Maybe ContainerProperties) (Maybe NodeProperties) (Maybe (HashMap Text Text)) Text JobDefinitionType
- newRegisterJobDefinition :: Text -> JobDefinitionType -> RegisterJobDefinition
- data RegisterJobDefinitionResponse = RegisterJobDefinitionResponse' Int Text Text Int
- newRegisterJobDefinitionResponse :: Int -> Text -> Text -> Int -> RegisterJobDefinitionResponse
- data SubmitJob = SubmitJob' (Maybe NodeOverrides) (Maybe Bool) (Maybe ContainerOverrides) (Maybe RetryStrategy) (Maybe [JobDependency]) (Maybe (HashMap Text Text)) (Maybe ArrayProperties) (Maybe JobTimeout) (Maybe (HashMap Text Text)) Text Text Text
- newSubmitJob :: Text -> Text -> Text -> SubmitJob
- data SubmitJobResponse = SubmitJobResponse' (Maybe Text) Int Text Text
- newSubmitJobResponse :: Int -> Text -> Text -> SubmitJobResponse
- data ListJobs = ListJobs' (Maybe [KeyValuesPair]) (Maybe Text) (Maybe Text) (Maybe JobStatus) (Maybe Text) (Maybe Text) (Maybe Int)
- newListJobs :: ListJobs
- data ListJobsResponse = ListJobsResponse' (Maybe Text) Int [JobSummary]
- newListJobsResponse :: Int -> ListJobsResponse
- data TerminateJob = TerminateJob' Text Text
- newTerminateJob :: Text -> Text -> TerminateJob
- data TerminateJobResponse = TerminateJobResponse' Int
- newTerminateJobResponse :: Int -> TerminateJobResponse
- data DescribeJobs = DescribeJobs' [Text]
- newDescribeJobs :: DescribeJobs
- data DescribeJobsResponse = DescribeJobsResponse' (Maybe [JobDetail]) Int
- newDescribeJobsResponse :: Int -> DescribeJobsResponse
- data DeleteComputeEnvironment = DeleteComputeEnvironment' Text
- newDeleteComputeEnvironment :: Text -> DeleteComputeEnvironment
- data DeleteComputeEnvironmentResponse = DeleteComputeEnvironmentResponse' Int
- newDeleteComputeEnvironmentResponse :: Int -> DeleteComputeEnvironmentResponse
- data UpdateComputeEnvironment = UpdateComputeEnvironment' (Maybe CEState) (Maybe ComputeResourceUpdate) (Maybe Text) Text
- newUpdateComputeEnvironment :: Text -> UpdateComputeEnvironment
- data UpdateComputeEnvironmentResponse = UpdateComputeEnvironmentResponse' (Maybe Text) (Maybe Text) Int
- newUpdateComputeEnvironmentResponse :: Int -> UpdateComputeEnvironmentResponse
- data DescribeJobDefinitions = DescribeJobDefinitions' (Maybe Text) (Maybe Text) (Maybe [Text]) (Maybe Text) (Maybe Int)
- newDescribeJobDefinitions :: DescribeJobDefinitions
- data DescribeJobDefinitionsResponse = DescribeJobDefinitionsResponse' (Maybe [JobDefinition]) (Maybe Text) Int
- newDescribeJobDefinitionsResponse :: Int -> DescribeJobDefinitionsResponse
- data UpdateJobQueue = UpdateJobQueue' (Maybe JQState) (Maybe Int) (Maybe [ComputeEnvironmentOrder]) Text
- newUpdateJobQueue :: Text -> UpdateJobQueue
- data UpdateJobQueueResponse = UpdateJobQueueResponse' (Maybe Text) (Maybe Text) Int
- newUpdateJobQueueResponse :: Int -> UpdateJobQueueResponse
- data DeleteJobQueue = DeleteJobQueue' Text
- newDeleteJobQueue :: Text -> DeleteJobQueue
- data DeleteJobQueueResponse = DeleteJobQueueResponse' Int
- newDeleteJobQueueResponse :: Int -> DeleteJobQueueResponse
- data CreateJobQueue = CreateJobQueue' (Maybe JQState) (Maybe (HashMap Text Text)) Text Int [ComputeEnvironmentOrder]
- newCreateJobQueue :: Text -> Int -> CreateJobQueue
- data CreateJobQueueResponse = CreateJobQueueResponse' Int Text Text
- newCreateJobQueueResponse :: Int -> Text -> Text -> CreateJobQueueResponse
- data DeregisterJobDefinition = DeregisterJobDefinition' Text
- newDeregisterJobDefinition :: Text -> DeregisterJobDefinition
- data DeregisterJobDefinitionResponse = DeregisterJobDefinitionResponse' Int
- newDeregisterJobDefinitionResponse :: Int -> DeregisterJobDefinitionResponse
- data DescribeJobQueues = DescribeJobQueues' (Maybe Text) (Maybe [Text]) (Maybe Int)
- newDescribeJobQueues :: DescribeJobQueues
- data DescribeJobQueuesResponse = DescribeJobQueuesResponse' (Maybe Text) (Maybe [JobQueueDetail]) Int
- newDescribeJobQueuesResponse :: Int -> DescribeJobQueuesResponse
- data TagResource = TagResource' Text (HashMap Text Text)
- newTagResource :: Text -> TagResource
- data TagResourceResponse = TagResourceResponse' Int
- newTagResourceResponse :: Int -> TagResourceResponse
- data UntagResource = UntagResource' Text (NonEmpty Text)
- newUntagResource :: Text -> NonEmpty Text -> UntagResource
- data UntagResourceResponse = UntagResourceResponse' Int
- newUntagResourceResponse :: Int -> UntagResourceResponse
- data DescribeComputeEnvironments = DescribeComputeEnvironments' (Maybe [Text]) (Maybe Text) (Maybe Int)
- newDescribeComputeEnvironments :: DescribeComputeEnvironments
- data DescribeComputeEnvironmentsResponse = DescribeComputeEnvironmentsResponse' (Maybe [ComputeEnvironmentDetail]) (Maybe Text) Int
- newDescribeComputeEnvironmentsResponse :: Int -> DescribeComputeEnvironmentsResponse
- data CancelJob = CancelJob' Text Text
- newCancelJob :: Text -> Text -> CancelJob
- data CancelJobResponse = CancelJobResponse' Int
- newCancelJobResponse :: Int -> CancelJobResponse
- newtype ArrayJobDependency where
- newtype AssignPublicIp where
- AssignPublicIp' { }
- pattern AssignPublicIp_DISABLED :: AssignPublicIp
- pattern AssignPublicIp_ENABLED :: AssignPublicIp
- newtype CEState where
- CEState' {
- fromCEState :: Text
- pattern CEState_DISABLED :: CEState
- pattern CEState_ENABLED :: CEState
- CEState' {
- newtype CEStatus where
- CEStatus' {
- fromCEStatus :: Text
- pattern CEStatus_CREATING :: CEStatus
- pattern CEStatus_DELETED :: CEStatus
- pattern CEStatus_DELETING :: CEStatus
- pattern CEStatus_INVALID :: CEStatus
- pattern CEStatus_UPDATING :: CEStatus
- pattern CEStatus_VALID :: CEStatus
- CEStatus' {
- newtype CEType where
- CEType' {
- fromCEType :: Text
- pattern CEType_MANAGED :: CEType
- pattern CEType_UNMANAGED :: CEType
- CEType' {
- newtype CRAllocationStrategy where
- newtype CRType where
- CRType' {
- fromCRType :: Text
- pattern CRType_EC2 :: CRType
- pattern CRType_FARGATE :: CRType
- pattern CRType_FARGATE_SPOT :: CRType
- pattern CRType_SPOT :: CRType
- CRType' {
- newtype DeviceCgroupPermission where
- newtype EFSAuthorizationConfigIAM where
- newtype EFSTransitEncryption where
- newtype JQState where
- JQState' {
- fromJQState :: Text
- pattern JQState_DISABLED :: JQState
- pattern JQState_ENABLED :: JQState
- JQState' {
- newtype JQStatus where
- JQStatus' {
- fromJQStatus :: Text
- pattern JQStatus_CREATING :: JQStatus
- pattern JQStatus_DELETED :: JQStatus
- pattern JQStatus_DELETING :: JQStatus
- pattern JQStatus_INVALID :: JQStatus
- pattern JQStatus_UPDATING :: JQStatus
- pattern JQStatus_VALID :: JQStatus
- JQStatus' {
- newtype JobDefinitionType where
- JobDefinitionType' { }
- pattern JobDefinitionType_Container :: JobDefinitionType
- pattern JobDefinitionType_Multinode :: JobDefinitionType
- newtype JobStatus where
- JobStatus' { }
- pattern JobStatus_FAILED :: JobStatus
- pattern JobStatus_PENDING :: JobStatus
- pattern JobStatus_RUNNABLE :: JobStatus
- pattern JobStatus_RUNNING :: JobStatus
- pattern JobStatus_STARTING :: JobStatus
- pattern JobStatus_SUBMITTED :: JobStatus
- pattern JobStatus_SUCCEEDED :: JobStatus
- newtype LogDriver where
- LogDriver' { }
- pattern LogDriver_Awslogs :: LogDriver
- pattern LogDriver_Fluentd :: LogDriver
- pattern LogDriver_Gelf :: LogDriver
- pattern LogDriver_Journald :: LogDriver
- pattern LogDriver_Json_file :: LogDriver
- pattern LogDriver_Splunk :: LogDriver
- pattern LogDriver_Syslog :: LogDriver
- newtype PlatformCapability where
- PlatformCapability' { }
- pattern PlatformCapability_EC2 :: PlatformCapability
- pattern PlatformCapability_FARGATE :: PlatformCapability
- newtype ResourceType where
- ResourceType' { }
- pattern ResourceType_GPU :: ResourceType
- pattern ResourceType_MEMORY :: ResourceType
- pattern ResourceType_VCPU :: ResourceType
- newtype RetryAction where
- RetryAction' { }
- pattern RetryAction_EXIT :: RetryAction
- pattern RetryAction_RETRY :: RetryAction
- data ArrayProperties = ArrayProperties' (Maybe Int)
- newArrayProperties :: ArrayProperties
- data ArrayPropertiesDetail = ArrayPropertiesDetail' (Maybe Int) (Maybe (HashMap Text Int)) (Maybe Int)
- newArrayPropertiesDetail :: ArrayPropertiesDetail
- data ArrayPropertiesSummary = ArrayPropertiesSummary' (Maybe Int) (Maybe Int)
- newArrayPropertiesSummary :: ArrayPropertiesSummary
- data AttemptContainerDetail = AttemptContainerDetail' (Maybe [NetworkInterface]) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Int)
- newAttemptContainerDetail :: AttemptContainerDetail
- data AttemptDetail = AttemptDetail' (Maybe Integer) (Maybe Integer) (Maybe AttemptContainerDetail) (Maybe Text)
- newAttemptDetail :: AttemptDetail
- data ComputeEnvironmentDetail = ComputeEnvironmentDetail' (Maybe CEStatus) (Maybe CEState) (Maybe ComputeResource) (Maybe Text) (Maybe CEType) (Maybe Text) (Maybe (HashMap Text Text)) Text Text Text
- newComputeEnvironmentDetail :: Text -> Text -> Text -> ComputeEnvironmentDetail
- data ComputeEnvironmentOrder = ComputeEnvironmentOrder' Int Text
- newComputeEnvironmentOrder :: Int -> Text -> ComputeEnvironmentOrder
- data ComputeResource = ComputeResource' (Maybe [Text]) (Maybe [Text]) (Maybe Text) (Maybe Text) (Maybe Int) (Maybe [Ec2Configuration]) (Maybe Int) (Maybe Text) (Maybe Text) (Maybe LaunchTemplateSpecification) (Maybe Int) (Maybe CRAllocationStrategy) (Maybe Text) (Maybe (HashMap Text Text)) CRType Int [Text]
- newComputeResource :: CRType -> Int -> ComputeResource
- data ComputeResourceUpdate = ComputeResourceUpdate' (Maybe [Text]) (Maybe [Text]) (Maybe Int) (Maybe Int) (Maybe Int)
- newComputeResourceUpdate :: ComputeResourceUpdate
- data ContainerDetail = ContainerDetail' (Maybe Text) (Maybe [Text]) (Maybe [Secret]) (Maybe [KeyValuePair]) (Maybe [NetworkInterface]) (Maybe Text) (Maybe [Ulimit]) (Maybe Text) (Maybe Text) (Maybe Bool) (Maybe Text) (Maybe [ResourceRequirement]) (Maybe Text) (Maybe Int) (Maybe Text) (Maybe LogConfiguration) (Maybe LinuxParameters) (Maybe Text) (Maybe Text) (Maybe [MountPoint]) (Maybe Int) (Maybe FargatePlatformConfiguration) (Maybe Int) (Maybe Bool) (Maybe [Volume]) (Maybe NetworkConfiguration)
- newContainerDetail :: ContainerDetail
- data ContainerOverrides = ContainerOverrides' (Maybe [Text]) (Maybe [KeyValuePair]) (Maybe [ResourceRequirement]) (Maybe Text) (Maybe Int) (Maybe Int)
- newContainerOverrides :: ContainerOverrides
- data ContainerProperties = ContainerProperties' (Maybe Text) (Maybe [Text]) (Maybe [Secret]) (Maybe [KeyValuePair]) (Maybe [Ulimit]) (Maybe Text) (Maybe Bool) (Maybe Text) (Maybe [ResourceRequirement]) (Maybe Text) (Maybe Int) (Maybe Text) (Maybe LogConfiguration) (Maybe LinuxParameters) (Maybe [MountPoint]) (Maybe FargatePlatformConfiguration) (Maybe Int) (Maybe Bool) (Maybe [Volume]) (Maybe NetworkConfiguration)
- newContainerProperties :: ContainerProperties
- data ContainerSummary = ContainerSummary' (Maybe Text) (Maybe Int)
- newContainerSummary :: ContainerSummary
- data Device = Device' (Maybe Text) (Maybe [DeviceCgroupPermission]) Text
- newDevice :: Text -> Device
- data EFSAuthorizationConfig = EFSAuthorizationConfig' (Maybe Text) (Maybe EFSAuthorizationConfigIAM)
- newEFSAuthorizationConfig :: EFSAuthorizationConfig
- data EFSVolumeConfiguration = EFSVolumeConfiguration' (Maybe Text) (Maybe EFSTransitEncryption) (Maybe EFSAuthorizationConfig) (Maybe Int) Text
- newEFSVolumeConfiguration :: Text -> EFSVolumeConfiguration
- data Ec2Configuration = Ec2Configuration' (Maybe Text) Text
- newEc2Configuration :: Text -> Ec2Configuration
- data EvaluateOnExit = EvaluateOnExit' (Maybe Text) (Maybe Text) (Maybe Text) RetryAction
- newEvaluateOnExit :: RetryAction -> EvaluateOnExit
- data FargatePlatformConfiguration = FargatePlatformConfiguration' (Maybe Text)
- newFargatePlatformConfiguration :: FargatePlatformConfiguration
- data Host = Host' (Maybe Text)
- newHost :: Host
- data JobDefinition = JobDefinition' (Maybe Text) (Maybe Bool) (Maybe RetryStrategy) (Maybe [PlatformCapability]) (Maybe (HashMap Text Text)) (Maybe JobTimeout) (Maybe ContainerProperties) (Maybe NodeProperties) (Maybe (HashMap Text Text)) Text Text Int Text
- newJobDefinition :: Text -> Text -> Int -> Text -> JobDefinition
- data JobDependency = JobDependency' (Maybe Text) (Maybe ArrayJobDependency)
- newJobDependency :: JobDependency
- data JobDetail = JobDetail' (Maybe Integer) (Maybe Text) (Maybe Bool) (Maybe Integer) (Maybe RetryStrategy) (Maybe [AttemptDetail]) (Maybe [PlatformCapability]) (Maybe Integer) (Maybe [JobDependency]) (Maybe ContainerDetail) (Maybe NodeDetails) (Maybe (HashMap Text Text)) (Maybe Text) (Maybe ArrayPropertiesDetail) (Maybe JobTimeout) (Maybe NodeProperties) (Maybe (HashMap Text Text)) Text Text Text JobStatus Text
- newJobDetail :: Text -> Text -> Text -> JobStatus -> Text -> JobDetail
- data JobQueueDetail = JobQueueDetail' (Maybe JQStatus) (Maybe Text) (Maybe (HashMap Text Text)) Text Text JQState Int [ComputeEnvironmentOrder]
- newJobQueueDetail :: Text -> Text -> JQState -> Int -> JobQueueDetail
- data JobSummary = JobSummary' (Maybe Integer) (Maybe JobStatus) (Maybe Text) (Maybe Integer) (Maybe Integer) (Maybe ContainerSummary) (Maybe Text) (Maybe Text) (Maybe ArrayPropertiesSummary) (Maybe NodePropertiesSummary) Text Text
- newJobSummary :: Text -> Text -> JobSummary
- data JobTimeout = JobTimeout' (Maybe Int)
- newJobTimeout :: JobTimeout
- data KeyValuePair = KeyValuePair' (Maybe Text) (Maybe Text)
- newKeyValuePair :: KeyValuePair
- data KeyValuesPair = KeyValuesPair' (Maybe [Text]) (Maybe Text)
- newKeyValuesPair :: KeyValuesPair
- data LaunchTemplateSpecification = LaunchTemplateSpecification' (Maybe Text) (Maybe Text) (Maybe Text)
- newLaunchTemplateSpecification :: LaunchTemplateSpecification
- data LinuxParameters = LinuxParameters' (Maybe Int) (Maybe Bool) (Maybe [Tmpfs]) (Maybe Int) (Maybe [Device]) (Maybe Int)
- newLinuxParameters :: LinuxParameters
- data LogConfiguration = LogConfiguration' (Maybe (HashMap Text Text)) (Maybe [Secret]) LogDriver
- newLogConfiguration :: LogDriver -> LogConfiguration
- data MountPoint = MountPoint' (Maybe Text) (Maybe Text) (Maybe Bool)
- newMountPoint :: MountPoint
- data NetworkConfiguration = NetworkConfiguration' (Maybe AssignPublicIp)
- newNetworkConfiguration :: NetworkConfiguration
- data NetworkInterface = NetworkInterface' (Maybe Text) (Maybe Text) (Maybe Text)
- newNetworkInterface :: NetworkInterface
- data NodeDetails = NodeDetails' (Maybe Int) (Maybe Bool)
- newNodeDetails :: NodeDetails
- data NodeOverrides = NodeOverrides' (Maybe Int) (Maybe [NodePropertyOverride])
- newNodeOverrides :: NodeOverrides
- data NodeProperties = NodeProperties' Int Int [NodeRangeProperty]
- newNodeProperties :: Int -> Int -> NodeProperties
- data NodePropertiesSummary = NodePropertiesSummary' (Maybe Int) (Maybe Int) (Maybe Bool)
- newNodePropertiesSummary :: NodePropertiesSummary
- data NodePropertyOverride = NodePropertyOverride' (Maybe ContainerOverrides) Text
- newNodePropertyOverride :: Text -> NodePropertyOverride
- data NodeRangeProperty = NodeRangeProperty' (Maybe ContainerProperties) Text
- newNodeRangeProperty :: Text -> NodeRangeProperty
- data ResourceRequirement = ResourceRequirement' Text ResourceType
- newResourceRequirement :: Text -> ResourceType -> ResourceRequirement
- data RetryStrategy = RetryStrategy' (Maybe [EvaluateOnExit]) (Maybe Int)
- newRetryStrategy :: RetryStrategy
- data Secret = Secret' Text Text
- newSecret :: Text -> Text -> Secret
- data Tmpfs = Tmpfs' (Maybe [Text]) Text Int
- newTmpfs :: Text -> Int -> Tmpfs
- data Ulimit = Ulimit' Int Text Int
- newUlimit :: Int -> Text -> Int -> Ulimit
- data Volume = Volume' (Maybe Text) (Maybe EFSVolumeConfiguration) (Maybe Host)
- newVolume :: Volume
Service Configuration
defaultService :: Service Source #
API version 2016-08-10
of the Amazon Batch SDK configuration.
Errors
Error matchers are designed for use with the functions provided by
Control.Exception.Lens.
This allows catching (and rethrowing) service specific errors returned
by Batch
.
ServerException
_ServerException :: AsError a => Getting (First ServiceError) a ServiceError Source #
These errors are usually caused by a server issue.
ClientException
_ClientException :: AsError a => Getting (First ServiceError) a ServiceError Source #
These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn't have permissions to use the action or resource, or specifying an identifier that's not valid.
Waiters
Waiters poll by repeatedly sending a request until some remote success condition
configured by the Wait
specification is fulfilled. The Wait
specification
determines how many attempts should be made, in addition to delay and retry strategies.
Operations
Some AWS operations return results that are incomplete and require subsequent
requests in order to obtain the entire result set. The process of sending
subsequent requests to continue where a previous request left off is called
pagination. For example, the ListObjects
operation of Amazon S3 returns up to
1000 objects at a time, and you must send subsequent requests with the
appropriate Marker in order to retrieve the next page of results.
Operations that have an AWSPager
instance can transparently perform subsequent
requests, correctly setting Markers and other request facets to iterate through
the entire result set of a truncated API operation. Operations which support
this have an additional note in the documentation.
Many operations have the ability to filter results on the server side. See the individual operation parameters for details.
CreateComputeEnvironment
data CreateComputeEnvironment Source #
Contains the parameters for CreateComputeEnvironment
.
See: newCreateComputeEnvironment
smart constructor.
CreateComputeEnvironment' (Maybe CEState) (Maybe ComputeResource) (Maybe Text) (Maybe (HashMap Text Text)) Text CEType |
Instances
newCreateComputeEnvironment Source #
:: Text | |
-> CEType | |
-> CreateComputeEnvironment |
Create a value of CreateComputeEnvironment
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:state:CreateComputeEnvironment'
, createComputeEnvironment_state
- The state of the compute environment. If the state is ENABLED
, then
the compute environment accepts jobs from a queue and can scale out
automatically based on queues.
If the state is ENABLED
, then the Batch scheduler can attempt to place
jobs from an associated job queue on the compute resources within the
environment. If the compute environment is managed, then it can scale
its instances out or in automatically, based on the job queue demand.
If the state is DISABLED
, then the Batch scheduler doesn't attempt to
place jobs within the environment. Jobs in a STARTING
or RUNNING
state continue to progress normally. Managed compute environments in the
DISABLED
state don't scale out. However, they scale in to minvCpus
value after instances become idle.
$sel:computeResources:CreateComputeEnvironment'
, createComputeEnvironment_computeResources
- Details about the compute resources managed by the compute environment.
This parameter is required for managed compute environments. For more
information, see
Compute Environments
in the Batch User Guide.
$sel:serviceRole:CreateComputeEnvironment'
, createComputeEnvironment_serviceRole
- The full Amazon Resource Name (ARN) of the IAM role that allows Batch to
make calls to other Amazon Web Services services on your behalf. For
more information, see
Batch service IAM role
in the Batch User Guide.
If your account already created the Batch service-linked role, that role is used by default for your compute environment unless you specify a different role here. If the Batch service-linked role doesn't exist in your account, and no role is specified here, the service attempts to create the Batch service-linked role in your account.
If your specified role has a path other than /
, then you must specify
either the full role ARN (recommended) or prefix the role name with the
path. For example, if a role with the name bar
has a path of /foo/
then you would specify /foo/bar
as the role name. For more
information, see
Friendly names and paths
in the IAM User Guide.
Depending on how you created your Batch service role, its ARN might
contain the service-role
path prefix. When you only specify the name
of the service role, Batch assumes that your ARN doesn't use the
service-role
path prefix. Because of this, we recommend that you
specify the full ARN of your service role when you create compute
environments.
$sel:tags:CreateComputeEnvironment'
, createComputeEnvironment_tags
- The tags that you apply to the compute environment to help you
categorize and organize your resources. Each tag consists of a key and
an optional value. For more information, see
Tagging Amazon Web Services Resources
in Amazon Web Services General Reference.
These tags can be updated or removed using the TagResource and UntagResource API operations. These tags don't propagate to the underlying compute resources.
$sel:computeEnvironmentName:CreateComputeEnvironment'
, createComputeEnvironment_computeEnvironmentName
- The name for your compute environment. Up to 128 letters (uppercase and
lowercase), numbers, hyphens, and underscores are allowed.
$sel:type':CreateComputeEnvironment'
, createComputeEnvironment_type
- The type of the compute environment: MANAGED
or UNMANAGED
. For more
information, see
Compute Environments
in the Batch User Guide.
data CreateComputeEnvironmentResponse Source #
See: newCreateComputeEnvironmentResponse
smart constructor.
Instances
newCreateComputeEnvironmentResponse Source #
Create a value of CreateComputeEnvironmentResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:computeEnvironmentName:CreateComputeEnvironment'
, createComputeEnvironmentResponse_computeEnvironmentName
- The name of the compute environment. Up to 128 letters (uppercase and
lowercase), numbers, hyphens, and underscores are allowed.
$sel:computeEnvironmentArn:CreateComputeEnvironmentResponse'
, createComputeEnvironmentResponse_computeEnvironmentArn
- The Amazon Resource Name (ARN) of the compute environment.
$sel:httpStatus:CreateComputeEnvironmentResponse'
, createComputeEnvironmentResponse_httpStatus
- The response's http status code.
ListTagsForResource
data ListTagsForResource Source #
See: newListTagsForResource
smart constructor.
Instances
newListTagsForResource Source #
Create a value of ListTagsForResource
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceArn:ListTagsForResource'
, listTagsForResource_resourceArn
- The Amazon Resource Name (ARN) that identifies the resource that tags
are listed for. Batch resources that support tags are compute
environments, jobs, job definitions, and job queues. ARNs for child jobs
of array and multi-node parallel (MNP) jobs are not supported.
data ListTagsForResourceResponse Source #
See: newListTagsForResourceResponse
smart constructor.
Instances
newListTagsForResourceResponse Source #
Create a value of ListTagsForResourceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:tags:ListTagsForResourceResponse'
, listTagsForResourceResponse_tags
- The tags for the resource.
$sel:httpStatus:ListTagsForResourceResponse'
, listTagsForResourceResponse_httpStatus
- The response's http status code.
RegisterJobDefinition
data RegisterJobDefinition Source #
Contains the parameters for RegisterJobDefinition
.
See: newRegisterJobDefinition
smart constructor.
Instances
newRegisterJobDefinition Source #
Create a value of RegisterJobDefinition
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:propagateTags:RegisterJobDefinition'
, registerJobDefinition_propagateTags
- Specifies whether to propagate the tags from the job or job definition
to the corresponding Amazon ECS task. If no value is specified, the tags
are not propagated. Tags can only be propagated to the tasks during task
creation. For tags with the same name, job tags are given priority over
job definitions tags. If the total number of combined tags from the job
and job definition is over 50, the job is moved to the FAILED
state.
$sel:retryStrategy:RegisterJobDefinition'
, registerJobDefinition_retryStrategy
- The retry strategy to use for failed jobs that are submitted with this
job definition. Any retry strategy that's specified during a SubmitJob
operation overrides the retry strategy defined here. If a job is
terminated due to a timeout, it isn't retried.
$sel:platformCapabilities:RegisterJobDefinition'
, registerJobDefinition_platformCapabilities
- The platform capabilities required by the job definition. If no value is
specified, it defaults to EC2
. To run the job on Fargate resources,
specify FARGATE
.
$sel:parameters:RegisterJobDefinition'
, registerJobDefinition_parameters
- Default parameter substitution placeholders to set in the job
definition. Parameters are specified as a key-value pair mapping.
Parameters in a SubmitJob
request override any corresponding parameter
defaults from the job definition.
$sel:timeout:RegisterJobDefinition'
, registerJobDefinition_timeout
- The timeout configuration for jobs that are submitted with this job
definition, after which Batch terminates your jobs if they have not
finished. If a job is terminated due to a timeout, it isn't retried.
The minimum value for the timeout is 60 seconds. Any timeout
configuration that's specified during a SubmitJob operation overrides
the timeout configuration defined here. For more information, see
Job Timeouts
in the Batch User Guide.
$sel:containerProperties:RegisterJobDefinition'
, registerJobDefinition_containerProperties
- An object with various properties specific to single-node
container-based jobs. If the job definition's type
parameter is
container
, then you must specify either containerProperties
or
nodeProperties
.
If the job runs on Fargate resources, then you must not specify
nodeProperties
; use only containerProperties
.
$sel:nodeProperties:RegisterJobDefinition'
, registerJobDefinition_nodeProperties
- An object with various properties specific to multi-node parallel jobs.
If you specify node properties for a job, it becomes a multi-node
parallel job. For more information, see
Multi-node Parallel Jobs
in the Batch User Guide. If the job definition's type
parameter is
container
, then you must specify either containerProperties
or
nodeProperties
.
If the job runs on Fargate resources, then you must not specify
nodeProperties
; use containerProperties
instead.
$sel:tags:RegisterJobDefinition'
, registerJobDefinition_tags
- The tags that you apply to the job definition to help you categorize and
organize your resources. Each tag consists of a key and an optional
value. For more information, see
Tagging Amazon Web Services Resources
in Batch User Guide.
$sel:jobDefinitionName:RegisterJobDefinition'
, registerJobDefinition_jobDefinitionName
- The name of the job definition to register. Up to 128 letters (uppercase
and lowercase), numbers, hyphens, and underscores are allowed.
$sel:type':RegisterJobDefinition'
, registerJobDefinition_type
- The type of job definition. For more information about multi-node
parallel jobs, see
Creating a multi-node parallel job definition
in the Batch User Guide.
If the job is run on Fargate resources, then multinode
isn't
supported.
data RegisterJobDefinitionResponse Source #
See: newRegisterJobDefinitionResponse
smart constructor.
Instances
newRegisterJobDefinitionResponse Source #
:: Int | |
-> Text | |
-> Text | |
-> Int | |
-> RegisterJobDefinitionResponse |
Create a value of RegisterJobDefinitionResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:RegisterJobDefinitionResponse'
, registerJobDefinitionResponse_httpStatus
- The response's http status code.
$sel:jobDefinitionName:RegisterJobDefinition'
, registerJobDefinitionResponse_jobDefinitionName
- The name of the job definition.
$sel:jobDefinitionArn:RegisterJobDefinitionResponse'
, registerJobDefinitionResponse_jobDefinitionArn
- The Amazon Resource Name (ARN) of the job definition.
$sel:revision:RegisterJobDefinitionResponse'
, registerJobDefinitionResponse_revision
- The revision of the job definition.
SubmitJob
Contains the parameters for SubmitJob
.
See: newSubmitJob
smart constructor.
SubmitJob' (Maybe NodeOverrides) (Maybe Bool) (Maybe ContainerOverrides) (Maybe RetryStrategy) (Maybe [JobDependency]) (Maybe (HashMap Text Text)) (Maybe ArrayProperties) (Maybe JobTimeout) (Maybe (HashMap Text Text)) Text Text Text |
Instances
Create a value of SubmitJob
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nodeOverrides:SubmitJob'
, submitJob_nodeOverrides
- A list of node overrides in JSON format that specify the node range to
target and the container overrides for that node range.
This parameter isn't applicable to jobs that are running on Fargate
resources; use containerOverrides
instead.
$sel:propagateTags:SubmitJob'
, submitJob_propagateTags
- Specifies whether to propagate the tags from the job or job definition
to the corresponding Amazon ECS task. If no value is specified, the tags
aren't propagated. Tags can only be propagated to the tasks during task
creation. For tags with the same name, job tags are given priority over
job definitions tags. If the total number of combined tags from the job
and job definition is over 50, the job is moved to the FAILED
state.
When specified, this overrides the tag propagation setting in the job
definition.
$sel:containerOverrides:SubmitJob'
, submitJob_containerOverrides
- A list of container overrides in the JSON format that specify the name
of a container in the specified job definition and the overrides it
should receive. You can override the default command for a container,
which is specified in the job definition or the Docker image, with a
command
override. You can also override existing environment variables
on a container or add new environment variables to it with an
environment
override.
$sel:retryStrategy:SubmitJob'
, submitJob_retryStrategy
- The retry strategy to use for failed jobs from this SubmitJob operation.
When a retry strategy is specified here, it overrides the retry strategy
defined in the job definition.
$sel:dependsOn:SubmitJob'
, submitJob_dependsOn
- A list of dependencies for the job. A job can depend upon a maximum of
20 jobs. You can specify a SEQUENTIAL
type dependency without
specifying a job ID for array jobs so that each child array job
completes sequentially, starting at index 0. You can also specify an
N_TO_N
type dependency with a job ID for array jobs. In that case,
each index child of this job must wait for the corresponding index child
of each dependency to complete before it can begin.
$sel:parameters:SubmitJob'
, submitJob_parameters
- Additional parameters passed to the job that replace parameter
substitution placeholders that are set in the job definition. Parameters
are specified as a key and value pair mapping. Parameters in a
SubmitJob
request override any corresponding parameter defaults from
the job definition.
$sel:arrayProperties:SubmitJob'
, submitJob_arrayProperties
- The array properties for the submitted job, such as the size of the
array. The array size can be between 2 and 10,000. If you specify array
properties for a job, it becomes an array job. For more information, see
Array Jobs
in the Batch User Guide.
$sel:timeout:SubmitJob'
, submitJob_timeout
- The timeout configuration for this SubmitJob operation. You can specify
a timeout duration after which Batch terminates your jobs if they
haven't finished. If a job is terminated due to a timeout, it isn't
retried. The minimum value for the timeout is 60 seconds. This
configuration overrides any timeout configuration specified in the job
definition. For array jobs, child jobs have the same timeout
configuration as the parent job. For more information, see
Job Timeouts
in the Amazon Elastic Container Service Developer Guide.
$sel:tags:SubmitJob'
, submitJob_tags
- The tags that you apply to the job request to help you categorize and
organize your resources. Each tag consists of a key and an optional
value. For more information, see
Tagging Amazon Web Services Resources
in Amazon Web Services General Reference.
$sel:jobName:SubmitJob'
, submitJob_jobName
- The name of the job. The first character must be alphanumeric, and up to
128 letters (uppercase and lowercase), numbers, hyphens, and underscores
are allowed.
$sel:jobQueue:SubmitJob'
, submitJob_jobQueue
- The job queue where the job is submitted. You can specify either the
name or the Amazon Resource Name (ARN) of the queue.
$sel:jobDefinition:SubmitJob'
, submitJob_jobDefinition
- The job definition used by this job. This value can be one of name
,
name:revision
, or the Amazon Resource Name (ARN) for the job
definition. If name
is specified without a revision then the latest
active revision is used.
data SubmitJobResponse Source #
See: newSubmitJobResponse
smart constructor.
Instances
:: Int | |
-> Text | |
-> Text | |
-> SubmitJobResponse |
Create a value of SubmitJobResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:jobArn:SubmitJobResponse'
, submitJobResponse_jobArn
- The Amazon Resource Name (ARN) for the job.
$sel:httpStatus:SubmitJobResponse'
, submitJobResponse_httpStatus
- The response's http status code.
$sel:jobName:SubmitJob'
, submitJobResponse_jobName
- The name of the job.
$sel:jobId:SubmitJobResponse'
, submitJobResponse_jobId
- The unique identifier for the job.
ListJobs (Paginated)
Contains the parameters for ListJobs
.
See: newListJobs
smart constructor.
ListJobs' (Maybe [KeyValuesPair]) (Maybe Text) (Maybe Text) (Maybe JobStatus) (Maybe Text) (Maybe Text) (Maybe Int) |
Instances
newListJobs :: ListJobs Source #
Create a value of ListJobs
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:filters:ListJobs'
, listJobs_filters
- The filter to apply to the query. Only one filter can be used at a time.
When the filter is used, jobStatus
is ignored. The filter doesn't
apply to child jobs in an array or multi-node parallel (MNP) jobs. The
results are sorted by the createdAt
field, with the most recent jobs
being first.
- JOB_NAME
- The value of the filter is a case-insensitive match for the job
name. If the value ends with an asterisk (*), the filter will match
any job name that begins with the string before the '*'. This
corresponds to the
jobName
value. For example,test1
matches bothTest1
andtest1
, andtest1*
matches bothtest1
andTest10
. When theJOB_NAME
filter is used, the results are grouped by the job name and version. - JOB_DEFINITION
- The value for the filter is the name or Amazon Resource Name (ARN)
of the job definition. This corresponds to the
jobDefinition
value. The value is case sensitive. When the value for the filter is the job definition name, the results include all the jobs that used any revision of that job definition name. If the value ends with an asterisk (*), the filter will match any job definition name that begins with the string before the '*'. For example,jd1
matches onlyjd1
, andjd1*
matches bothjd1
andjd1A
. The version of the job definition that's used doesn't affect the sort order. When theJOB_DEFINITION
filter is used and the ARN is used (which is in the formarn:${Partition}:batch:${Region}:${Account}:job-definition/${JobDefinitionName}:${Revision}
), the results include jobs that used the specified revision of the job definition. Asterisk (*) is not supported when the ARN is used. - BEFORE_CREATED_AT
- The value for the filter is the time that's before the job was
created. This corresponds to the
createdAt
value. The value is a string representation of the number of seconds since 00:00:00 UTC (midnight) on January 1, 1970. - AFTER_CREATED_AT
- The value for the filter is the time that's after the job was
created. This corresponds to the
createdAt
value. The value is a string representation of the number of seconds since 00:00:00 UTC (midnight) on January 1, 1970.
$sel:nextToken:ListJobs'
, listJobs_nextToken
- The nextToken
value returned from a previous paginated ListJobs
request where maxResults
was used and the results exceeded the value
of that parameter. Pagination continues from the end of the previous
results that returned the nextToken
value. This value is null
when
there are no more results to return.
This token should be treated as an opaque identifier that's only used to retrieve the next items in a list and not for other programmatic purposes.
$sel:multiNodeJobId:ListJobs'
, listJobs_multiNodeJobId
- The job ID for a multi-node parallel job. Specifying a multi-node
parallel job ID with this parameter lists all nodes that are associated
with the specified job.
$sel:jobStatus:ListJobs'
, listJobs_jobStatus
- The job status used to filter jobs in the specified queue. If the
filters
parameter is specified, the jobStatus
parameter is ignored
and jobs with any status are returned. If you don't specify a status,
only RUNNING
jobs are returned.
$sel:arrayJobId:ListJobs'
, listJobs_arrayJobId
- The job ID for an array job. Specifying an array job ID with this
parameter lists all child jobs from within the specified array.
$sel:jobQueue:ListJobs'
, listJobs_jobQueue
- The name or full Amazon Resource Name (ARN) of the job queue used to
list jobs.
$sel:maxResults:ListJobs'
, listJobs_maxResults
- The maximum number of results returned by ListJobs
in paginated
output. When this parameter is used, ListJobs
only returns
maxResults
results in a single page and a nextToken
response
element. The remaining results of the initial request can be seen by
sending another ListJobs
request with the returned nextToken
value.
This value can be between 1 and 100. If this parameter isn't used, then
ListJobs
returns up to 100 results and a nextToken
value if
applicable.
data ListJobsResponse Source #
See: newListJobsResponse
smart constructor.
Instances
Create a value of ListJobsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:ListJobs'
, listJobsResponse_nextToken
- The nextToken
value to include in a future ListJobs
request. When
the results of a ListJobs
request exceed maxResults
, this value can
be used to retrieve the next page of results. This value is null
when
there are no more results to return.
$sel:httpStatus:ListJobsResponse'
, listJobsResponse_httpStatus
- The response's http status code.
$sel:jobSummaryList:ListJobsResponse'
, listJobsResponse_jobSummaryList
- A list of job summaries that match the request.
TerminateJob
data TerminateJob Source #
Contains the parameters for TerminateJob
.
See: newTerminateJob
smart constructor.
Instances
Create a value of TerminateJob
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:jobId:TerminateJob'
, terminateJob_jobId
- The Batch job ID of the job to terminate.
$sel:reason:TerminateJob'
, terminateJob_reason
- A message to attach to the job that explains the reason for canceling
it. This message is returned by future DescribeJobs operations on the
job. This message is also recorded in the Batch activity logs.
data TerminateJobResponse Source #
See: newTerminateJobResponse
smart constructor.
Instances
newTerminateJobResponse Source #
Create a value of TerminateJobResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:TerminateJobResponse'
, terminateJobResponse_httpStatus
- The response's http status code.
DescribeJobs
data DescribeJobs Source #
Contains the parameters for DescribeJobs
.
See: newDescribeJobs
smart constructor.
Instances
newDescribeJobs :: DescribeJobs Source #
Create a value of DescribeJobs
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:jobs:DescribeJobs'
, describeJobs_jobs
- A list of up to 100 job IDs.
data DescribeJobsResponse Source #
See: newDescribeJobsResponse
smart constructor.
Instances
newDescribeJobsResponse Source #
Create a value of DescribeJobsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:jobs:DescribeJobs'
, describeJobsResponse_jobs
- The list of jobs.
$sel:httpStatus:DescribeJobsResponse'
, describeJobsResponse_httpStatus
- The response's http status code.
DeleteComputeEnvironment
data DeleteComputeEnvironment Source #
Contains the parameters for DeleteComputeEnvironment
.
See: newDeleteComputeEnvironment
smart constructor.
Instances
newDeleteComputeEnvironment Source #
Create a value of DeleteComputeEnvironment
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:computeEnvironment:DeleteComputeEnvironment'
, deleteComputeEnvironment_computeEnvironment
- The name or Amazon Resource Name (ARN) of the compute environment to
delete.
data DeleteComputeEnvironmentResponse Source #
See: newDeleteComputeEnvironmentResponse
smart constructor.
Instances
Eq DeleteComputeEnvironmentResponse Source # | |
Read DeleteComputeEnvironmentResponse Source # | |
Show DeleteComputeEnvironmentResponse Source # | |
Defined in Amazonka.Batch.DeleteComputeEnvironment | |
Generic DeleteComputeEnvironmentResponse Source # | |
NFData DeleteComputeEnvironmentResponse Source # | |
Defined in Amazonka.Batch.DeleteComputeEnvironment rnf :: DeleteComputeEnvironmentResponse -> () # | |
type Rep DeleteComputeEnvironmentResponse Source # | |
Defined in Amazonka.Batch.DeleteComputeEnvironment type Rep DeleteComputeEnvironmentResponse = D1 ('MetaData "DeleteComputeEnvironmentResponse" "Amazonka.Batch.DeleteComputeEnvironment" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "DeleteComputeEnvironmentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDeleteComputeEnvironmentResponse Source #
Create a value of DeleteComputeEnvironmentResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DeleteComputeEnvironmentResponse'
, deleteComputeEnvironmentResponse_httpStatus
- The response's http status code.
UpdateComputeEnvironment
data UpdateComputeEnvironment Source #
Contains the parameters for UpdateComputeEnvironment
.
See: newUpdateComputeEnvironment
smart constructor.
Instances
newUpdateComputeEnvironment Source #
Create a value of UpdateComputeEnvironment
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:state:UpdateComputeEnvironment'
, updateComputeEnvironment_state
- The state of the compute environment. Compute environments in the
ENABLED
state can accept jobs from a queue and scale in or out
automatically based on the workload demand of its associated queues.
If the state is ENABLED
, then the Batch scheduler can attempt to place
jobs from an associated job queue on the compute resources within the
environment. If the compute environment is managed, then it can scale
its instances out or in automatically, based on the job queue demand.
If the state is DISABLED
, then the Batch scheduler doesn't attempt to
place jobs within the environment. Jobs in a STARTING
or RUNNING
state continue to progress normally. Managed compute environments in the
DISABLED
state don't scale out. However, they scale in to minvCpus
value after instances become idle.
$sel:computeResources:UpdateComputeEnvironment'
, updateComputeEnvironment_computeResources
- Details of the compute resources managed by the compute environment.
Required for a managed compute environment. For more information, see
Compute Environments
in the Batch User Guide.
$sel:serviceRole:UpdateComputeEnvironment'
, updateComputeEnvironment_serviceRole
- The full Amazon Resource Name (ARN) of the IAM role that allows Batch to
make calls to other Amazon Web Services services on your behalf. For
more information, see
Batch service IAM role
in the Batch User Guide.
If the compute environment has a service-linked role, it can't be changed to use a regular IAM role. Likewise, if the compute environment has a regular IAM role, it can't be changed to use a service-linked role.
If your specified role has a path other than /
, then you must either
specify the full role ARN (this is recommended) or prefix the role name
with the path.
Depending on how you created your Batch service role, its ARN might
contain the service-role
path prefix. When you only specify the name
of the service role, Batch assumes that your ARN doesn't use the
service-role
path prefix. Because of this, we recommend that you
specify the full ARN of your service role when you create compute
environments.
$sel:computeEnvironment:UpdateComputeEnvironment'
, updateComputeEnvironment_computeEnvironment
- The name or full Amazon Resource Name (ARN) of the compute environment
to update.
data UpdateComputeEnvironmentResponse Source #
See: newUpdateComputeEnvironmentResponse
smart constructor.
Instances
newUpdateComputeEnvironmentResponse Source #
Create a value of UpdateComputeEnvironmentResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:computeEnvironmentName:UpdateComputeEnvironmentResponse'
, updateComputeEnvironmentResponse_computeEnvironmentName
- The name of the compute environment. Up to 128 letters (uppercase and
lowercase), numbers, hyphens, and underscores are allowed.
$sel:computeEnvironmentArn:UpdateComputeEnvironmentResponse'
, updateComputeEnvironmentResponse_computeEnvironmentArn
- The Amazon Resource Name (ARN) of the compute environment.
$sel:httpStatus:UpdateComputeEnvironmentResponse'
, updateComputeEnvironmentResponse_httpStatus
- The response's http status code.
DescribeJobDefinitions (Paginated)
data DescribeJobDefinitions Source #
Contains the parameters for DescribeJobDefinitions
.
See: newDescribeJobDefinitions
smart constructor.
Instances
newDescribeJobDefinitions :: DescribeJobDefinitions Source #
Create a value of DescribeJobDefinitions
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:status:DescribeJobDefinitions'
, describeJobDefinitions_status
- The status used to filter job definitions.
$sel:jobDefinitionName:DescribeJobDefinitions'
, describeJobDefinitions_jobDefinitionName
- The name of the job definition to describe.
$sel:jobDefinitions:DescribeJobDefinitions'
, describeJobDefinitions_jobDefinitions
- A list of up to 100 job definitions. Each entry in the list can either
be an ARN of the form
arn:aws:batch:${Region}:${Account}:job-definition/${JobDefinitionName}:${Revision}
or a short version using the form ${JobDefinitionName}:${Revision}
.
$sel:nextToken:DescribeJobDefinitions'
, describeJobDefinitions_nextToken
- The nextToken
value returned from a previous paginated
DescribeJobDefinitions
request where maxResults
was used and the
results exceeded the value of that parameter. Pagination continues from
the end of the previous results that returned the nextToken
value.
This value is null
when there are no more results to return.
This token should be treated as an opaque identifier that's only used to retrieve the next items in a list and not for other programmatic purposes.
$sel:maxResults:DescribeJobDefinitions'
, describeJobDefinitions_maxResults
- The maximum number of results returned by DescribeJobDefinitions
in
paginated output. When this parameter is used, DescribeJobDefinitions
only returns maxResults
results in a single page and a nextToken
response element. The remaining results of the initial request can be
seen by sending another DescribeJobDefinitions
request with the
returned nextToken
value. This value can be between 1 and 100. If this
parameter isn't used, then DescribeJobDefinitions
returns up to 100
results and a nextToken
value if applicable.
data DescribeJobDefinitionsResponse Source #
See: newDescribeJobDefinitionsResponse
smart constructor.
Instances
newDescribeJobDefinitionsResponse Source #
Create a value of DescribeJobDefinitionsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:jobDefinitions:DescribeJobDefinitions'
, describeJobDefinitionsResponse_jobDefinitions
- The list of job definitions.
$sel:nextToken:DescribeJobDefinitions'
, describeJobDefinitionsResponse_nextToken
- The nextToken
value to include in a future DescribeJobDefinitions
request. When the results of a DescribeJobDefinitions
request exceed
maxResults
, this value can be used to retrieve the next page of
results. This value is null
when there are no more results to return.
$sel:httpStatus:DescribeJobDefinitionsResponse'
, describeJobDefinitionsResponse_httpStatus
- The response's http status code.
UpdateJobQueue
data UpdateJobQueue Source #
Contains the parameters for UpdateJobQueue
.
See: newUpdateJobQueue
smart constructor.
Instances
Create a value of UpdateJobQueue
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:state:UpdateJobQueue'
, updateJobQueue_state
- Describes the queue's ability to accept new jobs. If the job queue
state is ENABLED
, it can accept jobs. If the job queue state is
DISABLED
, new jobs can't be added to the queue, but jobs already in
the queue can finish.
$sel:priority:UpdateJobQueue'
, updateJobQueue_priority
- The priority of the job queue. Job queues with a higher priority (or a
higher integer value for the priority
parameter) are evaluated first
when associated with the same compute environment. Priority is
determined in descending order, for example, a job queue with a priority
value of 10
is given scheduling preference over a job queue with a
priority value of 1
. All of the compute environments must be either
EC2 (EC2
or SPOT
) or Fargate (FARGATE
or FARGATE_SPOT
). EC2 and
Fargate compute environments can't be mixed.
$sel:computeEnvironmentOrder:UpdateJobQueue'
, updateJobQueue_computeEnvironmentOrder
- Details the set of compute environments mapped to a job queue and their
order relative to each other. This is one of the parameters used by the
job scheduler to determine which compute environment should run a given
job. Compute environments must be in the VALID
state before you can
associate them with a job queue. All of the compute environments must be
either EC2 (EC2
or SPOT
) or Fargate (FARGATE
or FARGATE_SPOT
).
EC2 and Fargate compute environments can't be mixed.
All compute environments that are associated with a job queue must share the same architecture. Batch doesn't support mixing compute environment architecture types in a single job queue.
$sel:jobQueue:UpdateJobQueue'
, updateJobQueue_jobQueue
- The name or the Amazon Resource Name (ARN) of the job queue.
data UpdateJobQueueResponse Source #
See: newUpdateJobQueueResponse
smart constructor.
Instances
newUpdateJobQueueResponse Source #
Create a value of UpdateJobQueueResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:jobQueueArn:UpdateJobQueueResponse'
, updateJobQueueResponse_jobQueueArn
- The Amazon Resource Name (ARN) of the job queue.
$sel:jobQueueName:UpdateJobQueueResponse'
, updateJobQueueResponse_jobQueueName
- The name of the job queue.
$sel:httpStatus:UpdateJobQueueResponse'
, updateJobQueueResponse_httpStatus
- The response's http status code.
DeleteJobQueue
data DeleteJobQueue Source #
Contains the parameters for DeleteJobQueue
.
See: newDeleteJobQueue
smart constructor.
Instances
Create a value of DeleteJobQueue
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:jobQueue:DeleteJobQueue'
, deleteJobQueue_jobQueue
- The short name or full Amazon Resource Name (ARN) of the queue to
delete.
data DeleteJobQueueResponse Source #
See: newDeleteJobQueueResponse
smart constructor.
Instances
Eq DeleteJobQueueResponse Source # | |
Defined in Amazonka.Batch.DeleteJobQueue | |
Read DeleteJobQueueResponse Source # | |
Show DeleteJobQueueResponse Source # | |
Defined in Amazonka.Batch.DeleteJobQueue showsPrec :: Int -> DeleteJobQueueResponse -> ShowS # show :: DeleteJobQueueResponse -> String # showList :: [DeleteJobQueueResponse] -> ShowS # | |
Generic DeleteJobQueueResponse Source # | |
Defined in Amazonka.Batch.DeleteJobQueue type Rep DeleteJobQueueResponse :: Type -> Type # | |
NFData DeleteJobQueueResponse Source # | |
Defined in Amazonka.Batch.DeleteJobQueue rnf :: DeleteJobQueueResponse -> () # | |
type Rep DeleteJobQueueResponse Source # | |
Defined in Amazonka.Batch.DeleteJobQueue type Rep DeleteJobQueueResponse = D1 ('MetaData "DeleteJobQueueResponse" "Amazonka.Batch.DeleteJobQueue" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "DeleteJobQueueResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDeleteJobQueueResponse Source #
Create a value of DeleteJobQueueResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DeleteJobQueueResponse'
, deleteJobQueueResponse_httpStatus
- The response's http status code.
CreateJobQueue
data CreateJobQueue Source #
Contains the parameters for CreateJobQueue
.
See: newCreateJobQueue
smart constructor.
Instances
Create a value of CreateJobQueue
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:state:CreateJobQueue'
, createJobQueue_state
- The state of the job queue. If the job queue state is ENABLED
, it is
able to accept jobs. If the job queue state is DISABLED
, new jobs
can't be added to the queue, but jobs already in the queue can finish.
$sel:tags:CreateJobQueue'
, createJobQueue_tags
- The tags that you apply to the job queue to help you categorize and
organize your resources. Each tag consists of a key and an optional
value. For more information, see
Tagging your Batch resources
in Batch User Guide.
$sel:jobQueueName:CreateJobQueue'
, createJobQueue_jobQueueName
- The name of the job queue. Up to 128 letters (uppercase and lowercase),
numbers, and underscores are allowed.
$sel:priority:CreateJobQueue'
, createJobQueue_priority
- The priority of the job queue. Job queues with a higher priority (or a
higher integer value for the priority
parameter) are evaluated first
when associated with the same compute environment. Priority is
determined in descending order. For example, a job queue with a priority
value of 10
is given scheduling preference over a job queue with a
priority value of 1
. All of the compute environments must be either
EC2 (EC2
or SPOT
) or Fargate (FARGATE
or FARGATE_SPOT
); EC2 and
Fargate compute environments can't be mixed.
$sel:computeEnvironmentOrder:CreateJobQueue'
, createJobQueue_computeEnvironmentOrder
- The set of compute environments mapped to a job queue and their order
relative to each other. The job scheduler uses this parameter to
determine which compute environment should run a specific job. Compute
environments must be in the VALID
state before you can associate them
with a job queue. You can associate up to three compute environments
with a job queue. All of the compute environments must be either EC2
(EC2
or SPOT
) or Fargate (FARGATE
or FARGATE_SPOT
); EC2 and
Fargate compute environments can't be mixed.
All compute environments that are associated with a job queue must share the same architecture. Batch doesn't support mixing compute environment architecture types in a single job queue.
data CreateJobQueueResponse Source #
See: newCreateJobQueueResponse
smart constructor.
Instances
newCreateJobQueueResponse Source #
:: Int | |
-> Text | |
-> Text | |
-> CreateJobQueueResponse |
Create a value of CreateJobQueueResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:CreateJobQueueResponse'
, createJobQueueResponse_httpStatus
- The response's http status code.
$sel:jobQueueName:CreateJobQueue'
, createJobQueueResponse_jobQueueName
- The name of the job queue.
$sel:jobQueueArn:CreateJobQueueResponse'
, createJobQueueResponse_jobQueueArn
- The Amazon Resource Name (ARN) of the job queue.
DeregisterJobDefinition
data DeregisterJobDefinition Source #
See: newDeregisterJobDefinition
smart constructor.
Instances
newDeregisterJobDefinition Source #
Create a value of DeregisterJobDefinition
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:jobDefinition:DeregisterJobDefinition'
, deregisterJobDefinition_jobDefinition
- The name and revision (name:revision
) or full Amazon Resource Name
(ARN) of the job definition to deregister.
data DeregisterJobDefinitionResponse Source #
See: newDeregisterJobDefinitionResponse
smart constructor.
Instances
Eq DeregisterJobDefinitionResponse Source # | |
Read DeregisterJobDefinitionResponse Source # | |
Show DeregisterJobDefinitionResponse Source # | |
Defined in Amazonka.Batch.DeregisterJobDefinition | |
Generic DeregisterJobDefinitionResponse Source # | |
NFData DeregisterJobDefinitionResponse Source # | |
Defined in Amazonka.Batch.DeregisterJobDefinition rnf :: DeregisterJobDefinitionResponse -> () # | |
type Rep DeregisterJobDefinitionResponse Source # | |
Defined in Amazonka.Batch.DeregisterJobDefinition type Rep DeregisterJobDefinitionResponse = D1 ('MetaData "DeregisterJobDefinitionResponse" "Amazonka.Batch.DeregisterJobDefinition" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "DeregisterJobDefinitionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDeregisterJobDefinitionResponse Source #
Create a value of DeregisterJobDefinitionResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DeregisterJobDefinitionResponse'
, deregisterJobDefinitionResponse_httpStatus
- The response's http status code.
DescribeJobQueues (Paginated)
data DescribeJobQueues Source #
Contains the parameters for DescribeJobQueues
.
See: newDescribeJobQueues
smart constructor.
Instances
newDescribeJobQueues :: DescribeJobQueues Source #
Create a value of DescribeJobQueues
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:DescribeJobQueues'
, describeJobQueues_nextToken
- The nextToken
value returned from a previous paginated
DescribeJobQueues
request where maxResults
was used and the results
exceeded the value of that parameter. Pagination continues from the end
of the previous results that returned the nextToken
value. This value
is null
when there are no more results to return.
This token should be treated as an opaque identifier that's only used to retrieve the next items in a list and not for other programmatic purposes.
$sel:jobQueues:DescribeJobQueues'
, describeJobQueues_jobQueues
- A list of up to 100 queue names or full queue Amazon Resource Name (ARN)
entries.
$sel:maxResults:DescribeJobQueues'
, describeJobQueues_maxResults
- The maximum number of results returned by DescribeJobQueues
in
paginated output. When this parameter is used, DescribeJobQueues
only
returns maxResults
results in a single page and a nextToken
response
element. The remaining results of the initial request can be seen by
sending another DescribeJobQueues
request with the returned
nextToken
value. This value can be between 1 and 100. If this
parameter isn't used, then DescribeJobQueues
returns up to 100
results and a nextToken
value if applicable.
data DescribeJobQueuesResponse Source #
See: newDescribeJobQueuesResponse
smart constructor.
Instances
newDescribeJobQueuesResponse Source #
Create a value of DescribeJobQueuesResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:DescribeJobQueues'
, describeJobQueuesResponse_nextToken
- The nextToken
value to include in a future DescribeJobQueues
request. When the results of a DescribeJobQueues
request exceed
maxResults
, this value can be used to retrieve the next page of
results. This value is null
when there are no more results to return.
$sel:jobQueues:DescribeJobQueues'
, describeJobQueuesResponse_jobQueues
- The list of job queues.
$sel:httpStatus:DescribeJobQueuesResponse'
, describeJobQueuesResponse_httpStatus
- The response's http status code.
TagResource
data TagResource Source #
See: newTagResource
smart constructor.
Instances
Create a value of TagResource
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceArn:TagResource'
, tagResource_resourceArn
- The Amazon Resource Name (ARN) of the resource that tags are added to.
Batch resources that support tags are compute environments, jobs, job
definitions, and job queues. ARNs for child jobs of array and multi-node
parallel (MNP) jobs are not supported.
$sel:tags:TagResource'
, tagResource_tags
- The tags that you apply to the resource to help you categorize and
organize your resources. Each tag consists of a key and an optional
value. For more information, see
Tagging Amazon Web Services Resources
in Amazon Web Services General Reference.
data TagResourceResponse Source #
See: newTagResourceResponse
smart constructor.
Instances
newTagResourceResponse Source #
Create a value of TagResourceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:TagResourceResponse'
, tagResourceResponse_httpStatus
- The response's http status code.
UntagResource
data UntagResource Source #
See: newUntagResource
smart constructor.
Instances
Create a value of UntagResource
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceArn:UntagResource'
, untagResource_resourceArn
- The Amazon Resource Name (ARN) of the resource from which to delete
tags. Batch resources that support tags are compute environments, jobs,
job definitions, and job queues. ARNs for child jobs of array and
multi-node parallel (MNP) jobs are not supported.
$sel:tagKeys:UntagResource'
, untagResource_tagKeys
- The keys of the tags to be removed.
data UntagResourceResponse Source #
See: newUntagResourceResponse
smart constructor.
Instances
newUntagResourceResponse Source #
Create a value of UntagResourceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:UntagResourceResponse'
, untagResourceResponse_httpStatus
- The response's http status code.
DescribeComputeEnvironments (Paginated)
data DescribeComputeEnvironments Source #
Contains the parameters for DescribeComputeEnvironments
.
See: newDescribeComputeEnvironments
smart constructor.
Instances
newDescribeComputeEnvironments :: DescribeComputeEnvironments Source #
Create a value of DescribeComputeEnvironments
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:computeEnvironments:DescribeComputeEnvironments'
, describeComputeEnvironments_computeEnvironments
- A list of up to 100 compute environment names or full Amazon Resource
Name (ARN) entries.
$sel:nextToken:DescribeComputeEnvironments'
, describeComputeEnvironments_nextToken
- The nextToken
value returned from a previous paginated
DescribeComputeEnvironments
request where maxResults
was used and
the results exceeded the value of that parameter. Pagination continues
from the end of the previous results that returned the nextToken
value. This value is null
when there are no more results to return.
This token should be treated as an opaque identifier that's only used to retrieve the next items in a list and not for other programmatic purposes.
$sel:maxResults:DescribeComputeEnvironments'
, describeComputeEnvironments_maxResults
- The maximum number of cluster results returned by
DescribeComputeEnvironments
in paginated output. When this parameter
is used, DescribeComputeEnvironments
only returns maxResults
results
in a single page along with a nextToken
response element. The
remaining results of the initial request can be seen by sending another
DescribeComputeEnvironments
request with the returned nextToken
value. This value can be between 1 and 100. If this parameter isn't
used, then DescribeComputeEnvironments
returns up to 100 results and a
nextToken
value if applicable.
data DescribeComputeEnvironmentsResponse Source #
See: newDescribeComputeEnvironmentsResponse
smart constructor.
Instances
newDescribeComputeEnvironmentsResponse Source #
Create a value of DescribeComputeEnvironmentsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:computeEnvironments:DescribeComputeEnvironments'
, describeComputeEnvironmentsResponse_computeEnvironments
- The list of compute environments.
$sel:nextToken:DescribeComputeEnvironments'
, describeComputeEnvironmentsResponse_nextToken
- The nextToken
value to include in a future
DescribeComputeEnvironments
request. When the results of a
DescribeJobDefinitions
request exceed maxResults
, this value can be
used to retrieve the next page of results. This value is null
when
there are no more results to return.
$sel:httpStatus:DescribeComputeEnvironmentsResponse'
, describeComputeEnvironmentsResponse_httpStatus
- The response's http status code.
CancelJob
Contains the parameters for CancelJob
.
See: newCancelJob
smart constructor.
Instances
Create a value of CancelJob
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:jobId:CancelJob'
, cancelJob_jobId
- The Batch job ID of the job to cancel.
$sel:reason:CancelJob'
, cancelJob_reason
- A message to attach to the job that explains the reason for canceling
it. This message is returned by future DescribeJobs operations on the
job. This message is also recorded in the Batch activity logs.
data CancelJobResponse Source #
See: newCancelJobResponse
smart constructor.
Instances
Create a value of CancelJobResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:CancelJobResponse'
, cancelJobResponse_httpStatus
- The response's http status code.
Types
ArrayJobDependency
newtype ArrayJobDependency Source #
pattern ArrayJobDependency_N_TO_N :: ArrayJobDependency | |
pattern ArrayJobDependency_SEQUENTIAL :: ArrayJobDependency |
Instances
AssignPublicIp
newtype AssignPublicIp Source #
pattern AssignPublicIp_DISABLED :: AssignPublicIp | |
pattern AssignPublicIp_ENABLED :: AssignPublicIp |
Instances
CEState
pattern CEState_DISABLED :: CEState | |
pattern CEState_ENABLED :: CEState |
Instances
CEStatus
pattern CEStatus_CREATING :: CEStatus | |
pattern CEStatus_DELETED :: CEStatus | |
pattern CEStatus_DELETING :: CEStatus | |
pattern CEStatus_INVALID :: CEStatus | |
pattern CEStatus_UPDATING :: CEStatus | |
pattern CEStatus_VALID :: CEStatus |
Instances
CEType
pattern CEType_MANAGED :: CEType | |
pattern CEType_UNMANAGED :: CEType |
Instances
CRAllocationStrategy
newtype CRAllocationStrategy Source #
Instances
CRType
pattern CRType_EC2 :: CRType | |
pattern CRType_FARGATE :: CRType | |
pattern CRType_FARGATE_SPOT :: CRType | |
pattern CRType_SPOT :: CRType |
Instances
DeviceCgroupPermission
newtype DeviceCgroupPermission Source #
pattern DeviceCgroupPermission_MKNOD :: DeviceCgroupPermission | |
pattern DeviceCgroupPermission_READ :: DeviceCgroupPermission | |
pattern DeviceCgroupPermission_WRITE :: DeviceCgroupPermission |
Instances
EFSAuthorizationConfigIAM
newtype EFSAuthorizationConfigIAM Source #
pattern EFSAuthorizationConfigIAM_DISABLED :: EFSAuthorizationConfigIAM | |
pattern EFSAuthorizationConfigIAM_ENABLED :: EFSAuthorizationConfigIAM |
Instances
EFSTransitEncryption
newtype EFSTransitEncryption Source #
pattern EFSTransitEncryption_DISABLED :: EFSTransitEncryption | |
pattern EFSTransitEncryption_ENABLED :: EFSTransitEncryption |
Instances
JQState
pattern JQState_DISABLED :: JQState | |
pattern JQState_ENABLED :: JQState |
Instances
JQStatus
pattern JQStatus_CREATING :: JQStatus | |
pattern JQStatus_DELETED :: JQStatus | |
pattern JQStatus_DELETING :: JQStatus | |
pattern JQStatus_INVALID :: JQStatus | |
pattern JQStatus_UPDATING :: JQStatus | |
pattern JQStatus_VALID :: JQStatus |
Instances
JobDefinitionType
newtype JobDefinitionType Source #
pattern JobDefinitionType_Container :: JobDefinitionType | |
pattern JobDefinitionType_Multinode :: JobDefinitionType |
Instances
JobStatus
pattern JobStatus_FAILED :: JobStatus | |
pattern JobStatus_PENDING :: JobStatus | |
pattern JobStatus_RUNNABLE :: JobStatus | |
pattern JobStatus_RUNNING :: JobStatus | |
pattern JobStatus_STARTING :: JobStatus | |
pattern JobStatus_SUBMITTED :: JobStatus | |
pattern JobStatus_SUCCEEDED :: JobStatus |
Instances
LogDriver
pattern LogDriver_Awslogs :: LogDriver | |
pattern LogDriver_Fluentd :: LogDriver | |
pattern LogDriver_Gelf :: LogDriver | |
pattern LogDriver_Journald :: LogDriver | |
pattern LogDriver_Json_file :: LogDriver | |
pattern LogDriver_Splunk :: LogDriver | |
pattern LogDriver_Syslog :: LogDriver |
Instances
PlatformCapability
newtype PlatformCapability Source #
pattern PlatformCapability_EC2 :: PlatformCapability | |
pattern PlatformCapability_FARGATE :: PlatformCapability |
Instances
ResourceType
newtype ResourceType Source #
pattern ResourceType_GPU :: ResourceType | |
pattern ResourceType_MEMORY :: ResourceType | |
pattern ResourceType_VCPU :: ResourceType |
Instances
RetryAction
newtype RetryAction Source #
pattern RetryAction_EXIT :: RetryAction | |
pattern RetryAction_RETRY :: RetryAction |
Instances
ArrayProperties
data ArrayProperties Source #
An object representing an Batch array job.
See: newArrayProperties
smart constructor.
Instances
newArrayProperties :: ArrayProperties Source #
Create a value of ArrayProperties
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:size:ArrayProperties'
, arrayProperties_size
- The size of the array job.
ArrayPropertiesDetail
data ArrayPropertiesDetail Source #
An object representing the array properties of a job.
See: newArrayPropertiesDetail
smart constructor.
Instances
newArrayPropertiesDetail :: ArrayPropertiesDetail Source #
Create a value of ArrayPropertiesDetail
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:size:ArrayPropertiesDetail'
, arrayPropertiesDetail_size
- The size of the array job. This parameter is returned for parent array
jobs.
$sel:statusSummary:ArrayPropertiesDetail'
, arrayPropertiesDetail_statusSummary
- A summary of the number of array job children in each available job
status. This parameter is returned for parent array jobs.
$sel:index:ArrayPropertiesDetail'
, arrayPropertiesDetail_index
- The job index within the array that's associated with this job. This
parameter is returned for array job children.
ArrayPropertiesSummary
data ArrayPropertiesSummary Source #
An object representing the array properties of a job.
See: newArrayPropertiesSummary
smart constructor.
Instances
newArrayPropertiesSummary :: ArrayPropertiesSummary Source #
Create a value of ArrayPropertiesSummary
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:size:ArrayPropertiesSummary'
, arrayPropertiesSummary_size
- The size of the array job. This parameter is returned for parent array
jobs.
$sel:index:ArrayPropertiesSummary'
, arrayPropertiesSummary_index
- The job index within the array that's associated with this job. This
parameter is returned for children of array jobs.
AttemptContainerDetail
data AttemptContainerDetail Source #
An object representing the details of a container that's part of a job attempt.
See: newAttemptContainerDetail
smart constructor.
AttemptContainerDetail' (Maybe [NetworkInterface]) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Int) |
Instances
newAttemptContainerDetail :: AttemptContainerDetail Source #
Create a value of AttemptContainerDetail
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:networkInterfaces:AttemptContainerDetail'
, attemptContainerDetail_networkInterfaces
- The network interfaces associated with the job attempt.
$sel:taskArn:AttemptContainerDetail'
, attemptContainerDetail_taskArn
- The Amazon Resource Name (ARN) of the Amazon ECS task that's associated
with the job attempt. Each container attempt receives a task ARN when
they reach the STARTING
status.
$sel:containerInstanceArn:AttemptContainerDetail'
, attemptContainerDetail_containerInstanceArn
- The Amazon Resource Name (ARN) of the Amazon ECS container instance that
hosts the job attempt.
$sel:reason:AttemptContainerDetail'
, attemptContainerDetail_reason
- A short (255 max characters) human-readable string to provide additional
details about a running or stopped container.
$sel:logStreamName:AttemptContainerDetail'
, attemptContainerDetail_logStreamName
- The name of the CloudWatch Logs log stream associated with the
container. The log group for Batch jobs is /aws/batch/job
. Each
container attempt receives a log stream name when they reach the
RUNNING
status.
$sel:exitCode:AttemptContainerDetail'
, attemptContainerDetail_exitCode
- The exit code for the job attempt. A non-zero exit code is considered a
failure.
AttemptDetail
data AttemptDetail Source #
An object representing a job attempt.
See: newAttemptDetail
smart constructor.
Instances
newAttemptDetail :: AttemptDetail Source #
Create a value of AttemptDetail
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:stoppedAt:AttemptDetail'
, attemptDetail_stoppedAt
- The Unix timestamp (in milliseconds) for when the attempt was stopped
(when the attempt transitioned from the RUNNING
state to a terminal
state, such as SUCCEEDED
or FAILED
).
$sel:startedAt:AttemptDetail'
, attemptDetail_startedAt
- The Unix timestamp (in milliseconds) for when the attempt was started
(when the attempt transitioned from the STARTING
state to the
RUNNING
state).
$sel:container:AttemptDetail'
, attemptDetail_container
- Details about the container in this job attempt.
$sel:statusReason:AttemptDetail'
, attemptDetail_statusReason
- A short, human-readable string to provide additional details about the
current status of the job attempt.
ComputeEnvironmentDetail
data ComputeEnvironmentDetail Source #
An object representing an Batch compute environment.
See: newComputeEnvironmentDetail
smart constructor.
ComputeEnvironmentDetail' (Maybe CEStatus) (Maybe CEState) (Maybe ComputeResource) (Maybe Text) (Maybe CEType) (Maybe Text) (Maybe (HashMap Text Text)) Text Text Text |
Instances
newComputeEnvironmentDetail Source #
:: Text | |
-> Text | |
-> Text | |
-> ComputeEnvironmentDetail |
Create a value of ComputeEnvironmentDetail
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:status:ComputeEnvironmentDetail'
, computeEnvironmentDetail_status
- The current status of the compute environment (for example, CREATING
or VALID
).
$sel:state:ComputeEnvironmentDetail'
, computeEnvironmentDetail_state
- The state of the compute environment. The valid values are ENABLED
or
DISABLED
.
If the state is ENABLED
, then the Batch scheduler can attempt to place
jobs from an associated job queue on the compute resources within the
environment. If the compute environment is managed, then it can scale
its instances out or in automatically, based on the job queue demand.
If the state is DISABLED
, then the Batch scheduler doesn't attempt to
place jobs within the environment. Jobs in a STARTING
or RUNNING
state continue to progress normally. Managed compute environments in the
DISABLED
state don't scale out. However, they scale in to minvCpus
value after instances become idle.
$sel:computeResources:ComputeEnvironmentDetail'
, computeEnvironmentDetail_computeResources
- The compute resources defined for the compute environment. For more
information, see
Compute Environments
in the Batch User Guide.
$sel:statusReason:ComputeEnvironmentDetail'
, computeEnvironmentDetail_statusReason
- A short, human-readable string to provide additional details about the
current status of the compute environment.
$sel:type':ComputeEnvironmentDetail'
, computeEnvironmentDetail_type
- The type of the compute environment: MANAGED
or UNMANAGED
. For more
information, see
Compute Environments
in the Batch User Guide.
$sel:serviceRole:ComputeEnvironmentDetail'
, computeEnvironmentDetail_serviceRole
- The service role associated with the compute environment that allows
Batch to make calls to Amazon Web Services API operations on your
behalf. For more information, see
Batch service IAM role
in the Batch User Guide.
$sel:tags:ComputeEnvironmentDetail'
, computeEnvironmentDetail_tags
- The tags applied to the compute environment.
$sel:computeEnvironmentName:ComputeEnvironmentDetail'
, computeEnvironmentDetail_computeEnvironmentName
- The name of the compute environment. Up to 128 letters (uppercase and
lowercase), numbers, hyphens, and underscores are allowed.
$sel:computeEnvironmentArn:ComputeEnvironmentDetail'
, computeEnvironmentDetail_computeEnvironmentArn
- The Amazon Resource Name (ARN) of the compute environment.
$sel:ecsClusterArn:ComputeEnvironmentDetail'
, computeEnvironmentDetail_ecsClusterArn
- The Amazon Resource Name (ARN) of the underlying Amazon ECS cluster used
by the compute environment.
ComputeEnvironmentOrder
data ComputeEnvironmentOrder Source #
The order in which compute environments are tried for job placement
within a queue. Compute environments are tried in ascending order. For
example, if two compute environments are associated with a job queue,
the compute environment with a lower order integer value is tried for
job placement first. Compute environments must be in the VALID
state
before you can associate them with a job queue. All of the compute
environments must be either EC2 (EC2
or SPOT
) or Fargate (FARGATE
or FARGATE_SPOT
); EC2 and Fargate compute environments can't be
mixed.
All compute environments that are associated with a job queue must share the same architecture. Batch doesn't support mixing compute environment architecture types in a single job queue.
See: newComputeEnvironmentOrder
smart constructor.
Instances
newComputeEnvironmentOrder Source #
:: Int | |
-> Text | |
-> ComputeEnvironmentOrder |
Create a value of ComputeEnvironmentOrder
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:order:ComputeEnvironmentOrder'
, computeEnvironmentOrder_order
- The order of the compute environment. Compute environments are tried in
ascending order. For example, if two compute environments are associated
with a job queue, the compute environment with a lower order
integer
value is tried for job placement first.
$sel:computeEnvironment:ComputeEnvironmentOrder'
, computeEnvironmentOrder_computeEnvironment
- The Amazon Resource Name (ARN) of the compute environment.
ComputeResource
data ComputeResource Source #
An object representing an Batch compute resource. For more information, see Compute Environments in the Batch User Guide.
See: newComputeResource
smart constructor.
ComputeResource' (Maybe [Text]) (Maybe [Text]) (Maybe Text) (Maybe Text) (Maybe Int) (Maybe [Ec2Configuration]) (Maybe Int) (Maybe Text) (Maybe Text) (Maybe LaunchTemplateSpecification) (Maybe Int) (Maybe CRAllocationStrategy) (Maybe Text) (Maybe (HashMap Text Text)) CRType Int [Text] |
Instances
Create a value of ComputeResource
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:securityGroupIds:ComputeResource'
, computeResource_securityGroupIds
- The Amazon EC2 security groups associated with instances launched in the
compute environment. One or more security groups must be specified,
either in securityGroupIds
or using a launch template referenced in
launchTemplate
. This parameter is required for jobs that are running
on Fargate resources and must contain at least one security group.
Fargate doesn't support launch templates. If security groups are
specified using both securityGroupIds
and launchTemplate
, the values
in securityGroupIds
are used.
$sel:instanceTypes:ComputeResource'
, computeResource_instanceTypes
- The instances types that can be launched. You can specify instance
families to launch any instance type within those families (for example,
c5
or p3
), or you can specify specific sizes within a family (such
as c5.8xlarge
). You can also choose optimal
to select instance types
(from the C4, M4, and R4 instance families) that match the demand of
your job queues.
This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified.
When you create a compute environment, the instance types that you select for the compute environment must share the same architecture. For example, you can't mix x86 and ARM instances in the same compute environment.
Currently, optimal
uses instance types from the C4, M4, and R4
instance families. In Regions that don't have instance types from those
instance families, instance types from the C5, M5. and R5 instance
families are used.
$sel:instanceRole:ComputeResource'
, computeResource_instanceRole
- The Amazon ECS instance profile applied to Amazon EC2 instances in a
compute environment. You can specify the short name or full Amazon
Resource Name (ARN) of an instance profile. For example,
ecsInstanceRole
or
arn:aws:iam::<aws_account_id>:instance-profile/ecsInstanceRole
. For
more information, see
Amazon ECS Instance Role
in the Batch User Guide.
This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified.
$sel:ec2KeyPair:ComputeResource'
, computeResource_ec2KeyPair
- The Amazon EC2 key pair that's used for instances launched in the
compute environment. You can use this key pair to log in to your
instances with SSH.
This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified.
$sel:minvCpus:ComputeResource'
, computeResource_minvCpus
- The minimum number of Amazon EC2 vCPUs that an environment should
maintain (even if the compute environment is DISABLED
).
This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified.
$sel:ec2Configuration:ComputeResource'
, computeResource_ec2Configuration
- Provides information used to select Amazon Machine Images (AMIs) for EC2
instances in the compute environment. If Ec2Configuration
isn't
specified, the default is ECS_AL1
.
This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified.
$sel:bidPercentage:ComputeResource'
, computeResource_bidPercentage
- The maximum percentage that a Spot Instance price can be when compared
with the On-Demand price for that instance type before instances are
launched. For example, if your maximum percentage is 20%, then the Spot
price must be less than 20% of the current On-Demand price for that
Amazon EC2 instance. You always pay the lowest (market) price and never
more than your maximum percentage. If you leave this field empty, the
default value is 100% of the On-Demand price.
This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified.
$sel:spotIamFleetRole:ComputeResource'
, computeResource_spotIamFleetRole
- The Amazon Resource Name (ARN) of the Amazon EC2 Spot Fleet IAM role
applied to a SPOT
compute environment. This role is required if the
allocation strategy set to BEST_FIT
or if the allocation strategy
isn't specified. For more information, see
Amazon EC2 Spot Fleet Role
in the Batch User Guide.
This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified.
To tag your Spot Instances on creation, the Spot Fleet IAM role specified here must use the newer AmazonEC2SpotFleetTaggingRole managed policy. The previously recommended AmazonEC2SpotFleetRole managed policy doesn't have the required permissions to tag Spot Instances. For more information, see Spot Instances not tagged on creation in the Batch User Guide.
$sel:imageId:ComputeResource'
, computeResource_imageId
- The Amazon Machine Image (AMI) ID used for instances launched in the
compute environment. This parameter is overridden by the
imageIdOverride
member of the Ec2Configuration
structure.
This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified.
The AMI that you choose for a compute environment must match the architecture of the instance types that you intend to use for that compute environment. For example, if your compute environment uses A1 instance types, the compute resource AMI that you choose must support ARM instances. Amazon ECS vends both x86 and ARM versions of the Amazon ECS-optimized Amazon Linux 2 AMI. For more information, see Amazon ECS-optimized Amazon Linux 2 AMI in the Amazon Elastic Container Service Developer Guide.
$sel:launchTemplate:ComputeResource'
, computeResource_launchTemplate
- The launch template to use for your compute resources. Any other compute
resource parameters that you specify in a CreateComputeEnvironment API
operation override the same parameters in the launch template. You must
specify either the launch template ID or launch template name in the
request, but not both. For more information, see
Launch Template Support
in the Batch User Guide.
This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified.
$sel:desiredvCpus:ComputeResource'
, computeResource_desiredvCpus
- The desired number of Amazon EC2 vCPUS in the compute environment. Batch
modifies this value between the minimum and maximum values, based on job
queue demand.
This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified.
$sel:allocationStrategy:ComputeResource'
, computeResource_allocationStrategy
- The allocation strategy to use for the compute resource if not enough
instances of the best fitting instance type can be allocated. This might
be because of availability of the instance type in the Region or
Amazon EC2 service limits.
For more information, see
Allocation Strategies
in the Batch User Guide.
This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified.
- BEST_FIT (default)
- Batch selects an instance type that best fits the needs of the jobs
with a preference for the lowest-cost instance type. If additional
instances of the selected instance type aren't available, Batch
waits for the additional instances to be available. If there aren't
enough instances available, or if the user is reaching
Amazon EC2 service limits
then additional jobs aren't run until the currently running jobs
have completed. This allocation strategy keeps costs lower but can
limit scaling. If you are using Spot Fleets with
BEST_FIT
then the Spot Fleet IAM Role must be specified. - BEST_FIT_PROGRESSIVE
- Batch will select additional instance types that are large enough to meet the requirements of the jobs in the queue, with a preference for instance types with a lower cost per unit vCPU. If additional instances of the previously selected instance types aren't available, Batch will select new instance types.
- SPOT_CAPACITY_OPTIMIZED
- Batch will select one or more instance types that are large enough to meet the requirements of the jobs in the queue, with a preference for instance types that are less likely to be interrupted. This allocation strategy is only available for Spot Instance compute resources.
With both BEST_FIT_PROGRESSIVE
and SPOT_CAPACITY_OPTIMIZED
strategies, Batch might need to go above maxvCpus
to meet your
capacity requirements. In this event, Batch never exceeds maxvCpus
by
more than a single instance.
$sel:placementGroup:ComputeResource'
, computeResource_placementGroup
- The Amazon EC2 placement group to associate with your compute resources.
If you intend to submit multi-node parallel jobs to your compute
environment, you should consider creating a cluster placement group and
associate it with your compute resources. This keeps your multi-node
parallel job on a logical grouping of instances within a single
Availability Zone with high network flow potential. For more
information, see
Placement Groups
in the Amazon EC2 User Guide for Linux Instances.
This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified.
$sel:tags:ComputeResource'
, computeResource_tags
- Key-value pair tags to be applied to EC2 resources that are launched in
the compute environment. For Batch, these take the form of "String1":
"String2", where String1 is the tag key and String2 is the tag
value−for example, { "Name": "Batch Instance - C4OnDemand" }
. This
is helpful for recognizing your Batch instances in the Amazon EC2
console. These tags can't be updated or removed after the compute
environment is created.Aany changes to these tags require that you
create a new compute environment and remove the old compute environment.
These tags aren't seen when using the Batch ListTagsForResource
API
operation.
This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified.
$sel:type':ComputeResource'
, computeResource_type
- The type of compute environment: EC2
, SPOT
, FARGATE
, or
FARGATE_SPOT
. For more information, see
Compute Environments
in the Batch User Guide.
If you choose SPOT
, you must also specify an Amazon EC2 Spot Fleet
role with the spotIamFleetRole
parameter. For more information, see
Amazon EC2 Spot Fleet role
in the Batch User Guide.
$sel:maxvCpus:ComputeResource'
, computeResource_maxvCpus
- The maximum number of Amazon EC2 vCPUs that a compute environment can
reach.
With both BEST_FIT_PROGRESSIVE
and SPOT_CAPACITY_OPTIMIZED
allocation strategies, Batch might need to exceed maxvCpus
to meet
your capacity requirements. In this event, Batch never exceeds
maxvCpus
by more than a single instance. For example, no more than a
single instance from among those specified in your compute environment
is allocated.
$sel:subnets:ComputeResource'
, computeResource_subnets
- The VPC subnets where the compute resources are launched. These subnets
must be within the same VPC. Fargate compute resources can contain up to
16 subnets. For more information, see
VPCs and Subnets
in the Amazon VPC User Guide.
ComputeResourceUpdate
data ComputeResourceUpdate Source #
An object representing the attributes of a compute environment that can be updated. For more information, see Compute Environments in the Batch User Guide.
See: newComputeResourceUpdate
smart constructor.
Instances
newComputeResourceUpdate :: ComputeResourceUpdate Source #
Create a value of ComputeResourceUpdate
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:securityGroupIds:ComputeResourceUpdate'
, computeResourceUpdate_securityGroupIds
- The Amazon EC2 security groups associated with instances launched in the
compute environment. This parameter is required for Fargate compute
resources, where it can contain up to 5 security groups. This can't be
specified for EC2 compute resources. Providing an empty list is handled
as if this parameter wasn't specified and no change is made.
$sel:subnets:ComputeResourceUpdate'
, computeResourceUpdate_subnets
- The VPC subnets where the compute resources are launched. Fargate
compute resources can contain up to 16 subnets. Providing an empty list
will be handled as if this parameter wasn't specified and no change is
made. This can't be specified for EC2 compute resources. For more
information, see
VPCs and Subnets
in the Amazon VPC User Guide.
$sel:minvCpus:ComputeResourceUpdate'
, computeResourceUpdate_minvCpus
- The minimum number of Amazon EC2 vCPUs that an environment should
maintain.
This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified.
$sel:maxvCpus:ComputeResourceUpdate'
, computeResourceUpdate_maxvCpus
- The maximum number of Amazon EC2 vCPUs that an environment can reach.
With both BEST_FIT_PROGRESSIVE
and SPOT_CAPACITY_OPTIMIZED
allocation strategies, Batch might need to exceed maxvCpus
to meet
your capacity requirements. In this event, Batch never exceeds
maxvCpus
by more than a single instance. That is, no more than a
single instance from among those specified in your compute environment.
$sel:desiredvCpus:ComputeResourceUpdate'
, computeResourceUpdate_desiredvCpus
- The desired number of Amazon EC2 vCPUS in the compute environment.
This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified.
ContainerDetail
data ContainerDetail Source #
An object representing the details of a container that's part of a job.
See: newContainerDetail
smart constructor.
ContainerDetail' (Maybe Text) (Maybe [Text]) (Maybe [Secret]) (Maybe [KeyValuePair]) (Maybe [NetworkInterface]) (Maybe Text) (Maybe [Ulimit]) (Maybe Text) (Maybe Text) (Maybe Bool) (Maybe Text) (Maybe [ResourceRequirement]) (Maybe Text) (Maybe Int) (Maybe Text) (Maybe LogConfiguration) (Maybe LinuxParameters) (Maybe Text) (Maybe Text) (Maybe [MountPoint]) (Maybe Int) (Maybe FargatePlatformConfiguration) (Maybe Int) (Maybe Bool) (Maybe [Volume]) (Maybe NetworkConfiguration) |
Instances
newContainerDetail :: ContainerDetail Source #
Create a value of ContainerDetail
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:image:ContainerDetail'
, containerDetail_image
- The image used to start the container.
$sel:command:ContainerDetail'
, containerDetail_command
- The command that's passed to the container.
$sel:secrets:ContainerDetail'
, containerDetail_secrets
- The secrets to pass to the container. For more information, see
Specifying sensitive data
in the Batch User Guide.
$sel:environment:ContainerDetail'
, containerDetail_environment
- The environment variables to pass to a container.
Environment variables must not start with AWS_BATCH
; this naming
convention is reserved for variables that are set by the Batch service.
$sel:networkInterfaces:ContainerDetail'
, containerDetail_networkInterfaces
- The network interfaces associated with the job.
$sel:taskArn:ContainerDetail'
, containerDetail_taskArn
- The Amazon Resource Name (ARN) of the Amazon ECS task that's associated
with the container job. Each container attempt receives a task ARN when
they reach the STARTING
status.
$sel:ulimits:ContainerDetail'
, containerDetail_ulimits
- A list of ulimit
values to set in the container. This parameter maps
to Ulimits
in the
Create a container
section of the
Docker Remote API and the
--ulimit
option to
docker run.
This parameter isn't applicable to jobs that are running on Fargate resources.
$sel:containerInstanceArn:ContainerDetail'
, containerDetail_containerInstanceArn
- The Amazon Resource Name (ARN) of the container instance that the
container is running on.
$sel:executionRoleArn:ContainerDetail'
, containerDetail_executionRoleArn
- The Amazon Resource Name (ARN) of the execution role that Batch can
assume. For more information, see
Batch execution IAM role
in the Batch User Guide.
$sel:privileged:ContainerDetail'
, containerDetail_privileged
- When this parameter is true, the container is given elevated permissions
on the host container instance (similar to the root
user). The default
value is false.
This parameter isn't applicable to jobs that are running on Fargate resources and shouldn't be provided, or specified as false.
$sel:jobRoleArn:ContainerDetail'
, containerDetail_jobRoleArn
- The Amazon Resource Name (ARN) associated with the job upon execution.
$sel:resourceRequirements:ContainerDetail'
, containerDetail_resourceRequirements
- The type and amount of resources to assign to a container. The supported
resources include GPU
, MEMORY
, and VCPU
.
$sel:instanceType:ContainerDetail'
, containerDetail_instanceType
- The instance type of the underlying host infrastructure of a multi-node
parallel job.
This parameter isn't applicable to jobs that are running on Fargate resources.
$sel:memory:ContainerDetail'
, containerDetail_memory
- For jobs run on EC2 resources that didn't specify memory requirements
using ResourceRequirement
, the number of MiB of memory reserved for
the job. For other jobs, including all run on Fargate resources, see
resourceRequirements
.
$sel:user:ContainerDetail'
, containerDetail_user
- The user name to use inside the container. This parameter maps to User
in the
Create a container
section of the
Docker Remote API and the
--user
option to
docker run.
$sel:logConfiguration:ContainerDetail'
, containerDetail_logConfiguration
- The log configuration specification for the container.
This parameter maps to LogConfig
in the
Create a container
section of the
Docker Remote API and the
--log-driver
option to
docker run. By default,
containers use the same logging driver that the Docker daemon uses.
However, the container might use a different logging driver than the
Docker daemon by specifying a log driver with this parameter in the
container definition. To use a different logging driver for a container,
the log system must be configured properly on the container instance.
Or, alternatively, it must be configured on a different log server for
remote logging options. For more information on the options for
different supported log drivers, see
Configure logging drivers
in the Docker documentation.
Batch currently supports a subset of the logging drivers available to the Docker daemon (shown in the LogConfiguration data type). Additional log drivers might be available in future releases of the Amazon ECS container agent.
This parameter requires version 1.18 of the Docker Remote API or greater
on your container instance. To check the Docker Remote API version on
your container instance, log into your container instance and run the
following command: sudo docker version | grep "Server API version"
The Amazon ECS container agent running on a container instance must
register the logging drivers available on that instance with the
ECS_AVAILABLE_LOGGING_DRIVERS
environment variable before containers
placed on that instance can use these log configuration options. For
more information, see
Amazon ECS Container Agent Configuration
in the Amazon Elastic Container Service Developer Guide.
$sel:linuxParameters:ContainerDetail'
, containerDetail_linuxParameters
- Linux-specific modifications that are applied to the container, such as
details for device mappings.
$sel:reason:ContainerDetail'
, containerDetail_reason
- A short (255 max characters) human-readable string to provide additional
details about a running or stopped container.
$sel:logStreamName:ContainerDetail'
, containerDetail_logStreamName
- The name of the CloudWatch Logs log stream associated with the
container. The log group for Batch jobs is /aws/batch/job
. Each
container attempt receives a log stream name when they reach the
RUNNING
status.
$sel:mountPoints:ContainerDetail'
, containerDetail_mountPoints
- The mount points for data volumes in your container.
$sel:exitCode:ContainerDetail'
, containerDetail_exitCode
- The exit code to return upon completion.
$sel:fargatePlatformConfiguration:ContainerDetail'
, containerDetail_fargatePlatformConfiguration
- The platform configuration for jobs that are running on Fargate
resources. Jobs that are running on EC2 resources must not specify this
parameter.
$sel:vcpus:ContainerDetail'
, containerDetail_vcpus
- The number of vCPUs reserved for the container. For jobs that run on EC2
resources, you can specify the vCPU requirement for the job using
resourceRequirements
, but you can't specify the vCPU requirements in
both the vcpus
and resourceRequirement
object. This parameter maps
to CpuShares
in the
Create a container
section of the
Docker Remote API and the
--cpu-shares
option to
docker run. Each vCPU is
equivalent to 1,024 CPU shares. You must specify at least one vCPU. This
is required but can be specified in several places. It must be specified
for each node at least once.
This parameter isn't applicable to jobs that run on Fargate resources.
For jobs that run on Fargate resources, you must specify the vCPU
requirement for the job using resourceRequirements
.
$sel:readonlyRootFilesystem:ContainerDetail'
, containerDetail_readonlyRootFilesystem
- When this parameter is true, the container is given read-only access to
its root file system. This parameter maps to ReadonlyRootfs
in the
Create a container
section of the
Docker Remote API and the
--read-only
option to
docker run .
$sel:volumes:ContainerDetail'
, containerDetail_volumes
- A list of volumes associated with the job.
$sel:networkConfiguration:ContainerDetail'
, containerDetail_networkConfiguration
- The network configuration for jobs that are running on Fargate
resources. Jobs that are running on EC2 resources must not specify this
parameter.
ContainerOverrides
data ContainerOverrides Source #
The overrides that should be sent to a container.
See: newContainerOverrides
smart constructor.
ContainerOverrides' (Maybe [Text]) (Maybe [KeyValuePair]) (Maybe [ResourceRequirement]) (Maybe Text) (Maybe Int) (Maybe Int) |
Instances
newContainerOverrides :: ContainerOverrides Source #
Create a value of ContainerOverrides
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:command:ContainerOverrides'
, containerOverrides_command
- The command to send to the container that overrides the default command
from the Docker image or the job definition.
$sel:environment:ContainerOverrides'
, containerOverrides_environment
- The environment variables to send to the container. You can add new
environment variables, which are added to the container at launch, or
you can override the existing environment variables from the Docker
image or the job definition.
Environment variables must not start with AWS_BATCH
; this naming
convention is reserved for variables that are set by the Batch service.
$sel:resourceRequirements:ContainerOverrides'
, containerOverrides_resourceRequirements
- The type and amount of resources to assign to a container. This
overrides the settings in the job definition. The supported resources
include GPU
, MEMORY
, and VCPU
.
$sel:instanceType:ContainerOverrides'
, containerOverrides_instanceType
- The instance type to use for a multi-node parallel job.
This parameter isn't applicable to single-node container jobs or jobs that run on Fargate resources, and shouldn't be provided.
$sel:memory:ContainerOverrides'
, containerOverrides_memory
- This parameter indicates the amount of memory (in MiB) that's reserved
for the job. It overrides the memory
parameter set in the job
definition, but doesn't override any memory requirement specified in
the ResourceRequirement
structure in the job definition. To override
memory requirements that are specified in the ResourceRequirement
structure in the job definition, ResourceRequirement
must be specified
in the SubmitJob
request, with type
set to MEMORY
and value
set
to the new value.
This parameter is supported for jobs that run on EC2 resources, but
isn't supported for jobs that run on Fargate resources. For these
resources, use resourceRequirement
instead.
$sel:vcpus:ContainerOverrides'
, containerOverrides_vcpus
- This parameter indicates the number of vCPUs reserved for the
container.It overrides the vcpus
parameter that's set in the job
definition, but doesn't override any vCPU requirement specified in the
resourceRequirement
structure in the job definition. To override vCPU
requirements that are specified in the ResourceRequirement
structure
in the job definition, ResourceRequirement
must be specified in the
SubmitJob
request, with type
set to VCPU
and value
set to the
new value.
This parameter maps to CpuShares
in the
Create a container
section of the
Docker Remote API and the
--cpu-shares
option to
docker run. Each vCPU is
equivalent to 1,024 CPU shares. You must specify at least one vCPU.
This parameter is supported for jobs that run on EC2 resources, but
isn't supported for jobs that run on Fargate resources. For Fargate
resources, you can only use resourceRequirement
. For EC2 resources,
you can use either this parameter or resourceRequirement
but not both.
ContainerProperties
data ContainerProperties Source #
Container properties are used in job definitions to describe the container that's launched as part of a job.
See: newContainerProperties
smart constructor.
ContainerProperties' (Maybe Text) (Maybe [Text]) (Maybe [Secret]) (Maybe [KeyValuePair]) (Maybe [Ulimit]) (Maybe Text) (Maybe Bool) (Maybe Text) (Maybe [ResourceRequirement]) (Maybe Text) (Maybe Int) (Maybe Text) (Maybe LogConfiguration) (Maybe LinuxParameters) (Maybe [MountPoint]) (Maybe FargatePlatformConfiguration) (Maybe Int) (Maybe Bool) (Maybe [Volume]) (Maybe NetworkConfiguration) |
Instances
newContainerProperties :: ContainerProperties Source #
Create a value of ContainerProperties
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:image:ContainerProperties'
, containerProperties_image
- The image used to start a container. This string is passed directly to
the Docker daemon. Images in the Docker Hub registry are available by
default. Other repositories are specified with
repository-url/image:tag
. Up to 255 letters (uppercase and
lowercase), numbers, hyphens, underscores, colons, periods, forward
slashes, and number signs are allowed. This parameter maps to Image
in
the
Create a container
section of the
Docker Remote API and the
IMAGE
parameter of
docker run.
Docker image architecture must match the processor architecture of the compute resources that they're scheduled on. For example, ARM-based Docker images can only run on ARM-based compute resources.
- Images in Amazon ECR repositories use the full registry and
repository URI (for example,
012345678910.dkr.ecr.<region-name>.amazonaws.com/<repository-name>
). - Images in official repositories on Docker Hub use a single name (for
example,
ubuntu
ormongo
). - Images in other repositories on Docker Hub are qualified with an
organization name (for example,
amazon/amazon-ecs-agent
). - Images in other online repositories are qualified further by a
domain name (for example,
quay.io/assemblyline/ubuntu
).
$sel:command:ContainerProperties'
, containerProperties_command
- The command that's passed to the container. This parameter maps to
Cmd
in the
Create a container
section of the
Docker Remote API and the
COMMAND
parameter to
docker run. For more
information, see
https://docs.docker.com/engine/reference/builder/#cmd.
$sel:secrets:ContainerProperties'
, containerProperties_secrets
- The secrets for the container. For more information, see
Specifying sensitive data
in the Batch User Guide.
$sel:environment:ContainerProperties'
, containerProperties_environment
- The environment variables to pass to a container. This parameter maps to
Env
in the
Create a container
section of the
Docker Remote API and the
--env
option to
docker run.
We don't recommend using plaintext environment variables for sensitive information, such as credential data.
Environment variables must not start with AWS_BATCH
; this naming
convention is reserved for variables that are set by the Batch service.
$sel:ulimits:ContainerProperties'
, containerProperties_ulimits
- A list of ulimits
to set in the container. This parameter maps to
Ulimits
in the
Create a container
section of the
Docker Remote API and the
--ulimit
option to
docker run.
This parameter isn't applicable to jobs that are running on Fargate resources and shouldn't be provided.
$sel:executionRoleArn:ContainerProperties'
, containerProperties_executionRoleArn
- The Amazon Resource Name (ARN) of the execution role that Batch can
assume. For jobs that run on Fargate resources, you must provide an
execution role. For more information, see
Batch execution IAM role
in the Batch User Guide.
$sel:privileged:ContainerProperties'
, containerProperties_privileged
- When this parameter is true, the container is given elevated permissions
on the host container instance (similar to the root
user). This
parameter maps to Privileged
in the
Create a container
section of the
Docker Remote API and the
--privileged
option to
docker run. The default
value is false.
This parameter isn't applicable to jobs that are running on Fargate resources and shouldn't be provided, or specified as false.
$sel:jobRoleArn:ContainerProperties'
, containerProperties_jobRoleArn
- The Amazon Resource Name (ARN) of the IAM role that the container can
assume for Amazon Web Services permissions. For more information, see
IAM Roles for Tasks
in the Amazon Elastic Container Service Developer Guide.
$sel:resourceRequirements:ContainerProperties'
, containerProperties_resourceRequirements
- The type and amount of resources to assign to a container. The supported
resources include GPU
, MEMORY
, and VCPU
.
$sel:instanceType:ContainerProperties'
, containerProperties_instanceType
- The instance type to use for a multi-node parallel job. All node groups
in a multi-node parallel job must use the same instance type.
This parameter isn't applicable to single-node container jobs or jobs that run on Fargate resources, and shouldn't be provided.
$sel:memory:ContainerProperties'
, containerProperties_memory
- This parameter indicates the memory hard limit (in MiB) for a container.
If your container attempts to exceed the specified number, it's
terminated. You must specify at least 4 MiB of memory for a job using
this parameter. The memory hard limit can be specified in several
places. It must be specified for each node at least once.
This parameter maps to Memory
in the
Create a container
section of the
Docker Remote API and the
--memory
option to
docker run.
This parameter is supported on EC2 resources but isn't supported on
Fargate resources. For Fargate resources, you should specify the memory
requirement using resourceRequirement
. You can also do this for EC2
resources.
If you're trying to maximize your resource utilization by providing your jobs as much memory as possible for a particular instance type, see Memory Management in the Batch User Guide.
$sel:user:ContainerProperties'
, containerProperties_user
- The user name to use inside the container. This parameter maps to User
in the
Create a container
section of the
Docker Remote API and the
--user
option to
docker run.
$sel:logConfiguration:ContainerProperties'
, containerProperties_logConfiguration
- The log configuration specification for the container.
This parameter maps to LogConfig
in the
Create a container
section of the
Docker Remote API and the
--log-driver
option to
docker run. By default,
containers use the same logging driver that the Docker daemon uses.
However the container might use a different logging driver than the
Docker daemon by specifying a log driver with this parameter in the
container definition. To use a different logging driver for a container,
the log system must be configured properly on the container instance (or
on a different log server for remote logging options). For more
information on the options for different supported log drivers, see
Configure logging drivers
in the Docker documentation.
Batch currently supports a subset of the logging drivers available to the Docker daemon (shown in the LogConfiguration data type).
This parameter requires version 1.18 of the Docker Remote API or greater
on your container instance. To check the Docker Remote API version on
your container instance, log into your container instance and run the
following command: sudo docker version | grep "Server API version"
The Amazon ECS container agent running on a container instance must
register the logging drivers available on that instance with the
ECS_AVAILABLE_LOGGING_DRIVERS
environment variable before containers
placed on that instance can use these log configuration options. For
more information, see
Amazon ECS Container Agent Configuration
in the Amazon Elastic Container Service Developer Guide.
$sel:linuxParameters:ContainerProperties'
, containerProperties_linuxParameters
- Linux-specific modifications that are applied to the container, such as
details for device mappings.
$sel:mountPoints:ContainerProperties'
, containerProperties_mountPoints
- The mount points for data volumes in your container. This parameter maps
to Volumes
in the
Create a container
section of the
Docker Remote API and the
--volume
option to
docker run.
$sel:fargatePlatformConfiguration:ContainerProperties'
, containerProperties_fargatePlatformConfiguration
- The platform configuration for jobs that are running on Fargate
resources. Jobs that are running on EC2 resources must not specify this
parameter.
$sel:vcpus:ContainerProperties'
, containerProperties_vcpus
- The number of vCPUs reserved for the job. Each vCPU is equivalent to
1,024 CPU shares. This parameter maps to CpuShares
in the
Create a container
section of the
Docker Remote API and the
--cpu-shares
option to
docker run. The number
of vCPUs must be specified but can be specified in several places. You
must specify it at least once for each node.
This parameter is supported on EC2 resources but isn't supported for
jobs that run on Fargate resources. For these resources, use
resourceRequirement
instead. You can use this parameter or
resourceRequirements
structure but not both.
This parameter isn't applicable to jobs that are running on Fargate
resources and shouldn't be provided. For jobs that run on Fargate
resources, you must specify the vCPU requirement for the job using
resourceRequirements
.
$sel:readonlyRootFilesystem:ContainerProperties'
, containerProperties_readonlyRootFilesystem
- When this parameter is true, the container is given read-only access to
its root file system. This parameter maps to ReadonlyRootfs
in the
Create a container
section of the
Docker Remote API and the
--read-only
option to docker run
.
$sel:volumes:ContainerProperties'
, containerProperties_volumes
- A list of data volumes used in a job.
$sel:networkConfiguration:ContainerProperties'
, containerProperties_networkConfiguration
- The network configuration for jobs that are running on Fargate
resources. Jobs that are running on EC2 resources must not specify this
parameter.
ContainerSummary
data ContainerSummary Source #
An object representing summary details of a container within a job.
See: newContainerSummary
smart constructor.
Instances
newContainerSummary :: ContainerSummary Source #
Create a value of ContainerSummary
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:reason:ContainerSummary'
, containerSummary_reason
- A short (255 max characters) human-readable string to provide additional
details about a running or stopped container.
$sel:exitCode:ContainerSummary'
, containerSummary_exitCode
- The exit code to return upon completion.
Device
An object representing a container instance host device.
This object isn't applicable to jobs that are running on Fargate resources and shouldn't be provided.
See: newDevice
smart constructor.
Instances
Eq Device Source # | |
Read Device Source # | |
Show Device Source # | |
Generic Device Source # | |
NFData Device Source # | |
Defined in Amazonka.Batch.Types.Device | |
Hashable Device Source # | |
Defined in Amazonka.Batch.Types.Device | |
ToJSON Device Source # | |
Defined in Amazonka.Batch.Types.Device | |
FromJSON Device Source # | |
type Rep Device Source # | |
Defined in Amazonka.Batch.Types.Device type Rep Device = D1 ('MetaData "Device" "Amazonka.Batch.Types.Device" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "Device'" 'PrefixI 'True) (S1 ('MetaSel ('Just "containerPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "permissions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DeviceCgroupPermission])) :*: S1 ('MetaSel ('Just "hostPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) |
Create a value of Device
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:containerPath:Device'
, device_containerPath
- The path inside the container that's used to expose the host device. By
default, the hostPath
value is used.
$sel:permissions:Device'
, device_permissions
- The explicit permissions to provide to the container for the device. By
default, the container has permissions for read
, write
, and mknod
for the device.
$sel:hostPath:Device'
, device_hostPath
- The path for the device on the host container instance.
EFSAuthorizationConfig
data EFSAuthorizationConfig Source #
The authorization configuration details for the Amazon EFS file system.
See: newEFSAuthorizationConfig
smart constructor.
Instances
newEFSAuthorizationConfig :: EFSAuthorizationConfig Source #
Create a value of EFSAuthorizationConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:accessPointId:EFSAuthorizationConfig'
, eFSAuthorizationConfig_accessPointId
- The Amazon EFS access point ID to use. If an access point is specified,
the root directory value specified in the EFSVolumeConfiguration
must
either be omitted or set to /
which will enforce the path set on the
EFS access point. If an access point is used, transit encryption must be
enabled in the EFSVolumeConfiguration
. For more information, see
Working with Amazon EFS Access Points
in the Amazon Elastic File System User Guide.
$sel:iam:EFSAuthorizationConfig'
, eFSAuthorizationConfig_iam
- Whether or not to use the Batch job IAM role defined in a job definition
when mounting the Amazon EFS file system. If enabled, transit encryption
must be enabled in the EFSVolumeConfiguration
. If this parameter is
omitted, the default value of DISABLED
is used. For more information,
see
Using Amazon EFS Access Points
in the Batch User Guide. EFS IAM authorization requires that
TransitEncryption
be ENABLED
and that a JobRoleArn
is specified.
EFSVolumeConfiguration
data EFSVolumeConfiguration Source #
This is used when you're using an Amazon Elastic File System file system for job storage. For more information, see Amazon EFS Volumes in the Batch User Guide.
See: newEFSVolumeConfiguration
smart constructor.
EFSVolumeConfiguration' (Maybe Text) (Maybe EFSTransitEncryption) (Maybe EFSAuthorizationConfig) (Maybe Int) Text |
Instances
newEFSVolumeConfiguration Source #
Create a value of EFSVolumeConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:rootDirectory:EFSVolumeConfiguration'
, eFSVolumeConfiguration_rootDirectory
- The directory within the Amazon EFS file system to mount as the root
directory inside the host. If this parameter is omitted, the root of the
Amazon EFS volume is used instead. Specifying /
has the same effect
as omitting this parameter. The maximum length is 4,096 characters.
If an EFS access point is specified in the authorizationConfig
, the
root directory parameter must either be omitted or set to /
, which
enforces the path set on the Amazon EFS access point.
$sel:transitEncryption:EFSVolumeConfiguration'
, eFSVolumeConfiguration_transitEncryption
- Determines whether to enable encryption for Amazon EFS data in transit
between the Amazon ECS host and the Amazon EFS server. Transit
encryption must be enabled if Amazon EFS IAM authorization is used. If
this parameter is omitted, the default value of DISABLED
is used. For
more information, see
Encrypting data in transit
in the Amazon Elastic File System User Guide.
$sel:authorizationConfig:EFSVolumeConfiguration'
, eFSVolumeConfiguration_authorizationConfig
- The authorization configuration details for the Amazon EFS file system.
$sel:transitEncryptionPort:EFSVolumeConfiguration'
, eFSVolumeConfiguration_transitEncryptionPort
- The port to use when sending encrypted data between the Amazon ECS host
and the Amazon EFS server. If you don't specify a transit encryption
port, it uses the port selection strategy that the Amazon EFS mount
helper uses. The value must be between 0 and 65,535. For more
information, see
EFS Mount Helper
in the Amazon Elastic File System User Guide.
$sel:fileSystemId:EFSVolumeConfiguration'
, eFSVolumeConfiguration_fileSystemId
- The Amazon EFS file system ID to use.
Ec2Configuration
data Ec2Configuration Source #
Provides information used to select Amazon Machine Images (AMIs) for
instances in the compute environment. If Ec2Configuration
isn't
specified, the default is currently ECS_AL1
(Amazon Linux)
for non-GPU, non AWSGraviton instances. Starting on March 31, 2021, this
default will be changing to ECS_AL2
(Amazon Linux 2).
This object isn't applicable to jobs that are running on Fargate resources.
See: newEc2Configuration
smart constructor.
Instances
Create a value of Ec2Configuration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:imageIdOverride:Ec2Configuration'
, ec2Configuration_imageIdOverride
- The AMI ID used for instances launched in the compute environment that
match the image type. This setting overrides the imageId
set in the
computeResource
object.
$sel:imageType:Ec2Configuration'
, ec2Configuration_imageType
- The image type to match with the instance type to select an AMI. If the
imageIdOverride
parameter isn't specified, then a recent
Amazon ECS-optimized AMI
(ECS_AL1
) is used. Starting on March 31, 2021, this default will be
changing to ECS_AL2
(Amazon Linux 2).
- ECS_AL2
- Amazon Linux 2−
Default for all Amazon Web Services Graviton-based instance families
(for example,
C6g
,M6g
,R6g
, andT4g
) and can be used for all non-GPU instance types. - ECS_AL2_NVIDIA
- Amazon Linux 2 (GPU)−Default
for all GPU instance families (for example
P4
andG4
) and can be used for all non Amazon Web Services Graviton-based instance types. - ECS_AL1
- Amazon Linux−Default for all non-GPU, non Amazon Web Services Graviton instance families. Amazon Linux is reaching the end-of-life of standard support. For more information, see Amazon Linux AMI.
EvaluateOnExit
data EvaluateOnExit Source #
Specifies a set of conditions to be met, and an action to take (RETRY
or EXIT
) if all conditions are met.
See: newEvaluateOnExit
smart constructor.
Instances
Create a value of EvaluateOnExit
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:onExitCode:EvaluateOnExit'
, evaluateOnExit_onExitCode
- Contains a glob pattern to match against the decimal representation of
the ExitCode
returned for a job. The pattern can be up to 512
characters in length. It can contain only numbers, and can optionally
end with an asterisk (*) so that only the start of the string needs to
be an exact match.
$sel:onReason:EvaluateOnExit'
, evaluateOnExit_onReason
- Contains a glob pattern to match against the Reason
returned for a
job. The pattern can be up to 512 characters in length. It can contain
letters, numbers, periods (.), colons (:), and white space (including
spaces and tabs). It can optionally end with an asterisk (*) so that
only the start of the string needs to be an exact match.
$sel:onStatusReason:EvaluateOnExit'
, evaluateOnExit_onStatusReason
- Contains a glob pattern to match against the StatusReason
returned for
a job. The pattern can be up to 512 characters in length. It can contain
letters, numbers, periods (.), colons (:), and white space (including
spaces or tabs). It can optionally end with an asterisk (*) so that only
the start of the string needs to be an exact match.
$sel:action:EvaluateOnExit'
, evaluateOnExit_action
- Specifies the action to take if all of the specified conditions
(onStatusReason
, onReason
, and onExitCode
) are met. The values
aren't case sensitive.
FargatePlatformConfiguration
data FargatePlatformConfiguration Source #
The platform configuration for jobs that are running on Fargate resources. Jobs that run on EC2 resources must not specify this parameter.
See: newFargatePlatformConfiguration
smart constructor.
Instances
newFargatePlatformConfiguration :: FargatePlatformConfiguration Source #
Create a value of FargatePlatformConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:platformVersion:FargatePlatformConfiguration'
, fargatePlatformConfiguration_platformVersion
- The Fargate platform version where the jobs are running. A platform
version is specified only for jobs that are running on Fargate
resources. If one isn't specified, the LATEST
platform version is
used by default. This uses a recent, approved version of the Fargate
platform for compute resources. For more information, see
Fargate platform versions
in the Amazon Elastic Container Service Developer Guide.
Host
Determine whether your data volume persists on the host container instance and where it is stored. If this parameter is empty, then the Docker daemon assigns a host path for your data volume, but the data isn't guaranteed to persist after the containers associated with it stop running.
See: newHost
smart constructor.
Instances
Eq Host Source # | |
Read Host Source # | |
Show Host Source # | |
Generic Host Source # | |
NFData Host Source # | |
Defined in Amazonka.Batch.Types.Host | |
Hashable Host Source # | |
Defined in Amazonka.Batch.Types.Host | |
ToJSON Host Source # | |
Defined in Amazonka.Batch.Types.Host | |
FromJSON Host Source # | |
type Rep Host Source # | |
Defined in Amazonka.Batch.Types.Host |
Create a value of Host
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:sourcePath:Host'
, host_sourcePath
- The path on the host container instance that's presented to the
container. If this parameter is empty, then the Docker daemon has
assigned a host path for you. If this parameter contains a file
location, then the data volume persists at the specified location on the
host container instance until you delete it manually. If the source path
location doesn't exist on the host container instance, the Docker
daemon creates it. If the location does exist, the contents of the
source path folder are exported.
This parameter isn't applicable to jobs that run on Fargate resources and shouldn't be provided.
JobDefinition
data JobDefinition Source #
An object representing an Batch job definition.
See: newJobDefinition
smart constructor.
JobDefinition' (Maybe Text) (Maybe Bool) (Maybe RetryStrategy) (Maybe [PlatformCapability]) (Maybe (HashMap Text Text)) (Maybe JobTimeout) (Maybe ContainerProperties) (Maybe NodeProperties) (Maybe (HashMap Text Text)) Text Text Int Text |
Instances
:: Text | |
-> Text | |
-> Int | |
-> Text | |
-> JobDefinition |
Create a value of JobDefinition
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:status:JobDefinition'
, jobDefinition_status
- The status of the job definition.
$sel:propagateTags:JobDefinition'
, jobDefinition_propagateTags
- Specifies whether to propagate the tags from the job or job definition
to the corresponding Amazon ECS task. If no value is specified, the tags
aren't propagated. Tags can only be propagated to the tasks during task
creation. For tags with the same name, job tags are given priority over
job definitions tags. If the total number of combined tags from the job
and job definition is over 50, the job is moved to the FAILED
state.
$sel:retryStrategy:JobDefinition'
, jobDefinition_retryStrategy
- The retry strategy to use for failed jobs that are submitted with this
job definition.
$sel:platformCapabilities:JobDefinition'
, jobDefinition_platformCapabilities
- The platform capabilities required by the job definition. If no value is
specified, it defaults to EC2
. Jobs run on Fargate resources specify
FARGATE
.
$sel:parameters:JobDefinition'
, jobDefinition_parameters
- Default parameters or parameter substitution placeholders that are set
in the job definition. Parameters are specified as a key-value pair
mapping. Parameters in a SubmitJob
request override any corresponding
parameter defaults from the job definition. For more information about
specifying parameters, see
Job Definition Parameters
in the Batch User Guide.
$sel:timeout:JobDefinition'
, jobDefinition_timeout
- The timeout configuration for jobs that are submitted with this job
definition. You can specify a timeout duration after which Batch
terminates your jobs if they haven't finished.
$sel:containerProperties:JobDefinition'
, jobDefinition_containerProperties
- An object with various properties specific to container-based jobs.
$sel:nodeProperties:JobDefinition'
, jobDefinition_nodeProperties
- An object with various properties specific to multi-node parallel jobs.
If the job runs on Fargate resources, then you must not specify
nodeProperties
; use containerProperties
instead.
$sel:tags:JobDefinition'
, jobDefinition_tags
- The tags applied to the job definition.
$sel:jobDefinitionName:JobDefinition'
, jobDefinition_jobDefinitionName
- The name of the job definition.
$sel:jobDefinitionArn:JobDefinition'
, jobDefinition_jobDefinitionArn
- The Amazon Resource Name (ARN) for the job definition.
$sel:revision:JobDefinition'
, jobDefinition_revision
- The revision of the job definition.
$sel:type':JobDefinition'
, jobDefinition_type
- The type of job definition. If the job is run on Fargate resources, then
multinode
isn't supported. For more information about multi-node
parallel jobs, see
Creating a multi-node parallel job definition
in the Batch User Guide.
JobDependency
data JobDependency Source #
An object representing an Batch job dependency.
See: newJobDependency
smart constructor.
Instances
newJobDependency :: JobDependency Source #
Create a value of JobDependency
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:jobId:JobDependency'
, jobDependency_jobId
- The job ID of the Batch job associated with this dependency.
$sel:type':JobDependency'
, jobDependency_type
- The type of the job dependency.
JobDetail
An object representing an Batch job.
See: newJobDetail
smart constructor.
JobDetail' (Maybe Integer) (Maybe Text) (Maybe Bool) (Maybe Integer) (Maybe RetryStrategy) (Maybe [AttemptDetail]) (Maybe [PlatformCapability]) (Maybe Integer) (Maybe [JobDependency]) (Maybe ContainerDetail) (Maybe NodeDetails) (Maybe (HashMap Text Text)) (Maybe Text) (Maybe ArrayPropertiesDetail) (Maybe JobTimeout) (Maybe NodeProperties) (Maybe (HashMap Text Text)) Text Text Text JobStatus Text |
Instances
Create a value of JobDetail
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:stoppedAt:JobDetail'
, jobDetail_stoppedAt
- The Unix timestamp (in milliseconds) for when the job was stopped (when
the job transitioned from the RUNNING
state to a terminal state, such
as SUCCEEDED
or FAILED
).
$sel:jobArn:JobDetail'
, jobDetail_jobArn
- The Amazon Resource Name (ARN) of the job.
$sel:propagateTags:JobDetail'
, jobDetail_propagateTags
- Specifies whether to propagate the tags from the job or job definition
to the corresponding Amazon ECS task. If no value is specified, the tags
aren't propagated. Tags can only be propagated to the tasks during task
creation. For tags with the same name, job tags are given priority over
job definitions tags. If the total number of combined tags from the job
and job definition is over 50, the job is moved to the FAILED
state.
$sel:createdAt:JobDetail'
, jobDetail_createdAt
- The Unix timestamp (in milliseconds) for when the job was created. For
non-array jobs and parent array jobs, this is when the job entered the
SUBMITTED
state (at the time SubmitJob was called). For array child
jobs, this is when the child job was spawned by its parent and entered
the PENDING
state.
$sel:retryStrategy:JobDetail'
, jobDetail_retryStrategy
- The retry strategy to use for this job if an attempt fails.
$sel:attempts:JobDetail'
, jobDetail_attempts
- A list of job attempts associated with this job.
$sel:platformCapabilities:JobDetail'
, jobDetail_platformCapabilities
- The platform capabilities required by the job definition. If no value is
specified, it defaults to EC2
. Jobs run on Fargate resources specify
FARGATE
.
$sel:startedAt:JobDetail'
, jobDetail_startedAt
- The Unix timestamp (in milliseconds) for when the job was started (when
the job transitioned from the STARTING
state to the RUNNING
state).
This parameter isn't provided for child jobs of array jobs or
multi-node parallel jobs.
$sel:dependsOn:JobDetail'
, jobDetail_dependsOn
- A list of job IDs that this job depends on.
$sel:container:JobDetail'
, jobDetail_container
- An object representing the details of the container that's associated
with the job.
$sel:nodeDetails:JobDetail'
, jobDetail_nodeDetails
- An object representing the details of a node that's associated with a
multi-node parallel job.
$sel:parameters:JobDetail'
, jobDetail_parameters
- Additional parameters passed to the job that replace parameter
substitution placeholders or override any corresponding parameter
defaults from the job definition.
$sel:statusReason:JobDetail'
, jobDetail_statusReason
- A short, human-readable string to provide additional details about the
current status of the job.
$sel:arrayProperties:JobDetail'
, jobDetail_arrayProperties
- The array properties of the job, if it is an array job.
$sel:timeout:JobDetail'
, jobDetail_timeout
- The timeout configuration for the job.
$sel:nodeProperties:JobDetail'
, jobDetail_nodeProperties
- An object representing the node properties of a multi-node parallel job.
This isn't applicable to jobs that are running on Fargate resources.
$sel:tags:JobDetail'
, jobDetail_tags
- The tags applied to the job.
$sel:jobName:JobDetail'
, jobDetail_jobName
- The name of the job.
$sel:jobId:JobDetail'
, jobDetail_jobId
- The ID for the job.
$sel:jobQueue:JobDetail'
, jobDetail_jobQueue
- The Amazon Resource Name (ARN) of the job queue that the job is
associated with.
$sel:status:JobDetail'
, jobDetail_status
- The current status for the job.
If your jobs don't progress to STARTING
, see
Jobs Stuck in RUNNABLE Status
in the troubleshooting section of the Batch User Guide.
$sel:jobDefinition:JobDetail'
, jobDetail_jobDefinition
- The job definition that's used by this job.
JobQueueDetail
data JobQueueDetail Source #
An object representing the details of an Batch job queue.
See: newJobQueueDetail
smart constructor.
JobQueueDetail' (Maybe JQStatus) (Maybe Text) (Maybe (HashMap Text Text)) Text Text JQState Int [ComputeEnvironmentOrder] |
Instances
:: Text | |
-> Text | |
-> JQState | |
-> Int | |
-> JobQueueDetail |
Create a value of JobQueueDetail
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:status:JobQueueDetail'
, jobQueueDetail_status
- The status of the job queue (for example, CREATING
or VALID
).
$sel:statusReason:JobQueueDetail'
, jobQueueDetail_statusReason
- A short, human-readable string to provide additional details about the
current status of the job queue.
$sel:tags:JobQueueDetail'
, jobQueueDetail_tags
- The tags applied to the job queue. For more information, see
Tagging your Batch resources
in Batch User Guide.
$sel:jobQueueName:JobQueueDetail'
, jobQueueDetail_jobQueueName
- The name of the job queue.
$sel:jobQueueArn:JobQueueDetail'
, jobQueueDetail_jobQueueArn
- The Amazon Resource Name (ARN) of the job queue.
$sel:state:JobQueueDetail'
, jobQueueDetail_state
- Describes the ability of the queue to accept new jobs. If the job queue
state is ENABLED
, it's able to accept jobs. If the job queue state is
DISABLED
, new jobs can't be added to the queue, but jobs already in
the queue can finish.
$sel:priority:JobQueueDetail'
, jobQueueDetail_priority
- The priority of the job queue. Job queues with a higher priority (or a
higher integer value for the priority
parameter) are evaluated first
when associated with the same compute environment. Priority is
determined in descending order, for example, a job queue with a priority
value of 10
is given scheduling preference over a job queue with a
priority value of 1
. All of the compute environments must be either
EC2 (EC2
or SPOT
) or Fargate (FARGATE
or FARGATE_SPOT
); EC2 and
Fargate compute environments can't be mixed.
$sel:computeEnvironmentOrder:JobQueueDetail'
, jobQueueDetail_computeEnvironmentOrder
- The compute environments that are attached to the job queue and the
order that job placement is preferred. Compute environments are selected
for job placement in ascending order.
JobSummary
data JobSummary Source #
An object representing summary details of a job.
See: newJobSummary
smart constructor.
Instances
Create a value of JobSummary
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:stoppedAt:JobSummary'
, jobSummary_stoppedAt
- The Unix timestamp for when the job was stopped (when the job
transitioned from the RUNNING
state to a terminal state, such as
SUCCEEDED
or FAILED
).
$sel:status:JobSummary'
, jobSummary_status
- The current status for the job.
$sel:jobArn:JobSummary'
, jobSummary_jobArn
- The Amazon Resource Name (ARN) of the job.
$sel:createdAt:JobSummary'
, jobSummary_createdAt
- The Unix timestamp for when the job was created. For non-array jobs and
parent array jobs, this is when the job entered the SUBMITTED
state
(at the time SubmitJob was called). For array child jobs, this is when
the child job was spawned by its parent and entered the PENDING
state.
$sel:startedAt:JobSummary'
, jobSummary_startedAt
- The Unix timestamp for when the job was started (when the job
transitioned from the STARTING
state to the RUNNING
state).
$sel:container:JobSummary'
, jobSummary_container
- An object representing the details of the container that's associated
with the job.
$sel:jobDefinition:JobSummary'
, jobSummary_jobDefinition
- The Amazon Resource Name (ARN) of the job definition.
$sel:statusReason:JobSummary'
, jobSummary_statusReason
- A short, human-readable string to provide additional details about the
current status of the job.
$sel:arrayProperties:JobSummary'
, jobSummary_arrayProperties
- The array properties of the job, if it is an array job.
$sel:nodeProperties:JobSummary'
, jobSummary_nodeProperties
- The node properties for a single node in a job summary list.
This isn't applicable to jobs that are running on Fargate resources.
$sel:jobId:JobSummary'
, jobSummary_jobId
- The ID of the job.
$sel:jobName:JobSummary'
, jobSummary_jobName
- The name of the job.
JobTimeout
data JobTimeout Source #
An object representing a job timeout configuration.
See: newJobTimeout
smart constructor.
Instances
newJobTimeout :: JobTimeout Source #
Create a value of JobTimeout
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:attemptDurationSeconds:JobTimeout'
, jobTimeout_attemptDurationSeconds
- The time duration in seconds (measured from the job attempt's
startedAt
timestamp) after which Batch terminates your jobs if they
have not finished. The minimum value for the timeout is 60 seconds.
KeyValuePair
data KeyValuePair Source #
A key-value pair object.
See: newKeyValuePair
smart constructor.
KeyValuePair' (Maybe Text) (Maybe Text) |
Instances
newKeyValuePair :: KeyValuePair Source #
Create a value of KeyValuePair
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:value:KeyValuePair'
, keyValuePair_value
- The value of the key-value pair. For environment variables, this is the
value of the environment variable.
$sel:name:KeyValuePair'
, keyValuePair_name
- The name of the key-value pair. For environment variables, this is the
name of the environment variable.
KeyValuesPair
data KeyValuesPair Source #
A filter name and value pair that's used to return a more specific list
of results from a ListJobs
API operation.
See: newKeyValuesPair
smart constructor.
KeyValuesPair' (Maybe [Text]) (Maybe Text) |
Instances
newKeyValuesPair :: KeyValuesPair Source #
Create a value of KeyValuesPair
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:values:KeyValuesPair'
, keyValuesPair_values
- The filter values.
$sel:name:KeyValuesPair'
, keyValuesPair_name
- The name of the filter. Filter names are case sensitive.
LaunchTemplateSpecification
data LaunchTemplateSpecification Source #
An object representing a launch template associated with a compute resource. You must specify either the launch template ID or launch template name in the request, but not both.
If security groups are specified using both the securityGroupIds
parameter of CreateComputeEnvironment
and the launch template, the
values in the securityGroupIds
parameter of CreateComputeEnvironment
will be used.
This object isn't applicable to jobs that are running on Fargate resources.
See: newLaunchTemplateSpecification
smart constructor.
Instances
newLaunchTemplateSpecification :: LaunchTemplateSpecification Source #
Create a value of LaunchTemplateSpecification
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:launchTemplateName:LaunchTemplateSpecification'
, launchTemplateSpecification_launchTemplateName
- The name of the launch template.
$sel:launchTemplateId:LaunchTemplateSpecification'
, launchTemplateSpecification_launchTemplateId
- The ID of the launch template.
$sel:version:LaunchTemplateSpecification'
, launchTemplateSpecification_version
- The version number of the launch template, $Latest
, or $Default
.
If the value is $Latest
, the latest version of the launch template is
used. If the value is $Default
, the default version of the launch
template is used.
After the compute environment is created, the launch template version
that's used isn't changed, even if the $Default
or $Latest
version
for the launch template is updated. To use a new launch template
version, create a new compute environment, add the new compute
environment to the existing job queue, remove the old compute
environment from the job queue, and delete the old compute environment.
Default: $Default
.
LinuxParameters
data LinuxParameters Source #
Linux-specific modifications that are applied to the container, such as details for device mappings.
See: newLinuxParameters
smart constructor.
Instances
newLinuxParameters :: LinuxParameters Source #
Create a value of LinuxParameters
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:sharedMemorySize:LinuxParameters'
, linuxParameters_sharedMemorySize
- The value for the size (in MiB) of the /dev/shm
volume. This
parameter maps to the --shm-size
option to
docker run.
This parameter isn't applicable to jobs that are running on Fargate resources and shouldn't be provided.
$sel:initProcessEnabled:LinuxParameters'
, linuxParameters_initProcessEnabled
- If true, run an init
process inside the container that forwards
signals and reaps processes. This parameter maps to the --init
option
to docker run. This
parameter requires version 1.25 of the Docker Remote API or greater on
your container instance. To check the Docker Remote API version on your
container instance, log into your container instance and run the
following command: sudo docker version | grep "Server API version"
$sel:tmpfs:LinuxParameters'
, linuxParameters_tmpfs
- The container path, mount options, and size (in MiB) of the tmpfs mount.
This parameter maps to the --tmpfs
option to
docker run.
This parameter isn't applicable to jobs that are running on Fargate resources and shouldn't be provided.
$sel:swappiness:LinuxParameters'
, linuxParameters_swappiness
- This allows you to tune a container's memory swappiness behavior. A
swappiness
value of 0
causes swapping not to happen unless
absolutely necessary. A swappiness
value of 100
causes pages to be
swapped very aggressively. Accepted values are whole numbers between 0
and 100
. If the swappiness
parameter isn't specified, a default
value of 60
is used. If a value isn't specified for maxSwap
, then
this parameter is ignored. If maxSwap
is set to 0, the container
doesn't use swap. This parameter maps to the --memory-swappiness
option to docker run.
Consider the following when you use a per-container swap configuration.
Swap space must be enabled and allocated on the container instance for the containers to use.
The Amazon ECS optimized AMIs don't have swap enabled by default. You must enable swap on the instance to use this feature. For more information, see Instance Store Swap Volumes in the Amazon EC2 User Guide for Linux Instances or How do I allocate memory to work as swap space in an Amazon EC2 instance by using a swap file?
- The swap space parameters are only supported for job definitions using EC2 resources.
- If the
maxSwap
andswappiness
parameters are omitted from a job definition, each container will have a defaultswappiness
value of 60, and the total swap usage will be limited to two times the memory reservation of the container.
This parameter isn't applicable to jobs that are running on Fargate resources and shouldn't be provided.
$sel:devices:LinuxParameters'
, linuxParameters_devices
- Any host devices to expose to the container. This parameter maps to
Devices
in the
Create a container
section of the
Docker Remote API and the
--device
option to
docker run.
This parameter isn't applicable to jobs that are running on Fargate resources and shouldn't be provided.
$sel:maxSwap:LinuxParameters'
, linuxParameters_maxSwap
- The total amount of swap memory (in MiB) a container can use. This
parameter is translated to the --memory-swap
option to
docker run where the
value is the sum of the container memory plus the maxSwap
value. For
more information, see
--memory-swap details
in the Docker documentation.
If a maxSwap
value of 0
is specified, the container doesn't use
swap. Accepted values are 0
or any positive integer. If the maxSwap
parameter is omitted, the container doesn't use the swap configuration
for the container instance it is running on. A maxSwap
value must be
set for the swappiness
parameter to be used.
This parameter isn't applicable to jobs that are running on Fargate resources and shouldn't be provided.
LogConfiguration
data LogConfiguration Source #
Log configuration options to send to a custom log driver for the container.
See: newLogConfiguration
smart constructor.
Instances
Create a value of LogConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:options:LogConfiguration'
, logConfiguration_options
- The configuration options to send to the log driver. This parameter
requires version 1.19 of the Docker Remote API or greater on your
container instance. To check the Docker Remote API version on your
container instance, log into your container instance and run the
following command: sudo docker version | grep "Server API version"
$sel:secretOptions:LogConfiguration'
, logConfiguration_secretOptions
- The secrets to pass to the log configuration. For more information, see
Specifying Sensitive Data
in the Batch User Guide.
$sel:logDriver:LogConfiguration'
, logConfiguration_logDriver
- The log driver to use for the container. The valid values listed for
this parameter are log drivers that the Amazon ECS container agent can
communicate with by default.
The supported log drivers are awslogs
, fluentd
, gelf
, json-file
,
journald
, logentries
, syslog
, and splunk
.
Jobs that are running on Fargate resources are restricted to the
awslogs
and splunk
log drivers.
- awslogs
- Specifies the Amazon CloudWatch Logs logging driver. For more information, see Using the awslogs Log Driver in the Batch User Guide and Amazon CloudWatch Logs logging driver in the Docker documentation.
- fluentd
- Specifies the Fluentd logging driver. For more information, including usage and options, see Fluentd logging driver in the Docker documentation.
- gelf
- Specifies the Graylog Extended Format (GELF) logging driver. For more information, including usage and options, see Graylog Extended Format logging driver in the Docker documentation.
- journald
- Specifies the journald logging driver. For more information, including usage and options, see Journald logging driver in the Docker documentation.
- json-file
- Specifies the JSON file logging driver. For more information, including usage and options, see JSON File logging driver in the Docker documentation.
- splunk
- Specifies the Splunk logging driver. For more information, including usage and options, see Splunk logging driver in the Docker documentation.
- syslog
- Specifies the syslog logging driver. For more information, including usage and options, see Syslog logging driver in the Docker documentation.
If you have a custom driver that's not listed earlier that you want to work with the Amazon ECS container agent, you can fork the Amazon ECS container agent project that's available on GitHub and customize it to work with that driver. We encourage you to submit pull requests for changes that you want to have included. However, Amazon Web Services doesn't currently support running modified copies of this software.
This parameter requires version 1.18 of the Docker Remote API or greater
on your container instance. To check the Docker Remote API version on
your container instance, log into your container instance and run the
following command: sudo docker version | grep "Server API version"
MountPoint
data MountPoint Source #
Details on a Docker volume mount point that's used in a job's
container properties. This parameter maps to Volumes
in the
Create a container
section of the Docker Remote API and the --volume
option to docker
run.
See: newMountPoint
smart constructor.
Instances
newMountPoint :: MountPoint Source #
Create a value of MountPoint
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:containerPath:MountPoint'
, mountPoint_containerPath
- The path on the container where the host volume is mounted.
$sel:sourceVolume:MountPoint'
, mountPoint_sourceVolume
- The name of the volume to mount.
$sel:readOnly:MountPoint'
, mountPoint_readOnly
- If this value is true
, the container has read-only access to the
volume. Otherwise, the container can write to the volume. The default
value is false
.
NetworkConfiguration
data NetworkConfiguration Source #
The network configuration for jobs that are running on Fargate resources. Jobs that are running on EC2 resources must not specify this parameter.
See: newNetworkConfiguration
smart constructor.
Instances
newNetworkConfiguration :: NetworkConfiguration Source #
Create a value of NetworkConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:assignPublicIp:NetworkConfiguration'
, networkConfiguration_assignPublicIp
- Indicates whether the job should have a public IP address. For a job
that is running on Fargate resources in a private subnet to send
outbound traffic to the internet (for example, to pull container
images), the private subnet requires a NAT gateway be attached to route
requests to the internet. For more information, see
Amazon ECS task networking.
The default value is "DISABLED".
NetworkInterface
data NetworkInterface Source #
An object representing the elastic network interface for a multi-node parallel job node.
See: newNetworkInterface
smart constructor.
Instances
newNetworkInterface :: NetworkInterface Source #
Create a value of NetworkInterface
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:ipv6Address:NetworkInterface'
, networkInterface_ipv6Address
- The private IPv6 address for the network interface.
$sel:privateIpv4Address:NetworkInterface'
, networkInterface_privateIpv4Address
- The private IPv4 address for the network interface.
$sel:attachmentId:NetworkInterface'
, networkInterface_attachmentId
- The attachment ID for the network interface.
NodeDetails
data NodeDetails Source #
An object representing the details of a multi-node parallel job node.
See: newNodeDetails
smart constructor.
NodeDetails' (Maybe Int) (Maybe Bool) |
Instances
newNodeDetails :: NodeDetails Source #
Create a value of NodeDetails
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nodeIndex:NodeDetails'
, nodeDetails_nodeIndex
- The node index for the node. Node index numbering begins at zero. This
index is also available on the node with the AWS_BATCH_JOB_NODE_INDEX
environment variable.
$sel:isMainNode:NodeDetails'
, nodeDetails_isMainNode
- Specifies whether the current node is the main node for a multi-node
parallel job.
NodeOverrides
data NodeOverrides Source #
Object representing any node overrides to a job definition that's used in a SubmitJob API operation.
This isn't applicable to jobs that are running on Fargate resources and
shouldn't be provided; use containerOverrides
instead.
See: newNodeOverrides
smart constructor.
Instances
newNodeOverrides :: NodeOverrides Source #
Create a value of NodeOverrides
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:numNodes:NodeOverrides'
, nodeOverrides_numNodes
- The number of nodes to use with a multi-node parallel job. This value
overrides the number of nodes that are specified in the job definition.
To use this override:
- There must be at least one node range in your job definition that
has an open upper boundary (such as
:
orn:
). - The lower boundary of the node range specified in the job definition must be fewer than the number of nodes specified in the override.
- The main node index specified in the job definition must be fewer than the number of nodes specified in the override.
$sel:nodePropertyOverrides:NodeOverrides'
, nodeOverrides_nodePropertyOverrides
- The node property overrides for the job.
NodeProperties
data NodeProperties Source #
An object representing the node properties of a multi-node parallel job.
See: newNodeProperties
smart constructor.
Instances
Create a value of NodeProperties
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:numNodes:NodeProperties'
, nodeProperties_numNodes
- The number of nodes associated with a multi-node parallel job.
$sel:mainNode:NodeProperties'
, nodeProperties_mainNode
- Specifies the node index for the main node of a multi-node parallel job.
This node index value must be fewer than the number of nodes.
$sel:nodeRangeProperties:NodeProperties'
, nodeProperties_nodeRangeProperties
- A list of node ranges and their properties associated with a multi-node
parallel job.
NodePropertiesSummary
data NodePropertiesSummary Source #
An object representing the properties of a node that's associated with a multi-node parallel job.
See: newNodePropertiesSummary
smart constructor.
Instances
newNodePropertiesSummary :: NodePropertiesSummary Source #
Create a value of NodePropertiesSummary
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:numNodes:NodePropertiesSummary'
, nodePropertiesSummary_numNodes
- The number of nodes associated with a multi-node parallel job.
$sel:nodeIndex:NodePropertiesSummary'
, nodePropertiesSummary_nodeIndex
- The node index for the node. Node index numbering begins at zero. This
index is also available on the node with the AWS_BATCH_JOB_NODE_INDEX
environment variable.
$sel:isMainNode:NodePropertiesSummary'
, nodePropertiesSummary_isMainNode
- Specifies whether the current node is the main node for a multi-node
parallel job.
NodePropertyOverride
data NodePropertyOverride Source #
Object representing any node overrides to a job definition that's used in a SubmitJob API operation.
See: newNodePropertyOverride
smart constructor.
Instances
newNodePropertyOverride Source #
Create a value of NodePropertyOverride
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:containerOverrides:NodePropertyOverride'
, nodePropertyOverride_containerOverrides
- The overrides that should be sent to a node range.
$sel:targetNodes:NodePropertyOverride'
, nodePropertyOverride_targetNodes
- The range of nodes, using node index values, that's used to override. A
range of 0:3
indicates nodes with index values of 0
through 3
. If
the starting range value is omitted (:n
), then 0
is used to start
the range. If the ending range value is omitted (n:
), then the highest
possible node index is used to end the range.
NodeRangeProperty
data NodeRangeProperty Source #
An object representing the properties of the node range for a multi-node parallel job.
See: newNodeRangeProperty
smart constructor.
Instances
Create a value of NodeRangeProperty
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:container:NodeRangeProperty'
, nodeRangeProperty_container
- The container details for the node range.
$sel:targetNodes:NodeRangeProperty'
, nodeRangeProperty_targetNodes
- The range of nodes, using node index values. A range of 0:3
indicates
nodes with index values of 0
through 3
. If the starting range value
is omitted (:n
), then 0
is used to start the range. If the ending
range value is omitted (n:
), then the highest possible node index is
used to end the range. Your accumulative node ranges must account for
all nodes (0:n
). You can nest node ranges, for example 0:10
and
4:5
, in which case the 4:5
range properties override the 0:10
properties.
ResourceRequirement
data ResourceRequirement Source #
The type and amount of a resource to assign to a container. The
supported resources include GPU
, MEMORY
, and VCPU
.
See: newResourceRequirement
smart constructor.
Instances
newResourceRequirement Source #
:: Text | |
-> ResourceType | |
-> ResourceRequirement |
Create a value of ResourceRequirement
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:value:ResourceRequirement'
, resourceRequirement_value
- The quantity of the specified resource to reserve for the container. The
values vary based on the type
specified.
- type="GPU"
- The number of physical GPUs to reserve for the container. The number
of GPUs reserved for all containers in a job shouldn't exceed the
number of available GPUs on the compute resource that the job is
launched on.
GPUs are not available for jobs that are running on Fargate resources.
- type="MEMORY"
- The memory hard limit (in MiB) present to the container. This
parameter is supported for jobs that are running on EC2 resources.
If your container attempts to exceed the memory specified, the
container is terminated. This parameter maps to
Memory
in the Create a container section of the Docker Remote API and the--memory
option to docker run. You must specify at least 4 MiB of memory for a job. This is required but can be specified in several places for multi-node parallel (MNP) jobs. It must be specified for each node at least once. This parameter maps toMemory
in the Create a container section of the Docker Remote API and the--memory
option to docker run.If you're trying to maximize your resource utilization by providing your jobs as much memory as possible for a particular instance type, see Memory Management in the Batch User Guide.
For jobs that are running on Fargate resources, then
value
is the hard limit (in MiB), and must match one of the supported values and theVCPU
values must be one of the values supported for that memory value.- value = 512
VCPU
= 0.25- value = 1024
VCPU
= 0.25 or 0.5- value = 2048
VCPU
= 0.25, 0.5, or 1- value = 3072
VCPU
= 0.5, or 1- value = 4096
VCPU
= 0.5, 1, or 2- value = 5120, 6144, or 7168
VCPU
= 1 or 2- value = 8192
VCPU
= 1, 2, or 4- value = 9216, 10240, 11264, 12288, 13312, 14336, 15360, or 16384
VCPU
= 2 or 4- value = 17408, 18432, 19456, 20480, 21504, 22528, 23552, 24576, 25600, 26624, 27648, 28672, 29696, or 30720
VCPU
= 4
- type="VCPU"
- The number of vCPUs reserved for the container. This parameter maps
to
CpuShares
in the Create a container section of the Docker Remote API and the--cpu-shares
option to docker run. Each vCPU is equivalent to 1,024 CPU shares. For EC2 resources, you must specify at least one vCPU. This is required but can be specified in several places; it must be specified for each node at least once.For jobs that are running on Fargate resources, then
value
must match one of the supported values and theMEMORY
values must be one of the values supported for that VCPU value. The supported values are 0.25, 0.5, 1, 2, and 4- value = 0.25
MEMORY
= 512, 1024, or 2048- value = 0.5
MEMORY
= 1024, 2048, 3072, or 4096- value = 1
MEMORY
= 2048, 3072, 4096, 5120, 6144, 7168, or 8192- value = 2
MEMORY
= 4096, 5120, 6144, 7168, 8192, 9216, 10240, 11264, 12288, 13312, 14336, 15360, or 16384- value = 4
MEMORY
= 8192, 9216, 10240, 11264, 12288, 13312, 14336, 15360, 16384, 17408, 18432, 19456, 20480, 21504, 22528, 23552, 24576, 25600, 26624, 27648, 28672, 29696, or 30720
$sel:type':ResourceRequirement'
, resourceRequirement_type
- The type of resource to assign to a container. The supported resources
include GPU
, MEMORY
, and VCPU
.
RetryStrategy
data RetryStrategy Source #
The retry strategy associated with a job. For more information, see Automated job retries in the Batch User Guide.
See: newRetryStrategy
smart constructor.
Instances
newRetryStrategy :: RetryStrategy Source #
Create a value of RetryStrategy
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:evaluateOnExit:RetryStrategy'
, retryStrategy_evaluateOnExit
- Array of up to 5 objects that specify conditions under which the job
should be retried or failed. If this parameter is specified, then the
attempts
parameter must also be specified.
$sel:attempts:RetryStrategy'
, retryStrategy_attempts
- The number of times to move a job to the RUNNABLE
status. You can
specify between 1 and 10 attempts. If the value of attempts
is greater
than one, the job is retried on failure the same number of attempts as
the value.
Secret
An object representing the secret to expose to your container. Secrets can be exposed to a container in the following ways:
- To inject sensitive data into your containers as environment
variables, use the
secrets
container definition parameter. - To reference sensitive information in the log configuration of a
container, use the
secretOptions
container definition parameter.
For more information, see Specifying sensitive data in the Batch User Guide.
See: newSecret
smart constructor.
Instances
Eq Secret Source # | |
Read Secret Source # | |
Show Secret Source # | |
Generic Secret Source # | |
NFData Secret Source # | |
Defined in Amazonka.Batch.Types.Secret | |
Hashable Secret Source # | |
Defined in Amazonka.Batch.Types.Secret | |
ToJSON Secret Source # | |
Defined in Amazonka.Batch.Types.Secret | |
FromJSON Secret Source # | |
type Rep Secret Source # | |
Defined in Amazonka.Batch.Types.Secret type Rep Secret = D1 ('MetaData "Secret" "Amazonka.Batch.Types.Secret" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "Secret'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "valueFrom") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) |
Create a value of Secret
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:name:Secret'
, secret_name
- The name of the secret.
$sel:valueFrom:Secret'
, secret_valueFrom
- The secret to expose to the container. The supported values are either
the full ARN of the Secrets Manager secret or the full ARN of the
parameter in the Amazon Web Services Systems Manager Parameter Store.
If the Amazon Web Services Systems Manager Parameter Store parameter exists in the same Region as the job you're launching, then you can use either the full ARN or name of the parameter. If the parameter exists in a different Region, then the full ARN must be specified.
Tmpfs
The container path, mount options, and size of the tmpfs mount.
This object isn't applicable to jobs that are running on Fargate resources.
See: newTmpfs
smart constructor.
Instances
Eq Tmpfs Source # | |
Read Tmpfs Source # | |
Show Tmpfs Source # | |
Generic Tmpfs Source # | |
NFData Tmpfs Source # | |
Defined in Amazonka.Batch.Types.Tmpfs | |
Hashable Tmpfs Source # | |
Defined in Amazonka.Batch.Types.Tmpfs | |
ToJSON Tmpfs Source # | |
Defined in Amazonka.Batch.Types.Tmpfs | |
FromJSON Tmpfs Source # | |
type Rep Tmpfs Source # | |
Defined in Amazonka.Batch.Types.Tmpfs type Rep Tmpfs = D1 ('MetaData "Tmpfs" "Amazonka.Batch.Types.Tmpfs" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "Tmpfs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "mountOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "containerPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "size") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))) |
Create a value of Tmpfs
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:mountOptions:Tmpfs'
, tmpfs_mountOptions
- The list of tmpfs volume mount options.
Valid values: "defaults
" | "ro
" | "rw
" | "suid
" |
"nosuid
" | "dev
" | "nodev
" | "exec
" | "noexec
" |
"sync
" | "async
" | "dirsync
" | "remount
" | "mand
" |
"nomand
" | "atime
" | "noatime
" | "diratime
" |
"nodiratime
" | "bind
" |
"rbind" | "unbindable" | "runbindable" | "private" | "rprivate" | "shared" | "rshared" | "slave" | "rslave" | "relatime
"
| "norelatime
" | "strictatime
" | "nostrictatime
" |
"mode
" | "uid
" | "gid
" | "nr_inodes
" | "nr_blocks
" |
"mpol
"
$sel:containerPath:Tmpfs'
, tmpfs_containerPath
- The absolute file path in the container where the tmpfs volume is
mounted.
$sel:size:Tmpfs'
, tmpfs_size
- The size (in MiB) of the tmpfs volume.
Ulimit
The ulimit
settings to pass to the container.
This object isn't applicable to jobs that are running on Fargate resources.
See: newUlimit
smart constructor.
Instances
Eq Ulimit Source # | |
Read Ulimit Source # | |
Show Ulimit Source # | |
Generic Ulimit Source # | |
NFData Ulimit Source # | |
Defined in Amazonka.Batch.Types.Ulimit | |
Hashable Ulimit Source # | |
Defined in Amazonka.Batch.Types.Ulimit | |
ToJSON Ulimit Source # | |
Defined in Amazonka.Batch.Types.Ulimit | |
FromJSON Ulimit Source # | |
type Rep Ulimit Source # | |
Defined in Amazonka.Batch.Types.Ulimit type Rep Ulimit = D1 ('MetaData "Ulimit" "Amazonka.Batch.Types.Ulimit" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "Ulimit'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hardLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "softLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))) |
Create a value of Ulimit
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:hardLimit:Ulimit'
, ulimit_hardLimit
- The hard limit for the ulimit
type.
$sel:name:Ulimit'
, ulimit_name
- The type
of the ulimit
.
$sel:softLimit:Ulimit'
, ulimit_softLimit
- The soft limit for the ulimit
type.
Volume
A data volume used in a job's container properties.
See: newVolume
smart constructor.
Instances
Eq Volume Source # | |
Read Volume Source # | |
Show Volume Source # | |
Generic Volume Source # | |
NFData Volume Source # | |
Defined in Amazonka.Batch.Types.Volume | |
Hashable Volume Source # | |
Defined in Amazonka.Batch.Types.Volume | |
ToJSON Volume Source # | |
Defined in Amazonka.Batch.Types.Volume | |
FromJSON Volume Source # | |
type Rep Volume Source # | |
Defined in Amazonka.Batch.Types.Volume type Rep Volume = D1 ('MetaData "Volume" "Amazonka.Batch.Types.Volume" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "Volume'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "efsVolumeConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EFSVolumeConfiguration)) :*: S1 ('MetaSel ('Just "host") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Host))))) |
Create a value of Volume
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:name:Volume'
, volume_name
- The name of the volume. Up to 255 letters (uppercase and lowercase),
numbers, hyphens, and underscores are allowed. This name is referenced
in the sourceVolume
parameter of container definition mountPoints
.
$sel:efsVolumeConfiguration:Volume'
, volume_efsVolumeConfiguration
- This parameter is specified when you are using an Amazon Elastic File
System file system for job storage. Jobs that are running on Fargate
resources must specify a platformVersion
of at least 1.4.0
.
$sel:host:Volume'
, volume_host
- The contents of the host
parameter determine whether your data volume
persists on the host container instance and where it is stored. If the
host parameter is empty, then the Docker daemon assigns a host path for
your data volume. However, the data isn't guaranteed to persist after
the containers associated with it stop running.
This parameter isn't applicable to jobs that are running on Fargate resources and shouldn't be provided.