| 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.DescribeHAPG
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 .
Retrieves information about a high-availability partition group.
- describeHAPG :: Text -> DescribeHAPG
 - data DescribeHAPG
 - dhapgHAPGARN :: Lens' DescribeHAPG Text
 - describeHAPGResponse :: Int -> DescribeHAPGResponse
 - data DescribeHAPGResponse
 - dhapgrsState :: Lens' DescribeHAPGResponse (Maybe CloudHSMObjectState)
 - dhapgrsLastModifiedTimestamp :: Lens' DescribeHAPGResponse (Maybe Text)
 - dhapgrsHSMsPendingRegistration :: Lens' DescribeHAPGResponse [Text]
 - dhapgrsHSMsPendingDeletion :: Lens' DescribeHAPGResponse [Text]
 - dhapgrsHAPGSerial :: Lens' DescribeHAPGResponse (Maybe Text)
 - dhapgrsHSMsLastActionFailed :: Lens' DescribeHAPGResponse [Text]
 - dhapgrsPartitionSerialList :: Lens' DescribeHAPGResponse [Text]
 - dhapgrsHAPGARN :: Lens' DescribeHAPGResponse (Maybe Text)
 - dhapgrsLabel :: Lens' DescribeHAPGResponse (Maybe Text)
 - dhapgrsResponseStatus :: Lens' DescribeHAPGResponse Int
 
Creating a Request
Arguments
| :: Text | |
| -> DescribeHAPG | 
Creates a value of DescribeHAPG with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dhapgHAPGARN- The ARN of the high-availability partition group to describe.
data DescribeHAPG Source #
Contains the inputs for the DescribeHapg action.
See: describeHAPG smart constructor.
Instances
Request Lenses
dhapgHAPGARN :: Lens' DescribeHAPG Text Source #
The ARN of the high-availability partition group to describe.
Destructuring the Response
Arguments
| :: Int | |
| -> DescribeHAPGResponse | 
Creates a value of DescribeHAPGResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dhapgrsState- The state of the high-availability partition group.dhapgrsLastModifiedTimestamp- The date and time the high-availability partition group was last modified.dhapgrsHSMsPendingRegistration-dhapgrsHSMsPendingDeletion-dhapgrsHAPGSerial- The serial number of the high-availability partition group.dhapgrsHSMsLastActionFailed-dhapgrsPartitionSerialList- The list of partition serial numbers that belong to the high-availability partition group.dhapgrsHAPGARN- The ARN of the high-availability partition group.dhapgrsLabel- The label for the high-availability partition group.dhapgrsResponseStatus- -- | The response status code.
data DescribeHAPGResponse Source #
Contains the output of the DescribeHapg action.
See: describeHAPGResponse smart constructor.
Response Lenses
dhapgrsState :: Lens' DescribeHAPGResponse (Maybe CloudHSMObjectState) Source #
The state of the high-availability partition group.
dhapgrsLastModifiedTimestamp :: Lens' DescribeHAPGResponse (Maybe Text) Source #
The date and time the high-availability partition group was last modified.
dhapgrsHAPGSerial :: Lens' DescribeHAPGResponse (Maybe Text) Source #
The serial number of the high-availability partition group.
dhapgrsPartitionSerialList :: Lens' DescribeHAPGResponse [Text] Source #
The list of partition serial numbers that belong to the high-availability partition group.
dhapgrsHAPGARN :: Lens' DescribeHAPGResponse (Maybe Text) Source #
The ARN of the high-availability partition group.
dhapgrsLabel :: Lens' DescribeHAPGResponse (Maybe Text) Source #
The label for the high-availability partition group.
dhapgrsResponseStatus :: Lens' DescribeHAPGResponse Int Source #
- - | The response status code.