| 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
- data ModifyHapg
- modifyHapg :: Text -> ModifyHapg
- mhHapgArn :: Lens' ModifyHapg Text
- mhLabel :: Lens' ModifyHapg (Maybe Text)
- mhPartitionSerialList :: Lens' ModifyHapg [Text]
- data ModifyHapgResponse
- modifyHapgResponse :: ModifyHapgResponse
- mhrHapgArn :: Lens' ModifyHapgResponse (Maybe Text)
Request
data ModifyHapg Source
Instances
| Eq ModifyHapg | |
| Ord ModifyHapg | |
| Read ModifyHapg | |
| Show ModifyHapg | |
| AWSRequest ModifyHapg | |
| ToQuery ModifyHapg | |
| ToPath ModifyHapg | |
| ToHeaders ModifyHapg | |
| ToJSON ModifyHapg | |
| type Sv ModifyHapg = CloudHSM | |
| type Rs ModifyHapg = ModifyHapgResponse |
Request constructor
Arguments
| :: Text | |
| -> ModifyHapg |
ModifyHapg constructor.
The fields accessible through corresponding lenses are:
mhHapgArn::TextmhLabel::MaybeTextmhPartitionSerialList::[Text]
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.