amazonka-elbv2-2.0: Amazon Elastic Load Balancing 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.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
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

AWSRequest RemoveTags Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveTags

Associated Types

type AWSResponse RemoveTags #

Generic RemoveTags Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveTags

Associated Types

type Rep RemoveTags :: Type -> Type #

Read RemoveTags Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveTags

Show RemoveTags Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveTags

NFData RemoveTags Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveTags

Methods

rnf :: RemoveTags -> () #

Eq RemoveTags Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveTags

Hashable RemoveTags Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveTags

type AWSResponse 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" "amazonka-elbv2-2.0-361J9F5fkBoAtGaOoJg8Ev" 'False) (C1 ('MetaCons "RemoveTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

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
Generic RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveTags

Associated Types

type Rep RemoveTagsResponse :: Type -> Type #

Read RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveTags

Show RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveTags

NFData RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveTags

Methods

rnf :: RemoveTagsResponse -> () #

Eq RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveTags

type Rep RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.ELBV2.RemoveTags

type Rep RemoveTagsResponse = D1 ('MetaData "RemoveTagsResponse" "Amazonka.ELBV2.RemoveTags" "amazonka-elbv2-2.0-361J9F5fkBoAtGaOoJg8Ev" '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