| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.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.
- deleteTagsForDomain :: Text -> DeleteTagsForDomain
- data DeleteTagsForDomain
- dtfdDomainName :: Lens' DeleteTagsForDomain Text
- dtfdTagsToDelete :: Lens' DeleteTagsForDomain [Text]
- deleteTagsForDomainResponse :: Int -> DeleteTagsForDomainResponse
- data DeleteTagsForDomainResponse
- dtfdrsResponseStatus :: Lens' DeleteTagsForDomainResponse Int
Creating a Request
Arguments
| :: Text | |
| -> DeleteTagsForDomain |
Creates a value of DeleteTagsForDomain with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dtfdDomainName- The domain for which you want to delete one or more tags.dtfdTagsToDelete- A list of tag keys to delete.
data DeleteTagsForDomain Source #
The DeleteTagsForDomainRequest includes the following elements.
See: deleteTagsForDomain smart constructor.
Instances
Request Lenses
dtfdDomainName :: Lens' DeleteTagsForDomain Text Source #
The domain for which you want to delete one or more tags.
dtfdTagsToDelete :: Lens' DeleteTagsForDomain [Text] Source #
A list of tag keys to delete.
Destructuring the Response
deleteTagsForDomainResponse Source #
Arguments
| :: Int | |
| -> DeleteTagsForDomainResponse |
Creates a value of DeleteTagsForDomainResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dtfdrsResponseStatus- -- | The response status code.
data DeleteTagsForDomainResponse Source #
See: deleteTagsForDomainResponse smart constructor.
Instances
Response Lenses
dtfdrsResponseStatus :: Lens' DeleteTagsForDomainResponse Int Source #
- - | The response status code.