| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
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' | |
Instances
Arguments
| :: Text | |
| -> 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
newRemoveTagsResponse :: RemoveTagsResponse Source #
Create a value of RemoveTagsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.