libZSservicesZSamazonka-wellarchitectedZSamazonka-wellarchitected
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.WellArchitected.UntagResource

Description

Deletes specified tags from a resource.

To specify multiple tags, use separate tagKeys parameters, for example:

DELETE /tags/WorkloadArn?tagKeys=key1&tagKeys=key2
Synopsis

Creating a Request

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' 

Fields

Instances

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.WellArchitected.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.WellArchitected.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.WellArchitected.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.WellArchitected.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.WellArchitected.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.WellArchitected.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.WellArchitected.UntagResource

Associated Types

type AWSResponse UntagResource #

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.WellArchitected.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.WellArchitected.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.WellArchitected.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.WellArchitected.UntagResource

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

Defined in Amazonka.WellArchitected.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:workloadArn:UntagResource', untagResource_workloadArn - Undocumented member.

$sel:tagKeys:UntagResource', untagResource_tagKeys - A list of tag keys. Existing tags of the resource whose keys are members of this list are removed from the resource.

Request Lenses

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

A list of tag keys. Existing tags of the resource whose keys are members of this list are removed from the resource.

Destructuring the Response

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Constructors

UntagResourceResponse' 

Fields

Instances

Instances details
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.WellArchitected.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.WellArchitected.UntagResource" "libZSservicesZSamazonka-wellarchitectedZSamazonka-wellarchitected" '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