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

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

See: updateCertificateOptions smart constructor.

Instances

Eq UpdateCertificateOptions Source # 
Data UpdateCertificateOptions Source # 

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 Source # 
Show UpdateCertificateOptions Source # 
Generic UpdateCertificateOptions Source # 
Hashable UpdateCertificateOptions Source # 
ToJSON UpdateCertificateOptions Source # 
NFData UpdateCertificateOptions Source # 
AWSRequest UpdateCertificateOptions Source # 
ToHeaders UpdateCertificateOptions Source # 
ToPath UpdateCertificateOptions Source # 
ToQuery UpdateCertificateOptions Source # 
type Rep UpdateCertificateOptions Source # 
type Rep UpdateCertificateOptions = D1 * (MetaData "UpdateCertificateOptions" "Network.AWS.CertificateManager.UpdateCertificateOptions" "amazonka-certificatemanager-1.6.0-LNRG7szGK7RAaShN2e3B6s" 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 Source # 

Request Lenses

ucoCertificateARN :: Lens' UpdateCertificateOptions Text Source #

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

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

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

data UpdateCertificateOptionsResponse Source #

See: updateCertificateOptionsResponse smart constructor.

Instances

Eq UpdateCertificateOptionsResponse Source # 
Data UpdateCertificateOptionsResponse Source # 

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 Source # 
Show UpdateCertificateOptionsResponse Source # 
Generic UpdateCertificateOptionsResponse Source # 
NFData UpdateCertificateOptionsResponse Source # 
type Rep UpdateCertificateOptionsResponse Source # 
type Rep UpdateCertificateOptionsResponse = D1 * (MetaData "UpdateCertificateOptionsResponse" "Network.AWS.CertificateManager.UpdateCertificateOptions" "amazonka-certificatemanager-1.6.0-LNRG7szGK7RAaShN2e3B6s" False) (C1 * (MetaCons "UpdateCertificateOptionsResponse'" PrefixI False) (U1 *))