Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
Instances
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.
Instances
Eq RemoveTagsResponse Source # | |
Defined in Amazonka.ElasticSearch.RemoveTags (==) :: RemoveTagsResponse -> RemoveTagsResponse -> Bool # (/=) :: RemoveTagsResponse -> RemoveTagsResponse -> Bool # | |
Read RemoveTagsResponse Source # | |
Defined in Amazonka.ElasticSearch.RemoveTags | |
Show RemoveTagsResponse Source # | |
Defined in Amazonka.ElasticSearch.RemoveTags showsPrec :: Int -> RemoveTagsResponse -> ShowS # show :: RemoveTagsResponse -> String # showList :: [RemoveTagsResponse] -> ShowS # | |
Generic RemoveTagsResponse Source # | |
Defined in Amazonka.ElasticSearch.RemoveTags type Rep RemoveTagsResponse :: Type -> Type # from :: RemoveTagsResponse -> Rep RemoveTagsResponse x # to :: Rep RemoveTagsResponse x -> RemoveTagsResponse # | |
NFData RemoveTagsResponse Source # | |
Defined in Amazonka.ElasticSearch.RemoveTags rnf :: RemoveTagsResponse -> () # | |
type Rep RemoveTagsResponse Source # | |
newRemoveTagsResponse :: RemoveTagsResponse Source #
Create a value of RemoveTagsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.