amazonka-cloudhsm-0.2.3: Amazon CloudHSM SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudHSM.ModifyHapg

Contents

Description

Modifies an existing high-availability partition group.

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

Synopsis

Request

Request constructor

modifyHapg Source

Arguments

:: Text

mhHapgArn

-> ModifyHapg 

ModifyHapg constructor.

The fields accessible through corresponding lenses are:

Request lenses

mhHapgArn :: Lens' ModifyHapg Text Source

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

mhLabel :: Lens' ModifyHapg (Maybe Text) Source

The new label for the high-availability partition group.

mhPartitionSerialList :: Lens' ModifyHapg [Text] Source

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

Response

Response constructor

modifyHapgResponse :: ModifyHapgResponse Source

ModifyHapgResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

mhrHapgArn :: Lens' ModifyHapgResponse (Maybe Text) Source

The ARN of the high-availability partition group.