| 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.CloudHSM.ListLunaClients
Description
This is documentation for AWS CloudHSM Classic . For more information, see AWS CloudHSM Classic FAQs , the AWS CloudHSM Classic User Guide , and the AWS CloudHSM Classic API Reference .
For information about the current version of AWS CloudHSM , see AWS CloudHSM , the AWS CloudHSM User Guide , and the AWS CloudHSM API Reference .
Lists all of the clients.
This operation supports pagination with the use of the NextToken member. If more results are available, the NextToken member of the response contains a token that you pass in the next call to ListLunaClients to retrieve the next set of items.
- listLunaClients :: ListLunaClients
- data ListLunaClients
- llcNextToken :: Lens' ListLunaClients (Maybe Text)
- listLunaClientsResponse :: Int -> ListLunaClientsResponse
- data ListLunaClientsResponse
- llcrsNextToken :: Lens' ListLunaClientsResponse (Maybe Text)
- llcrsResponseStatus :: Lens' ListLunaClientsResponse Int
- llcrsClientList :: Lens' ListLunaClientsResponse [Text]
Creating a Request
listLunaClients :: ListLunaClients Source #
Creates a value of ListLunaClients with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
llcNextToken- TheNextTokenvalue from a previous call toListLunaClients. Pass null if this is the first call.
data ListLunaClients Source #
See: listLunaClients smart constructor.
Instances
Request Lenses
llcNextToken :: Lens' ListLunaClients (Maybe Text) Source #
The NextToken value from a previous call to ListLunaClients . Pass null if this is the first call.
Destructuring the Response
listLunaClientsResponse Source #
Arguments
| :: Int | |
| -> ListLunaClientsResponse |
Creates a value of ListLunaClientsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
llcrsNextToken- If not null, more results are available. Pass this toListLunaClientsto retrieve the next set of items.llcrsResponseStatus- -- | The response status code.llcrsClientList- The list of clients.
data ListLunaClientsResponse Source #
See: listLunaClientsResponse smart constructor.
Response Lenses
llcrsNextToken :: Lens' ListLunaClientsResponse (Maybe Text) Source #
If not null, more results are available. Pass this to ListLunaClients to retrieve the next set of items.
llcrsResponseStatus :: Lens' ListLunaClientsResponse Int Source #
- - | The response status code.
llcrsClientList :: Lens' ListLunaClientsResponse [Text] Source #
The list of clients.