amazonka-redshift-1.5.0: Amazon Redshift SDK.

Copyright(c) 2013-2017 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.Redshift.DeleteHSMConfiguration

Contents

Description

Deletes the specified Amazon Redshift HSM configuration.

Synopsis

Creating a Request

deleteHSMConfiguration Source #

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

See: deleteHSMConfiguration smart constructor.

Instances

Eq DeleteHSMConfiguration Source # 
Data DeleteHSMConfiguration Source # 

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

Methods

rnf :: DeleteHSMConfiguration -> () #

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

Request Lenses

dhcHSMConfigurationIdentifier :: Lens' DeleteHSMConfiguration Text Source #

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

Destructuring the Response

deleteHSMConfigurationResponse :: DeleteHSMConfigurationResponse Source #

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

data DeleteHSMConfigurationResponse Source #

See: deleteHSMConfigurationResponse smart constructor.

Instances

Eq DeleteHSMConfigurationResponse Source # 
Data DeleteHSMConfigurationResponse Source # 

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 Source # 
Show DeleteHSMConfigurationResponse Source # 
Generic DeleteHSMConfigurationResponse Source # 
NFData DeleteHSMConfigurationResponse Source # 
type Rep DeleteHSMConfigurationResponse Source # 
type Rep DeleteHSMConfigurationResponse = D1 (MetaData "DeleteHSMConfigurationResponse" "Network.AWS.Redshift.DeleteHSMConfiguration" "amazonka-redshift-1.5.0-Dab3rZV2tPBCgimwpoJly0" False) (C1 (MetaCons "DeleteHSMConfigurationResponse'" PrefixI False) U1)