amazonka-iam-1.6.1: Amazon Identity and Access Management 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.IAM.DeleteServerCertificate

Contents

Description

Deletes the specified server certificate.

For more information about working with server certificates, see Working with Server Certificates in the IAM User Guide . This topic also includes a list of AWS services that can use the server certificates that you manage with IAM.

Important: If you are using a server certificate with Elastic Load Balancing, deleting the certificate could have implications for your application. If Elastic Load Balancing doesn't detect the deletion of bound certificates, it may continue to use the certificates. This could cause Elastic Load Balancing to stop accepting traffic. We recommend that you remove the reference to the certificate from Elastic Load Balancing before using this command to delete the certificate. For more information, go to DeleteLoadBalancerListeners in the Elastic Load Balancing API Reference .

Synopsis

Creating a Request

deleteServerCertificate Source #

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

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

  • dscServerCertificateName - The name of the server certificate you want to delete. This parameter allows (per its regex pattern ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

data DeleteServerCertificate Source #

See: deleteServerCertificate smart constructor.

Instances
Eq DeleteServerCertificate Source # 
Instance details

Defined in Network.AWS.IAM.DeleteServerCertificate

Data DeleteServerCertificate Source # 
Instance details

Defined in Network.AWS.IAM.DeleteServerCertificate

Methods

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

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

toConstr :: DeleteServerCertificate -> Constr #

dataTypeOf :: DeleteServerCertificate -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteServerCertificate Source # 
Instance details

Defined in Network.AWS.IAM.DeleteServerCertificate

Show DeleteServerCertificate Source # 
Instance details

Defined in Network.AWS.IAM.DeleteServerCertificate

Generic DeleteServerCertificate Source # 
Instance details

Defined in Network.AWS.IAM.DeleteServerCertificate

Associated Types

type Rep DeleteServerCertificate :: Type -> Type #

Hashable DeleteServerCertificate Source # 
Instance details

Defined in Network.AWS.IAM.DeleteServerCertificate

AWSRequest DeleteServerCertificate Source # 
Instance details

Defined in Network.AWS.IAM.DeleteServerCertificate

Associated Types

type Rs DeleteServerCertificate :: Type #

ToHeaders DeleteServerCertificate Source # 
Instance details

Defined in Network.AWS.IAM.DeleteServerCertificate

ToPath DeleteServerCertificate Source # 
Instance details

Defined in Network.AWS.IAM.DeleteServerCertificate

ToQuery DeleteServerCertificate Source # 
Instance details

Defined in Network.AWS.IAM.DeleteServerCertificate

NFData DeleteServerCertificate Source # 
Instance details

Defined in Network.AWS.IAM.DeleteServerCertificate

Methods

rnf :: DeleteServerCertificate -> () #

type Rep DeleteServerCertificate Source # 
Instance details

Defined in Network.AWS.IAM.DeleteServerCertificate

type Rep DeleteServerCertificate = D1 (MetaData "DeleteServerCertificate" "Network.AWS.IAM.DeleteServerCertificate" "amazonka-iam-1.6.1-BDjAp2BAcQu3GSS4Bsr6zu" True) (C1 (MetaCons "DeleteServerCertificate'" PrefixI True) (S1 (MetaSel (Just "_dscServerCertificateName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteServerCertificate Source # 
Instance details

Defined in Network.AWS.IAM.DeleteServerCertificate

Request Lenses

dscServerCertificateName :: Lens' DeleteServerCertificate Text Source #

The name of the server certificate you want to delete. This parameter allows (per its regex pattern ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

Destructuring the Response

deleteServerCertificateResponse :: DeleteServerCertificateResponse Source #

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

data DeleteServerCertificateResponse Source #

See: deleteServerCertificateResponse smart constructor.

Instances
Eq DeleteServerCertificateResponse Source # 
Instance details

Defined in Network.AWS.IAM.DeleteServerCertificate

Data DeleteServerCertificateResponse Source # 
Instance details

Defined in Network.AWS.IAM.DeleteServerCertificate

Methods

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

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

toConstr :: DeleteServerCertificateResponse -> Constr #

dataTypeOf :: DeleteServerCertificateResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteServerCertificateResponse Source # 
Instance details

Defined in Network.AWS.IAM.DeleteServerCertificate

Show DeleteServerCertificateResponse Source # 
Instance details

Defined in Network.AWS.IAM.DeleteServerCertificate

Generic DeleteServerCertificateResponse Source # 
Instance details

Defined in Network.AWS.IAM.DeleteServerCertificate

Associated Types

type Rep DeleteServerCertificateResponse :: Type -> Type #

NFData DeleteServerCertificateResponse Source # 
Instance details

Defined in Network.AWS.IAM.DeleteServerCertificate

type Rep DeleteServerCertificateResponse Source # 
Instance details

Defined in Network.AWS.IAM.DeleteServerCertificate

type Rep DeleteServerCertificateResponse = D1 (MetaData "DeleteServerCertificateResponse" "Network.AWS.IAM.DeleteServerCertificate" "amazonka-iam-1.6.1-BDjAp2BAcQu3GSS4Bsr6zu" False) (C1 (MetaCons "DeleteServerCertificateResponse'" PrefixI False) (U1 :: Type -> Type))