Copyright | (c) 2013-2015 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
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.
See: AWS API Reference for ListLunaClients.
- listLunaClients :: ListLunaClients
- data ListLunaClients
- llcNextToken :: Lens' ListLunaClients (Maybe Text)
- listLunaClientsResponse :: Int -> ListLunaClientsResponse
- data ListLunaClientsResponse
- llcrsNextToken :: Lens' ListLunaClientsResponse (Maybe Text)
- llcrsStatus :: 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:
data ListLunaClients Source
See: listLunaClients
smart constructor.
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
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:
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.
llcrsStatus :: Lens' ListLunaClientsResponse Int Source
The response status code.
llcrsClientList :: Lens' ListLunaClientsResponse [Text] Source
The list of clients.