libZSservicesZSamazonka-elbZSamazonka-elb
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.ELB.RemoveTags

Description

Removes one or more tags from the specified load balancer.

Synopsis

Creating a Request

data RemoveTags Source #

Contains the parameters for RemoveTags.

See: newRemoveTags smart constructor.

Constructors

RemoveTags' 

Fields

Instances

Instances details
Eq RemoveTags Source # 
Instance details

Defined in Amazonka.ELB.RemoveTags

Read RemoveTags Source # 
Instance details

Defined in Amazonka.ELB.RemoveTags

Show RemoveTags Source # 
Instance details

Defined in Amazonka.ELB.RemoveTags

Generic RemoveTags Source # 
Instance details

Defined in Amazonka.ELB.RemoveTags

Associated Types

type Rep RemoveTags :: Type -> Type #

NFData RemoveTags Source # 
Instance details

Defined in Amazonka.ELB.RemoveTags

Methods

rnf :: RemoveTags -> () #

Hashable RemoveTags Source # 
Instance details

Defined in Amazonka.ELB.RemoveTags

AWSRequest RemoveTags Source # 
Instance details

Defined in Amazonka.ELB.RemoveTags

Associated Types

type AWSResponse RemoveTags #

ToHeaders RemoveTags Source # 
Instance details

Defined in Amazonka.ELB.RemoveTags

Methods

toHeaders :: RemoveTags -> [Header] #

ToPath RemoveTags Source # 
Instance details

Defined in Amazonka.ELB.RemoveTags

ToQuery RemoveTags Source # 
Instance details

Defined in Amazonka.ELB.RemoveTags

type Rep RemoveTags Source # 
Instance details

Defined in Amazonka.ELB.RemoveTags

type Rep RemoveTags = D1 ('MetaData "RemoveTags" "Amazonka.ELB.RemoveTags" "libZSservicesZSamazonka-elbZSamazonka-elb" 'False) (C1 ('MetaCons "RemoveTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "loadBalancerNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty TagKeyOnly))))
type AWSResponse RemoveTags Source # 
Instance details

Defined in Amazonka.ELB.RemoveTags

newRemoveTags 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:loadBalancerNames:RemoveTags', removeTags_loadBalancerNames - The name of the load balancer. You can specify a maximum of one load balancer name.

$sel:tags:RemoveTags', removeTags_tags - The list of tag keys to remove.

Request Lenses

removeTags_loadBalancerNames :: Lens' RemoveTags [Text] Source #

The name of the load balancer. You can specify a maximum of one load balancer name.

removeTags_tags :: Lens' RemoveTags (NonEmpty TagKeyOnly) Source #

The list of tag keys to remove.

Destructuring the Response

data RemoveTagsResponse Source #

Contains the output of RemoveTags.

See: newRemoveTagsResponse smart constructor.

Constructors

RemoveTagsResponse' 

Fields

Instances

Instances details
Eq RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.ELB.RemoveTags

Read RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.ELB.RemoveTags

Show RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.ELB.RemoveTags

Generic RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.ELB.RemoveTags

Associated Types

type Rep RemoveTagsResponse :: Type -> Type #

NFData RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.ELB.RemoveTags

Methods

rnf :: RemoveTagsResponse -> () #

type Rep RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.ELB.RemoveTags

type Rep RemoveTagsResponse = D1 ('MetaData "RemoveTagsResponse" "Amazonka.ELB.RemoveTags" "libZSservicesZSamazonka-elbZSamazonka-elb" '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