libZSservicesZSamazonka-batchZSamazonka-batch
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Batch

Description

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

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.

Instances

Instances details
Eq CreateComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.CreateComputeEnvironment

Read CreateComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.CreateComputeEnvironment

Show CreateComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.CreateComputeEnvironment

Generic CreateComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.CreateComputeEnvironment

Associated Types

type Rep CreateComputeEnvironment :: Type -> Type #

NFData CreateComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.CreateComputeEnvironment

Hashable CreateComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.CreateComputeEnvironment

ToJSON CreateComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.CreateComputeEnvironment

AWSRequest CreateComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.CreateComputeEnvironment

ToHeaders CreateComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.CreateComputeEnvironment

ToPath CreateComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.CreateComputeEnvironment

ToQuery CreateComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.CreateComputeEnvironment

type Rep CreateComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.CreateComputeEnvironment

type Rep CreateComputeEnvironment = D1 ('MetaData "CreateComputeEnvironment" "Amazonka.Batch.CreateComputeEnvironment" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "CreateComputeEnvironment'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CEState)) :*: (S1 ('MetaSel ('Just "computeResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComputeResource)) :*: S1 ('MetaSel ('Just "serviceRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "computeEnvironmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CEType)))))
type AWSResponse CreateComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.CreateComputeEnvironment

newCreateComputeEnvironment Source #

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

Instances details
Eq CreateComputeEnvironmentResponse Source # 
Instance details

Defined in Amazonka.Batch.CreateComputeEnvironment

Read CreateComputeEnvironmentResponse Source # 
Instance details

Defined in Amazonka.Batch.CreateComputeEnvironment

Show CreateComputeEnvironmentResponse Source # 
Instance details

Defined in Amazonka.Batch.CreateComputeEnvironment

Generic CreateComputeEnvironmentResponse Source # 
Instance details

Defined in Amazonka.Batch.CreateComputeEnvironment

Associated Types

type Rep CreateComputeEnvironmentResponse :: Type -> Type #

NFData CreateComputeEnvironmentResponse Source # 
Instance details

Defined in Amazonka.Batch.CreateComputeEnvironment

type Rep CreateComputeEnvironmentResponse Source # 
Instance details

Defined in Amazonka.Batch.CreateComputeEnvironment

type Rep CreateComputeEnvironmentResponse = D1 ('MetaData "CreateComputeEnvironmentResponse" "Amazonka.Batch.CreateComputeEnvironment" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "CreateComputeEnvironmentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "computeEnvironmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "computeEnvironmentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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

Instances details
Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.Batch.ListTagsForResource

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.Batch.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.Batch.ListTagsForResource

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.Batch.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.Batch.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.Batch.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.Batch.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.Batch.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.Batch.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.Batch.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.Batch.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.Batch.ListTagsForResource" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.Batch.ListTagsForResource

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

Instances details
Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Batch.ListTagsForResource

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Batch.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Batch.ListTagsForResource

Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Batch.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Batch.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.Batch.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.Batch.ListTagsForResource" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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

Instances details
Eq RegisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.RegisterJobDefinition

Read RegisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.RegisterJobDefinition

Show RegisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.RegisterJobDefinition

Generic RegisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.RegisterJobDefinition

Associated Types

type Rep RegisterJobDefinition :: Type -> Type #

NFData RegisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.RegisterJobDefinition

Methods

rnf :: RegisterJobDefinition -> () #

Hashable RegisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.RegisterJobDefinition

ToJSON RegisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.RegisterJobDefinition

AWSRequest RegisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.RegisterJobDefinition

Associated Types

type AWSResponse RegisterJobDefinition #

ToHeaders RegisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.RegisterJobDefinition

ToPath RegisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.RegisterJobDefinition

ToQuery RegisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.RegisterJobDefinition

type Rep RegisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.RegisterJobDefinition

type Rep RegisterJobDefinition = D1 ('MetaData "RegisterJobDefinition" "Amazonka.Batch.RegisterJobDefinition" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "RegisterJobDefinition'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "propagateTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "retryStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RetryStrategy))) :*: (S1 ('MetaSel ('Just "platformCapabilities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PlatformCapability])) :*: (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "timeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobTimeout))))) :*: ((S1 ('MetaSel ('Just "containerProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContainerProperties)) :*: S1 ('MetaSel ('Just "nodeProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NodeProperties))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "jobDefinitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 JobDefinitionType))))))
type AWSResponse RegisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.RegisterJobDefinition

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

Instances details
Eq RegisterJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.Batch.RegisterJobDefinition

Read RegisterJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.Batch.RegisterJobDefinition

Show RegisterJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.Batch.RegisterJobDefinition

Generic RegisterJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.Batch.RegisterJobDefinition

Associated Types

type Rep RegisterJobDefinitionResponse :: Type -> Type #

NFData RegisterJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.Batch.RegisterJobDefinition

type Rep RegisterJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.Batch.RegisterJobDefinition

type Rep RegisterJobDefinitionResponse = D1 ('MetaData "RegisterJobDefinitionResponse" "Amazonka.Batch.RegisterJobDefinition" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "RegisterJobDefinitionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "jobDefinitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "jobDefinitionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "revision") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

SubmitJob

data SubmitJob Source #

Contains the parameters for SubmitJob.

See: newSubmitJob smart constructor.

Instances

Instances details
Eq SubmitJob Source # 
Instance details

Defined in Amazonka.Batch.SubmitJob

Read SubmitJob Source # 
Instance details

Defined in Amazonka.Batch.SubmitJob

Show SubmitJob Source # 
Instance details

Defined in Amazonka.Batch.SubmitJob

Generic SubmitJob Source # 
Instance details

Defined in Amazonka.Batch.SubmitJob

Associated Types

type Rep SubmitJob :: Type -> Type #

NFData SubmitJob Source # 
Instance details

Defined in Amazonka.Batch.SubmitJob

Methods

rnf :: SubmitJob -> () #

Hashable SubmitJob Source # 
Instance details

Defined in Amazonka.Batch.SubmitJob

ToJSON SubmitJob Source # 
Instance details

Defined in Amazonka.Batch.SubmitJob

AWSRequest SubmitJob Source # 
Instance details

Defined in Amazonka.Batch.SubmitJob

Associated Types

type AWSResponse SubmitJob #

ToHeaders SubmitJob Source # 
Instance details

Defined in Amazonka.Batch.SubmitJob

Methods

toHeaders :: SubmitJob -> [Header] #

ToPath SubmitJob Source # 
Instance details

Defined in Amazonka.Batch.SubmitJob

ToQuery SubmitJob Source # 
Instance details

Defined in Amazonka.Batch.SubmitJob

type Rep SubmitJob Source # 
Instance details

Defined in Amazonka.Batch.SubmitJob

type Rep SubmitJob = D1 ('MetaData "SubmitJob" "Amazonka.Batch.SubmitJob" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "SubmitJob'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "nodeOverrides") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NodeOverrides)) :*: (S1 ('MetaSel ('Just "propagateTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "containerOverrides") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContainerOverrides)))) :*: (S1 ('MetaSel ('Just "retryStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RetryStrategy)) :*: (S1 ('MetaSel ('Just "dependsOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [JobDependency])) :*: S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))) :*: ((S1 ('MetaSel ('Just "arrayProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ArrayProperties)) :*: (S1 ('MetaSel ('Just "timeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobTimeout)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))) :*: (S1 ('MetaSel ('Just "jobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "jobQueue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "jobDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))
type AWSResponse SubmitJob Source # 
Instance details

Defined in Amazonka.Batch.SubmitJob

newSubmitJob Source #

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

Instances details
Eq SubmitJobResponse Source # 
Instance details

Defined in Amazonka.Batch.SubmitJob

Read SubmitJobResponse Source # 
Instance details

Defined in Amazonka.Batch.SubmitJob

Show SubmitJobResponse Source # 
Instance details

Defined in Amazonka.Batch.SubmitJob

Generic SubmitJobResponse Source # 
Instance details

Defined in Amazonka.Batch.SubmitJob

Associated Types

type Rep SubmitJobResponse :: Type -> Type #

NFData SubmitJobResponse Source # 
Instance details

Defined in Amazonka.Batch.SubmitJob

Methods

rnf :: SubmitJobResponse -> () #

type Rep SubmitJobResponse Source # 
Instance details

Defined in Amazonka.Batch.SubmitJob

type Rep SubmitJobResponse = D1 ('MetaData "SubmitJobResponse" "Amazonka.Batch.SubmitJob" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "SubmitJobResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "jobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "jobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newSubmitJobResponse Source #

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)

data ListJobs Source #

Contains the parameters for ListJobs.

See: newListJobs smart constructor.

Instances

Instances details
Eq ListJobs Source # 
Instance details

Defined in Amazonka.Batch.ListJobs

Read ListJobs Source # 
Instance details

Defined in Amazonka.Batch.ListJobs

Show ListJobs Source # 
Instance details

Defined in Amazonka.Batch.ListJobs

Generic ListJobs Source # 
Instance details

Defined in Amazonka.Batch.ListJobs

Associated Types

type Rep ListJobs :: Type -> Type #

Methods

from :: ListJobs -> Rep ListJobs x #

to :: Rep ListJobs x -> ListJobs #

NFData ListJobs Source # 
Instance details

Defined in Amazonka.Batch.ListJobs

Methods

rnf :: ListJobs -> () #

Hashable ListJobs Source # 
Instance details

Defined in Amazonka.Batch.ListJobs

Methods

hashWithSalt :: Int -> ListJobs -> Int #

hash :: ListJobs -> Int #

ToJSON ListJobs Source # 
Instance details

Defined in Amazonka.Batch.ListJobs

AWSPager ListJobs Source # 
Instance details

Defined in Amazonka.Batch.ListJobs

AWSRequest ListJobs Source # 
Instance details

Defined in Amazonka.Batch.ListJobs

Associated Types

type AWSResponse ListJobs #

ToHeaders ListJobs Source # 
Instance details

Defined in Amazonka.Batch.ListJobs

Methods

toHeaders :: ListJobs -> [Header] #

ToPath ListJobs Source # 
Instance details

Defined in Amazonka.Batch.ListJobs

ToQuery ListJobs Source # 
Instance details

Defined in Amazonka.Batch.ListJobs

type Rep ListJobs Source # 
Instance details

Defined in Amazonka.Batch.ListJobs

type AWSResponse ListJobs Source # 
Instance details

