amazonka-efs-2.0: Amazon Elastic File System 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.EFS.UntagResource

Description

Removes tags from an EFS resource. You can remove tags from EFS file systems and access points using this API operation.

This operation requires permissions for the elasticfilesystem:UntagResource action.

Synopsis

Creating a Request

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' 

Fields

  • resourceId :: Text

    Specifies the EFS resource that you want to remove tags from.

  • tagKeys :: NonEmpty Text

    The keys of the key-value tag pairs that you want to remove from the specified EFS resource.

Instances

Instances details
ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.EFS.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.EFS.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.EFS.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.EFS.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.EFS.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Read UntagResource Source # 
Instance details

Defined in Amazonka.EFS.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.EFS.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.EFS.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.EFS.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.EFS.UntagResource

type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.EFS.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.EFS.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.EFS.UntagResource" "amazonka-efs-2.0-EHRjUBbcNxzHWDmYi0HAD5" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceId") '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:resourceId:UntagResource', untagResource_resourceId - Specifies the EFS resource that you want to remove tags from.

$sel:tagKeys:UntagResource', untagResource_tagKeys - The keys of the key-value tag pairs that you want to remove from the specified EFS resource.

Request Lenses

untagResource_resourceId :: Lens' UntagResource Text Source #

Specifies the EFS resource that you want to remove tags from.

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

The keys of the key-value tag pairs that you want to remove from the specified EFS resource.

Destructuring the Response

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.EFS.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.EFS.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.EFS.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.EFS.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.EFS.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.EFS.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.EFS.UntagResource" "amazonka-efs-2.0-EHRjUBbcNxzHWDmYi0HAD5" '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.