| Copyright | (c) 2013-2017 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.ResourceGroupsTagging.GetTagKeys
Description
Returns all tag keys in the specified region for the AWS account.
This operation returns paginated results.
- getTagKeys :: GetTagKeys
- data GetTagKeys
- gtkPaginationToken :: Lens' GetTagKeys (Maybe Text)
- getTagKeysResponse :: Int -> GetTagKeysResponse
- data GetTagKeysResponse
- gtkrsPaginationToken :: Lens' GetTagKeysResponse (Maybe Text)
- gtkrsTagKeys :: Lens' GetTagKeysResponse [Text]
- gtkrsResponseStatus :: Lens' GetTagKeysResponse Int
Creating a Request
getTagKeys :: GetTagKeys Source #
Creates a value of GetTagKeys with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gtkPaginationToken- A string that indicates that additional data is available. Leave this value empty for your initial request. If the response includes a PaginationToken, use that string for this value to request an additional page of data.
data GetTagKeys Source #
See: getTagKeys smart constructor.
Instances
Request Lenses
gtkPaginationToken :: Lens' GetTagKeys (Maybe Text) Source #
A string that indicates that additional data is available. Leave this value empty for your initial request. If the response includes a PaginationToken, use that string for this value to request an additional page of data.
Destructuring the Response
Arguments
| :: Int | |
| -> GetTagKeysResponse |
Creates a value of GetTagKeysResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gtkrsPaginationToken- A string that indicates that the response contains more data than can be returned in a single response. To receive additional data, specify this string for thePaginationTokenvalue in a subsequent request.gtkrsTagKeys- A list of all tag keys in the AWS account.gtkrsResponseStatus- -- | The response status code.
data GetTagKeysResponse Source #
See: getTagKeysResponse smart constructor.
Response Lenses
gtkrsPaginationToken :: Lens' GetTagKeysResponse (Maybe Text) Source #
A string that indicates that the response contains more data than can be returned in a single response. To receive additional data, specify this string for the PaginationToken value in a subsequent request.
gtkrsTagKeys :: Lens' GetTagKeysResponse [Text] Source #
A list of all tag keys in the AWS account.
gtkrsResponseStatus :: Lens' GetTagKeysResponse Int Source #
- - | The response status code.