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 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.
This operation returns paginated results.
Synopsis
- data ListHapgs = ListHapgs' {}
- newListHapgs :: ListHapgs
- listHapgs_nextToken :: Lens' ListHapgs (Maybe Text)
- data ListHapgsResponse = ListHapgsResponse' {}
- newListHapgsResponse :: Int -> ListHapgsResponse
- listHapgsResponse_nextToken :: Lens' ListHapgsResponse (Maybe Text)
- listHapgsResponse_httpStatus :: Lens' ListHapgsResponse Int
- listHapgsResponse_hapgList :: Lens' ListHapgsResponse [Text]
Creating a Request
See: newListHapgs
smart constructor.
Instances
newListHapgs :: ListHapgs Source #
Create a value of ListHapgs
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:ListHapgs'
, listHapgs_nextToken
- The NextToken
value from a previous call to ListHapgs
. Pass null if
this is the first call.
Request Lenses
listHapgs_nextToken :: 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
data ListHapgsResponse Source #
See: newListHapgsResponse
smart constructor.
Instances
Create a value of ListHapgsResponse
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:ListHapgs'
, listHapgsResponse_nextToken
- If not null, more results are available. Pass this value to ListHapgs
to retrieve the next set of items.
$sel:httpStatus:ListHapgsResponse'
, listHapgsResponse_httpStatus
- The response's http status code.
$sel:hapgList:ListHapgsResponse'
, listHapgsResponse_hapgList
- The list of high-availability partition groups.
Response Lenses
listHapgsResponse_nextToken :: Lens' ListHapgsResponse (Maybe Text) Source #
If not null, more results are available. Pass this value to ListHapgs
to retrieve the next set of items.
listHapgsResponse_httpStatus :: Lens' ListHapgsResponse Int Source #
The response's http status code.
listHapgsResponse_hapgList :: Lens' ListHapgsResponse [Text] Source #
The list of high-availability partition groups.