amazonka-cloudhsm-0.3.0: Amazon CloudHSM SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudHSM.CreateHapg

Contents

Description

Creates a high-availability partition group. A high-availability partition group is a group of partitions that spans multiple physical HSMs.

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

Synopsis

Request

Request constructor

createHapg Source

Arguments

:: Text

chLabel

-> CreateHapg 

CreateHapg constructor.

The fields accessible through corresponding lenses are:

Request lenses

chLabel :: Lens' CreateHapg Text Source

The label of the new high-availability partition group.

Response

Response constructor

createHapgResponse :: CreateHapgResponse Source

CreateHapgResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

chrHapgArn :: Lens' CreateHapgResponse (Maybe Text) Source

The ARN of the high-availability partition group.