amazonka-fsx-2.0: Amazon FSx 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.FSx.UntagResource

Description

This action removes a tag from an Amazon FSx resource.

Synopsis

Creating a Request

data UntagResource Source #

The request object for UntagResource action.

See: newUntagResource smart constructor.

Constructors

UntagResource' 

Fields

  • resourceARN :: Text

    The ARN of the Amazon FSx resource to untag.

  • tagKeys :: NonEmpty Text

    A list of keys of tags on the resource to untag. In case the tag key doesn't exist, the call will still succeed to be idempotent.

Instances

Instances details
ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Read UntagResource Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.FSx.UntagResource" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" '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:

UntagResource, untagResource_resourceARN - The ARN of the Amazon FSx resource to untag.

$sel:tagKeys:UntagResource', untagResource_tagKeys - A list of keys of tags on the resource to untag. In case the tag key doesn't exist, the call will still succeed to be idempotent.

Request Lenses

untagResource_resourceARN :: Lens' UntagResource Text Source #

The ARN of the Amazon FSx resource to untag.

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

A list of keys of tags on the resource to untag. In case the tag key doesn't exist, the call will still succeed to be idempotent.

Destructuring the Response

data UntagResourceResponse Source #

The response object for UntagResource action.

See: newUntagResourceResponse smart constructor.

Constructors

UntagResourceResponse' 

Fields

Instances

Instances details
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.FSx.UntagResource" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" '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