amazonka-quicksight-2.0: Amazon QuickSight 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.QuickSight.UntagResource

Description

Removes a tag or tags from a 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 that you want to untag.

  • tagKeys :: NonEmpty Text

    The keys of the key-value pairs for the resource tag or tags assigned to the resource.

Instances

Instances details
ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.QuickSight.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.QuickSight.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.QuickSight.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.QuickSight.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.QuickSight.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Read UntagResource Source # 
Instance details

Defined in Amazonka.QuickSight.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.QuickSight.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.QuickSight.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.QuickSight.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.QuickSight.UntagResource

type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.QuickSight.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.QuickSight.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.QuickSight.UntagResource" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" '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 - The Amazon Resource Name (ARN) of the resource that you want to untag.

$sel:tagKeys:UntagResource', untagResource_tagKeys - The keys of the key-value pairs for the resource tag or tags assigned to the resource.

Request Lenses

untagResource_resourceArn :: Lens' UntagResource Text Source #

The Amazon Resource Name (ARN) of the resource that you want to untag.

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

The keys of the key-value pairs for the resource tag or tags assigned to the resource.

Destructuring the Response

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Constructors

UntagResourceResponse' 

Fields

Instances

Instances details
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.QuickSight.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.QuickSight.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.QuickSight.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.QuickSight.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.QuickSight.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.QuickSight.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.QuickSight.UntagResource" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") '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:requestId:UntagResourceResponse', untagResourceResponse_requestId - The Amazon Web Services request ID for this operation.

UntagResourceResponse, untagResourceResponse_status - The HTTP status of the request.

Response Lenses

untagResourceResponse_requestId :: Lens' UntagResourceResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.