amazonka-elasticsearch-2.0: Amazon Elasticsearch Service 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.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
ToJSON RemoveTags Source # 
Instance details

Defined in Amazonka.ElasticSearch.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

AWSRequest RemoveTags Source # 
Instance details

Defined in Amazonka.ElasticSearch.RemoveTags

Associated Types

type AWSResponse RemoveTags #

Generic RemoveTags Source # 
Instance details

Defined in Amazonka.ElasticSearch.RemoveTags

Associated Types

type Rep RemoveTags :: Type -> Type #

Read RemoveTags Source # 
Instance details

Defined in Amazonka.ElasticSearch.RemoveTags

Show RemoveTags Source # 
Instance details

Defined in Amazonka.ElasticSearch.RemoveTags

NFData RemoveTags Source # 
Instance details

Defined in Amazonka.ElasticSearch.RemoveTags

Methods

rnf :: RemoveTags -> () #

Eq RemoveTags Source # 
Instance details

Defined in Amazonka.ElasticSearch.RemoveTags

Hashable RemoveTags Source # 
Instance details

Defined in Amazonka.ElasticSearch.RemoveTags

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

newRemoveTags Source #

Arguments

:: Text

RemoveTags

-> RemoveTags 

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:

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

Defined in Amazonka.ElasticSearch.RemoveTags

Associated Types

type Rep RemoveTagsResponse :: Type -> Type #

Read RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.RemoveTags

Show RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.RemoveTags

NFData RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.RemoveTags

Methods

rnf :: RemoveTagsResponse -> () #

Eq RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.RemoveTags

type Rep RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.ElasticSearch.RemoveTags

type Rep RemoveTagsResponse = D1 ('MetaData "RemoveTagsResponse" "Amazonka.ElasticSearch.RemoveTags" "amazonka-elasticsearch-2.0-BmZjovliTfgJWgrJ3fCf5z" '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.