Defined in Amazonka.Batch.ListJobs

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 both Test1 and test1, and test1* matches both test1 and Test10. When the JOB_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 only jd1, and jd1* matches both jd1 and jd1A. The version of the job definition that's used doesn't affect the sort order. When the JOB_DEFINITION filter is used and the ARN is used (which is in the form arn:${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

Instances details
Eq ListJobsResponse Source # 
Instance details

Defined in Amazonka.Batch.ListJobs

Read ListJobsResponse Source # 
Instance details

Defined in Amazonka.Batch.ListJobs

Show ListJobsResponse Source # 
Instance details

Defined in Amazonka.Batch.ListJobs

Generic ListJobsResponse Source # 
Instance details

Defined in Amazonka.Batch.ListJobs

Associated Types

type Rep ListJobsResponse :: Type -> Type #

NFData ListJobsResponse Source # 
Instance details

Defined in Amazonka.Batch.ListJobs

Methods

rnf :: ListJobsResponse -> () #

type Rep ListJobsResponse Source # 
Instance details

Defined in Amazonka.Batch.ListJobs

type Rep ListJobsResponse = D1 ('MetaData "ListJobsResponse" "Amazonka.Batch.ListJobs" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "ListJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "jobSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [JobSummary]))))

newListJobsResponse Source #

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.

Constructors

TerminateJob' Text Text 

Instances

Instances details
Eq TerminateJob Source # 
Instance details

Defined in Amazonka.Batch.TerminateJob

Read TerminateJob Source # 
Instance details

Defined in Amazonka.Batch.TerminateJob

Show TerminateJob Source # 
Instance details

Defined in Amazonka.Batch.TerminateJob

Generic TerminateJob Source # 
Instance details

Defined in Amazonka.Batch.TerminateJob

Associated Types

type Rep TerminateJob :: Type -> Type #

NFData TerminateJob Source # 
Instance details

Defined in Amazonka.Batch.TerminateJob

Methods

rnf :: TerminateJob -> () #

Hashable TerminateJob Source # 
Instance details

Defined in Amazonka.Batch.TerminateJob

ToJSON TerminateJob Source # 
Instance details

Defined in Amazonka.Batch.TerminateJob

AWSRequest TerminateJob Source # 
Instance details

Defined in Amazonka.Batch.TerminateJob

Associated Types

type AWSResponse TerminateJob #

ToHeaders TerminateJob Source # 
Instance details

Defined in Amazonka.Batch.TerminateJob

ToPath TerminateJob Source # 
Instance details

Defined in Amazonka.Batch.TerminateJob

ToQuery TerminateJob Source # 
Instance details

Defined in Amazonka.Batch.TerminateJob

type Rep TerminateJob Source # 
Instance details

Defined in Amazonka.Batch.TerminateJob

type Rep TerminateJob = D1 ('MetaData "TerminateJob" "Amazonka.Batch.TerminateJob" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "TerminateJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse TerminateJob Source # 
Instance details

Defined in Amazonka.Batch.TerminateJob

newTerminateJob Source #

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

Instances details
Eq TerminateJobResponse Source # 
Instance details

Defined in Amazonka.Batch.TerminateJob

Read TerminateJobResponse Source # 
Instance details

Defined in Amazonka.Batch.TerminateJob

Show TerminateJobResponse Source # 
Instance details

Defined in Amazonka.Batch.TerminateJob

Generic TerminateJobResponse Source # 
Instance details

Defined in Amazonka.Batch.TerminateJob

Associated Types

type Rep TerminateJobResponse :: Type -> Type #

NFData TerminateJobResponse Source # 
Instance details

Defined in Amazonka.Batch.TerminateJob

Methods

rnf :: TerminateJobResponse -> () #

type Rep TerminateJobResponse Source # 
Instance details

Defined in Amazonka.Batch.TerminateJob

type Rep TerminateJobResponse = D1 ('MetaData "TerminateJobResponse" "Amazonka.Batch.TerminateJob" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "TerminateJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

Constructors

DescribeJobs' [Text] 

Instances

Instances details
Eq DescribeJobs Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobs

Read DescribeJobs Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobs

Show DescribeJobs Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobs

Generic DescribeJobs Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobs

Associated Types

type Rep DescribeJobs :: Type -> Type #

NFData DescribeJobs Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobs

Methods

rnf :: DescribeJobs -> () #

Hashable DescribeJobs Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobs

ToJSON DescribeJobs Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobs

AWSRequest DescribeJobs Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobs

Associated Types

type AWSResponse DescribeJobs #

ToHeaders DescribeJobs Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobs

ToPath DescribeJobs Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobs

ToQuery DescribeJobs Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobs

type Rep DescribeJobs Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobs

type Rep DescribeJobs = D1 ('MetaData "DescribeJobs" "Amazonka.Batch.DescribeJobs" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "DescribeJobs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse DescribeJobs Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobs

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

Instances details
Eq DescribeJobsResponse Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobs

Read DescribeJobsResponse Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobs

Show DescribeJobsResponse Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobs

Generic DescribeJobsResponse Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobs

Associated Types

type Rep DescribeJobsResponse :: Type -> Type #

NFData DescribeJobsResponse Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobs

Methods

rnf :: DescribeJobsResponse -> () #

type Rep DescribeJobsResponse Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobs

type Rep DescribeJobsResponse = D1 ('MetaData "DescribeJobsResponse" "Amazonka.Batch.DescribeJobs" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "DescribeJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [JobDetail])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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

Instances details
Eq DeleteComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.DeleteComputeEnvironment

Read DeleteComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.DeleteComputeEnvironment

Show DeleteComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.DeleteComputeEnvironment

Generic DeleteComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.DeleteComputeEnvironment

Associated Types

type Rep DeleteComputeEnvironment :: Type -> Type #

NFData DeleteComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.DeleteComputeEnvironment

Hashable DeleteComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.DeleteComputeEnvironment

ToJSON DeleteComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.DeleteComputeEnvironment

AWSRequest DeleteComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.DeleteComputeEnvironment

ToHeaders DeleteComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.DeleteComputeEnvironment

ToPath DeleteComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.DeleteComputeEnvironment

ToQuery DeleteComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.DeleteComputeEnvironment

type Rep DeleteComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.DeleteComputeEnvironment

type Rep DeleteComputeEnvironment = D1 ('MetaData "DeleteComputeEnvironment" "Amazonka.Batch.DeleteComputeEnvironment" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "DeleteComputeEnvironment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "computeEnvironment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.DeleteComputeEnvironment

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

Instances details
Eq DeleteComputeEnvironmentResponse Source # 
Instance details

Defined in Amazonka.Batch.DeleteComputeEnvironment

Read DeleteComputeEnvironmentResponse Source # 
Instance details

Defined in Amazonka.Batch.DeleteComputeEnvironment

Show DeleteComputeEnvironmentResponse Source # 
Instance details

Defined in Amazonka.Batch.DeleteComputeEnvironment

Generic DeleteComputeEnvironmentResponse Source # 
Instance details

Defined in Amazonka.Batch.DeleteComputeEnvironment

Associated Types

type Rep DeleteComputeEnvironmentResponse :: Type -> Type #

NFData DeleteComputeEnvironmentResponse Source # 
Instance details

Defined in Amazonka.Batch.DeleteComputeEnvironment

type Rep DeleteComputeEnvironmentResponse Source # 
Instance details

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

Instances details
Eq UpdateComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.UpdateComputeEnvironment

Read UpdateComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.UpdateComputeEnvironment

Show UpdateComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.UpdateComputeEnvironment

Generic UpdateComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.UpdateComputeEnvironment

Associated Types

type Rep UpdateComputeEnvironment :: Type -> Type #

NFData UpdateComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.UpdateComputeEnvironment

Hashable UpdateComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.UpdateComputeEnvironment

ToJSON UpdateComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.UpdateComputeEnvironment

AWSRequest UpdateComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.UpdateComputeEnvironment

ToHeaders UpdateComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.UpdateComputeEnvironment

ToPath UpdateComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.UpdateComputeEnvironment

ToQuery UpdateComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.UpdateComputeEnvironment

type Rep UpdateComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.UpdateComputeEnvironment

type Rep UpdateComputeEnvironment = D1 ('MetaData "UpdateComputeEnvironment" "Amazonka.Batch.UpdateComputeEnvironment" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "UpdateComputeEnvironment'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CEState)) :*: S1 ('MetaSel ('Just "computeResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComputeResourceUpdate))) :*: (S1 ('MetaSel ('Just "serviceRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "computeEnvironment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateComputeEnvironment Source # 
Instance details

Defined in Amazonka.Batch.UpdateComputeEnvironment

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

Instances details
Eq UpdateComputeEnvironmentResponse Source # 
Instance details

Defined in Amazonka.Batch.UpdateComputeEnvironment

Read UpdateComputeEnvironmentResponse Source # 
Instance details

Defined in Amazonka.Batch.UpdateComputeEnvironment

Show UpdateComputeEnvironmentResponse Source # 
Instance details

Defined in Amazonka.Batch.UpdateComputeEnvironment

Generic UpdateComputeEnvironmentResponse Source # 
Instance details

Defined in Amazonka.Batch.UpdateComputeEnvironment

Associated Types

type Rep UpdateComputeEnvironmentResponse :: Type -> Type #

NFData UpdateComputeEnvironmentResponse Source # 
Instance details

Defined in Amazonka.Batch.UpdateComputeEnvironment

type Rep UpdateComputeEnvironmentResponse Source # 
Instance details

Defined in Amazonka.Batch.UpdateComputeEnvironment

type Rep UpdateComputeEnvironmentResponse = D1 ('MetaData "UpdateComputeEnvironmentResponse" "Amazonka.Batch.UpdateComputeEnvironment" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "UpdateComputeEnvironmentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "computeEnvironmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "computeEnvironmentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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

Instances details
Eq DescribeJobDefinitions Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobDefinitions

Read DescribeJobDefinitions Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobDefinitions

Show DescribeJobDefinitions Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobDefinitions

Generic DescribeJobDefinitions Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobDefinitions

Associated Types

type Rep DescribeJobDefinitions :: Type -> Type #

NFData DescribeJobDefinitions Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobDefinitions

Methods

rnf :: DescribeJobDefinitions -> () #

Hashable DescribeJobDefinitions Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobDefinitions

ToJSON DescribeJobDefinitions Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobDefinitions

AWSPager DescribeJobDefinitions Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobDefinitions

AWSRequest DescribeJobDefinitions Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobDefinitions

Associated Types

type AWSResponse DescribeJobDefinitions #

ToHeaders DescribeJobDefinitions Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobDefinitions

ToPath DescribeJobDefinitions Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobDefinitions

ToQuery DescribeJobDefinitions Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobDefinitions

type Rep DescribeJobDefinitions Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobDefinitions

type Rep DescribeJobDefinitions = D1 ('MetaData "DescribeJobDefinitions" "Amazonka.Batch.DescribeJobDefinitions" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "DescribeJobDefinitions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "jobDefinitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "jobDefinitions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))))
type AWSResponse DescribeJobDefinitions Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobDefinitions

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

Instances details
Eq DescribeJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobDefinitions

Read DescribeJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobDefinitions

Show DescribeJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobDefinitions

Generic DescribeJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobDefinitions

Associated Types

type Rep DescribeJobDefinitionsResponse :: Type -> Type #

NFData DescribeJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobDefinitions

type Rep DescribeJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobDefinitions

type Rep DescribeJobDefinitionsResponse = D1 ('MetaData "DescribeJobDefinitionsResponse" "Amazonka.Batch.DescribeJobDefinitions" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "DescribeJobDefinitionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobDefinitions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [JobDefinition])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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

Instances details
Eq UpdateJobQueue Source # 
Instance details

Defined in Amazonka.Batch.UpdateJobQueue

Read UpdateJobQueue Source # 
Instance details

Defined in Amazonka.Batch.UpdateJobQueue

Show UpdateJobQueue Source # 
Instance details

Defined in Amazonka.Batch.UpdateJobQueue

Generic UpdateJobQueue Source # 
Instance details

Defined in Amazonka.Batch.UpdateJobQueue

Associated Types

type Rep UpdateJobQueue :: Type -> Type #

NFData UpdateJobQueue Source # 
Instance details

Defined in Amazonka.Batch.UpdateJobQueue

Methods

rnf :: UpdateJobQueue -> () #

Hashable UpdateJobQueue Source # 
Instance details

Defined in Amazonka.Batch.UpdateJobQueue

ToJSON UpdateJobQueue Source # 
Instance details

Defined in Amazonka.Batch.UpdateJobQueue

AWSRequest UpdateJobQueue Source # 
Instance details

Defined in Amazonka.Batch.UpdateJobQueue

Associated Types

type AWSResponse UpdateJobQueue #

ToHeaders UpdateJobQueue Source # 
Instance details

Defined in Amazonka.Batch.UpdateJobQueue

ToPath UpdateJobQueue Source # 
Instance details

Defined in Amazonka.Batch.UpdateJobQueue

ToQuery UpdateJobQueue Source # 
Instance details

Defined in Amazonka.Batch.UpdateJobQueue

type Rep UpdateJobQueue Source # 
Instance details

Defined in Amazonka.Batch.UpdateJobQueue

type Rep UpdateJobQueue = D1 ('MetaData "UpdateJobQueue" "Amazonka.Batch.UpdateJobQueue" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "UpdateJobQueue'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JQState)) :*: S1 ('MetaSel ('Just "priority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "computeEnvironmentOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ComputeEnvironmentOrder])) :*: S1 ('MetaSel ('Just "jobQueue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateJobQueue Source # 
Instance details

Defined in Amazonka.Batch.UpdateJobQueue

newUpdateJobQueue Source #

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

Instances details
Eq UpdateJobQueueResponse Source # 
Instance details

Defined in Amazonka.Batch.UpdateJobQueue

Read UpdateJobQueueResponse Source # 
Instance details

Defined in Amazonka.Batch.UpdateJobQueue

Show UpdateJobQueueResponse Source # 
Instance details

Defined in Amazonka.Batch.UpdateJobQueue

Generic UpdateJobQueueResponse Source # 
Instance details

Defined in Amazonka.Batch.UpdateJobQueue

Associated Types

type Rep UpdateJobQueueResponse :: Type -> Type #

NFData UpdateJobQueueResponse Source # 
Instance details

Defined in Amazonka.Batch.UpdateJobQueue

Methods

rnf :: UpdateJobQueueResponse -> () #

type Rep UpdateJobQueueResponse Source # 
Instance details

Defined in Amazonka.Batch.UpdateJobQueue

type Rep UpdateJobQueueResponse = D1 ('MetaData "UpdateJobQueueResponse" "Amazonka.Batch.UpdateJobQueue" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "UpdateJobQueueResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobQueueArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "jobQueueName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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.

Constructors

DeleteJobQueue' Text 

Instances

Instances details
Eq DeleteJobQueue Source # 
Instance details

Defined in Amazonka.Batch.DeleteJobQueue

Read DeleteJobQueue Source # 
Instance details

Defined in Amazonka.Batch.DeleteJobQueue

Show DeleteJobQueue Source # 
Instance details

Defined in Amazonka.Batch.DeleteJobQueue

Generic DeleteJobQueue Source # 
Instance details

Defined in Amazonka.Batch.DeleteJobQueue

Associated Types

type Rep DeleteJobQueue :: Type -> Type #

NFData DeleteJobQueue Source # 
Instance details

Defined in Amazonka.Batch.DeleteJobQueue

Methods

rnf :: DeleteJobQueue -> () #

Hashable DeleteJobQueue Source # 
Instance details

Defined in Amazonka.Batch.DeleteJobQueue

ToJSON DeleteJobQueue Source # 
Instance details

Defined in Amazonka.Batch.DeleteJobQueue

AWSRequest DeleteJobQueue Source # 
Instance details

Defined in Amazonka.Batch.DeleteJobQueue

Associated Types

type AWSResponse DeleteJobQueue #

ToHeaders DeleteJobQueue Source # 
Instance details

Defined in Amazonka.Batch.DeleteJobQueue

ToPath DeleteJobQueue Source # 
Instance details

Defined in Amazonka.Batch.DeleteJobQueue

ToQuery DeleteJobQueue Source # 
Instance details

Defined in Amazonka.Batch.DeleteJobQueue

type Rep DeleteJobQueue Source # 
Instance details

Defined in Amazonka.Batch.DeleteJobQueue

type Rep DeleteJobQueue = D1 ('MetaData "DeleteJobQueue" "Amazonka.Batch.DeleteJobQueue" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "DeleteJobQueue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobQueue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteJobQueue Source # 
Instance details

Defined in Amazonka.Batch.DeleteJobQueue

newDeleteJobQueue Source #

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

Instances details
Eq DeleteJobQueueResponse Source # 
Instance details

Defined in Amazonka.Batch.DeleteJobQueue

Read DeleteJobQueueResponse Source # 
Instance details

Defined in Amazonka.Batch.DeleteJobQueue

Show DeleteJobQueueResponse Source # 
Instance details

Defined in Amazonka.Batch.DeleteJobQueue

Generic DeleteJobQueueResponse Source # 
Instance details

Defined in Amazonka.Batch.DeleteJobQueue

Associated Types

type Rep DeleteJobQueueResponse :: Type -> Type #

NFData DeleteJobQueueResponse Source # 
Instance details

Defined in Amazonka.Batch.DeleteJobQueue

Methods

rnf :: DeleteJobQueueResponse -> () #

type Rep DeleteJobQueueResponse Source # 
Instance details

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

Instances details
Eq CreateJobQueue Source # 
Instance details

Defined in Amazonka.Batch.CreateJobQueue

Read CreateJobQueue Source # 
Instance details

Defined in Amazonka.Batch.CreateJobQueue

Show CreateJobQueue Source # 
Instance details

Defined in Amazonka.Batch.CreateJobQueue

Generic CreateJobQueue Source # 
Instance details

Defined in Amazonka.Batch.CreateJobQueue

Associated Types

type Rep CreateJobQueue :: Type -> Type #

NFData CreateJobQueue Source # 
Instance details

Defined in Amazonka.Batch.CreateJobQueue

Methods

rnf :: CreateJobQueue -> () #

Hashable CreateJobQueue Source # 
Instance details

Defined in Amazonka.Batch.CreateJobQueue

ToJSON CreateJobQueue Source # 
Instance details

Defined in Amazonka.Batch.CreateJobQueue

AWSRequest CreateJobQueue Source # 
Instance details

Defined in Amazonka.Batch.CreateJobQueue

Associated Types

type AWSResponse CreateJobQueue #

ToHeaders CreateJobQueue Source # 
Instance details

Defined in Amazonka.Batch.CreateJobQueue

ToPath CreateJobQueue Source # 
Instance details

Defined in Amazonka.Batch.CreateJobQueue

ToQuery CreateJobQueue Source # 
Instance details

Defined in Amazonka.Batch.CreateJobQueue

type Rep CreateJobQueue Source # 
Instance details

Defined in Amazonka.Batch.CreateJobQueue

type Rep CreateJobQueue = D1 ('MetaData "CreateJobQueue" "Amazonka.Batch.CreateJobQueue" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "CreateJobQueue'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JQState)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "jobQueueName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "priority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "computeEnvironmentOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ComputeEnvironmentOrder])))))
type AWSResponse CreateJobQueue Source # 
Instance details

Defined in Amazonka.Batch.CreateJobQueue

newCreateJobQueue Source #

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

Instances details
Eq CreateJobQueueResponse Source # 
Instance details

Defined in Amazonka.Batch.CreateJobQueue

Read CreateJobQueueResponse Source # 
Instance details

Defined in Amazonka.Batch.CreateJobQueue

Show CreateJobQueueResponse Source # 
Instance details

Defined in Amazonka.Batch.CreateJobQueue

Generic CreateJobQueueResponse Source # 
Instance details

Defined in Amazonka.Batch.CreateJobQueue

Associated Types

type Rep CreateJobQueueResponse :: Type -> Type #

NFData CreateJobQueueResponse Source # 
Instance details

Defined in Amazonka.Batch.CreateJobQueue

Methods

rnf :: CreateJobQueueResponse -> () #

type Rep CreateJobQueueResponse Source # 
Instance details

Defined in Amazonka.Batch.CreateJobQueue

type Rep CreateJobQueueResponse = D1 ('MetaData "CreateJobQueueResponse" "Amazonka.Batch.CreateJobQueue" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "CreateJobQueueResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "jobQueueName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "jobQueueArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateJobQueueResponse Source #

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

Instances details
Eq DeregisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

Read DeregisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

Show DeregisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

Generic DeregisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

Associated Types

type Rep DeregisterJobDefinition :: Type -> Type #

NFData DeregisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

Methods

rnf :: DeregisterJobDefinition -> () #

Hashable DeregisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

ToJSON DeregisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

AWSRequest DeregisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

ToHeaders DeregisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

ToPath DeregisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

ToQuery DeregisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

type Rep DeregisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

type Rep DeregisterJobDefinition = D1 ('MetaData "DeregisterJobDefinition" "Amazonka.Batch.DeregisterJobDefinition" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "DeregisterJobDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeregisterJobDefinition Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

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

Instances details
Eq DeregisterJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

Read DeregisterJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

Show DeregisterJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

Generic DeregisterJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

Associated Types

type Rep DeregisterJobDefinitionResponse :: Type -> Type #

NFData DeregisterJobDefinitionResponse Source # 
Instance details

Defined in Amazonka.Batch.DeregisterJobDefinition

type Rep DeregisterJobDefinitionResponse Source # 
Instance details

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

Instances details
Eq DescribeJobQueues Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobQueues

Read DescribeJobQueues Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobQueues

Show DescribeJobQueues Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobQueues

Generic DescribeJobQueues Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobQueues

Associated Types

type Rep DescribeJobQueues :: Type -> Type #

NFData DescribeJobQueues Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobQueues

Methods

rnf :: DescribeJobQueues -> () #

Hashable DescribeJobQueues Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobQueues

ToJSON DescribeJobQueues Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobQueues

AWSPager DescribeJobQueues Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobQueues

AWSRequest DescribeJobQueues Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobQueues

Associated Types

type AWSResponse DescribeJobQueues #

ToHeaders DescribeJobQueues Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobQueues

ToPath DescribeJobQueues Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobQueues

ToQuery DescribeJobQueues Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobQueues

type Rep DescribeJobQueues Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobQueues

type Rep DescribeJobQueues = D1 ('MetaData "DescribeJobQueues" "Amazonka.Batch.DescribeJobQueues" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "DescribeJobQueues'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "jobQueues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse DescribeJobQueues Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobQueues

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

Instances details
Eq DescribeJobQueuesResponse Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobQueues

Read DescribeJobQueuesResponse Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobQueues

Show DescribeJobQueuesResponse Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobQueues

Generic DescribeJobQueuesResponse Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobQueues

Associated Types

type Rep DescribeJobQueuesResponse :: Type -> Type #

NFData DescribeJobQueuesResponse Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobQueues

type Rep DescribeJobQueuesResponse Source # 
Instance details

Defined in Amazonka.Batch.DescribeJobQueues

type Rep DescribeJobQueuesResponse = D1 ('MetaData "DescribeJobQueuesResponse" "Amazonka.Batch.DescribeJobQueues" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "DescribeJobQueuesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "jobQueues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [JobQueueDetail])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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

Instances details
Eq TagResource Source # 
Instance details

Defined in Amazonka.Batch.TagResource

Read TagResource Source # 
Instance details

Defined in Amazonka.Batch.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.Batch.TagResource

Generic TagResource Source # 
Instance details

Defined in Amazonka.Batch.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

NFData TagResource Source # 
Instance details

Defined in Amazonka.Batch.TagResource

Methods

rnf :: TagResource -> () #

Hashable TagResource Source # 
Instance details

Defined in Amazonka.Batch.TagResource

ToJSON TagResource Source # 
Instance details

Defined in Amazonka.Batch.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.Batch.TagResource

Associated Types

type AWSResponse TagResource #

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.Batch.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.Batch.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.Batch.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.Batch.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.Batch.TagResource" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Text))))
type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.Batch.TagResource

newTagResource Source #

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

Instances details
Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.Batch.TagResource

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.Batch.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.Batch.TagResource

Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.Batch.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.Batch.TagResource

Methods

rnf :: TagResourceResponse -> () #

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.Batch.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.Batch.TagResource" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.Batch.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.Batch.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.Batch.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.Batch.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.Batch.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.Batch.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.Batch.UntagResource

Associated Types

type AWSResponse UntagResource #

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.Batch.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.Batch.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.Batch.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.Batch.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.Batch.UntagResource" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))
type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.Batch.UntagResource

newUntagResource Source #

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

Instances details
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Batch.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Batch.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Batch.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Batch.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Batch.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Batch.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.Batch.UntagResource" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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

Instances details
Eq DescribeComputeEnvironments Source # 
Instance details

Defined in Amazonka.Batch.DescribeComputeEnvironments

Read DescribeComputeEnvironments Source # 
Instance details

Defined in Amazonka.Batch.DescribeComputeEnvironments

Show DescribeComputeEnvironments Source # 
Instance details

Defined in Amazonka.Batch.DescribeComputeEnvironments

Generic DescribeComputeEnvironments Source # 
Instance details

Defined in Amazonka.Batch.DescribeComputeEnvironments

Associated Types

type Rep DescribeComputeEnvironments :: Type -> Type #

NFData DescribeComputeEnvironments Source # 
Instance details

Defined in Amazonka.Batch.DescribeComputeEnvironments

Hashable DescribeComputeEnvironments Source # 
Instance details

Defined in Amazonka.Batch.DescribeComputeEnvironments

ToJSON DescribeComputeEnvironments Source # 
Instance details

Defined in Amazonka.Batch.DescribeComputeEnvironments

AWSPager DescribeComputeEnvironments Source # 
Instance details

Defined in Amazonka.Batch.DescribeComputeEnvironments

AWSRequest DescribeComputeEnvironments Source # 
Instance details

Defined in Amazonka.Batch.DescribeComputeEnvironments

ToHeaders DescribeComputeEnvironments Source # 
Instance details

Defined in Amazonka.Batch.DescribeComputeEnvironments

ToPath DescribeComputeEnvironments Source # 
Instance details

Defined in Amazonka.Batch.DescribeComputeEnvironments

ToQuery DescribeComputeEnvironments Source # 
Instance details

Defined in Amazonka.Batch.DescribeComputeEnvironments

type Rep DescribeComputeEnvironments Source # 
Instance details

Defined in Amazonka.Batch.DescribeComputeEnvironments

type Rep DescribeComputeEnvironments = D1 ('MetaData "DescribeComputeEnvironments" "Amazonka.Batch.DescribeComputeEnvironments" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "DescribeComputeEnvironments'" 'PrefixI 'True) (S1 ('MetaSel ('Just "computeEnvironments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse DescribeComputeEnvironments Source # 
Instance details

Defined in Amazonka.Batch.DescribeComputeEnvironments

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 #

Instances

Instances details
Eq DescribeComputeEnvironmentsResponse Source # 
Instance details

Defined in Amazonka.Batch.DescribeComputeEnvironments

Read DescribeComputeEnvironmentsResponse Source # 
Instance details

Defined in Amazonka.Batch.DescribeComputeEnvironments

Show DescribeComputeEnvironmentsResponse Source # 
Instance details

Defined in Amazonka.Batch.DescribeComputeEnvironments

Generic DescribeComputeEnvironmentsResponse Source # 
Instance details

Defined in Amazonka.Batch.DescribeComputeEnvironments

NFData DescribeComputeEnvironmentsResponse Source # 
Instance details

Defined in Amazonka.Batch.DescribeComputeEnvironments

type Rep DescribeComputeEnvironmentsResponse Source # 
Instance details

Defined in Amazonka.Batch.DescribeComputeEnvironments

type Rep DescribeComputeEnvironmentsResponse = D1 ('MetaData "DescribeComputeEnvironmentsResponse" "Amazonka.Batch.DescribeComputeEnvironments" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "DescribeComputeEnvironmentsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "computeEnvironments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ComputeEnvironmentDetail])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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

data CancelJob Source #

Contains the parameters for CancelJob.

See: newCancelJob smart constructor.

Constructors

CancelJob' Text Text 

Instances

Instances details
Eq CancelJob Source # 
Instance details

Defined in Amazonka.Batch.CancelJob

Read CancelJob Source # 
Instance details

Defined in Amazonka.Batch.CancelJob

Show CancelJob Source # 
Instance details

Defined in Amazonka.Batch.CancelJob

Generic CancelJob Source # 
Instance details

Defined in Amazonka.Batch.CancelJob

Associated Types

type Rep CancelJob :: Type -> Type #

NFData CancelJob Source # 
Instance details

Defined in Amazonka.Batch.CancelJob

Methods

rnf :: CancelJob -> () #

Hashable CancelJob Source # 
Instance details

Defined in Amazonka.Batch.CancelJob

ToJSON CancelJob Source # 
Instance details

Defined in Amazonka.Batch.CancelJob

AWSRequest CancelJob Source # 
Instance details

Defined in Amazonka.Batch.CancelJob

Associated Types

type AWSResponse CancelJob #

ToHeaders CancelJob Source # 
Instance details

Defined in Amazonka.Batch.CancelJob

Methods

toHeaders :: CancelJob -> [Header] #

ToPath CancelJob Source # 
Instance details

Defined in Amazonka.Batch.CancelJob

ToQuery CancelJob Source # 
Instance details

Defined in Amazonka.Batch.CancelJob

type Rep CancelJob Source # 
Instance details

Defined in Amazonka.Batch.CancelJob

type Rep CancelJob = D1 ('MetaData "CancelJob" "Amazonka.Batch.CancelJob" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "CancelJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse CancelJob Source # 
Instance details

Defined in Amazonka.Batch.CancelJob

newCancelJob Source #

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.

Constructors

CancelJobResponse' Int 

Instances

Instances details
Eq CancelJobResponse Source # 
Instance details

Defined in Amazonka.Batch.CancelJob

Read CancelJobResponse Source # 
Instance details

Defined in Amazonka.Batch.CancelJob

Show CancelJobResponse Source # 
Instance details

Defined in Amazonka.Batch.CancelJob

Generic CancelJobResponse Source # 
Instance details

Defined in Amazonka.Batch.CancelJob

Associated Types

type Rep CancelJobResponse :: Type -> Type #

NFData CancelJobResponse Source # 
Instance details

Defined in Amazonka.Batch.CancelJob

Methods

rnf :: CancelJobResponse -> () #

type Rep CancelJobResponse Source # 
Instance details

Defined in Amazonka.Batch.CancelJob

type Rep CancelJobResponse = D1 ('MetaData "CancelJobResponse" "Amazonka.Batch.CancelJob" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "CancelJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCancelJobResponse Source #

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 #

Instances

Instances details
Eq ArrayJobDependency Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayJobDependency

Ord ArrayJobDependency Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayJobDependency

Read ArrayJobDependency Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayJobDependency

Show ArrayJobDependency Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayJobDependency

Generic ArrayJobDependency Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayJobDependency

Associated Types

type Rep ArrayJobDependency :: Type -> Type #

NFData ArrayJobDependency Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayJobDependency

Methods

rnf :: ArrayJobDependency -> () #

Hashable ArrayJobDependency Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayJobDependency

ToJSON ArrayJobDependency Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayJobDependency

ToJSONKey ArrayJobDependency Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayJobDependency

FromJSON ArrayJobDependency Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayJobDependency

FromJSONKey ArrayJobDependency Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayJobDependency

ToLog ArrayJobDependency Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayJobDependency

ToHeader ArrayJobDependency Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayJobDependency

ToQuery ArrayJobDependency Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayJobDependency

FromXML ArrayJobDependency Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayJobDependency

ToXML ArrayJobDependency Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayJobDependency

ToByteString ArrayJobDependency Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayJobDependency

FromText ArrayJobDependency Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayJobDependency

ToText ArrayJobDependency Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayJobDependency

type Rep ArrayJobDependency Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayJobDependency

type Rep ArrayJobDependency = D1 ('MetaData "ArrayJobDependency" "Amazonka.Batch.Types.ArrayJobDependency" "libZSservicesZSamazonka-batchZSamazonka-batch" 'True) (C1 ('MetaCons "ArrayJobDependency'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromArrayJobDependency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AssignPublicIp

newtype AssignPublicIp Source #

Constructors

AssignPublicIp' 

Instances

Instances details
Eq AssignPublicIp Source # 
Instance details

Defined in Amazonka.Batch.Types.AssignPublicIp

Ord AssignPublicIp Source # 
Instance details

Defined in Amazonka.Batch.Types.AssignPublicIp

Read AssignPublicIp Source # 
Instance details

Defined in Amazonka.Batch.Types.AssignPublicIp

Show AssignPublicIp Source # 
Instance details

Defined in Amazonka.Batch.Types.AssignPublicIp

Generic AssignPublicIp Source # 
Instance details

Defined in Amazonka.Batch.Types.AssignPublicIp

Associated Types

type Rep AssignPublicIp :: Type -> Type #

NFData AssignPublicIp Source # 
Instance details

Defined in Amazonka.Batch.Types.AssignPublicIp

Methods

rnf :: AssignPublicIp -> () #

Hashable AssignPublicIp Source # 
Instance details

Defined in Amazonka.Batch.Types.AssignPublicIp

ToJSON AssignPublicIp Source # 
Instance details

Defined in Amazonka.Batch.Types.AssignPublicIp

ToJSONKey AssignPublicIp Source # 
Instance details

Defined in Amazonka.Batch.Types.AssignPublicIp

FromJSON AssignPublicIp Source # 
Instance details

Defined in Amazonka.Batch.Types.AssignPublicIp

FromJSONKey AssignPublicIp Source # 
Instance details

Defined in Amazonka.Batch.Types.AssignPublicIp

ToLog AssignPublicIp Source # 
Instance details

Defined in Amazonka.Batch.Types.AssignPublicIp

ToHeader AssignPublicIp Source # 
Instance details

Defined in Amazonka.Batch.Types.AssignPublicIp

ToQuery AssignPublicIp Source # 
Instance details

Defined in Amazonka.Batch.Types.AssignPublicIp

FromXML AssignPublicIp Source # 
Instance details

Defined in Amazonka.Batch.Types.AssignPublicIp

ToXML AssignPublicIp Source # 
Instance details

Defined in Amazonka.Batch.Types.AssignPublicIp

Methods

toXML :: AssignPublicIp -> XML #

ToByteString AssignPublicIp Source # 
Instance details

Defined in Amazonka.Batch.Types.AssignPublicIp

FromText AssignPublicIp Source # 
Instance details

Defined in Amazonka.Batch.Types.AssignPublicIp

ToText AssignPublicIp Source # 
Instance details

Defined in Amazonka.Batch.Types.AssignPublicIp

type Rep AssignPublicIp Source # 
Instance details

Defined in Amazonka.Batch.Types.AssignPublicIp

type Rep AssignPublicIp = D1 ('MetaData "AssignPublicIp" "Amazonka.Batch.Types.AssignPublicIp" "libZSservicesZSamazonka-batchZSamazonka-batch" 'True) (C1 ('MetaCons "AssignPublicIp'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAssignPublicIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CEState

newtype CEState Source #

Constructors

CEState' 

Fields

Bundled Patterns

pattern CEState_DISABLED :: CEState 
pattern CEState_ENABLED :: CEState 

Instances

Instances details
Eq CEState Source # 
Instance details

Defined in Amazonka.Batch.Types.CEState

Methods

(==) :: CEState -> CEState -> Bool #

(/=) :: CEState -> CEState -> Bool #

Ord CEState Source # 
Instance details

Defined in Amazonka.Batch.Types.CEState

Read CEState Source # 
Instance details

Defined in Amazonka.Batch.Types.CEState

Show CEState Source # 
Instance details

Defined in Amazonka.Batch.Types.CEState

Generic CEState Source # 
Instance details

Defined in Amazonka.Batch.Types.CEState

Associated Types

type Rep CEState :: Type -> Type #

Methods

from :: CEState -> Rep CEState x #

to :: Rep CEState x -> CEState #

NFData CEState Source # 
Instance details

Defined in Amazonka.Batch.Types.CEState

Methods

rnf :: CEState -> () #

Hashable CEState Source # 
Instance details

Defined in Amazonka.Batch.Types.CEState

Methods

hashWithSalt :: Int -> CEState -> Int #

hash :: CEState -> Int #

ToJSON CEState Source # 
Instance details

Defined in Amazonka.Batch.Types.CEState

ToJSONKey CEState Source # 
Instance details

Defined in Amazonka.Batch.Types.CEState

FromJSON CEState Source # 
Instance details

Defined in Amazonka.Batch.Types.CEState

FromJSONKey CEState Source # 
Instance details

Defined in Amazonka.Batch.Types.CEState

ToLog CEState Source # 
Instance details

Defined in Amazonka.Batch.Types.CEState

ToHeader CEState Source # 
Instance details

Defined in Amazonka.Batch.Types.CEState

Methods

toHeader :: HeaderName -> CEState -> [Header] #

ToQuery CEState Source # 
Instance details

Defined in Amazonka.Batch.Types.CEState

FromXML CEState Source # 
Instance details

Defined in Amazonka.Batch.Types.CEState

ToXML CEState Source # 
Instance details

Defined in Amazonka.Batch.Types.CEState

Methods

toXML :: CEState -> XML #

ToByteString CEState Source # 
Instance details

Defined in Amazonka.Batch.Types.CEState

Methods

toBS :: CEState -> ByteString #

FromText CEState Source # 
Instance details

Defined in Amazonka.Batch.Types.CEState

ToText CEState Source # 
Instance details

Defined in Amazonka.Batch.Types.CEState

Methods

toText :: CEState -> Text #

type Rep CEState Source # 
Instance details

Defined in Amazonka.Batch.Types.CEState

type Rep CEState = D1 ('MetaData "CEState" "Amazonka.Batch.Types.CEState" "libZSservicesZSamazonka-batchZSamazonka-batch" 'True) (C1 ('MetaCons "CEState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCEState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CEStatus

newtype CEStatus Source #

Constructors

CEStatus' 

Fields

Bundled Patterns

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

Instances details
Eq CEStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.CEStatus

Ord CEStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.CEStatus

Read CEStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.CEStatus

Show CEStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.CEStatus

Generic CEStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.CEStatus

Associated Types

type Rep CEStatus :: Type -> Type #

Methods

from :: CEStatus -> Rep CEStatus x #

to :: Rep CEStatus x -> CEStatus #

NFData CEStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.CEStatus

Methods

rnf :: CEStatus -> () #

Hashable CEStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.CEStatus

Methods

hashWithSalt :: Int -> CEStatus -> Int #

hash :: CEStatus -> Int #

ToJSON CEStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.CEStatus

ToJSONKey CEStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.CEStatus

FromJSON CEStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.CEStatus

FromJSONKey CEStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.CEStatus

ToLog CEStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.CEStatus

ToHeader CEStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.CEStatus

Methods

toHeader :: HeaderName -> CEStatus -> [Header] #

ToQuery CEStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.CEStatus

FromXML CEStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.CEStatus

ToXML CEStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.CEStatus

Methods

toXML :: CEStatus -> XML #

ToByteString CEStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.CEStatus

Methods

toBS :: CEStatus -> ByteString #

FromText CEStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.CEStatus

ToText CEStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.CEStatus

Methods

toText :: CEStatus -> Text #

type Rep CEStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.CEStatus

type Rep CEStatus = D1 ('MetaData "CEStatus" "Amazonka.Batch.Types.CEStatus" "libZSservicesZSamazonka-batchZSamazonka-batch" 'True) (C1 ('MetaCons "CEStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCEStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CEType

newtype CEType Source #

Constructors

CEType' 

Fields

Bundled Patterns

pattern CEType_MANAGED :: CEType 
pattern CEType_UNMANAGED :: CEType 

Instances

Instances details
Eq CEType Source # 
Instance details

Defined in Amazonka.Batch.Types.CEType

Methods

(==) :: CEType -> CEType -> Bool #

(/=) :: CEType -> CEType -> Bool #

Ord CEType Source # 
Instance details

Defined in Amazonka.Batch.Types.CEType

Read CEType Source # 
Instance details

Defined in Amazonka.Batch.Types.CEType

Show CEType Source # 
Instance details

Defined in Amazonka.Batch.Types.CEType

Generic CEType Source # 
Instance details

Defined in Amazonka.Batch.Types.CEType

Associated Types

type Rep CEType :: Type -> Type #

Methods

from :: CEType -> Rep CEType x #

to :: Rep CEType x -> CEType #

NFData CEType Source # 
Instance details

Defined in Amazonka.Batch.Types.CEType

Methods

rnf :: CEType -> () #

Hashable CEType Source # 
Instance details

Defined in Amazonka.Batch.Types.CEType

Methods

hashWithSalt :: Int -> CEType -> Int #

hash :: CEType -> Int #

ToJSON CEType Source # 
Instance details

Defined in Amazonka.Batch.Types.CEType

ToJSONKey CEType Source # 
Instance details

Defined in Amazonka.Batch.Types.CEType

FromJSON CEType Source # 
Instance details

Defined in Amazonka.Batch.Types.CEType

FromJSONKey CEType Source # 
Instance details

Defined in Amazonka.Batch.Types.CEType

ToLog CEType Source # 
Instance details

Defined in Amazonka.Batch.Types.CEType

ToHeader CEType Source # 
Instance details

Defined in Amazonka.Batch.Types.CEType

Methods

toHeader :: HeaderName -> CEType -> [Header] #

ToQuery CEType Source # 
Instance details

Defined in Amazonka.Batch.Types.CEType

FromXML CEType Source # 
Instance details

Defined in Amazonka.Batch.Types.CEType

ToXML CEType Source # 
Instance details

Defined in Amazonka.Batch.Types.CEType

Methods

toXML :: CEType -> XML #

ToByteString CEType Source # 
Instance details

Defined in Amazonka.Batch.Types.CEType

Methods

toBS :: CEType -> ByteString #

FromText CEType Source # 
Instance details

Defined in Amazonka.Batch.Types.CEType

ToText CEType Source # 
Instance details

Defined in Amazonka.Batch.Types.CEType

Methods

toText :: CEType -> Text #

type Rep CEType Source # 
Instance details

Defined in Amazonka.Batch.Types.CEType

type Rep CEType = D1 ('MetaData "CEType" "Amazonka.Batch.Types.CEType" "libZSservicesZSamazonka-batchZSamazonka-batch" 'True) (C1 ('MetaCons "CEType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCEType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CRAllocationStrategy

newtype CRAllocationStrategy Source #

Instances

Instances details
Eq CRAllocationStrategy Source # 
Instance details

Defined in Amazonka.Batch.Types.CRAllocationStrategy

Ord CRAllocationStrategy Source # 
Instance details

Defined in Amazonka.Batch.Types.CRAllocationStrategy

Read CRAllocationStrategy Source # 
Instance details

Defined in Amazonka.Batch.Types.CRAllocationStrategy

Show CRAllocationStrategy Source # 
Instance details

Defined in Amazonka.Batch.Types.CRAllocationStrategy

Generic CRAllocationStrategy Source # 
Instance details

Defined in Amazonka.Batch.Types.CRAllocationStrategy

Associated Types

type Rep CRAllocationStrategy :: Type -> Type #

NFData CRAllocationStrategy Source # 
Instance details

Defined in Amazonka.Batch.Types.CRAllocationStrategy

Methods

rnf :: CRAllocationStrategy -> () #

Hashable CRAllocationStrategy Source # 
Instance details

Defined in Amazonka.Batch.Types.CRAllocationStrategy

ToJSON CRAllocationStrategy Source # 
Instance details

Defined in Amazonka.Batch.Types.CRAllocationStrategy

ToJSONKey CRAllocationStrategy Source # 
Instance details

Defined in Amazonka.Batch.Types.CRAllocationStrategy

FromJSON CRAllocationStrategy Source # 
Instance details

Defined in Amazonka.Batch.Types.CRAllocationStrategy

FromJSONKey CRAllocationStrategy Source # 
Instance details

Defined in Amazonka.Batch.Types.CRAllocationStrategy

ToLog CRAllocationStrategy Source # 
Instance details

Defined in Amazonka.Batch.Types.CRAllocationStrategy

ToHeader CRAllocationStrategy Source # 
Instance details

Defined in Amazonka.Batch.Types.CRAllocationStrategy

ToQuery CRAllocationStrategy Source # 
Instance details

Defined in Amazonka.Batch.Types.CRAllocationStrategy

FromXML CRAllocationStrategy Source # 
Instance details

Defined in Amazonka.Batch.Types.CRAllocationStrategy

ToXML CRAllocationStrategy Source # 
Instance details

Defined in Amazonka.Batch.Types.CRAllocationStrategy

ToByteString CRAllocationStrategy Source # 
Instance details

Defined in Amazonka.Batch.Types.CRAllocationStrategy

FromText CRAllocationStrategy Source # 
Instance details

Defined in Amazonka.Batch.Types.CRAllocationStrategy

ToText CRAllocationStrategy Source # 
Instance details

Defined in Amazonka.Batch.Types.CRAllocationStrategy

type Rep CRAllocationStrategy Source # 
Instance details

Defined in Amazonka.Batch.Types.CRAllocationStrategy

type Rep CRAllocationStrategy = D1 ('MetaData "CRAllocationStrategy" "Amazonka.Batch.Types.CRAllocationStrategy" "libZSservicesZSamazonka-batchZSamazonka-batch" 'True) (C1 ('MetaCons "CRAllocationStrategy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCRAllocationStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CRType

newtype CRType Source #

Constructors

CRType' 

Fields

Bundled Patterns

pattern CRType_EC2 :: CRType 
pattern CRType_FARGATE :: CRType 
pattern CRType_FARGATE_SPOT :: CRType 
pattern CRType_SPOT :: CRType 

Instances

Instances details
Eq CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

Methods

(==) :: CRType -> CRType -> Bool #

(/=) :: CRType -> CRType -> Bool #

Ord CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

Read CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

Show CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

Generic CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

Associated Types

type Rep CRType :: Type -> Type #

Methods

from :: CRType -> Rep CRType x #

to :: Rep CRType x -> CRType #

NFData CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

Methods

rnf :: CRType -> () #

Hashable CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

Methods

hashWithSalt :: Int -> CRType -> Int #

hash :: CRType -> Int #

ToJSON CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

ToJSONKey CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

FromJSON CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

FromJSONKey CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

ToLog CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

ToHeader CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

Methods

toHeader :: HeaderName -> CRType -> [Header] #

ToQuery CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

FromXML CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

ToXML CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

Methods

toXML :: CRType -> XML #

ToByteString CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

Methods

toBS :: CRType -> ByteString #

FromText CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

ToText CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

Methods

toText :: CRType -> Text #

type Rep CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

type Rep CRType = D1 ('MetaData "CRType" "Amazonka.Batch.Types.CRType" "libZSservicesZSamazonka-batchZSamazonka-batch" 'True) (C1 ('MetaCons "CRType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCRType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeviceCgroupPermission

newtype DeviceCgroupPermission Source #

Instances

Instances details
Eq DeviceCgroupPermission Source # 
Instance details

Defined in Amazonka.Batch.Types.DeviceCgroupPermission

Ord DeviceCgroupPermission Source # 
Instance details

Defined in Amazonka.Batch.Types.DeviceCgroupPermission

Read DeviceCgroupPermission Source # 
Instance details

Defined in Amazonka.Batch.Types.DeviceCgroupPermission

Show DeviceCgroupPermission Source # 
Instance details

Defined in Amazonka.Batch.Types.DeviceCgroupPermission

Generic DeviceCgroupPermission Source # 
Instance details

Defined in Amazonka.Batch.Types.DeviceCgroupPermission

Associated Types

type Rep DeviceCgroupPermission :: Type -> Type #

NFData DeviceCgroupPermission Source # 
Instance details

Defined in Amazonka.Batch.Types.DeviceCgroupPermission

Methods

rnf :: DeviceCgroupPermission -> () #

Hashable DeviceCgroupPermission Source # 
Instance details

Defined in Amazonka.Batch.Types.DeviceCgroupPermission

ToJSON DeviceCgroupPermission Source # 
Instance details

Defined in Amazonka.Batch.Types.DeviceCgroupPermission

ToJSONKey DeviceCgroupPermission Source # 
Instance details

Defined in Amazonka.Batch.Types.DeviceCgroupPermission

FromJSON DeviceCgroupPermission Source # 
Instance details

Defined in Amazonka.Batch.Types.DeviceCgroupPermission

FromJSONKey DeviceCgroupPermission Source # 
Instance details

Defined in Amazonka.Batch.Types.DeviceCgroupPermission

ToLog DeviceCgroupPermission Source # 
Instance details

Defined in Amazonka.Batch.Types.DeviceCgroupPermission

ToHeader DeviceCgroupPermission Source # 
Instance details

Defined in Amazonka.Batch.Types.DeviceCgroupPermission

ToQuery DeviceCgroupPermission Source # 
Instance details

Defined in Amazonka.Batch.Types.DeviceCgroupPermission

FromXML DeviceCgroupPermission Source # 
Instance details

Defined in Amazonka.Batch.Types.DeviceCgroupPermission

ToXML DeviceCgroupPermission Source # 
Instance details

Defined in Amazonka.Batch.Types.DeviceCgroupPermission

ToByteString DeviceCgroupPermission Source # 
Instance details

Defined in Amazonka.Batch.Types.DeviceCgroupPermission

FromText DeviceCgroupPermission Source # 
Instance details

Defined in Amazonka.Batch.Types.DeviceCgroupPermission

ToText DeviceCgroupPermission Source # 
Instance details

Defined in Amazonka.Batch.Types.DeviceCgroupPermission

type Rep DeviceCgroupPermission Source # 
Instance details

Defined in Amazonka.Batch.Types.DeviceCgroupPermission

type Rep DeviceCgroupPermission = D1 ('MetaData "DeviceCgroupPermission" "Amazonka.Batch.Types.DeviceCgroupPermission" "libZSservicesZSamazonka-batchZSamazonka-batch" 'True) (C1 ('MetaCons "DeviceCgroupPermission'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeviceCgroupPermission") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EFSAuthorizationConfigIAM

newtype EFSAuthorizationConfigIAM Source #

Instances

Instances details
Eq EFSAuthorizationConfigIAM Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSAuthorizationConfigIAM

Ord EFSAuthorizationConfigIAM Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSAuthorizationConfigIAM

Read EFSAuthorizationConfigIAM Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSAuthorizationConfigIAM

Show EFSAuthorizationConfigIAM Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSAuthorizationConfigIAM

Generic EFSAuthorizationConfigIAM Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSAuthorizationConfigIAM

Associated Types

type Rep EFSAuthorizationConfigIAM :: Type -> Type #

NFData EFSAuthorizationConfigIAM Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSAuthorizationConfigIAM

Hashable EFSAuthorizationConfigIAM Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSAuthorizationConfigIAM

ToJSON EFSAuthorizationConfigIAM Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSAuthorizationConfigIAM

ToJSONKey EFSAuthorizationConfigIAM Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSAuthorizationConfigIAM

FromJSON EFSAuthorizationConfigIAM Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSAuthorizationConfigIAM

FromJSONKey EFSAuthorizationConfigIAM Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSAuthorizationConfigIAM

ToLog EFSAuthorizationConfigIAM Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSAuthorizationConfigIAM

ToHeader EFSAuthorizationConfigIAM Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSAuthorizationConfigIAM

ToQuery EFSAuthorizationConfigIAM Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSAuthorizationConfigIAM

FromXML EFSAuthorizationConfigIAM Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSAuthorizationConfigIAM

ToXML EFSAuthorizationConfigIAM Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSAuthorizationConfigIAM

ToByteString EFSAuthorizationConfigIAM Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSAuthorizationConfigIAM

FromText EFSAuthorizationConfigIAM Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSAuthorizationConfigIAM

ToText EFSAuthorizationConfigIAM Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSAuthorizationConfigIAM

type Rep EFSAuthorizationConfigIAM Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSAuthorizationConfigIAM

type Rep EFSAuthorizationConfigIAM = D1 ('MetaData "EFSAuthorizationConfigIAM" "Amazonka.Batch.Types.EFSAuthorizationConfigIAM" "libZSservicesZSamazonka-batchZSamazonka-batch" 'True) (C1 ('MetaCons "EFSAuthorizationConfigIAM'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEFSAuthorizationConfigIAM") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EFSTransitEncryption

newtype EFSTransitEncryption Source #

Instances

Instances details
Eq EFSTransitEncryption Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSTransitEncryption

Ord EFSTransitEncryption Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSTransitEncryption

Read EFSTransitEncryption Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSTransitEncryption

Show EFSTransitEncryption Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSTransitEncryption

Generic EFSTransitEncryption Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSTransitEncryption

Associated Types

type Rep EFSTransitEncryption :: Type -> Type #

NFData EFSTransitEncryption Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSTransitEncryption

Methods

rnf :: EFSTransitEncryption -> () #

Hashable EFSTransitEncryption Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSTransitEncryption

ToJSON EFSTransitEncryption Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSTransitEncryption

ToJSONKey EFSTransitEncryption Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSTransitEncryption

FromJSON EFSTransitEncryption Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSTransitEncryption

FromJSONKey EFSTransitEncryption Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSTransitEncryption

ToLog EFSTransitEncryption Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSTransitEncryption

ToHeader EFSTransitEncryption Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSTransitEncryption

ToQuery EFSTransitEncryption Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSTransitEncryption

FromXML EFSTransitEncryption Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSTransitEncryption

ToXML EFSTransitEncryption Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSTransitEncryption

ToByteString EFSTransitEncryption Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSTransitEncryption

FromText EFSTransitEncryption Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSTransitEncryption

ToText EFSTransitEncryption Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSTransitEncryption

type Rep EFSTransitEncryption Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSTransitEncryption

type Rep EFSTransitEncryption = D1 ('MetaData "EFSTransitEncryption" "Amazonka.Batch.Types.EFSTransitEncryption" "libZSservicesZSamazonka-batchZSamazonka-batch" 'True) (C1 ('MetaCons "EFSTransitEncryption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEFSTransitEncryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

JQState

newtype JQState Source #

Constructors

JQState' 

Fields

Bundled Patterns

pattern JQState_DISABLED :: JQState 
pattern JQState_ENABLED :: JQState 

Instances

Instances details
Eq JQState Source # 
Instance details

Defined in Amazonka.Batch.Types.JQState

Methods

(==) :: JQState -> JQState -> Bool #

(/=) :: JQState -> JQState -> Bool #

Ord JQState Source # 
Instance details

Defined in Amazonka.Batch.Types.JQState

Read JQState Source # 
Instance details

Defined in Amazonka.Batch.Types.JQState

Show JQState Source # 
Instance details

Defined in Amazonka.Batch.Types.JQState

Generic JQState Source # 
Instance details

Defined in Amazonka.Batch.Types.JQState

Associated Types

type Rep JQState :: Type -> Type #

Methods

from :: JQState -> Rep JQState x #

to :: Rep JQState x -> JQState #

NFData JQState Source # 
Instance details

Defined in Amazonka.Batch.Types.JQState

Methods

rnf :: JQState -> () #

Hashable JQState Source # 
Instance details

Defined in Amazonka.Batch.Types.JQState

Methods

hashWithSalt :: Int -> JQState -> Int #

hash :: JQState -> Int #

ToJSON JQState Source # 
Instance details

Defined in Amazonka.Batch.Types.JQState

ToJSONKey JQState Source # 
Instance details

Defined in Amazonka.Batch.Types.JQState

FromJSON JQState Source # 
Instance details

Defined in Amazonka.Batch.Types.JQState

FromJSONKey JQState Source # 
Instance details

Defined in Amazonka.Batch.Types.JQState

ToLog JQState Source # 
Instance details

Defined in Amazonka.Batch.Types.JQState

ToHeader JQState Source # 
Instance details

Defined in Amazonka.Batch.Types.JQState

Methods

toHeader :: HeaderName -> JQState -> [Header] #

ToQuery JQState Source # 
Instance details

Defined in Amazonka.Batch.Types.JQState

FromXML JQState Source # 
Instance details

Defined in Amazonka.Batch.Types.JQState

ToXML JQState Source # 
Instance details

Defined in Amazonka.Batch.Types.JQState

Methods

toXML :: JQState -> XML #

ToByteString JQState Source # 
Instance details

Defined in Amazonka.Batch.Types.JQState

Methods

toBS :: JQState -> ByteString #

FromText JQState Source # 
Instance details

Defined in Amazonka.Batch.Types.JQState

ToText JQState Source # 
Instance details

Defined in Amazonka.Batch.Types.JQState

Methods

toText :: JQState -> Text #

type Rep JQState Source # 
Instance details

Defined in Amazonka.Batch.Types.JQState

type Rep JQState = D1 ('MetaData "JQState" "Amazonka.Batch.Types.JQState" "libZSservicesZSamazonka-batchZSamazonka-batch" 'True) (C1 ('MetaCons "JQState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromJQState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

JQStatus

newtype JQStatus Source #

Constructors

JQStatus' 

Fields

Bundled Patterns

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

Instances details
Eq JQStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JQStatus

Ord JQStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JQStatus

Read JQStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JQStatus

Show JQStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JQStatus

Generic JQStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JQStatus

Associated Types

type Rep JQStatus :: Type -> Type #

Methods

from :: JQStatus -> Rep JQStatus x #

to :: Rep JQStatus x -> JQStatus #

NFData JQStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JQStatus

Methods

rnf :: JQStatus -> () #

Hashable JQStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JQStatus

Methods

hashWithSalt :: Int -> JQStatus -> Int #

hash :: JQStatus -> Int #

ToJSON JQStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JQStatus

ToJSONKey JQStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JQStatus

FromJSON JQStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JQStatus

FromJSONKey JQStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JQStatus

ToLog JQStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JQStatus

ToHeader JQStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JQStatus

Methods

toHeader :: HeaderName -> JQStatus -> [Header] #

ToQuery JQStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JQStatus

FromXML JQStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JQStatus

ToXML JQStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JQStatus

Methods

toXML :: JQStatus -> XML #

ToByteString JQStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JQStatus

Methods

toBS :: JQStatus -> ByteString #

FromText JQStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JQStatus

ToText JQStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JQStatus

Methods

toText :: JQStatus -> Text #

type Rep JQStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JQStatus

type Rep JQStatus = D1 ('MetaData "JQStatus" "Amazonka.Batch.Types.JQStatus" "libZSservicesZSamazonka-batchZSamazonka-batch" 'True) (C1 ('MetaCons "JQStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromJQStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

JobDefinitionType

newtype JobDefinitionType Source #

Instances

Instances details
Eq JobDefinitionType Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDefinitionType

Ord JobDefinitionType Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDefinitionType

Read JobDefinitionType Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDefinitionType

Show JobDefinitionType Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDefinitionType

Generic JobDefinitionType Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDefinitionType

Associated Types

type Rep JobDefinitionType :: Type -> Type #

NFData JobDefinitionType Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDefinitionType

Methods

rnf :: JobDefinitionType -> () #

Hashable JobDefinitionType Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDefinitionType

ToJSON JobDefinitionType Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDefinitionType

ToJSONKey JobDefinitionType Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDefinitionType

FromJSON JobDefinitionType Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDefinitionType

FromJSONKey JobDefinitionType Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDefinitionType

ToLog JobDefinitionType Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDefinitionType

ToHeader JobDefinitionType Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDefinitionType

ToQuery JobDefinitionType Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDefinitionType

FromXML JobDefinitionType Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDefinitionType

ToXML JobDefinitionType Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDefinitionType

ToByteString JobDefinitionType Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDefinitionType

FromText JobDefinitionType Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDefinitionType

ToText JobDefinitionType Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDefinitionType

type Rep JobDefinitionType Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDefinitionType

type Rep JobDefinitionType = D1 ('MetaData "JobDefinitionType" "Amazonka.Batch.Types.JobDefinitionType" "libZSservicesZSamazonka-batchZSamazonka-batch" 'True) (C1 ('MetaCons "JobDefinitionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromJobDefinitionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

JobStatus

newtype JobStatus Source #

Constructors

JobStatus' 

Fields

Instances

Instances details
Eq JobStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JobStatus

Ord JobStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JobStatus

Read JobStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JobStatus

Show JobStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JobStatus

Generic JobStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JobStatus

Associated Types

type Rep JobStatus :: Type -> Type #

NFData JobStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JobStatus

Methods

rnf :: JobStatus -> () #

Hashable JobStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JobStatus

ToJSON JobStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JobStatus

ToJSONKey JobStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JobStatus

FromJSON JobStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JobStatus

FromJSONKey JobStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JobStatus

ToLog JobStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JobStatus

ToHeader JobStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JobStatus

ToQuery JobStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JobStatus

FromXML JobStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JobStatus

ToXML JobStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JobStatus

Methods

toXML :: JobStatus -> XML #

ToByteString JobStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JobStatus

Methods

toBS :: JobStatus -> ByteString #

FromText JobStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JobStatus

ToText JobStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JobStatus

Methods

toText :: JobStatus -> Text #

type Rep JobStatus Source # 
Instance details

Defined in Amazonka.Batch.Types.JobStatus

type Rep JobStatus = D1 ('MetaData "JobStatus" "Amazonka.Batch.Types.JobStatus" "libZSservicesZSamazonka-batchZSamazonka-batch" 'True) (C1 ('MetaCons "JobStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LogDriver

newtype LogDriver Source #

Constructors

LogDriver' 

Fields

Instances

Instances details
Eq LogDriver Source # 
Instance details

Defined in Amazonka.Batch.Types.LogDriver

Ord LogDriver Source # 
Instance details

Defined in Amazonka.Batch.Types.LogDriver

Read LogDriver Source # 
Instance details

Defined in Amazonka.Batch.Types.LogDriver

Show LogDriver Source # 
Instance details

Defined in Amazonka.Batch.Types.LogDriver

Generic LogDriver Source # 
Instance details

Defined in Amazonka.Batch.Types.LogDriver

Associated Types

type Rep LogDriver :: Type -> Type #

NFData LogDriver Source # 
Instance details

Defined in Amazonka.Batch.Types.LogDriver

Methods

rnf :: LogDriver -> () #

Hashable LogDriver Source # 
Instance details

Defined in Amazonka.Batch.Types.LogDriver

ToJSON LogDriver Source # 
Instance details

Defined in Amazonka.Batch.Types.LogDriver

ToJSONKey LogDriver Source # 
Instance details

Defined in Amazonka.Batch.Types.LogDriver

FromJSON LogDriver Source # 
Instance details

Defined in Amazonka.Batch.Types.LogDriver

FromJSONKey LogDriver Source # 
Instance details

Defined in Amazonka.Batch.Types.LogDriver

ToLog LogDriver Source # 
Instance details

Defined in Amazonka.Batch.Types.LogDriver

ToHeader LogDriver Source # 
Instance details

Defined in Amazonka.Batch.Types.LogDriver

ToQuery LogDriver Source # 
Instance details

Defined in Amazonka.Batch.Types.LogDriver

FromXML LogDriver Source # 
Instance details

Defined in Amazonka.Batch.Types.LogDriver

ToXML LogDriver Source # 
Instance details

Defined in Amazonka.Batch.Types.LogDriver

Methods

toXML :: LogDriver -> XML #

ToByteString LogDriver Source # 
Instance details

Defined in Amazonka.Batch.Types.LogDriver

Methods

toBS :: LogDriver -> ByteString #

FromText LogDriver Source # 
Instance details

Defined in Amazonka.Batch.Types.LogDriver

ToText LogDriver Source # 
Instance details

Defined in Amazonka.Batch.Types.LogDriver

Methods

toText :: LogDriver -> Text #

type Rep LogDriver Source # 
Instance details

Defined in Amazonka.Batch.Types.LogDriver

type Rep LogDriver = D1 ('MetaData "LogDriver" "Amazonka.Batch.Types.LogDriver" "libZSservicesZSamazonka-batchZSamazonka-batch" 'True) (C1 ('MetaCons "LogDriver'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLogDriver") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PlatformCapability

newtype PlatformCapability Source #

Instances

Instances details
Eq PlatformCapability Source # 
Instance details

Defined in Amazonka.Batch.Types.PlatformCapability

Ord PlatformCapability Source # 
Instance details

Defined in Amazonka.Batch.Types.PlatformCapability

Read PlatformCapability Source # 
Instance details

Defined in Amazonka.Batch.Types.PlatformCapability

Show PlatformCapability Source # 
Instance details

Defined in Amazonka.Batch.Types.PlatformCapability

Generic PlatformCapability Source # 
Instance details

Defined in Amazonka.Batch.Types.PlatformCapability

Associated Types

type Rep PlatformCapability :: Type -> Type #

NFData PlatformCapability Source # 
Instance details

Defined in Amazonka.Batch.Types.PlatformCapability

Methods

rnf :: PlatformCapability -> () #

Hashable PlatformCapability Source # 
Instance details

Defined in Amazonka.Batch.Types.PlatformCapability

ToJSON PlatformCapability Source # 
Instance details

Defined in Amazonka.Batch.Types.PlatformCapability

ToJSONKey PlatformCapability Source # 
Instance details

Defined in Amazonka.Batch.Types.PlatformCapability

FromJSON PlatformCapability Source # 
Instance details

Defined in Amazonka.Batch.Types.PlatformCapability

FromJSONKey PlatformCapability Source # 
Instance details

Defined in Amazonka.Batch.Types.PlatformCapability

ToLog PlatformCapability Source # 
Instance details

Defined in Amazonka.Batch.Types.PlatformCapability

ToHeader PlatformCapability Source # 
Instance details

Defined in Amazonka.Batch.Types.PlatformCapability

ToQuery PlatformCapability Source # 
Instance details

Defined in Amazonka.Batch.Types.PlatformCapability

FromXML PlatformCapability Source # 
Instance details

Defined in Amazonka.Batch.Types.PlatformCapability

ToXML PlatformCapability Source # 
Instance details

Defined in Amazonka.Batch.Types.PlatformCapability

ToByteString PlatformCapability Source # 
Instance details

Defined in Amazonka.Batch.Types.PlatformCapability

FromText PlatformCapability Source # 
Instance details

Defined in Amazonka.Batch.Types.PlatformCapability

ToText PlatformCapability Source # 
Instance details

Defined in Amazonka.Batch.Types.PlatformCapability

type Rep PlatformCapability Source # 
Instance details

Defined in Amazonka.Batch.Types.PlatformCapability

type Rep PlatformCapability = D1 ('MetaData "PlatformCapability" "Amazonka.Batch.Types.PlatformCapability" "libZSservicesZSamazonka-batchZSamazonka-batch" 'True) (C1 ('MetaCons "PlatformCapability'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPlatformCapability") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ResourceType

newtype ResourceType Source #

Constructors

ResourceType' 

Instances

Instances details
Eq ResourceType Source # 
Instance details

Defined in Amazonka.Batch.Types.ResourceType

Ord ResourceType Source # 
Instance details

Defined in Amazonka.Batch.Types.ResourceType

Read ResourceType Source # 
Instance details

Defined in Amazonka.Batch.Types.ResourceType

Show ResourceType Source # 
Instance details

Defined in Amazonka.Batch.Types.ResourceType

Generic ResourceType Source # 
Instance details

Defined in Amazonka.Batch.Types.ResourceType

Associated Types

type Rep ResourceType :: Type -> Type #

NFData ResourceType Source # 
Instance details

Defined in Amazonka.Batch.Types.ResourceType

Methods

rnf :: ResourceType -> () #

Hashable ResourceType Source # 
Instance details

Defined in Amazonka.Batch.Types.ResourceType

ToJSON ResourceType Source # 
Instance details

Defined in Amazonka.Batch.Types.ResourceType

ToJSONKey ResourceType Source # 
Instance details

Defined in Amazonka.Batch.Types.ResourceType

FromJSON ResourceType Source # 
Instance details

Defined in Amazonka.Batch.Types.ResourceType

FromJSONKey ResourceType Source # 
Instance details

Defined in Amazonka.Batch.Types.ResourceType

ToLog ResourceType Source # 
Instance details

Defined in Amazonka.Batch.Types.ResourceType

ToHeader ResourceType Source # 
Instance details

Defined in Amazonka.Batch.Types.ResourceType

ToQuery ResourceType Source # 
Instance details

Defined in Amazonka.Batch.Types.ResourceType

FromXML ResourceType Source # 
Instance details

Defined in Amazonka.Batch.Types.ResourceType

ToXML ResourceType Source # 
Instance details

Defined in Amazonka.Batch.Types.ResourceType

Methods

toXML :: ResourceType -> XML #

ToByteString ResourceType Source # 
Instance details

Defined in Amazonka.Batch.Types.ResourceType

FromText ResourceType Source # 
Instance details

Defined in Amazonka.Batch.Types.ResourceType

ToText ResourceType Source # 
Instance details

Defined in Amazonka.Batch.Types.ResourceType

Methods

toText :: ResourceType -> Text #

type Rep ResourceType Source # 
Instance details

Defined in Amazonka.Batch.Types.ResourceType

type Rep ResourceType = D1 ('MetaData "ResourceType" "Amazonka.Batch.Types.ResourceType" "libZSservicesZSamazonka-batchZSamazonka-batch" 'True) (C1 ('MetaCons "ResourceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromResourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RetryAction

newtype RetryAction Source #

Constructors

RetryAction' 

Bundled Patterns

pattern RetryAction_EXIT :: RetryAction 
pattern RetryAction_RETRY :: RetryAction 

Instances

Instances details
Eq RetryAction Source # 
Instance details

Defined in Amazonka.Batch.Types.RetryAction

Ord RetryAction Source # 
Instance details

Defined in Amazonka.Batch.Types.RetryAction

Read RetryAction Source # 
Instance details

Defined in Amazonka.Batch.Types.RetryAction

Show RetryAction Source # 
Instance details

Defined in Amazonka.Batch.Types.RetryAction

Generic RetryAction Source # 
Instance details

Defined in Amazonka.Batch.Types.RetryAction

Associated Types

type Rep RetryAction :: Type -> Type #

NFData RetryAction Source # 
Instance details

Defined in Amazonka.Batch.Types.RetryAction

Methods

rnf :: RetryAction -> () #

Hashable RetryAction Source # 
Instance details

Defined in Amazonka.Batch.Types.RetryAction

ToJSON RetryAction Source # 
Instance details

Defined in Amazonka.Batch.Types.RetryAction

ToJSONKey RetryAction Source # 
Instance details

Defined in Amazonka.Batch.Types.RetryAction

FromJSON RetryAction Source # 
Instance details

Defined in Amazonka.Batch.Types.RetryAction

FromJSONKey RetryAction Source # 
Instance details

Defined in Amazonka.Batch.Types.RetryAction

ToLog RetryAction Source # 
Instance details

Defined in Amazonka.Batch.Types.RetryAction

ToHeader RetryAction Source # 
Instance details

Defined in Amazonka.Batch.Types.RetryAction

ToQuery RetryAction Source # 
Instance details

Defined in Amazonka.Batch.Types.RetryAction

FromXML RetryAction Source # 
Instance details

Defined in Amazonka.Batch.Types.RetryAction

ToXML RetryAction Source # 
Instance details

Defined in Amazonka.Batch.Types.RetryAction

Methods

toXML :: RetryAction -> XML #

ToByteString RetryAction Source # 
Instance details

Defined in Amazonka.Batch.Types.RetryAction

FromText RetryAction Source # 
Instance details

Defined in Amazonka.Batch.Types.RetryAction

ToText RetryAction Source # 
Instance details

Defined in Amazonka.Batch.Types.RetryAction

Methods

toText :: RetryAction -> Text #

type Rep RetryAction Source # 
Instance details

Defined in Amazonka.Batch.Types.RetryAction

type Rep RetryAction = D1 ('MetaData "RetryAction" "Amazonka.Batch.Types.RetryAction" "libZSservicesZSamazonka-batchZSamazonka-batch" 'True) (C1 ('MetaCons "RetryAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRetryAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ArrayProperties

data ArrayProperties Source #

An object representing an Batch array job.

See: newArrayProperties smart constructor.

Constructors

ArrayProperties' (Maybe Int) 

Instances

Instances details
Eq ArrayProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayProperties

Read ArrayProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayProperties

Show ArrayProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayProperties

Generic ArrayProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayProperties

Associated Types

type Rep ArrayProperties :: Type -> Type #

NFData ArrayProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayProperties

Methods

rnf :: ArrayProperties -> () #

Hashable ArrayProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayProperties

ToJSON ArrayProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayProperties

type Rep ArrayProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayProperties

type Rep ArrayProperties = D1 ('MetaData "ArrayProperties" "Amazonka.Batch.Types.ArrayProperties" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "ArrayProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "size") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

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

Instances details
Eq ArrayPropertiesDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayPropertiesDetail

Read ArrayPropertiesDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayPropertiesDetail

Show ArrayPropertiesDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayPropertiesDetail

Generic ArrayPropertiesDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayPropertiesDetail

Associated Types

type Rep ArrayPropertiesDetail :: Type -> Type #

NFData ArrayPropertiesDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayPropertiesDetail

Methods

rnf :: ArrayPropertiesDetail -> () #

Hashable ArrayPropertiesDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayPropertiesDetail

FromJSON ArrayPropertiesDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayPropertiesDetail

type Rep ArrayPropertiesDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayPropertiesDetail

type Rep ArrayPropertiesDetail = D1 ('MetaData "ArrayPropertiesDetail" "Amazonka.Batch.Types.ArrayPropertiesDetail" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "ArrayPropertiesDetail'" 'PrefixI 'True) (S1 ('MetaSel ('Just "size") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "statusSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Int))) :*: S1 ('MetaSel ('Just "index") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

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

Instances details
Eq ArrayPropertiesSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayPropertiesSummary

Read ArrayPropertiesSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayPropertiesSummary

Show ArrayPropertiesSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayPropertiesSummary

Generic ArrayPropertiesSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayPropertiesSummary

Associated Types

type Rep ArrayPropertiesSummary :: Type -> Type #

NFData ArrayPropertiesSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayPropertiesSummary

Methods

rnf :: ArrayPropertiesSummary -> () #

Hashable ArrayPropertiesSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayPropertiesSummary

FromJSON ArrayPropertiesSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayPropertiesSummary

type Rep ArrayPropertiesSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayPropertiesSummary

type Rep ArrayPropertiesSummary = D1 ('MetaData "ArrayPropertiesSummary" "Amazonka.Batch.Types.ArrayPropertiesSummary" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "ArrayPropertiesSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "size") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "index") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

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.

Instances

Instances details
Eq AttemptContainerDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.AttemptContainerDetail

Read AttemptContainerDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.AttemptContainerDetail

Show AttemptContainerDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.AttemptContainerDetail

Generic AttemptContainerDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.AttemptContainerDetail

Associated Types

type Rep AttemptContainerDetail :: Type -> Type #

NFData AttemptContainerDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.AttemptContainerDetail

Methods

rnf :: AttemptContainerDetail -> () #

Hashable AttemptContainerDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.AttemptContainerDetail

FromJSON AttemptContainerDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.AttemptContainerDetail

type Rep AttemptContainerDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.AttemptContainerDetail

type Rep AttemptContainerDetail = D1 ('MetaData "AttemptContainerDetail" "Amazonka.Batch.Types.AttemptContainerDetail" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "AttemptContainerDetail'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "networkInterfaces") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NetworkInterface])) :*: (S1 ('MetaSel ('Just "taskArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "containerInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "logStreamName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "exitCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))))

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

Instances details
Eq AttemptDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.AttemptDetail

Read AttemptDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.AttemptDetail

Show AttemptDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.AttemptDetail

Generic AttemptDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.AttemptDetail

Associated Types

type Rep AttemptDetail :: Type -> Type #

NFData AttemptDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.AttemptDetail

Methods

rnf :: AttemptDetail -> () #

Hashable AttemptDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.AttemptDetail

FromJSON AttemptDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.AttemptDetail

type Rep AttemptDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.AttemptDetail

type Rep AttemptDetail = D1 ('MetaData "AttemptDetail" "Amazonka.Batch.Types.AttemptDetail" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "AttemptDetail'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "stoppedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "startedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "container") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AttemptContainerDetail)) :*: S1 ('MetaSel ('Just "statusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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.

Instances

Instances details
Eq ComputeEnvironmentDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.ComputeEnvironmentDetail

Read ComputeEnvironmentDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.ComputeEnvironmentDetail

Show ComputeEnvironmentDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.ComputeEnvironmentDetail

Generic ComputeEnvironmentDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.ComputeEnvironmentDetail

Associated Types

type Rep ComputeEnvironmentDetail :: Type -> Type #

NFData ComputeEnvironmentDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.ComputeEnvironmentDetail

Hashable ComputeEnvironmentDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.ComputeEnvironmentDetail

FromJSON ComputeEnvironmentDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.ComputeEnvironmentDetail

type Rep ComputeEnvironmentDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.ComputeEnvironmentDetail

newComputeEnvironmentDetail Source #

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

Instances details
Eq ComputeEnvironmentOrder Source # 
Instance details

Defined in Amazonka.Batch.Types.ComputeEnvironmentOrder

Read ComputeEnvironmentOrder Source # 
Instance details

Defined in Amazonka.Batch.Types.ComputeEnvironmentOrder

Show ComputeEnvironmentOrder Source # 
Instance details

Defined in Amazonka.Batch.Types.ComputeEnvironmentOrder

Generic ComputeEnvironmentOrder Source # 
Instance details

Defined in Amazonka.Batch.Types.ComputeEnvironmentOrder

Associated Types

type Rep ComputeEnvironmentOrder :: Type -> Type #

NFData ComputeEnvironmentOrder Source # 
Instance details

Defined in Amazonka.Batch.Types.ComputeEnvironmentOrder

Methods

rnf :: ComputeEnvironmentOrder -> () #

Hashable ComputeEnvironmentOrder Source # 
Instance details

Defined in Amazonka.Batch.Types.ComputeEnvironmentOrder

ToJSON ComputeEnvironmentOrder Source # 
Instance details

Defined in Amazonka.Batch.Types.ComputeEnvironmentOrder

FromJSON ComputeEnvironmentOrder Source # 
Instance details

Defined in Amazonka.Batch.Types.ComputeEnvironmentOrder

type Rep ComputeEnvironmentOrder Source # 
Instance details

Defined in Amazonka.Batch.Types.ComputeEnvironmentOrder

type Rep ComputeEnvironmentOrder = D1 ('MetaData "ComputeEnvironmentOrder" "Amazonka.Batch.Types.ComputeEnvironmentOrder" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "ComputeEnvironmentOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "order") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "computeEnvironment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newComputeEnvironmentOrder Source #

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.

Instances

Instances details
Eq ComputeResource Source # 
Instance details

Defined in Amazonka.Batch.Types.ComputeResource

Read ComputeResource Source # 
Instance details

Defined in Amazonka.Batch.Types.ComputeResource

Show ComputeResource Source # 
Instance details

Defined in Amazonka.Batch.Types.ComputeResource

Generic ComputeResource Source # 
Instance details

Defined in Amazonka.Batch.Types.ComputeResource

Associated Types

type Rep ComputeResource :: Type -> Type #

NFData ComputeResource Source # 
Instance details

Defined in Amazonka.Batch.Types.ComputeResource

Methods

rnf :: ComputeResource -> () #

Hashable ComputeResource Source # 
Instance details

Defined in Amazonka.Batch.Types.ComputeResource

ToJSON ComputeResource Source # 
Instance details

Defined in Amazonka.Batch.Types.ComputeResource

FromJSON ComputeResource Source # 
Instance details

Defined in Amazonka.Batch.Types.ComputeResource

type Rep ComputeResource Source # 
Instance details

Defined in Amazonka.Batch.Types.ComputeResource

type Rep ComputeResource = D1 ('MetaData "ComputeResource" "Amazonka.Batch.Types.ComputeResource" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "ComputeResource'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "instanceTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "instanceRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ec2KeyPair") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "minvCpus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "ec2Configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Ec2Configuration]))) :*: (S1 ('MetaSel ('Just "bidPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "spotIamFleetRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "imageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "launchTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LaunchTemplateSpecification))) :*: (S1 ('MetaSel ('Just "desiredvCpus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "allocationStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CRAllocationStrategy)))) :*: ((S1 ('MetaSel ('Just "placementGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CRType) :*: (S1 ('MetaSel ('Just "maxvCpus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "subnets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))))))

newComputeResource Source #

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

Instances details
Eq ComputeResourceUpdate Source # 
Instance details

Defined in Amazonka.Batch.Types.ComputeResourceUpdate

Read ComputeResourceUpdate Source # 
Instance details

Defined in Amazonka.Batch.Types.ComputeResourceUpdate

Show ComputeResourceUpdate Source # 
Instance details

Defined in Amazonka.Batch.Types.ComputeResourceUpdate

Generic ComputeResourceUpdate Source # 
Instance details

Defined in Amazonka.Batch.Types.ComputeResourceUpdate

Associated Types

type Rep ComputeResourceUpdate :: Type -> Type #

NFData ComputeResourceUpdate Source # 
Instance details

Defined in Amazonka.Batch.Types.ComputeResourceUpdate

Methods

rnf :: ComputeResourceUpdate -> () #

Hashable ComputeResourceUpdate Source # 
Instance details

Defined in Amazonka.Batch.Types.ComputeResourceUpdate

ToJSON ComputeResourceUpdate Source # 
Instance details

Defined in Amazonka.Batch.Types.ComputeResourceUpdate

type Rep ComputeResourceUpdate Source # 
Instance details

Defined in Amazonka.Batch.Types.ComputeResourceUpdate

type Rep ComputeResourceUpdate = D1 ('MetaData "ComputeResourceUpdate" "Amazonka.Batch.Types.ComputeResourceUpdate" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "ComputeResourceUpdate'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "subnets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "minvCpus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "maxvCpus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "desiredvCpus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))))

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.

Instances

Instances details
Eq ContainerDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.ContainerDetail

Read ContainerDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.ContainerDetail

Show ContainerDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.ContainerDetail

Generic ContainerDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.ContainerDetail

Associated Types

type Rep ContainerDetail :: Type -> Type #

NFData ContainerDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.ContainerDetail

Methods

rnf :: ContainerDetail -> () #

Hashable ContainerDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.ContainerDetail

FromJSON ContainerDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.ContainerDetail

type Rep ContainerDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.ContainerDetail

type Rep ContainerDetail = D1 ('MetaData "ContainerDetail" "Amazonka.Batch.Types.ContainerDetail" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "ContainerDetail'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "image") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "command") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "secrets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Secret])))) :*: (S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [KeyValuePair])) :*: (S1 ('MetaSel ('Just "networkInterfaces") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NetworkInterface])) :*: S1 ('MetaSel ('Just "taskArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "ulimits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Ulimit])) :*: (S1 ('MetaSel ('Just "containerInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "executionRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "privileged") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "jobRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resourceRequirements") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ResourceRequirement])) :*: S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "memory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "user") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "logConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogConfiguration)))) :*: (S1 ('MetaSel ('Just "linuxParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LinuxParameters)) :*: (S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "logStreamName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "mountPoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MountPoint])) :*: (S1 ('MetaSel ('Just "exitCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "fargatePlatformConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FargatePlatformConfiguration)))) :*: ((S1 ('MetaSel ('Just "vcpus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "readonlyRootFilesystem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "volumes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Volume])) :*: S1 ('MetaSel ('Just "networkConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NetworkConfiguration))))))))

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.

Instances

Instances details
Eq ContainerOverrides Source # 
Instance details

Defined in Amazonka.Batch.Types.ContainerOverrides

Read ContainerOverrides Source # 
Instance details

Defined in Amazonka.Batch.Types.ContainerOverrides

Show ContainerOverrides Source # 
Instance details

Defined in Amazonka.Batch.Types.ContainerOverrides

Generic ContainerOverrides Source # 
Instance details

Defined in Amazonka.Batch.Types.ContainerOverrides

Associated Types

type Rep ContainerOverrides :: Type -> Type #

NFData ContainerOverrides Source # 
Instance details

Defined in Amazonka.Batch.Types.ContainerOverrides

Methods

rnf :: ContainerOverrides -> () #

Hashable ContainerOverrides Source # 
Instance details

Defined in Amazonka.Batch.Types.ContainerOverrides

ToJSON ContainerOverrides Source # 
Instance details

Defined in Amazonka.Batch.Types.ContainerOverrides

type Rep ContainerOverrides Source # 
Instance details

Defined in Amazonka.Batch.Types.ContainerOverrides

type Rep ContainerOverrides = D1 ('MetaData "ContainerOverrides" "Amazonka.Batch.Types.ContainerOverrides" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "ContainerOverrides'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "command") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [KeyValuePair])) :*: S1 ('MetaSel ('Just "resourceRequirements") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ResourceRequirement])))) :*: (S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "memory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "vcpus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))))

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.

Instances

Instances details
Eq ContainerProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.ContainerProperties

Read ContainerProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.ContainerProperties

Show ContainerProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.ContainerProperties

Generic ContainerProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.ContainerProperties

Associated Types

type Rep ContainerProperties :: Type -> Type #

NFData ContainerProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.ContainerProperties

Methods

rnf :: ContainerProperties -> () #

Hashable ContainerProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.ContainerProperties

ToJSON ContainerProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.ContainerProperties

FromJSON ContainerProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.ContainerProperties

type Rep ContainerProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.ContainerProperties

type Rep ContainerProperties = D1 ('MetaData "ContainerProperties" "Amazonka.Batch.Types.ContainerProperties" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "ContainerProperties'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "image") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "command") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "secrets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Secret])) :*: (S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [KeyValuePair])) :*: S1 ('MetaSel ('Just "ulimits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Ulimit]))))) :*: ((S1 ('MetaSel ('Just "executionRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "privileged") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "jobRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceRequirements") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ResourceRequirement])) :*: S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "memory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "user") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "logConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogConfiguration)) :*: (S1 ('MetaSel ('Just "linuxParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LinuxParameters)) :*: S1 ('MetaSel ('Just "mountPoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MountPoint]))))) :*: ((S1 ('MetaSel ('Just "fargatePlatformConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FargatePlatformConfiguration)) :*: S1 ('MetaSel ('Just "vcpus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "readonlyRootFilesystem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "volumes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Volume])) :*: S1 ('MetaSel ('Just "networkConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NetworkConfiguration))))))))

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 or mongo).
  • 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

Instances details
Eq ContainerSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.ContainerSummary

Read ContainerSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.ContainerSummary

Show ContainerSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.ContainerSummary

Generic ContainerSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.ContainerSummary

Associated Types

type Rep ContainerSummary :: Type -> Type #

NFData ContainerSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.ContainerSummary

Methods

rnf :: ContainerSummary -> () #

Hashable ContainerSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.ContainerSummary

FromJSON ContainerSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.ContainerSummary

type Rep ContainerSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.ContainerSummary

type Rep ContainerSummary = D1 ('MetaData "ContainerSummary" "Amazonka.Batch.Types.ContainerSummary" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "ContainerSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "exitCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

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

data Device Source #

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

Instances details
Eq Device Source # 
Instance details

Defined in Amazonka.Batch.Types.Device

Methods

(==) :: Device -> Device -> Bool #

(/=) :: Device -> Device -> Bool #

Read Device Source # 
Instance details

Defined in Amazonka.Batch.Types.Device

Show Device Source # 
Instance details

Defined in Amazonka.Batch.Types.Device

Generic Device Source # 
Instance details

Defined in Amazonka.Batch.Types.Device

Associated Types

type Rep Device :: Type -> Type #

Methods

from :: Device -> Rep Device x #

to :: Rep Device x -> Device #

NFData Device Source # 
Instance details

Defined in Amazonka.Batch.Types.Device

Methods

rnf :: Device -> () #

Hashable Device Source # 
Instance details

Defined in Amazonka.Batch.Types.Device

Methods

hashWithSalt :: Int -> Device -> Int #

hash :: Device -> Int #

ToJSON Device Source # 
Instance details

Defined in Amazonka.Batch.Types.Device

FromJSON Device Source # 
Instance details

Defined in Amazonka.Batch.Types.Device

type Rep Device Source # 
Instance details

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))))

newDevice Source #

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

Instances details
Eq EFSAuthorizationConfig Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSAuthorizationConfig

Read EFSAuthorizationConfig Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSAuthorizationConfig

Show EFSAuthorizationConfig Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSAuthorizationConfig

Generic EFSAuthorizationConfig Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSAuthorizationConfig

Associated Types

type Rep EFSAuthorizationConfig :: Type -> Type #

NFData EFSAuthorizationConfig Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSAuthorizationConfig

Methods

rnf :: EFSAuthorizationConfig -> () #

Hashable EFSAuthorizationConfig Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSAuthorizationConfig

ToJSON EFSAuthorizationConfig Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSAuthorizationConfig

FromJSON EFSAuthorizationConfig Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSAuthorizationConfig

type Rep EFSAuthorizationConfig Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSAuthorizationConfig

type Rep EFSAuthorizationConfig = D1 ('MetaData "EFSAuthorizationConfig" "Amazonka.Batch.Types.EFSAuthorizationConfig" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "EFSAuthorizationConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accessPointId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "iam") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EFSAuthorizationConfigIAM))))

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.

Instances

Instances details
Eq EFSVolumeConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSVolumeConfiguration

Read EFSVolumeConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSVolumeConfiguration

Show EFSVolumeConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSVolumeConfiguration

Generic EFSVolumeConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSVolumeConfiguration

Associated Types

type Rep EFSVolumeConfiguration :: Type -> Type #

NFData EFSVolumeConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSVolumeConfiguration

Methods

rnf :: EFSVolumeConfiguration -> () #

Hashable EFSVolumeConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSVolumeConfiguration

ToJSON EFSVolumeConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSVolumeConfiguration

FromJSON EFSVolumeConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSVolumeConfiguration

type Rep EFSVolumeConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.EFSVolumeConfiguration

type Rep EFSVolumeConfiguration = D1 ('MetaData "EFSVolumeConfiguration" "Amazonka.Batch.Types.EFSVolumeConfiguration" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "EFSVolumeConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "rootDirectory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "transitEncryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EFSTransitEncryption))) :*: (S1 ('MetaSel ('Just "authorizationConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EFSAuthorizationConfig)) :*: (S1 ('MetaSel ('Just "transitEncryptionPort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "fileSystemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

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

Instances details
Eq Ec2Configuration Source # 
Instance details

Defined in Amazonka.Batch.Types.Ec2Configuration

Read Ec2Configuration Source # 
Instance details

Defined in Amazonka.Batch.Types.Ec2Configuration

Show Ec2Configuration Source # 
Instance details

Defined in Amazonka.Batch.Types.Ec2Configuration

Generic Ec2Configuration Source # 
Instance details

Defined in Amazonka.Batch.Types.Ec2Configuration

Associated Types

type Rep Ec2Configuration :: Type -> Type #

NFData Ec2Configuration Source # 
Instance details

Defined in Amazonka.Batch.Types.Ec2Configuration

Methods

rnf :: Ec2Configuration -> () #

Hashable Ec2Configuration Source # 
Instance details

Defined in Amazonka.Batch.Types.Ec2Configuration

ToJSON Ec2Configuration Source # 
Instance details

Defined in Amazonka.Batch.Types.Ec2Configuration

FromJSON Ec2Configuration Source # 
Instance details

Defined in Amazonka.Batch.Types.Ec2Configuration

type Rep Ec2Configuration Source # 
Instance details

Defined in Amazonka.Batch.Types.Ec2Configuration

type Rep Ec2Configuration = D1 ('MetaData "Ec2Configuration" "Amazonka.Batch.Types.Ec2Configuration" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "Ec2Configuration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "imageIdOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "imageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newEc2Configuration Source #

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, and T4g) 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 and G4) 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

Instances details
Eq EvaluateOnExit Source # 
Instance details

Defined in Amazonka.Batch.Types.EvaluateOnExit

Read EvaluateOnExit Source # 
Instance details

Defined in Amazonka.Batch.Types.EvaluateOnExit

Show EvaluateOnExit Source # 
Instance details

Defined in Amazonka.Batch.Types.EvaluateOnExit

Generic EvaluateOnExit Source # 
Instance details

Defined in Amazonka.Batch.Types.EvaluateOnExit

Associated Types

type Rep EvaluateOnExit :: Type -> Type #

NFData EvaluateOnExit Source # 
Instance details

Defined in Amazonka.Batch.Types.EvaluateOnExit

Methods

rnf :: EvaluateOnExit -> () #

Hashable EvaluateOnExit Source # 
Instance details

Defined in Amazonka.Batch.Types.EvaluateOnExit

ToJSON EvaluateOnExit Source # 
Instance details

Defined in Amazonka.Batch.Types.EvaluateOnExit

FromJSON EvaluateOnExit Source # 
Instance details

Defined in Amazonka.Batch.Types.EvaluateOnExit

type Rep EvaluateOnExit Source # 
Instance details

Defined in Amazonka.Batch.Types.EvaluateOnExit

type Rep EvaluateOnExit = D1 ('MetaData "EvaluateOnExit" "Amazonka.Batch.Types.EvaluateOnExit" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "EvaluateOnExit'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "onExitCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "onReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "onStatusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RetryAction))))

newEvaluateOnExit Source #

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

Instances details
Eq FargatePlatformConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.FargatePlatformConfiguration

Read FargatePlatformConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.FargatePlatformConfiguration

Show FargatePlatformConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.FargatePlatformConfiguration

Generic FargatePlatformConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.FargatePlatformConfiguration

Associated Types

type Rep FargatePlatformConfiguration :: Type -> Type #

NFData FargatePlatformConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.FargatePlatformConfiguration

Hashable FargatePlatformConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.FargatePlatformConfiguration

ToJSON FargatePlatformConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.FargatePlatformConfiguration

FromJSON FargatePlatformConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.FargatePlatformConfiguration

type Rep FargatePlatformConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.FargatePlatformConfiguration

type Rep FargatePlatformConfiguration = D1 ('MetaData "FargatePlatformConfiguration" "Amazonka.Batch.Types.FargatePlatformConfiguration" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "FargatePlatformConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "platformVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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

data Host Source #

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.

Constructors

Host' (Maybe Text) 

Instances

Instances details
Eq Host Source # 
Instance details

Defined in Amazonka.Batch.Types.Host

Methods

(==) :: Host -> Host -> Bool #

(/=) :: Host -> Host -> Bool #

Read Host Source # 
Instance details

Defined in Amazonka.Batch.Types.Host

Show Host Source # 
Instance details

Defined in Amazonka.Batch.Types.Host

Methods

showsPrec :: Int -> Host -> ShowS #

show :: Host -> String #

showList :: [Host] -> ShowS #

Generic Host Source # 
Instance details

Defined in Amazonka.Batch.Types.Host

Associated Types

type Rep Host :: Type -> Type #

Methods

from :: Host -> Rep Host x #

to :: Rep Host x -> Host #

NFData Host Source # 
Instance details

Defined in Amazonka.Batch.Types.Host

Methods

rnf :: Host -> () #

Hashable Host Source # 
Instance details

Defined in Amazonka.Batch.Types.Host

Methods

hashWithSalt :: Int -> Host -> Int #

hash :: Host -> Int #

ToJSON Host Source # 
Instance details

Defined in Amazonka.Batch.Types.Host

FromJSON Host Source # 
Instance details

Defined in Amazonka.Batch.Types.Host

type Rep Host Source # 
Instance details

Defined in Amazonka.Batch.Types.Host

type Rep Host = D1 ('MetaData "Host" "Amazonka.Batch.Types.Host" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "Host'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourcePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newHost :: Host Source #

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.

Instances

Instances details
Eq JobDefinition Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDefinition

Read JobDefinition Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDefinition

Show JobDefinition Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDefinition

Generic JobDefinition Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDefinition

Associated Types

type Rep JobDefinition :: Type -> Type #

NFData JobDefinition Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDefinition

Methods

rnf :: JobDefinition -> () #

Hashable JobDefinition Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDefinition

FromJSON JobDefinition Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDefinition

type Rep JobDefinition Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDefinition

type Rep JobDefinition = D1 ('MetaData "JobDefinition" "Amazonka.Batch.Types.JobDefinition" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "JobDefinition'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "propagateTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "retryStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RetryStrategy)))) :*: (S1 ('MetaSel ('Just "platformCapabilities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PlatformCapability])) :*: (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "timeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobTimeout))))) :*: ((S1 ('MetaSel ('Just "containerProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContainerProperties)) :*: (S1 ('MetaSel ('Just "nodeProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NodeProperties)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))) :*: ((S1 ('MetaSel ('Just "jobDefinitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "jobDefinitionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "revision") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newJobDefinition Source #

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

Instances details
Eq JobDependency Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDependency

Read JobDependency Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDependency

Show JobDependency Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDependency

Generic JobDependency Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDependency

Associated Types

type Rep JobDependency :: Type -> Type #

NFData JobDependency Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDependency

Methods

rnf :: JobDependency -> () #

Hashable JobDependency Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDependency

ToJSON JobDependency Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDependency

FromJSON JobDependency Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDependency

type Rep JobDependency Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDependency

type Rep JobDependency = D1 ('MetaData "JobDependency" "Amazonka.Batch.Types.JobDependency" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "JobDependency'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ArrayJobDependency))))

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

