amazonka-mediaconvert-2.0: Amazon Elemental MediaConvert SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MediaConvert.UntagResource

Description

Remove tags from a MediaConvert queue, preset, or job template. For information about tagging, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/tagging-resources.html

Synopsis

Creating a Request

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' 

Fields

  • tagKeys :: Maybe [Text]

    The keys of the tags that you want to remove from the resource.

  • arn :: Text

    The Amazon Resource Name (ARN) of the resource that you want to remove tags from. To get the ARN, send a GET request with the resource name.

Instances

Instances details
ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.MediaConvert.UntagResource

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.MediaConvert.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.MediaConvert.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.MediaConvert.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.MediaConvert.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.MediaConvert.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Read UntagResource Source # 
Instance details

Defined in Amazonka.MediaConvert.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.MediaConvert.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.MediaConvert.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.MediaConvert.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.MediaConvert.UntagResource

type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.MediaConvert.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.MediaConvert.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.MediaConvert.UntagResource" "amazonka-mediaconvert-2.0-ClG8xHhlx4y6bdaCrZchqH" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:tagKeys:UntagResource', untagResource_tagKeys - The keys of the tags that you want to remove from the resource.

UntagResource, untagResource_arn - The Amazon Resource Name (ARN) of the resource that you want to remove tags from. To get the ARN, send a GET request with the resource name.

Request Lenses

untagResource_tagKeys :: Lens' UntagResource (Maybe [Text]) Source #

The keys of the tags that you want to remove from the resource.

untagResource_arn :: Lens' UntagResource Text Source #

The Amazon Resource Name (ARN) of the resource that you want to remove tags from. To get the ARN, send a GET request with the resource name.

Destructuring the Response

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Constructors

UntagResourceResponse' 

Fields

Instances

Instances details
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.MediaConvert.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.MediaConvert.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.MediaConvert.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.MediaConvert.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.MediaConvert.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.MediaConvert.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.MediaConvert.UntagResource" "amazonka-mediaconvert-2.0-ClG8xHhlx4y6bdaCrZchqH" '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