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 |
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.
Instances
:: 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
- 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.
Instances
Generic RemoveTagsResponse Source # | |
Defined in Amazonka.OpenSearch.RemoveTags type Rep RemoveTagsResponse :: Type -> Type # from :: RemoveTagsResponse -> Rep RemoveTagsResponse x # to :: Rep RemoveTagsResponse x -> RemoveTagsResponse # | |
Read RemoveTagsResponse Source # | |
Defined in Amazonka.OpenSearch.RemoveTags | |
Show RemoveTagsResponse Source # | |
Defined in Amazonka.OpenSearch.RemoveTags showsPrec :: Int -> RemoveTagsResponse -> ShowS # show :: RemoveTagsResponse -> String # showList :: [RemoveTagsResponse] -> ShowS # | |
NFData RemoveTagsResponse Source # | |
Defined in Amazonka.OpenSearch.RemoveTags rnf :: RemoveTagsResponse -> () # | |
Eq RemoveTagsResponse Source # | |
Defined in Amazonka.OpenSearch.RemoveTags (==) :: RemoveTagsResponse -> RemoveTagsResponse -> Bool # (/=) :: RemoveTagsResponse -> RemoveTagsResponse -> Bool # | |
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.