amazonka-redshift-1.4.5: Amazon Redshift 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.Redshift.DeleteHSMConfiguration

Contents

Description

Deletes the specified Amazon Redshift HSM configuration.

Synopsis

Creating a Request

deleteHSMConfiguration #

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

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

data DeleteHSMConfiguration #

See: deleteHSMConfiguration smart constructor.

Instances

Eq DeleteHSMConfiguration # 
Data DeleteHSMConfiguration # 

Methods

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

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

toConstr :: DeleteHSMConfiguration -> Constr #

dataTypeOf :: DeleteHSMConfiguration -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteHSMConfiguration # 
Show DeleteHSMConfiguration # 
Generic DeleteHSMConfiguration # 
Hashable DeleteHSMConfiguration # 
NFData DeleteHSMConfiguration # 

Methods

rnf :: DeleteHSMConfiguration -> () #

AWSRequest DeleteHSMConfiguration # 
ToQuery DeleteHSMConfiguration # 
ToPath DeleteHSMConfiguration # 
ToHeaders DeleteHSMConfiguration # 
type Rep DeleteHSMConfiguration # 
type Rep DeleteHSMConfiguration = D1 (MetaData "DeleteHSMConfiguration" "Network.AWS.Redshift.DeleteHSMConfiguration" "amazonka-redshift-1.4.5-5ygenDSSyjc71mxYPXWxi1" True) (C1 (MetaCons "DeleteHSMConfiguration'" PrefixI True) (S1 (MetaSel (Just Symbol "_dhcHSMConfigurationIdentifier") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteHSMConfiguration # 

Request Lenses

dhcHSMConfigurationIdentifier :: Lens' DeleteHSMConfiguration Text #

The identifier of the Amazon Redshift HSM configuration to be deleted.

Destructuring the Response

deleteHSMConfigurationResponse :: DeleteHSMConfigurationResponse #

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

data DeleteHSMConfigurationResponse #

See: deleteHSMConfigurationResponse smart constructor.

Instances

Eq DeleteHSMConfigurationResponse # 
Data DeleteHSMConfigurationResponse # 

Methods

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

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

toConstr :: DeleteHSMConfigurationResponse -> Constr #

dataTypeOf :: DeleteHSMConfigurationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteHSMConfigurationResponse # 
Show DeleteHSMConfigurationResponse # 
Generic DeleteHSMConfigurationResponse # 
NFData DeleteHSMConfigurationResponse # 
type Rep DeleteHSMConfigurationResponse # 
type Rep DeleteHSMConfigurationResponse = D1 (MetaData "DeleteHSMConfigurationResponse" "Network.AWS.Redshift.DeleteHSMConfiguration" "amazonka-redshift-1.4.5-5ygenDSSyjc71mxYPXWxi1" False) (C1 (MetaCons "DeleteHSMConfigurationResponse'" PrefixI False) U1)