| 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.CreateHAPG
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 .
Creates a high-availability partition group. A high-availability partition group is a group of partitions that spans multiple physical HSMs.
Creating a Request
Arguments
| :: Text | |
| -> CreateHAPG |
Creates a value of CreateHAPG with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
chLabel- The label of the new high-availability partition group.
data CreateHAPG Source #
Contains the inputs for the CreateHapgRequest action.
See: createHAPG smart constructor.
Instances
Request Lenses
Destructuring the Response
Arguments
| :: Int | |
| -> CreateHAPGResponse |
Creates a value of CreateHAPGResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
chapgrsHAPGARN- The ARN of the high-availability partition group.chapgrsResponseStatus- -- | The response status code.
data CreateHAPGResponse Source #
Contains the output of the CreateHAPartitionGroup action.
See: createHAPGResponse smart constructor.
Response Lenses
chapgrsHAPGARN :: Lens' CreateHAPGResponse (Maybe Text) Source #
The ARN of the high-availability partition group.
chapgrsResponseStatus :: Lens' CreateHAPGResponse Int Source #
- - | The response status code.