amazonka-mediastore-2.0: Amazon Elemental MediaStore 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.MediaStore.UntagResource

Description

Removes tags from the specified container. You can specify one or more tags to remove.

Synopsis

Creating a Request

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' 

Fields

  • resource :: Text

    The Amazon Resource Name (ARN) for the container.

  • tagKeys :: [Text]

    A comma-separated list of keys for tags that you want to remove from the container. For example, if your container has two tags (customer:CompanyA and priority:High) and you want to remove one of the tags (priority:High), you specify the key for the tag that you want to remove (priority).

Instances

Instances details
ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.MediaStore.UntagResource

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.MediaStore.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.MediaStore.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.MediaStore.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.MediaStore.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.MediaStore.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Read UntagResource Source # 
Instance details

Defined in Amazonka.MediaStore.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.MediaStore.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.MediaStore.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.MediaStore.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.MediaStore.UntagResource

type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.MediaStore.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.MediaStore.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.MediaStore.UntagResource" "amazonka-mediastore-2.0-BBurv4SFAUa5diuD6Q5z4D" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") '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:resource:UntagResource', untagResource_resource - The Amazon Resource Name (ARN) for the container.

$sel:tagKeys:UntagResource', untagResource_tagKeys - A comma-separated list of keys for tags that you want to remove from the container. For example, if your container has two tags (customer:CompanyA and priority:High) and you want to remove one of the tags (priority:High), you specify the key for the tag that you want to remove (priority).

Request Lenses

untagResource_resource :: Lens' UntagResource Text Source #

The Amazon Resource Name (ARN) for the container.

untagResource_tagKeys :: Lens' UntagResource [Text] Source #

A comma-separated list of keys for tags that you want to remove from the container. For example, if your container has two tags (customer:CompanyA and priority:High) and you want to remove one of the tags (priority:High), you specify the key for the tag that you want to remove (priority).

Destructuring the Response

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Constructors

UntagResourceResponse' 

Fields

Instances

Instances details
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.MediaStore.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.MediaStore.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.MediaStore.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.MediaStore.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.MediaStore.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.MediaStore.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.MediaStore.UntagResource" "amazonka-mediastore-2.0-BBurv4SFAUa5diuD6Q5z4D" '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