amazonka-dynamodb-2.0: Amazon DynamoDB 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.DynamoDB.UntagResource

Description

Removes the association of tags from an Amazon DynamoDB resource. You can call UntagResource up to five times per second, per account.

For an overview on tagging DynamoDB resources, see Tagging for DynamoDB in the Amazon DynamoDB Developer Guide.

Synopsis

Creating a Request

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' 

Fields

  • resourceArn :: Text

    The DynamoDB resource that the tags will be removed from. This value is an Amazon Resource Name (ARN).

  • tagKeys :: [Text]

    A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the DynamoDB resource.

Instances

Instances details
ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.DynamoDB.UntagResource

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.DynamoDB.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.DynamoDB.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.DynamoDB.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.DynamoDB.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.DynamoDB.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Read UntagResource Source # 
Instance details

Defined in Amazonka.DynamoDB.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.DynamoDB.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.DynamoDB.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.DynamoDB.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.DynamoDB.UntagResource

type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.DynamoDB.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.DynamoDB.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.DynamoDB.UntagResource" "amazonka-dynamodb-2.0-GNxlseyeFiu302JKQwQrUS" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") '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:resourceArn:UntagResource', untagResource_resourceArn - The DynamoDB resource that the tags will be removed from. This value is an Amazon Resource Name (ARN).

$sel:tagKeys:UntagResource', untagResource_tagKeys - A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the DynamoDB resource.

Request Lenses

untagResource_resourceArn :: Lens' UntagResource Text Source #

The DynamoDB resource that the tags will be removed from. This value is an Amazon Resource Name (ARN).

untagResource_tagKeys :: Lens' UntagResource [Text] Source #

A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the DynamoDB resource.

Destructuring the Response

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.DynamoDB.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.DynamoDB.UntagResource" "amazonka-dynamodb-2.0-GNxlseyeFiu302JKQwQrUS" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUntagResourceResponse :: UntagResourceResponse Source #

Create a value of UntagResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.