| Copyright | (c) 2013-2017 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.CloudHSM.ModifyHAPG
Description
This is documentation for AWS CloudHSM Classic . For more information, see AWS CloudHSM Classic FAQs , the AWS CloudHSM Classic User Guide , and the AWS CloudHSM Classic API Reference .
For information about the current version of AWS CloudHSM , see AWS CloudHSM , the AWS CloudHSM User Guide , and the AWS CloudHSM API Reference .
Modifies an existing high-availability partition group.
- modifyHAPG :: Text -> ModifyHAPG
- data ModifyHAPG
- mhPartitionSerialList :: Lens' ModifyHAPG [Text]
- mhLabel :: Lens' ModifyHAPG (Maybe Text)
- mhHAPGARN :: Lens' ModifyHAPG Text
- modifyHAPGResponse :: Int -> ModifyHAPGResponse
- data ModifyHAPGResponse
- mhrsHAPGARN :: Lens' ModifyHAPGResponse (Maybe Text)
- mhrsResponseStatus :: Lens' ModifyHAPGResponse Int
Creating a Request
Arguments
| :: Text | |
| -> 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:
mhPartitionSerialList- The list of partition serial numbers to make members of the high-availability partition group.mhLabel- The new label for the high-availability partition group.mhHAPGARN- The ARN of the high-availability partition group to modify.
data ModifyHAPG Source #
See: modifyHAPG smart constructor.
Instances
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
Arguments
| :: Int | |
| -> ModifyHAPGResponse |
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:
mhrsHAPGARN- The ARN of the high-availability partition group.mhrsResponseStatus- -- | The response status code.
data ModifyHAPGResponse Source #
See: modifyHAPGResponse smart constructor.
Response Lenses
mhrsHAPGARN :: Lens' ModifyHAPGResponse (Maybe Text) Source #
The ARN of the high-availability partition group.
mhrsResponseStatus :: Lens' ModifyHAPGResponse Int Source #
- - | The response status code.