amazonka-cloudhsm-1.4.5: Amazon CloudHSM SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudHSM.DescribeHAPG

Contents

Description

Retrieves information about a high-availability partition group.

Synopsis

Creating a Request

describeHAPG Source #

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

Eq DescribeHAPG Source # 
Data DescribeHAPG Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeHAPG -> c DescribeHAPG #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeHAPG #

toConstr :: DescribeHAPG -> Constr #

dataTypeOf :: DescribeHAPG -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeHAPG) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeHAPG) #

gmapT :: (forall b. Data b => b -> b) -> DescribeHAPG -> DescribeHAPG #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeHAPG -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeHAPG -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeHAPG -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeHAPG -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeHAPG -> m DescribeHAPG #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeHAPG -> m DescribeHAPG #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeHAPG -> m DescribeHAPG #

Read DescribeHAPG Source # 
Show DescribeHAPG Source # 
Generic DescribeHAPG Source # 

Associated Types

type Rep DescribeHAPG :: * -> * #

Hashable DescribeHAPG Source # 
ToJSON DescribeHAPG Source # 
NFData DescribeHAPG Source # 

Methods

rnf :: DescribeHAPG -> () #

AWSRequest DescribeHAPG Source # 
ToPath DescribeHAPG Source # 
ToHeaders DescribeHAPG Source # 
ToQuery DescribeHAPG Source # 
type Rep DescribeHAPG Source # 
type Rep DescribeHAPG = D1 (MetaData "DescribeHAPG" "Network.AWS.CloudHSM.DescribeHAPG" "amazonka-cloudhsm-1.4.5-2qw2RsgWv1x7RV995HoL3s" True) (C1 (MetaCons "DescribeHAPG'" PrefixI True) (S1 (MetaSel (Just Symbol "_dhapgHAPGARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DescribeHAPG Source # 

Request Lenses

dhapgHAPGARN :: Lens' DescribeHAPG Text Source #

The ARN of the high-availability partition group to describe.

Destructuring the Response

describeHAPGResponse Source #

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:

data DescribeHAPGResponse Source #

Contains the output of the DescribeHapg action.

See: describeHAPGResponse smart constructor.

Instances

Eq DescribeHAPGResponse Source # 
Data DescribeHAPGResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeHAPGResponse -> c DescribeHAPGResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeHAPGResponse #

toConstr :: DescribeHAPGResponse -> Constr #

dataTypeOf :: DescribeHAPGResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeHAPGResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeHAPGResponse) #

gmapT :: (forall b. Data b => b -> b) -> DescribeHAPGResponse -> DescribeHAPGResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeHAPGResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeHAPGResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeHAPGResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeHAPGResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeHAPGResponse -> m DescribeHAPGResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeHAPGResponse -> m DescribeHAPGResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeHAPGResponse -> m DescribeHAPGResponse #

Read DescribeHAPGResponse Source # 
Show DescribeHAPGResponse Source # 
Generic DescribeHAPGResponse Source # 
NFData DescribeHAPGResponse Source # 

Methods

rnf :: DescribeHAPGResponse -> () #

type Rep DescribeHAPGResponse Source # 
type Rep DescribeHAPGResponse = D1 (MetaData "DescribeHAPGResponse" "Network.AWS.CloudHSM.DescribeHAPG" "amazonka-cloudhsm-1.4.5-2qw2RsgWv1x7RV995HoL3s" False) (C1 (MetaCons "DescribeHAPGResponse'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_dhapgrsState") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CloudHSMObjectState))) (S1 (MetaSel (Just Symbol "_dhapgrsLastModifiedTimestamp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_dhapgrsHSMsPendingRegistration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) ((:*:) (S1 (MetaSel (Just Symbol "_dhapgrsHSMsPendingDeletion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) (S1 (MetaSel (Just Symbol "_dhapgrsHAPGSerial") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_dhapgrsHSMsLastActionFailed") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) (S1 (MetaSel (Just Symbol "_dhapgrsPartitionSerialList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))) ((:*:) (S1 (MetaSel (Just Symbol "_dhapgrsHAPGARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_dhapgrsLabel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dhapgrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)))))))

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.