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 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.
This operation returns paginated results.
Synopsis
- data ListLunaClients = ListLunaClients' {}
- newListLunaClients :: ListLunaClients
- listLunaClients_nextToken :: Lens' ListLunaClients (Maybe Text)
- data ListLunaClientsResponse = ListLunaClientsResponse' {
- nextToken :: Maybe Text
- httpStatus :: Int
- clientList :: [Text]
- newListLunaClientsResponse :: Int -> ListLunaClientsResponse
- listLunaClientsResponse_nextToken :: Lens' ListLunaClientsResponse (Maybe Text)
- listLunaClientsResponse_httpStatus :: Lens' ListLunaClientsResponse Int
- listLunaClientsResponse_clientList :: Lens' ListLunaClientsResponse [Text]
Creating a Request
data ListLunaClients Source #
See: newListLunaClients
smart constructor.
Instances
newListLunaClients :: ListLunaClients Source #
Create a value of ListLunaClients
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:nextToken:ListLunaClients'
, listLunaClients_nextToken
- The NextToken
value from a previous call to ListLunaClients
. Pass
null if this is the first call.
Request Lenses
listLunaClients_nextToken :: 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
data ListLunaClientsResponse Source #
See: newListLunaClientsResponse
smart constructor.
ListLunaClientsResponse' | |
|
Instances
newListLunaClientsResponse Source #
Create a value of ListLunaClientsResponse
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:nextToken:ListLunaClients'
, listLunaClientsResponse_nextToken
- If not null, more results are available. Pass this to ListLunaClients
to retrieve the next set of items.
$sel:httpStatus:ListLunaClientsResponse'
, listLunaClientsResponse_httpStatus
- The response's http status code.
$sel:clientList:ListLunaClientsResponse'
, listLunaClientsResponse_clientList
- The list of clients.
Response Lenses
listLunaClientsResponse_nextToken :: Lens' ListLunaClientsResponse (Maybe Text) Source #
If not null, more results are available. Pass this to ListLunaClients
to retrieve the next set of items.
listLunaClientsResponse_httpStatus :: Lens' ListLunaClientsResponse Int Source #
The response's http status code.
listLunaClientsResponse_clientList :: Lens' ListLunaClientsResponse [Text] Source #
The list of clients.