libZSservicesZSamazonka-transferZSamazonka-transfer
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Transfer.UntagResource

Description

Detaches a key-value pair from a resource, as identified by its Amazon Resource Name (ARN). Resources are users, servers, roles, and other entities.

No response is returned from this call.

Synopsis

Creating a Request

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' 

Fields

  • arn :: Text

    The value of the resource that will have the tag removed. An Amazon Resource Name (ARN) is an identifier for a specific Amazon Web Services resource, such as a server, user, or role.

  • tagKeys :: NonEmpty Text

    TagKeys are key-value pairs assigned to ARNs that can be used to group and search for resources by type. This metadata can be attached to resources for any purpose.

Instances

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.Transfer.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.Transfer.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.Transfer.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.Transfer.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.Transfer.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.Transfer.UntagResource

ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.Transfer.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.Transfer.UntagResource

Associated Types

type AWSResponse UntagResource #

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.Transfer.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.Transfer.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.Transfer.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.Transfer.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.Transfer.UntagResource" "libZSservicesZSamazonka-transferZSamazonka-transfer" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))
type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.Transfer.UntagResource

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:arn:UntagResource', untagResource_arn - The value of the resource that will have the tag removed. An Amazon Resource Name (ARN) is an identifier for a specific Amazon Web Services resource, such as a server, user, or role.

$sel:tagKeys:UntagResource', untagResource_tagKeys - TagKeys are key-value pairs assigned to ARNs that can be used to group and search for resources by type. This metadata can be attached to resources for any purpose.

Request Lenses

untagResource_arn :: Lens' UntagResource Text Source #

The value of the resource that will have the tag removed. An Amazon Resource Name (ARN) is an identifier for a specific Amazon Web Services resource, such as a server, user, or role.

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

TagKeys are key-value pairs assigned to ARNs that can be used to group and search for resources by type. This metadata can be attached to resources for any purpose.

Destructuring the Response

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Transfer.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Transfer.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Transfer.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Transfer.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Transfer.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.Transfer.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.Transfer.UntagResource" "libZSservicesZSamazonka-transferZSamazonka-transfer" '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.