amazonka-cloudhsm-0.3.5: Amazon CloudHSM SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudHSM.ListLunaClients

Contents

Description

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.

http://docs.aws.amazon.com/cloudhsm/latest/dg/API_ListLunaClients.html

Synopsis

Request

Request constructor

listLunaClients :: ListLunaClients Source

ListLunaClients constructor.

The fields accessible through corresponding lenses are:

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.

Response

Response constructor

listLunaClientsResponse :: ListLunaClientsResponse Source

ListLunaClientsResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

llcrNextToken :: Lens' ListLunaClientsResponse (Maybe Text) Source

If not null, more results are available. Pass this to ListLunaClients to retrieve the next set of items.