libZSservicesZSamazonka-cloudhsmv2ZSamazonka-cloudhsmv2
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.CloudHSMV2.UntagResource

Description

Removes the specified tag or tags from the specified AWS CloudHSM cluster.

Synopsis

Creating a Request

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' 

Fields

  • resourceId :: Text

    The cluster identifier (ID) for the cluster whose tags you are removing. To find the cluster ID, use DescribeClusters.

  • tagKeyList :: NonEmpty Text

    A list of one or more tag keys for the tags that you are removing. Specify only the tag keys, not the tag values.

Instances

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.CloudHSMV2.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.CloudHSMV2.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.CloudHSMV2.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.CloudHSMV2.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.CloudHSMV2.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.CloudHSMV2.UntagResource

ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.CloudHSMV2.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.CloudHSMV2.UntagResource

Associated Types

type AWSResponse UntagResource #

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.CloudHSMV2.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.CloudHSMV2.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.CloudHSMV2.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.CloudHSMV2.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.CloudHSMV2.UntagResource" "libZSservicesZSamazonka-cloudhsmv2ZSamazonka-cloudhsmv2" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeyList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))
type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.CloudHSMV2.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:resourceId:UntagResource', untagResource_resourceId - The cluster identifier (ID) for the cluster whose tags you are removing. To find the cluster ID, use DescribeClusters.

$sel:tagKeyList:UntagResource', untagResource_tagKeyList - A list of one or more tag keys for the tags that you are removing. Specify only the tag keys, not the tag values.

Request Lenses

untagResource_resourceId :: Lens' UntagResource Text Source #

The cluster identifier (ID) for the cluster whose tags you are removing. To find the cluster ID, use DescribeClusters.

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

A list of one or more tag keys for the tags that you are removing. Specify only the tag keys, not the tag values.

Destructuring the Response

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Constructors

UntagResourceResponse' 

Fields

Instances

Instances details
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CloudHSMV2.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CloudHSMV2.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CloudHSMV2.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CloudHSMV2.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CloudHSMV2.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.CloudHSMV2.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.CloudHSMV2.UntagResource" "libZSservicesZSamazonka-cloudhsmv2ZSamazonka-cloudhsmv2" '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