amazonka-kms-1.0.0: Amazon Key Management Service SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.KMS.ListAliases

Contents

Description

Lists all of the key aliases in the account.

See: AWS API Reference for ListAliases.

Synopsis

Creating a Request

listAliases :: ListAliases Source

Creates a value of ListAliases with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

laMarker :: Lens' ListAliases (Maybe Text) Source

Use this parameter when paginating results, and only in a subsequent request after you've received a response where the results are truncated. Set it to the value of the NextMarker element in the response you just received.

laLimit :: Lens' ListAliases (Maybe Natural) Source

Specify this parameter when paginating results to indicate the maximum number of aliases you want in each response. If there are additional aliases beyond the maximum you specify, the Truncated response element will be set to 'true.'

Destructuring the Response

listAliasesResponse Source

Creates a value of ListAliasesResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

larsTruncated :: Lens' ListAliasesResponse (Maybe Bool) Source

A flag that indicates whether there are more items in the list. If your results were truncated, you can make a subsequent pagination request using the Marker request parameter to retrieve more aliases in the list.

larsAliases :: Lens' ListAliasesResponse [AliasListEntry] Source

A list of key aliases in the user's account.

larsNextMarker :: Lens' ListAliasesResponse (Maybe Text) Source

If Truncated is true, this value is present and contains the value to use for the Marker request parameter in a subsequent pagination request.

larsStatus :: Lens' ListAliasesResponse Int Source

The response status code.