amazonka-opensearch-2.0: Amazon OpenSearch 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.OpenSearch.RemoveTags

Description

Removes the specified set of tags from an Amazon OpenSearch Service domain. For more information, see Tagging Amazon OpenSearch Service domains.

Synopsis

Creating a Request

data RemoveTags Source #

Container for the request parameters to the RemoveTags operation.

See: newRemoveTags smart constructor.

Constructors

RemoveTags' 

Fields

  • arn :: Text

    The Amazon Resource Name (ARN) of the domain from which you want to delete the specified tags.

  • tagKeys :: [Text]

    The list of tag keys to remove from the domain.

Instances

Instances details
ToJSON RemoveTags Source # 
Instance details

Defined in Amazonka.OpenSearch.RemoveTags

ToHeaders RemoveTags Source # 
Instance details

Defined in Amazonka.OpenSearch.RemoveTags

Methods

toHeaders :: RemoveTags -> [Header] #

ToPath RemoveTags Source # 
Instance details

Defined in Amazonka.OpenSearch.RemoveTags

ToQuery RemoveTags Source # 
Instance details

Defined in Amazonka.OpenSearch.RemoveTags

AWSRequest RemoveTags Source # 
Instance details

Defined in Amazonka.OpenSearch.RemoveTags

Associated Types

type AWSResponse RemoveTags #

Generic RemoveTags Source # 
Instance details

Defined in Amazonka.OpenSearch.RemoveTags

Associated Types

type Rep RemoveTags :: Type -> Type #

Read RemoveTags Source # 
Instance details

Defined in Amazonka.OpenSearch.RemoveTags

Show RemoveTags Source # 
Instance details

Defined in Amazonka.OpenSearch.RemoveTags

NFData RemoveTags Source # 
Instance details

Defined in Amazonka.OpenSearch.RemoveTags

Methods

rnf :: RemoveTags -> () #

Eq RemoveTags Source # 
Instance details

Defined in Amazonka.OpenSearch.RemoveTags

Hashable RemoveTags Source # 
Instance details

Defined in Amazonka.OpenSearch.RemoveTags

type AWSResponse RemoveTags Source # 
Instance details

Defined in Amazonka.OpenSearch.RemoveTags

type Rep RemoveTags Source # 
Instance details

Defined in Amazonka.OpenSearch.RemoveTags

type Rep RemoveTags = D1 ('MetaData "RemoveTags" "Amazonka.OpenSearch.RemoveTags" "amazonka-opensearch-2.0-GNoaWlqGXH04P8GBIHM78L" '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 - The Amazon Resource Name (ARN) of the domain from which you want to delete the specified tags.

$sel:tagKeys:RemoveTags', removeTags_tagKeys - The list of tag keys to remove from the domain.

Request Lenses

removeTags_arn :: Lens' RemoveTags Text Source #

The Amazon Resource Name (ARN) of the domain from which you want to delete the specified tags.

removeTags_tagKeys :: Lens' RemoveTags [Text] Source #

The list of tag keys to remove from the domain.

Destructuring the Response

data RemoveTagsResponse Source #

See: newRemoveTagsResponse smart constructor.

Constructors

RemoveTagsResponse' 

newRemoveTagsResponse :: RemoveTagsResponse Source #

Create a value of RemoveTagsResponse with all optional fields omitted.

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