libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch
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.ElasticSearch.RemoveTags

Description

Removes the specified set of tags from the specified Elasticsearch domain.

Synopsis

Creating a Request

data RemoveTags Source #

Container for the parameters to the RemoveTags operation. Specify the ARN for the Elasticsearch domain from which you want to remove the specified TagKey.

See: newRemoveTags smart constructor.

Constructors

RemoveTags' 

Fields

  • arn :: Text

    Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.

  • tagKeys :: [Text]

    Specifies the TagKey list which you want to remove from the Elasticsearch domain.

Instances

Instances details
Eq RemoveTags Source # 
Instance details

Defined in Amazonka.ElasticSearch.RemoveTags

Read RemoveTags Source # 
Instance details

Defined in Amazonka.ElasticSearch.RemoveTags

Show RemoveTags Source # 
Instance details

Defined in Amazonka.ElasticSearch.RemoveTags

Generic RemoveTags Source # 
Instance details

Defined in Amazonka.ElasticSearch.RemoveTags

Associated Types

type Rep RemoveTags :: Type -> Type #

NFData RemoveTags Source # 
Instance details

Defined in Amazonka.ElasticSearch.RemoveTags

Methods

rnf :: RemoveTags -> () #

Hashable RemoveTags Source # 
Instance details

Defined in Amazonka.ElasticSearch.RemoveTags

ToJSON RemoveTags Source # 
Instance details

Defined in Amazonka.ElasticSearch.RemoveTags

AWSRequest RemoveTags Source # 
Instance details

Defined in Amazonka.ElasticSearch.RemoveTags

Associated Types

type AWSResponse RemoveTags #

ToHeaders RemoveTags Source # 
Instance details

Defined in Amazonka.ElasticSearch.RemoveTags

Methods

toHeaders :: RemoveTags -> [Header] #

ToPath RemoveTags Source # 
Instance details

Defined in Amazonka.ElasticSearch.RemoveTags

ToQuery RemoveTags Source # 
Instance details

Defined in Amazonka.ElasticSearch.RemoveTags

type Rep RemoveTags Source # 
Instance details

Defined in Amazonka.ElasticSearch.RemoveTags

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

Defined in Amazonka.ElasticSearch.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:arn:RemoveTags', removeTags_arn - Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.

$sel:tagKeys:RemoveTags', removeTags_tagKeys - Specifies the TagKey list which you want to remove from the Elasticsearch domain.

Request Lenses

removeTags_arn :: Lens' RemoveTags Text Source #

Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.

removeTags_tagKeys :: Lens' RemoveTags [Text] Source #

Specifies the TagKey list which you want to remove from the Elasticsearch domain.

Destructuring the Response

data RemoveTagsResponse Source #

See: newRemoveTagsResponse smart constructor.

Constructors

RemoveTagsResponse' 

Instances

Instances details
Eq RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.RemoveTags

Read RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.RemoveTags

Show RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.RemoveTags

Generic RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.RemoveTags

Associated Types

type Rep RemoveTagsResponse :: Type -> Type #

NFData RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.RemoveTags

Methods

rnf :: RemoveTagsResponse -> () #

type Rep RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.RemoveTags

type Rep RemoveTagsResponse = D1 ('MetaData "RemoveTagsResponse" "Amazonka.ElasticSearch.RemoveTags" "libZSservicesZSamazonka-elasticsearchZSamazonka-elasticsearch" 'False) (C1 ('MetaCons "RemoveTagsResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newRemoveTagsResponse :: RemoveTagsResponse Source #

Create a value of RemoveTagsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.