| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.CloudHSM.ModifyHapg
Description
Modifies an existing high-availability partition group.
http://docs.aws.amazon.com/cloudhsm/latest/dg/API_ModifyHapg.html
Request
data ModifyHapg Source
Request constructor
Arguments
| :: Text | |
| -> 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
data ModifyHapgResponse Source
Response constructor
modifyHapgResponse :: ModifyHapgResponse Source
ModifyHapgResponse constructor.
The fields accessible through corresponding lenses are:
mhrHapgArn::MaybeText
Response lenses
mhrHapgArn :: Lens' ModifyHapgResponse (Maybe Text) Source
The ARN of the high-availability partition group.