| 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.ListHAPGs
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 the high-availability partition groups for the account.
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 ListHapgs to retrieve the next set of items.
Creating a Request
listHAPGs :: ListHAPGs Source #
Creates a value of ListHAPGs with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lhNextToken- TheNextTokenvalue from a previous call toListHapgs. Pass null if this is the first call.
See: listHAPGs smart constructor.
Instances
Request Lenses
lhNextToken :: Lens' ListHAPGs (Maybe Text) Source #
The NextToken value from a previous call to ListHapgs . Pass null if this is the first call.
Destructuring the Response
Arguments
| :: Int | |
| -> ListHAPGsResponse |
Creates a value of ListHAPGsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lhrsNextToken- If not null, more results are available. Pass this value toListHapgsto retrieve the next set of items.lhrsResponseStatus- -- | The response status code.lhrsHAPGList- The list of high-availability partition groups.
data ListHAPGsResponse Source #
See: listHAPGsResponse smart constructor.
Response Lenses
lhrsNextToken :: Lens' ListHAPGsResponse (Maybe Text) Source #
If not null, more results are available. Pass this value to ListHapgs to retrieve the next set of items.
lhrsResponseStatus :: Lens' ListHAPGsResponse Int Source #
- - | The response status code.
lhrsHAPGList :: Lens' ListHAPGsResponse [Text] Source #
The list of high-availability partition groups.