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.ModifyHAPG

Contents

Description

Modifies an existing high-availability partition group.

See: AWS API Reference for ModifyHAPG.

Synopsis

Creating a Request

modifyHAPG Source

Arguments

:: Text

mhHAPGARN

-> ModifyHAPG 

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

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

Request Lenses

mhPartitionSerialList :: Lens' ModifyHAPG [Text] Source

The list of partition serial numbers to make members of the high-availability partition group.

mhLabel :: Lens' ModifyHAPG (Maybe Text) Source

The new label for the high-availability partition group.

mhHAPGARN :: Lens' ModifyHAPG Text Source

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

Destructuring the Response

modifyHAPGResponse Source

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

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

Response Lenses

mhrsHAPGARN :: Lens' ModifyHAPGResponse (Maybe Text) Source

The ARN of the high-availability partition group.