amazonka-redshift-1.6.1: Amazon Redshift 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.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 # 
Instance details

Defined in Network.AWS.Redshift.DeleteHSMConfiguration

Data DeleteHSMConfiguration Source # 
Instance details

Defined in Network.AWS.Redshift.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 Source # 
Instance details

Defined in Network.AWS.Redshift.DeleteHSMConfiguration

Show DeleteHSMConfiguration Source # 
Instance details

Defined in Network.AWS.Redshift.DeleteHSMConfiguration

Generic DeleteHSMConfiguration Source # 
Instance details

Defined in Network.AWS.Redshift.DeleteHSMConfiguration

Associated Types

type Rep DeleteHSMConfiguration :: Type -> Type #

Hashable DeleteHSMConfiguration Source # 
Instance details

Defined in Network.AWS.Redshift.DeleteHSMConfiguration

AWSRequest DeleteHSMConfiguration Source # 
Instance details

Defined in Network.AWS.Redshift.DeleteHSMConfiguration

Associated Types

type Rs DeleteHSMConfiguration :: Type #

ToHeaders DeleteHSMConfiguration Source # 
Instance details

Defined in Network.AWS.Redshift.DeleteHSMConfiguration

ToPath DeleteHSMConfiguration Source # 
Instance details

Defined in Network.AWS.Redshift.DeleteHSMConfiguration

ToQuery DeleteHSMConfiguration Source # 
Instance details

Defined in Network.AWS.Redshift.DeleteHSMConfiguration

NFData DeleteHSMConfiguration Source # 
Instance details

Defined in Network.AWS.Redshift.DeleteHSMConfiguration

Methods

rnf :: DeleteHSMConfiguration -> () #

type Rep DeleteHSMConfiguration Source # 
Instance details

Defined in Network.AWS.Redshift.DeleteHSMConfiguration

type Rep DeleteHSMConfiguration = D1 (MetaData "DeleteHSMConfiguration" "Network.AWS.Redshift.DeleteHSMConfiguration" "amazonka-redshift-1.6.1-5k9dueihUQf2a2gxNGkSPi" True) (C1 (MetaCons "DeleteHSMConfiguration'" PrefixI True) (S1 (MetaSel (Just "_dhcHSMConfigurationIdentifier") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteHSMConfiguration Source # 
Instance details

Defined in Network.AWS.Redshift.DeleteHSMConfiguration

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 # 
Instance details

Defined in Network.AWS.Redshift.DeleteHSMConfiguration

Data DeleteHSMConfigurationResponse Source # 
Instance details

Defined in Network.AWS.Redshift.DeleteHSMConfiguration

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 # 
Instance details

Defined in Network.AWS.Redshift.DeleteHSMConfiguration

Show DeleteHSMConfigurationResponse Source # 
Instance details

Defined in Network.AWS.Redshift.DeleteHSMConfiguration

Generic DeleteHSMConfigurationResponse Source # 
Instance details

Defined in Network.AWS.Redshift.DeleteHSMConfiguration

Associated Types

type Rep DeleteHSMConfigurationResponse :: Type -> Type #

NFData DeleteHSMConfigurationResponse Source # 
Instance details

Defined in Network.AWS.Redshift.DeleteHSMConfiguration

type Rep DeleteHSMConfigurationResponse Source # 
Instance details

Defined in Network.AWS.Redshift.DeleteHSMConfiguration

type Rep DeleteHSMConfigurationResponse = D1 (MetaData "DeleteHSMConfigurationResponse" "Network.AWS.Redshift.DeleteHSMConfiguration" "amazonka-redshift-1.6.1-5k9dueihUQf2a2gxNGkSPi" False) (C1 (MetaCons "DeleteHSMConfigurationResponse'" PrefixI False) (U1 :: Type -> Type))