data JobDetail Source #

An object representing an Batch job.

See: newJobDetail smart constructor.

Instances

Instances details
Eq JobDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDetail

Read JobDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDetail

Show JobDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDetail

Generic JobDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDetail

Associated Types

type Rep JobDetail :: Type -> Type #

NFData JobDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDetail

Methods

rnf :: JobDetail -> () #

Hashable JobDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDetail

FromJSON JobDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDetail

type Rep JobDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.JobDetail

type Rep JobDetail = D1 ('MetaData "JobDetail" "Amazonka.Batch.Types.JobDetail" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "JobDetail'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "stoppedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "jobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "propagateTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "retryStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RetryStrategy))))) :*: ((S1 ('MetaSel ('Just "attempts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AttemptDetail])) :*: (S1 ('MetaSel ('Just "platformCapabilities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PlatformCapability])) :*: S1 ('MetaSel ('Just "startedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))) :*: (S1 ('MetaSel ('Just "dependsOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [JobDependency])) :*: (S1 ('MetaSel ('Just "container") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContainerDetail)) :*: S1 ('MetaSel ('Just "nodeDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NodeDetails)))))) :*: (((S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "statusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "arrayProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ArrayPropertiesDetail)) :*: (S1 ('MetaSel ('Just "timeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobTimeout)) :*: S1 ('MetaSel ('Just "nodeProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NodeProperties))))) :*: ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "jobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "jobQueue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 JobStatus) :*: S1 ('MetaSel ('Just "jobDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))))

