amazonka-certificatemanager-1.6.0: Amazon Certificate Manager 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.CertificateManager.UpdateCertificateOptions

Contents

Description

Updates a certificate. Currently, you can use this function to specify whether to opt in to or out of recording your certificate in a certificate transparency log. For more information, see Opting Out of Certificate Transparency Logging .

Synopsis

Creating a Request

updateCertificateOptions #

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

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

  • ucoCertificateARN - ARN of the requested certificate to update. This must be of the form: arn:aws:acm:us-east-1:account :certificate/12345678-1234-1234-1234-123456789012
  • ucoOptions - Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser.

data UpdateCertificateOptions #

See: updateCertificateOptions smart constructor.

Instances

Eq UpdateCertificateOptions # 
Data UpdateCertificateOptions # 

Methods

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

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

toConstr :: UpdateCertificateOptions -> Constr #

dataTypeOf :: UpdateCertificateOptions -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateCertificateOptions # 
Show UpdateCertificateOptions # 
Generic UpdateCertificateOptions # 
Hashable UpdateCertificateOptions # 
ToJSON UpdateCertificateOptions # 
NFData UpdateCertificateOptions # 
AWSRequest UpdateCertificateOptions # 
ToHeaders UpdateCertificateOptions # 
ToPath UpdateCertificateOptions # 
ToQuery UpdateCertificateOptions # 
type Rep UpdateCertificateOptions # 
type Rep UpdateCertificateOptions = D1 * (MetaData "UpdateCertificateOptions" "Network.AWS.CertificateManager.UpdateCertificateOptions" "amazonka-certificatemanager-1.6.0-GpvTF8uBUZ411nDfaRkpyP" False) (C1 * (MetaCons "UpdateCertificateOptions'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_ucoCertificateARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_ucoOptions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * CertificateOptions))))
type Rs UpdateCertificateOptions # 

Request Lenses

ucoCertificateARN :: Lens' UpdateCertificateOptions Text #

ARN of the requested certificate to update. This must be of the form: arn:aws:acm:us-east-1:account :certificate/12345678-1234-1234-1234-123456789012

ucoOptions :: Lens' UpdateCertificateOptions CertificateOptions #

Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser.

Destructuring the Response

updateCertificateOptionsResponse :: UpdateCertificateOptionsResponse #

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

data UpdateCertificateOptionsResponse #

See: updateCertificateOptionsResponse smart constructor.

Instances

Eq UpdateCertificateOptionsResponse # 
Data UpdateCertificateOptionsResponse # 

Methods

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

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

toConstr :: UpdateCertificateOptionsResponse -> Constr #

dataTypeOf :: UpdateCertificateOptionsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateCertificateOptionsResponse # 
Show UpdateCertificateOptionsResponse # 
Generic UpdateCertificateOptionsResponse # 
NFData UpdateCertificateOptionsResponse # 
type Rep UpdateCertificateOptionsResponse # 
type Rep UpdateCertificateOptionsResponse = D1 * (MetaData "UpdateCertificateOptionsResponse" "Network.AWS.CertificateManager.UpdateCertificateOptions" "amazonka-certificatemanager-1.6.0-GpvTF8uBUZ411nDfaRkpyP" False) (C1 * (MetaCons "UpdateCertificateOptionsResponse'" PrefixI False) (U1 *))