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.UntagResource

Description

Deletes specified tags from an Batch resource.

Synopsis

Creating a Request

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' 

Fields

  • resourceArn :: Text

    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.

  • tagKeys :: NonEmpty Text

    The keys of the tags to be removed.

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.

Request Lenses

untagResource_resourceArn :: Lens' UntagResource Text Source #

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.

untagResource_tagKeys :: Lens' UntagResource (NonEmpty Text) Source #

The keys of the tags to be removed.

Destructuring the Response

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Constructors

UntagResourceResponse' 

Fields

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.

Response Lenses