| 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.ListTagsForDomain
Description
This operation returns all of the tags that are associated with the specified domain.
All tag operations are eventually consistent; subsequent operations might not immediately represent all issued operations.
Synopsis
- listTagsForDomain :: Text -> ListTagsForDomain
- data ListTagsForDomain
- ltfdDomainName :: Lens' ListTagsForDomain Text
- listTagsForDomainResponse :: Int -> ListTagsForDomainResponse
- data ListTagsForDomainResponse
- ltfdrsResponseStatus :: Lens' ListTagsForDomainResponse Int
- ltfdrsTagList :: Lens' ListTagsForDomainResponse [Tag]
Creating a Request
Arguments
| :: Text | |
| -> ListTagsForDomain |
Creates a value of ListTagsForDomain with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ltfdDomainName- The domain for which you want to get a list of tags.
data ListTagsForDomain #
The ListTagsForDomainRequest includes the following elements.
See: listTagsForDomain smart constructor.
Instances
Request Lenses
ltfdDomainName :: Lens' ListTagsForDomain Text #
The domain for which you want to get a list of tags.
Destructuring the Response
Arguments
| :: Int | |
| -> ListTagsForDomainResponse |
Creates a value of ListTagsForDomainResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ltfdrsResponseStatus- -- | The response status code.ltfdrsTagList- A list of the tags that are associated with the specified domain.
data ListTagsForDomainResponse #
The ListTagsForDomain response includes the following elements.
See: listTagsForDomainResponse smart constructor.
Instances
Response Lenses
ltfdrsResponseStatus :: Lens' ListTagsForDomainResponse Int #
- - | The response status code.
ltfdrsTagList :: Lens' ListTagsForDomainResponse [Tag] #
A list of the tags that are associated with the specified domain.