| 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.Route53Domains.DeleteTagsForDomain
Description
This operation deletes the specified tags for a domain.
All tag operations are eventually consistent; subsequent operations might not immediately represent all issued operations.
Synopsis
- data DeleteTagsForDomain = DeleteTagsForDomain' {
- domainName :: Text
- tagsToDelete :: [Text]
- newDeleteTagsForDomain :: Text -> DeleteTagsForDomain
- deleteTagsForDomain_domainName :: Lens' DeleteTagsForDomain Text
- deleteTagsForDomain_tagsToDelete :: Lens' DeleteTagsForDomain [Text]
- data DeleteTagsForDomainResponse = DeleteTagsForDomainResponse' {
- httpStatus :: Int
- newDeleteTagsForDomainResponse :: Int -> DeleteTagsForDomainResponse
- deleteTagsForDomainResponse_httpStatus :: Lens' DeleteTagsForDomainResponse Int
Creating a Request
data DeleteTagsForDomain Source #
The DeleteTagsForDomainRequest includes the following elements.
See: newDeleteTagsForDomain smart constructor.
Constructors
| DeleteTagsForDomain' | |
Fields
| |
Instances
newDeleteTagsForDomain Source #
Arguments
| :: Text | |
| -> DeleteTagsForDomain |
Create a value of DeleteTagsForDomain 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:
DeleteTagsForDomain, deleteTagsForDomain_domainName - The domain for which you want to delete one or more tags.
$sel:tagsToDelete:DeleteTagsForDomain', deleteTagsForDomain_tagsToDelete - A list of tag keys to delete.
Request Lenses
deleteTagsForDomain_domainName :: Lens' DeleteTagsForDomain Text Source #
The domain for which you want to delete one or more tags.
deleteTagsForDomain_tagsToDelete :: Lens' DeleteTagsForDomain [Text] Source #
A list of tag keys to delete.
Destructuring the Response
data DeleteTagsForDomainResponse Source #
See: newDeleteTagsForDomainResponse smart constructor.
Constructors
| DeleteTagsForDomainResponse' | |
Fields
| |
Instances
newDeleteTagsForDomainResponse Source #
Create a value of DeleteTagsForDomainResponse 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:httpStatus:DeleteTagsForDomainResponse', deleteTagsForDomainResponse_httpStatus - The response's http status code.
Response Lenses
deleteTagsForDomainResponse_httpStatus :: Lens' DeleteTagsForDomainResponse Int Source #
The response's http status code.