amazonka-cloudhsm-0.2.1: Amazon CloudHSM SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudHSM.DescribeHapg

Contents

Description

Retrieves information about a high-availability partition group.

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

Synopsis

Request

Request constructor

describeHapg Source

DescribeHapg constructor.

The fields accessible through corresponding lenses are:

Request lenses

dh1HapgArn :: Lens' DescribeHapg Text Source

The ARN of the high-availability partition group to describe.

Response

Response constructor

Response lenses

dhrHapgArn :: Lens' DescribeHapgResponse (Maybe Text) Source

The ARN of the high-availability partition group.

dhrHapgSerial :: Lens' DescribeHapgResponse (Maybe Text) Source

The serial number of the high-availability partition group.

dhrLabel :: Lens' DescribeHapgResponse (Maybe Text) Source

The label for the high-availability partition group.

dhrLastModifiedTimestamp :: Lens' DescribeHapgResponse (Maybe Text) Source

The date and time the high-availability partition group was last modified.

dhrPartitionSerialList :: Lens' DescribeHapgResponse [Text] Source

The list of partition serial numbers that belong to the high-availability partition group.

dhrState :: Lens' DescribeHapgResponse (Maybe CloudHsmObjectState) Source

The state of the high-availability partition group.