amazonka-cloudhsm-1.6.1: Amazon CloudHSM SDK.

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

Network.AWS.CloudHSM.DeleteHAPG

Contents

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 .

Deletes a high-availability partition group.

Synopsis

Creating a Request

deleteHAPG Source #

Arguments

:: Text

dhHAPGARN

-> DeleteHAPG 

Creates a value of DeleteHAPG with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • dhHAPGARN - The ARN of the high-availability partition group to delete.

data DeleteHAPG Source #

Contains the inputs for the DeleteHapg action.

See: deleteHAPG smart constructor.

Instances
Eq DeleteHAPG Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteHAPG

Data DeleteHAPG Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteHAPG

Methods

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

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

toConstr :: DeleteHAPG -> Constr #

dataTypeOf :: DeleteHAPG -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteHAPG Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteHAPG

Show DeleteHAPG Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteHAPG

Generic DeleteHAPG Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteHAPG

Associated Types

type Rep DeleteHAPG :: Type -> Type #

Hashable DeleteHAPG Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteHAPG

ToJSON DeleteHAPG Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteHAPG

AWSRequest DeleteHAPG Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteHAPG

Associated Types

type Rs DeleteHAPG :: Type #

ToHeaders DeleteHAPG Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteHAPG

Methods

toHeaders :: DeleteHAPG -> [Header] #

ToPath DeleteHAPG Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteHAPG

ToQuery DeleteHAPG Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteHAPG

NFData DeleteHAPG Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteHAPG

Methods

rnf :: DeleteHAPG -> () #

type Rep DeleteHAPG Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteHAPG

type Rep DeleteHAPG = D1 (MetaData "DeleteHAPG" "Network.AWS.CloudHSM.DeleteHAPG" "amazonka-cloudhsm-1.6.1-4znIKUA0fUEDSYNWkcPcz3" True) (C1 (MetaCons "DeleteHAPG'" PrefixI True) (S1 (MetaSel (Just "_dhHAPGARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteHAPG Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteHAPG

Request Lenses

dhHAPGARN :: Lens' DeleteHAPG Text Source #

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

Destructuring the Response

deleteHAPGResponse Source #

Creates a value of DeleteHAPGResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data DeleteHAPGResponse Source #

Contains the output of the DeleteHapg action.

See: deleteHAPGResponse smart constructor.

Instances
Eq DeleteHAPGResponse Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteHAPG

Data DeleteHAPGResponse Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteHAPG

Methods

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

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

toConstr :: DeleteHAPGResponse -> Constr #

dataTypeOf :: DeleteHAPGResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteHAPGResponse Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteHAPG

Show DeleteHAPGResponse Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteHAPG

Generic DeleteHAPGResponse Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteHAPG

Associated Types

type Rep DeleteHAPGResponse :: Type -> Type #

NFData DeleteHAPGResponse Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteHAPG

Methods

rnf :: DeleteHAPGResponse -> () #

type Rep DeleteHAPGResponse Source # 
Instance details

Defined in Network.AWS.CloudHSM.DeleteHAPG

type Rep DeleteHAPGResponse = D1 (MetaData "DeleteHAPGResponse" "Network.AWS.CloudHSM.DeleteHAPG" "amazonka-cloudhsm-1.6.1-4znIKUA0fUEDSYNWkcPcz3" False) (C1 (MetaCons "DeleteHAPGResponse'" PrefixI True) (S1 (MetaSel (Just "_dhrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "_dhrsStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))

Response Lenses

dhrsResponseStatus :: Lens' DeleteHAPGResponse Int Source #

  • - | The response status code.

dhrsStatus :: Lens' DeleteHAPGResponse Text Source #

The status of the action.