amazonka-cloudhsm-1.3.5: Amazon CloudHSM SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudHSM.DescribeHAPG

Contents

Description

Retrieves information about a high-availability partition group.

See: AWS API Reference for DescribeHAPG.

Synopsis

Creating a Request

describeHAPG Source

Creates a value of DescribeHAPG with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

dhapgHAPGARN :: Lens' DescribeHAPG Text Source

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

Destructuring the Response

Response Lenses

dhapgrsState :: Lens' DescribeHAPGResponse (Maybe CloudHSMObjectState) Source

The state of the high-availability partition group.

dhapgrsLastModifiedTimestamp :: Lens' DescribeHAPGResponse (Maybe Text) Source

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

dhapgrsHAPGSerial :: Lens' DescribeHAPGResponse (Maybe Text) Source

The serial number of the high-availability partition group.

dhapgrsPartitionSerialList :: Lens' DescribeHAPGResponse [Text] Source

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

dhapgrsHAPGARN :: Lens' DescribeHAPGResponse (Maybe Text) Source

The ARN of the high-availability partition group.

dhapgrsLabel :: Lens' DescribeHAPGResponse (Maybe Text) Source

The label for the high-availability partition group.