amazonka-cloudhsm-1.4.0: Amazon CloudHSM SDK.

Copyright(c) 2013-2016 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.CreateHAPG

Contents

Description

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

Synopsis

Creating a Request

createHAPG Source

Arguments

:: Text

chLabel

-> CreateHAPG 

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

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

Request Lenses

chLabel :: Lens' CreateHAPG Text Source

The label of the new high-availability partition group.

Destructuring the Response

createHAPGResponse Source

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

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

Response Lenses

chapgrsHAPGARN :: Lens' CreateHAPGResponse (Maybe Text) Source

The ARN of the high-availability partition group.