newJobDetail Source #

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.

Instances

Instances details
Eq JobQueueDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.JobQueueDetail

Read JobQueueDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.JobQueueDetail

Show JobQueueDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.JobQueueDetail

Generic JobQueueDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.JobQueueDetail

Associated Types

type Rep JobQueueDetail :: Type -> Type #

NFData JobQueueDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.JobQueueDetail

Methods

rnf :: JobQueueDetail -> () #

Hashable JobQueueDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.JobQueueDetail

FromJSON JobQueueDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.JobQueueDetail

type Rep JobQueueDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.JobQueueDetail

newJobQueueDetail Source #

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

Instances details
Eq JobSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.JobSummary

Read JobSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.JobSummary

Show JobSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.JobSummary

Generic JobSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.JobSummary

Associated Types

type Rep JobSummary :: Type -> Type #

NFData JobSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.JobSummary

Methods

rnf :: JobSummary -> () #

Hashable JobSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.JobSummary

FromJSON JobSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.JobSummary

type Rep JobSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.JobSummary

type Rep JobSummary = D1 ('MetaData "JobSummary" "Amazonka.Batch.Types.JobSummary" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "JobSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "stoppedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobStatus)) :*: S1 ('MetaSel ('Just "jobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "startedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "container") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContainerSummary))))) :*: ((S1 ('MetaSel ('Just "jobDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "statusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "arrayProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ArrayPropertiesSummary)))) :*: (S1 ('MetaSel ('Just "nodeProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NodePropertiesSummary)) :*: (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "jobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newJobSummary Source #

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.

Constructors

JobTimeout' (Maybe Int) 

Instances

Instances details
Eq JobTimeout Source # 
Instance details

Defined in Amazonka.Batch.Types.JobTimeout

Read JobTimeout Source # 
Instance details

Defined in Amazonka.Batch.Types.JobTimeout

Show JobTimeout Source # 
Instance details

Defined in Amazonka.Batch.Types.JobTimeout

Generic JobTimeout Source # 
Instance details

Defined in Amazonka.Batch.Types.JobTimeout

Associated Types

type Rep JobTimeout :: Type -> Type #

NFData JobTimeout Source # 
Instance details

Defined in Amazonka.Batch.Types.JobTimeout

Methods

rnf :: JobTimeout -> () #

Hashable JobTimeout Source # 
Instance details

Defined in Amazonka.Batch.Types.JobTimeout

ToJSON JobTimeout Source # 
Instance details

Defined in Amazonka.Batch.Types.JobTimeout

FromJSON JobTimeout Source # 
Instance details

Defined in Amazonka.Batch.Types.JobTimeout

type Rep JobTimeout Source # 
Instance details

Defined in Amazonka.Batch.Types.JobTimeout

type Rep JobTimeout = D1 ('MetaData "JobTimeout" "Amazonka.Batch.Types.JobTimeout" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "JobTimeout'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attemptDurationSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

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.

Constructors

KeyValuePair' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq KeyValuePair Source # 
Instance details

Defined in Amazonka.Batch.Types.KeyValuePair

Read KeyValuePair Source # 
Instance details

Defined in Amazonka.Batch.Types.KeyValuePair

Show KeyValuePair Source # 
Instance details

Defined in Amazonka.Batch.Types.KeyValuePair

Generic KeyValuePair Source # 
Instance details

Defined in Amazonka.Batch.Types.KeyValuePair

Associated Types

type Rep KeyValuePair :: Type -> Type #

NFData KeyValuePair Source # 
Instance details

Defined in Amazonka.Batch.Types.KeyValuePair

Methods

rnf :: KeyValuePair -> () #

Hashable KeyValuePair Source # 
Instance details

Defined in Amazonka.Batch.Types.KeyValuePair

ToJSON KeyValuePair Source # 
Instance details

Defined in Amazonka.Batch.Types.KeyValuePair

FromJSON KeyValuePair Source # 
Instance details

Defined in Amazonka.Batch.Types.KeyValuePair

type Rep KeyValuePair Source # 
Instance details

Defined in Amazonka.Batch.Types.KeyValuePair

type Rep KeyValuePair = D1 ('MetaData "KeyValuePair" "Amazonka.Batch.Types.KeyValuePair" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "KeyValuePair'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.

Constructors

KeyValuesPair' (Maybe [Text]) (Maybe Text) 

Instances

Instances details
Eq KeyValuesPair Source # 
Instance details

Defined in Amazonka.Batch.Types.KeyValuesPair

Read KeyValuesPair Source # 
Instance details

Defined in Amazonka.Batch.Types.KeyValuesPair

Show KeyValuesPair Source # 
Instance details

Defined in Amazonka.Batch.Types.KeyValuesPair

Generic KeyValuesPair Source # 
Instance details

Defined in Amazonka.Batch.Types.KeyValuesPair

Associated Types

type Rep KeyValuesPair :: Type -> Type #

NFData KeyValuesPair Source # 
Instance details

Defined in Amazonka.Batch.Types.KeyValuesPair

Methods

rnf :: KeyValuesPair -> () #

Hashable KeyValuesPair Source # 
Instance details

Defined in Amazonka.Batch.Types.KeyValuesPair

ToJSON KeyValuesPair Source # 
Instance details

Defined in Amazonka.Batch.Types.KeyValuesPair

type Rep KeyValuesPair Source # 
Instance details

Defined in Amazonka.Batch.Types.KeyValuesPair

type Rep KeyValuesPair = D1 ('MetaData "KeyValuesPair" "Amazonka.Batch.Types.KeyValuesPair" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "KeyValuesPair'" 'PrefixI 'True) (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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

Instances details
Eq LaunchTemplateSpecification Source # 
Instance details

Defined in Amazonka.Batch.Types.LaunchTemplateSpecification

Read LaunchTemplateSpecification Source # 
Instance details

Defined in Amazonka.Batch.Types.LaunchTemplateSpecification

Show LaunchTemplateSpecification Source # 
Instance details

Defined in Amazonka.Batch.Types.LaunchTemplateSpecification

Generic LaunchTemplateSpecification Source # 
Instance details

Defined in Amazonka.Batch.Types.LaunchTemplateSpecification

Associated Types

type Rep LaunchTemplateSpecification :: Type -> Type #

NFData LaunchTemplateSpecification Source # 
Instance details

Defined in Amazonka.Batch.Types.LaunchTemplateSpecification

Hashable LaunchTemplateSpecification Source # 
Instance details

Defined in Amazonka.Batch.Types.LaunchTemplateSpecification

ToJSON LaunchTemplateSpecification Source # 
Instance details

Defined in Amazonka.Batch.Types.LaunchTemplateSpecification

FromJSON LaunchTemplateSpecification Source # 
Instance details

Defined in Amazonka.Batch.Types.LaunchTemplateSpecification

type Rep LaunchTemplateSpecification Source # 
Instance details

Defined in Amazonka.Batch.Types.LaunchTemplateSpecification

type Rep LaunchTemplateSpecification = D1 ('MetaData "LaunchTemplateSpecification" "Amazonka.Batch.Types.LaunchTemplateSpecification" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "LaunchTemplateSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "launchTemplateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "launchTemplateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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

Instances details
Eq LinuxParameters Source # 
Instance details

Defined in Amazonka.Batch.Types.LinuxParameters

Read LinuxParameters Source # 
Instance details

Defined in Amazonka.Batch.Types.LinuxParameters

Show LinuxParameters Source # 
Instance details

Defined in Amazonka.Batch.Types.LinuxParameters

Generic LinuxParameters Source # 
Instance details

Defined in Amazonka.Batch.Types.LinuxParameters

Associated Types

type Rep LinuxParameters :: Type -> Type #

NFData LinuxParameters Source # 
Instance details

Defined in Amazonka.Batch.Types.LinuxParameters

Methods

rnf :: LinuxParameters -> () #

Hashable LinuxParameters Source # 
Instance details

Defined in Amazonka.Batch.Types.LinuxParameters

ToJSON LinuxParameters Source # 
Instance details

Defined in Amazonka.Batch.Types.LinuxParameters

FromJSON LinuxParameters Source # 
Instance details

Defined in Amazonka.Batch.Types.LinuxParameters

type Rep LinuxParameters Source # 
Instance details

Defined in Amazonka.Batch.Types.LinuxParameters

type Rep LinuxParameters = D1 ('MetaData "LinuxParameters" "Amazonka.Batch.Types.LinuxParameters" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "LinuxParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "sharedMemorySize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "initProcessEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "tmpfs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tmpfs])))) :*: (S1 ('MetaSel ('Just "swappiness") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "devices") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Device])) :*: S1 ('MetaSel ('Just "maxSwap") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))))

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 and swappiness parameters are omitted from a job definition, each container will have a default swappiness 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

Instances details
Eq LogConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.LogConfiguration

Read LogConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.LogConfiguration

Show LogConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.LogConfiguration

Generic LogConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.LogConfiguration

Associated Types

type Rep LogConfiguration :: Type -> Type #

NFData LogConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.LogConfiguration

Methods

rnf :: LogConfiguration -> () #

Hashable LogConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.LogConfiguration

ToJSON LogConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.LogConfiguration

FromJSON LogConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.LogConfiguration

type Rep LogConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.LogConfiguration

type Rep LogConfiguration = D1 ('MetaData "LogConfiguration" "Amazonka.Batch.Types.LogConfiguration" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "LogConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "secretOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Secret])) :*: S1 ('MetaSel ('Just "logDriver") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LogDriver))))

newLogConfiguration Source #

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.

Constructors

MountPoint' (Maybe Text) (Maybe Text) (Maybe Bool) 

Instances

Instances details
Eq MountPoint Source # 
Instance details

Defined in Amazonka.Batch.Types.MountPoint

Read MountPoint Source # 
Instance details

Defined in Amazonka.Batch.Types.MountPoint

Show MountPoint Source # 
Instance details

Defined in Amazonka.Batch.Types.MountPoint

Generic MountPoint Source # 
Instance details

Defined in Amazonka.Batch.Types.MountPoint

Associated Types

type Rep MountPoint :: Type -> Type #

NFData MountPoint Source # 
Instance details

Defined in Amazonka.Batch.Types.MountPoint

Methods

rnf :: MountPoint -> () #

Hashable MountPoint Source # 
Instance details

Defined in Amazonka.Batch.Types.MountPoint

ToJSON MountPoint Source # 
Instance details

Defined in Amazonka.Batch.Types.MountPoint

FromJSON MountPoint Source # 
Instance details

Defined in Amazonka.Batch.Types.MountPoint

type Rep MountPoint Source # 
Instance details

Defined in Amazonka.Batch.Types.MountPoint

type Rep MountPoint = D1 ('MetaData "MountPoint" "Amazonka.Batch.Types.MountPoint" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "MountPoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "containerPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sourceVolume") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "readOnly") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

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

Instances details
Eq NetworkConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.NetworkConfiguration

Read NetworkConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.NetworkConfiguration

Show NetworkConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.NetworkConfiguration

Generic NetworkConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.NetworkConfiguration

Associated Types

type Rep NetworkConfiguration :: Type -> Type #

NFData NetworkConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.NetworkConfiguration

Methods

rnf :: NetworkConfiguration -> () #

Hashable NetworkConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.NetworkConfiguration

ToJSON NetworkConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.NetworkConfiguration

FromJSON NetworkConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.NetworkConfiguration

type Rep NetworkConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.NetworkConfiguration

type Rep NetworkConfiguration = D1 ('MetaData "NetworkConfiguration" "Amazonka.Batch.Types.NetworkConfiguration" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "NetworkConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assignPublicIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssignPublicIp))))

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

Instances details
Eq NetworkInterface Source # 
Instance details

Defined in Amazonka.Batch.Types.NetworkInterface

Read NetworkInterface Source # 
Instance details

Defined in Amazonka.Batch.Types.NetworkInterface

Show NetworkInterface Source # 
Instance details

Defined in Amazonka.Batch.Types.NetworkInterface

Generic NetworkInterface Source # 
Instance details

Defined in Amazonka.Batch.Types.NetworkInterface

Associated Types

type Rep NetworkInterface :: Type -> Type #

NFData NetworkInterface Source # 
Instance details

Defined in Amazonka.Batch.Types.NetworkInterface

Methods

rnf :: NetworkInterface -> () #

Hashable NetworkInterface Source # 
Instance details

Defined in Amazonka.Batch.Types.NetworkInterface

FromJSON NetworkInterface Source # 
Instance details

Defined in Amazonka.Batch.Types.NetworkInterface

type Rep NetworkInterface Source # 
Instance details

Defined in Amazonka.Batch.Types.NetworkInterface

type Rep NetworkInterface = D1 ('MetaData "NetworkInterface" "Amazonka.Batch.Types.NetworkInterface" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "NetworkInterface'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ipv6Address") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "privateIpv4Address") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "attachmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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.

Constructors

NodeDetails' (Maybe Int) (Maybe Bool) 

Instances

Instances details
Eq NodeDetails Source # 
Instance details

Defined in Amazonka.Batch.Types.NodeDetails

Read NodeDetails Source # 
Instance details

Defined in Amazonka.Batch.Types.NodeDetails

Show NodeDetails Source # 
Instance details

Defined in Amazonka.Batch.Types.NodeDetails

Generic NodeDetails Source # 
Instance details

Defined in Amazonka.Batch.Types.NodeDetails

Associated Types

type Rep NodeDetails :: Type -> Type #

NFData NodeDetails Source # 
Instance details

Defined in Amazonka.Batch.Types.NodeDetails

Methods

rnf :: NodeDetails -> () #

Hashable NodeDetails Source # 
Instance details

Defined in Amazonka.Batch.Types.NodeDetails

FromJSON NodeDetails Source # 
Instance details

Defined in Amazonka.Batch.Types.NodeDetails

type Rep NodeDetails Source # 
Instance details

Defined in Amazonka.Batch.Types.NodeDetails

type Rep NodeDetails = D1 ('MetaData "NodeDetails" "Amazonka.Batch.Types.NodeDetails" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "NodeDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nodeIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "isMainNode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

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

Instances details
Eq NodeOverrides Source # 
Instance details

Defined in Amazonka.Batch.Types.NodeOverrides

Read NodeOverrides Source # 
Instance details

Defined in Amazonka.Batch.Types.NodeOverrides

Show NodeOverrides Source # 
Instance details

Defined in Amazonka.Batch.Types.NodeOverrides

Generic NodeOverrides Source # 
Instance details

Defined in Amazonka.Batch.Types.NodeOverrides

Associated Types

type Rep NodeOverrides :: Type -> Type #

NFData NodeOverrides Source # 
Instance details

Defined in Amazonka.Batch.Types.NodeOverrides

Methods

rnf :: NodeOverrides -> () #

Hashable NodeOverrides Source # 
Instance details

Defined in Amazonka.Batch.Types.NodeOverrides

ToJSON NodeOverrides Source # 
Instance details

Defined in Amazonka.Batch.Types.NodeOverrides

type Rep NodeOverrides Source # 
Instance details

Defined in Amazonka.Batch.Types.NodeOverrides

type Rep NodeOverrides = D1 ('MetaData "NodeOverrides" "Amazonka.Batch.Types.NodeOverrides" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "NodeOverrides'" 'PrefixI 'True) (S1 ('MetaSel ('Just "numNodes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "nodePropertyOverrides") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NodePropertyOverride]))))

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 : or n:).
  • 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

Instances details
Eq NodeProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.NodeProperties

Read NodeProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.NodeProperties

Show NodeProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.NodeProperties

Generic NodeProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.NodeProperties

Associated Types

type Rep NodeProperties :: Type -> Type #

NFData NodeProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.NodeProperties

Methods

rnf :: NodeProperties -> () #

Hashable NodeProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.NodeProperties

ToJSON NodeProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.NodeProperties

FromJSON NodeProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.NodeProperties

type Rep NodeProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.NodeProperties

type Rep NodeProperties = D1 ('MetaData "NodeProperties" "Amazonka.Batch.Types.NodeProperties" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "NodeProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "numNodes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "mainNode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "nodeRangeProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [NodeRangeProperty]))))

newNodeProperties Source #

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

Instances details
Eq NodePropertiesSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.NodePropertiesSummary

Read NodePropertiesSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.NodePropertiesSummary

Show NodePropertiesSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.NodePropertiesSummary

Generic NodePropertiesSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.NodePropertiesSummary

Associated Types

type Rep NodePropertiesSummary :: Type -> Type #

NFData NodePropertiesSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.NodePropertiesSummary

Methods

rnf :: NodePropertiesSummary -> () #

Hashable NodePropertiesSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.NodePropertiesSummary

FromJSON NodePropertiesSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.NodePropertiesSummary

type Rep NodePropertiesSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.NodePropertiesSummary

type Rep NodePropertiesSummary = D1 ('MetaData "NodePropertiesSummary" "Amazonka.Batch.Types.NodePropertiesSummary" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "NodePropertiesSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "numNodes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "nodeIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "isMainNode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

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

Instances details
Eq NodePropertyOverride Source # 
Instance details

Defined in Amazonka.Batch.Types.NodePropertyOverride

Read NodePropertyOverride Source # 
Instance details

Defined in Amazonka.Batch.Types.NodePropertyOverride

Show NodePropertyOverride Source # 
Instance details

Defined in Amazonka.Batch.Types.NodePropertyOverride

Generic NodePropertyOverride Source # 
Instance details

Defined in Amazonka.Batch.Types.NodePropertyOverride

Associated Types

type Rep NodePropertyOverride :: Type -> Type #

NFData NodePropertyOverride Source # 
Instance details

Defined in Amazonka.Batch.Types.NodePropertyOverride

Methods

rnf :: NodePropertyOverride -> () #

Hashable NodePropertyOverride Source # 
Instance details

Defined in Amazonka.Batch.Types.NodePropertyOverride

ToJSON NodePropertyOverride Source # 
Instance details

Defined in Amazonka.Batch.Types.NodePropertyOverride

type Rep NodePropertyOverride Source # 
Instance details

Defined in Amazonka.Batch.Types.NodePropertyOverride

type Rep NodePropertyOverride = D1 ('MetaData "NodePropertyOverride" "Amazonka.Batch.Types.NodePropertyOverride" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "NodePropertyOverride'" 'PrefixI 'True) (S1 ('MetaSel ('Just "containerOverrides") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContainerOverrides)) :*: S1 ('MetaSel ('Just "targetNodes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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

Instances details
Eq NodeRangeProperty Source # 
Instance details

Defined in Amazonka.Batch.Types.NodeRangeProperty

Read NodeRangeProperty Source # 
Instance details

Defined in Amazonka.Batch.Types.NodeRangeProperty

Show NodeRangeProperty Source # 
Instance details

Defined in Amazonka.Batch.Types.NodeRangeProperty

Generic NodeRangeProperty Source # 
Instance details

Defined in Amazonka.Batch.Types.NodeRangeProperty

Associated Types

type Rep NodeRangeProperty :: Type -> Type #

NFData NodeRangeProperty Source # 
Instance details

Defined in Amazonka.Batch.Types.NodeRangeProperty

Methods

rnf :: NodeRangeProperty -> () #

Hashable NodeRangeProperty Source # 
Instance details

Defined in Amazonka.Batch.Types.NodeRangeProperty

ToJSON NodeRangeProperty Source # 
Instance details

Defined in Amazonka.Batch.Types.NodeRangeProperty

FromJSON NodeRangeProperty Source # 
Instance details

Defined in Amazonka.Batch.Types.NodeRangeProperty

type Rep NodeRangeProperty Source # 
Instance details

Defined in Amazonka.Batch.Types.NodeRangeProperty

type Rep NodeRangeProperty = D1 ('MetaData "NodeRangeProperty" "Amazonka.Batch.Types.NodeRangeProperty" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "NodeRangeProperty'" 'PrefixI 'True) (S1 ('MetaSel ('Just "container") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContainerProperties)) :*: S1 ('MetaSel ('Just "targetNodes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newNodeRangeProperty Source #

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

Instances details
Eq ResourceRequirement Source # 
Instance details

Defined in Amazonka.Batch.Types.ResourceRequirement

Read ResourceRequirement Source # 
Instance details

Defined in Amazonka.Batch.Types.ResourceRequirement

Show ResourceRequirement Source # 
Instance details

Defined in Amazonka.Batch.Types.ResourceRequirement

Generic ResourceRequirement Source # 
Instance details

Defined in Amazonka.Batch.Types.ResourceRequirement

Associated Types

type Rep ResourceRequirement :: Type -> Type #

NFData ResourceRequirement Source # 
Instance details

Defined in Amazonka.Batch.Types.ResourceRequirement

Methods

rnf :: ResourceRequirement -> () #

Hashable ResourceRequirement Source # 
Instance details

Defined in Amazonka.Batch.Types.ResourceRequirement

ToJSON ResourceRequirement Source # 
Instance details

Defined in Amazonka.Batch.Types.ResourceRequirement

FromJSON ResourceRequirement Source # 
Instance details

Defined in Amazonka.Batch.Types.ResourceRequirement

type Rep ResourceRequirement Source # 
Instance details

Defined in Amazonka.Batch.Types.ResourceRequirement

type Rep ResourceRequirement = D1 ('MetaData "ResourceRequirement" "Amazonka.Batch.Types.ResourceRequirement" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "ResourceRequirement'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceType)))

newResourceRequirement Source #

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 to Memory 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 the VCPU 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 the MEMORY 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

Instances details
Eq RetryStrategy Source # 
Instance details

Defined in Amazonka.Batch.Types.RetryStrategy

Read RetryStrategy Source # 
Instance details

Defined in Amazonka.Batch.Types.RetryStrategy

Show RetryStrategy Source # 
Instance details

Defined in Amazonka.Batch.Types.RetryStrategy

Generic RetryStrategy Source # 
Instance details

Defined in Amazonka.Batch.Types.RetryStrategy

Associated Types

type Rep RetryStrategy :: Type -> Type #

NFData RetryStrategy Source # 
Instance details

Defined in Amazonka.Batch.Types.RetryStrategy

Methods

rnf :: RetryStrategy -> () #

Hashable RetryStrategy Source # 
Instance details

Defined in Amazonka.Batch.Types.RetryStrategy

ToJSON RetryStrategy Source # 
Instance details

Defined in Amazonka.Batch.Types.RetryStrategy

FromJSON RetryStrategy Source # 
Instance details

Defined in Amazonka.Batch.Types.RetryStrategy

type Rep RetryStrategy Source # 
Instance details

Defined in Amazonka.Batch.Types.RetryStrategy

type Rep RetryStrategy = D1 ('MetaData "RetryStrategy" "Amazonka.Batch.Types.RetryStrategy" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "RetryStrategy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "evaluateOnExit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EvaluateOnExit])) :*: S1 ('MetaSel ('Just "attempts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

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

data Secret Source #

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.

Constructors

Secret' Text Text 

Instances

Instances details
Eq Secret Source # 
Instance details

Defined in Amazonka.Batch.Types.Secret

Methods

(==) :: Secret -> Secret -> Bool #

(/=) :: Secret -> Secret -> Bool #

Read Secret Source # 
Instance details

Defined in Amazonka.Batch.Types.Secret

Show Secret Source # 
Instance details

Defined in Amazonka.Batch.Types.Secret

Generic Secret Source # 
Instance details

Defined in Amazonka.Batch.Types.Secret

Associated Types

type Rep Secret :: Type -> Type #

Methods

from :: Secret -> Rep Secret x #

to :: Rep Secret x -> Secret #

NFData Secret Source # 
Instance details

Defined in Amazonka.Batch.Types.Secret

Methods

rnf :: Secret -> () #

Hashable Secret Source # 
Instance details

Defined in Amazonka.Batch.Types.Secret

Methods

hashWithSalt :: Int -> Secret -> Int #

hash :: Secret -> Int #

ToJSON Secret Source # 
Instance details

Defined in Amazonka.Batch.Types.Secret

FromJSON Secret Source # 
Instance details

Defined in Amazonka.Batch.Types.Secret

type Rep Secret Source # 
Instance details

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)))

newSecret Source #

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

data Tmpfs Source #

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.

Constructors

Tmpfs' (Maybe [Text]) Text Int 

Instances

Instances details
Eq Tmpfs Source # 
Instance details

Defined in Amazonka.Batch.Types.Tmpfs

Methods

(==) :: Tmpfs -> Tmpfs -> Bool #

(/=) :: Tmpfs -> Tmpfs -> Bool #

Read Tmpfs Source # 
Instance details

Defined in Amazonka.Batch.Types.Tmpfs

Show Tmpfs Source # 
Instance details

Defined in Amazonka.Batch.Types.Tmpfs

Methods

showsPrec :: Int -> Tmpfs -> ShowS #

show :: Tmpfs -> String #

showList :: [Tmpfs] -> ShowS #

Generic Tmpfs Source # 
Instance details

Defined in Amazonka.Batch.Types.Tmpfs

Associated Types

type Rep Tmpfs :: Type -> Type #

Methods

from :: Tmpfs -> Rep Tmpfs x #

to :: Rep Tmpfs x -> Tmpfs #

NFData Tmpfs Source # 
Instance details

Defined in Amazonka.Batch.Types.Tmpfs

Methods

rnf :: Tmpfs -> () #

Hashable Tmpfs Source # 
Instance details

Defined in Amazonka.Batch.Types.Tmpfs

Methods

hashWithSalt :: Int -> Tmpfs -> Int #

hash :: Tmpfs -> Int #

ToJSON Tmpfs Source # 
Instance details

Defined in Amazonka.Batch.Types.Tmpfs

FromJSON Tmpfs Source # 
Instance details

Defined in Amazonka.Batch.Types.Tmpfs

type Rep Tmpfs Source # 
Instance details

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))))

newTmpfs Source #

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

data Ulimit Source #

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.

Constructors

Ulimit' Int Text Int 

Instances

Instances details
Eq Ulimit Source # 
Instance details

Defined in Amazonka.Batch.Types.Ulimit

Methods

(==) :: Ulimit -> Ulimit -> Bool #

(/=) :: Ulimit -> Ulimit -> Bool #

Read Ulimit Source # 
Instance details

Defined in Amazonka.Batch.Types.Ulimit

Show Ulimit Source # 
Instance details

Defined in Amazonka.Batch.Types.Ulimit

Generic Ulimit Source # 
Instance details

Defined in Amazonka.Batch.Types.Ulimit

Associated Types

type Rep Ulimit :: Type -> Type #

Methods

from :: Ulimit -> Rep Ulimit x #

to :: Rep Ulimit x -> Ulimit #

NFData Ulimit Source # 
Instance details

Defined in Amazonka.Batch.Types.Ulimit

Methods

rnf :: Ulimit -> () #

Hashable Ulimit Source # 
Instance details

Defined in Amazonka.Batch.Types.Ulimit

Methods

hashWithSalt :: Int -> Ulimit -> Int #

hash :: Ulimit -> Int #

ToJSON Ulimit Source # 
Instance details

Defined in Amazonka.Batch.Types.Ulimit

FromJSON Ulimit Source # 
Instance details

Defined in Amazonka.Batch.Types.Ulimit

type Rep Ulimit Source # 
Instance details

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))))

newUlimit Source #

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

data Volume Source #

A data volume used in a job's container properties.

See: newVolume smart constructor.

Instances

Instances details
Eq Volume Source # 
Instance details

Defined in Amazonka.Batch.Types.Volume

Methods

(==) :: Volume -> Volume -> Bool #

(/=) :: Volume -> Volume -> Bool #

Read Volume Source # 
Instance details

Defined in Amazonka.Batch.Types.Volume

Show Volume Source # 
Instance details

Defined in Amazonka.Batch.Types.Volume

Generic Volume Source # 
Instance details

Defined in Amazonka.Batch.Types.Volume

Associated Types

type Rep Volume :: Type -> Type #

Methods

from :: Volume -> Rep Volume x #

to :: Rep Volume x -> Volume #

NFData Volume Source # 
Instance details

Defined in Amazonka.Batch.Types.Volume

Methods

rnf :: Volume -> () #

Hashable Volume Source # 
Instance details

Defined in Amazonka.Batch.Types.Volume

Methods

hashWithSalt :: Int -> Volume -> Int #

hash :: Volume -> Int #

ToJSON Volume Source # 
Instance details

Defined in Amazonka.Batch.Types.Volume

FromJSON Volume Source # 
Instance details

Defined in Amazonka.Batch.Types.Volume

type Rep Volume Source # 
Instance details

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)))))

newVolume :: Volume Source #

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.