amazonka-elasticsearch-1.6.0: Amazon Elasticsearch Service SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElasticSearch.RemoveTags

Contents

Description

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

Synopsis

Creating a Request

removeTags #

Arguments

:: Text

rtARN

-> RemoveTags 

Creates a value of RemoveTags with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • rtARN - Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.
  • rtTagKeys - Specifies the TagKey list which you want to remove from the Elasticsearch domain.

data RemoveTags #

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: removeTags smart constructor.

Instances
Eq RemoveTags # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

Data RemoveTags # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RemoveTags -> c RemoveTags #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RemoveTags #

toConstr :: RemoveTags -> Constr #

dataTypeOf :: RemoveTags -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c RemoveTags) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RemoveTags) #

gmapT :: (forall b. Data b => b -> b) -> RemoveTags -> RemoveTags #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RemoveTags -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RemoveTags -> r #

gmapQ :: (forall d. Data d => d -> u) -> RemoveTags -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RemoveTags -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RemoveTags -> m RemoveTags #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RemoveTags -> m RemoveTags #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RemoveTags -> m RemoveTags #

Read RemoveTags # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

Show RemoveTags # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

Generic RemoveTags # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

Associated Types

type Rep RemoveTags :: * -> * #

Hashable RemoveTags # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

ToJSON RemoveTags # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

AWSRequest RemoveTags # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

Associated Types

type Rs RemoveTags :: * #

ToHeaders RemoveTags # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

Methods

toHeaders :: RemoveTags -> [Header] #

ToPath RemoveTags # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

ToQuery RemoveTags # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

NFData RemoveTags # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

Methods

rnf :: RemoveTags -> () #

type Rep RemoveTags # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

type Rep RemoveTags = D1 (MetaData "RemoveTags" "Network.AWS.ElasticSearch.RemoveTags" "amazonka-elasticsearch-1.6.0-4NRGi6leURJGrvQVlJ22o3" False) (C1 (MetaCons "RemoveTags'" PrefixI True) (S1 (MetaSel (Just "_rtARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_rtTagKeys") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [Text])))
type Rs RemoveTags # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

Request Lenses

rtARN :: Lens' RemoveTags Text #

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

rtTagKeys :: Lens' RemoveTags [Text] #

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

Destructuring the Response

removeTagsResponse :: RemoveTagsResponse #

Creates a value of RemoveTagsResponse with the minimum fields required to make a request.

data RemoveTagsResponse #

See: removeTagsResponse smart constructor.

Instances
Eq RemoveTagsResponse # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

Data RemoveTagsResponse # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RemoveTagsResponse -> c RemoveTagsResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RemoveTagsResponse #

toConstr :: RemoveTagsResponse -> Constr #

dataTypeOf :: RemoveTagsResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c RemoveTagsResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RemoveTagsResponse) #

gmapT :: (forall b. Data b => b -> b) -> RemoveTagsResponse -> RemoveTagsResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RemoveTagsResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RemoveTagsResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> RemoveTagsResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RemoveTagsResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RemoveTagsResponse -> m RemoveTagsResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RemoveTagsResponse -> m RemoveTagsResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RemoveTagsResponse -> m RemoveTagsResponse #

Read RemoveTagsResponse # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

Show RemoveTagsResponse # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

Generic RemoveTagsResponse # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

Associated Types

type Rep RemoveTagsResponse :: * -> * #

NFData RemoveTagsResponse # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

Methods

rnf :: RemoveTagsResponse -> () #

type Rep RemoveTagsResponse # 
Instance details

Defined in Network.AWS.ElasticSearch.RemoveTags

type Rep RemoveTagsResponse = D1 (MetaData "RemoveTagsResponse" "Network.AWS.ElasticSearch.RemoveTags" "amazonka-elasticsearch-1.6.0-4NRGi6leURJGrvQVlJ22o3" False) (C1 (MetaCons "RemoveTagsResponse'" PrefixI False) (U1 :: * -> *))