Copyright | (c) 2013-2021 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 |
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
- data ListTagsForDomain = ListTagsForDomain' {
- domainName :: Text
- newListTagsForDomain :: Text -> ListTagsForDomain
- listTagsForDomain_domainName :: Lens' ListTagsForDomain Text
- data ListTagsForDomainResponse = ListTagsForDomainResponse' {
- httpStatus :: Int
- tagList :: [Tag]
- newListTagsForDomainResponse :: Int -> ListTagsForDomainResponse
- listTagsForDomainResponse_httpStatus :: Lens' ListTagsForDomainResponse Int
- listTagsForDomainResponse_tagList :: Lens' ListTagsForDomainResponse [Tag]
Creating a Request
data ListTagsForDomain Source #
The ListTagsForDomainRequest includes the following elements.
See: newListTagsForDomain
smart constructor.
ListTagsForDomain' | |
|
Instances
Create a value of ListTagsForDomain
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:domainName:ListTagsForDomain'
, listTagsForDomain_domainName
- The domain for which you want to get a list of tags.
Request Lenses
listTagsForDomain_domainName :: Lens' ListTagsForDomain Text Source #
The domain for which you want to get a list of tags.
Destructuring the Response
data ListTagsForDomainResponse Source #
The ListTagsForDomain response includes the following elements.
See: newListTagsForDomainResponse
smart constructor.
ListTagsForDomainResponse' | |
|
Instances
newListTagsForDomainResponse Source #
Create a value of ListTagsForDomainResponse
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:ListTagsForDomainResponse'
, listTagsForDomainResponse_httpStatus
- The response's http status code.
$sel:tagList:ListTagsForDomainResponse'
, listTagsForDomainResponse_tagList
- A list of the tags that are associated with the specified domain.
Response Lenses
listTagsForDomainResponse_httpStatus :: Lens' ListTagsForDomainResponse Int Source #
The response's http status code.
listTagsForDomainResponse_tagList :: Lens' ListTagsForDomainResponse [Tag] Source #
A list of the tags that are associated with the specified domain.