amazonka-marketplace-catalog-2.0: Amazon Marketplace Catalog Service 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.MarketplaceCatalog.UntagResource

Description

Removes a tag or list of tags from a resource (either an entity or change set).

Synopsis

Creating a Request

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' 

Fields

  • resourceArn :: Text

    Required. The Amazon Resource Name (ARN) associated with the resource you want to remove the tag from.

  • tagKeys :: NonEmpty Text

    Required. A list of key names of tags to be removed. Number of strings allowed: 0-256.

Instances

Instances details
ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.UntagResource

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Read UntagResource Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.UntagResource

type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.MarketplaceCatalog.UntagResource" "amazonka-marketplace-catalog-2.0-6Zi47AEGKrcHZeMO5lyES0" '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))))

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 - Required. The Amazon Resource Name (ARN) associated with the resource you want to remove the tag from.

$sel:tagKeys:UntagResource', untagResource_tagKeys - Required. A list of key names of tags to be removed. Number of strings allowed: 0-256.

Request Lenses

untagResource_resourceArn :: Lens' UntagResource Text Source #

Required. The Amazon Resource Name (ARN) associated with the resource you want to remove the tag from.

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

Required. A list of key names of tags to be removed. Number of strings allowed: 0-256.

Destructuring the Response

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Constructors

UntagResourceResponse' 

Fields

Instances

Instances details
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.MarketplaceCatalog.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.MarketplaceCatalog.UntagResource" "amazonka-marketplace-catalog-2.0-6Zi47AEGKrcHZeMO5lyES0" '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