amazonka-cloudhsm-0.2.1: Amazon CloudHSM SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudHSM.ListHapgs

Contents

Description

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.

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

Synopsis

Request

Request constructor

listHapgs :: ListHapgs Source

ListHapgs constructor.

The fields accessible through corresponding lenses are:

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.

Response

Response constructor

listHapgsResponse :: ListHapgsResponse Source

ListHapgsResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

lhr1HapgList :: Lens' ListHapgsResponse [Text] Source

The list of high-availability partition groups.

lhr1NextToken :: Lens' ListHapgsResponse (Maybe Text) Source

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