amazonka-cloudhsm-1.6.0: 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 # 
Data DeleteHAPG Source # 

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 # 
Show DeleteHAPG Source # 
Generic DeleteHAPG Source # 

Associated Types

type Rep DeleteHAPG :: * -> * #

Hashable DeleteHAPG Source # 
ToJSON DeleteHAPG Source # 
NFData DeleteHAPG Source # 

Methods

rnf :: DeleteHAPG -> () #

AWSRequest DeleteHAPG Source # 
ToHeaders DeleteHAPG Source # 

Methods

toHeaders :: DeleteHAPG -> [Header] #

ToPath DeleteHAPG Source # 
ToQuery DeleteHAPG Source # 
type Rep DeleteHAPG Source # 
type Rep DeleteHAPG = D1 * (MetaData "DeleteHAPG" "Network.AWS.CloudHSM.DeleteHAPG" "amazonka-cloudhsm-1.6.0-7LcyNAvS0fpIUvEQaE6swE" True) (C1 * (MetaCons "DeleteHAPG'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dhHAPGARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DeleteHAPG Source # 

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 # 
Data DeleteHAPGResponse Source # 

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 # 
Show DeleteHAPGResponse Source # 
Generic DeleteHAPGResponse Source # 
NFData DeleteHAPGResponse Source # 

Methods

rnf :: DeleteHAPGResponse -> () #

type Rep DeleteHAPGResponse Source # 
type Rep DeleteHAPGResponse = D1 * (MetaData "DeleteHAPGResponse" "Network.AWS.CloudHSM.DeleteHAPG" "amazonka-cloudhsm-1.6.0-7LcyNAvS0fpIUvEQaE6swE" False) (C1 * (MetaCons "DeleteHAPGResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dhrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)) (S1 * (MetaSel (Just Symbol "_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.