libZSservicesZSamazonka-elbv2ZSamazonka-elbv2
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.ELBV2.RemoveTags

Description

Removes the specified tags from the specified Elastic Load Balancing resources. You can remove the tags for one or more Application Load Balancers, Network Load Balancers, Gateway Load Balancers, target groups, listeners, or rules.

Synopsis

Creating a Request

data RemoveTags Source #

See: newRemoveTags smart constructor.

Constructors

RemoveTags' 

Fields

Instances

Instances details
Eq RemoveTags Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveTags

Read RemoveTags Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveTags

Show RemoveTags Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveTags

Generic RemoveTags Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveTags

Associated Types

type Rep RemoveTags :: Type -> Type #

NFData RemoveTags Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveTags

Methods

rnf :: RemoveTags -> () #

Hashable RemoveTags Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveTags

AWSRequest RemoveTags Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveTags

Associated Types

type AWSResponse RemoveTags #

ToHeaders RemoveTags Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveTags

Methods

toHeaders :: RemoveTags -> [Header] #

ToPath RemoveTags Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveTags

ToQuery RemoveTags Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveTags

type Rep RemoveTags Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveTags

type Rep RemoveTags = D1 ('MetaData "RemoveTags" "Amazonka.ELBV2.RemoveTags" "libZSservicesZSamazonka-elbv2ZSamazonka-elbv2" 'False) (C1 ('MetaCons "RemoveTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse RemoveTags Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveTags

newRemoveTags :: RemoveTags Source #

Create a value of RemoveTags 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:resourceArns:RemoveTags', removeTags_resourceArns - The Amazon Resource Name (ARN) of the resource.

$sel:tagKeys:RemoveTags', removeTags_tagKeys - The tag keys for the tags to remove.

Request Lenses

removeTags_resourceArns :: Lens' RemoveTags [Text] Source #

The Amazon Resource Name (ARN) of the resource.

removeTags_tagKeys :: Lens' RemoveTags [Text] Source #

The tag keys for the tags to remove.

Destructuring the Response

data RemoveTagsResponse Source #

See: newRemoveTagsResponse smart constructor.

Constructors

RemoveTagsResponse' 

Fields

Instances

Instances details
Eq RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveTags

Read RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveTags

Show RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveTags

Generic RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveTags

Associated Types

type Rep RemoveTagsResponse :: Type -> Type #

NFData RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveTags

Methods

rnf :: RemoveTagsResponse -> () #

type Rep RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveTags

type Rep RemoveTagsResponse = D1 ('MetaData "RemoveTagsResponse" "Amazonka.ELBV2.RemoveTags" "libZSservicesZSamazonka-elbv2ZSamazonka-elbv2" 'False) (C1 ('MetaCons "RemoveTagsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRemoveTagsResponse Source #

Create a value of RemoveTagsResponse 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:RemoveTagsResponse', removeTagsResponse_httpStatus - The response's http status code.

Response Lenses