amazonka-certificatemanager-1.6.1: 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 # 
Instance details

Defined in Network.AWS.CertificateManager.UpdateCertificateOptions

Data UpdateCertificateOptions Source # 
Instance details

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

Defined in Network.AWS.CertificateManager.UpdateCertificateOptions

Show UpdateCertificateOptions Source # 
Instance details

Defined in Network.AWS.CertificateManager.UpdateCertificateOptions

Generic UpdateCertificateOptions Source # 
Instance details

Defined in Network.AWS.CertificateManager.UpdateCertificateOptions

Associated Types

type Rep UpdateCertificateOptions :: Type -> Type #

Hashable UpdateCertificateOptions Source # 
Instance details

Defined in Network.AWS.CertificateManager.UpdateCertificateOptions

ToJSON UpdateCertificateOptions Source # 
Instance details

Defined in Network.AWS.CertificateManager.UpdateCertificateOptions

AWSRequest UpdateCertificateOptions Source # 
Instance details

Defined in Network.AWS.CertificateManager.UpdateCertificateOptions

Associated Types

type Rs UpdateCertificateOptions :: Type #

ToHeaders UpdateCertificateOptions Source # 
Instance details

Defined in Network.AWS.CertificateManager.UpdateCertificateOptions

ToPath UpdateCertificateOptions Source # 
Instance details

Defined in Network.AWS.CertificateManager.UpdateCertificateOptions

ToQuery UpdateCertificateOptions Source # 
Instance details

Defined in Network.AWS.CertificateManager.UpdateCertificateOptions

NFData UpdateCertificateOptions Source # 
Instance details

Defined in Network.AWS.CertificateManager.UpdateCertificateOptions

type Rep UpdateCertificateOptions Source # 
Instance details

Defined in Network.AWS.CertificateManager.UpdateCertificateOptions

type Rep UpdateCertificateOptions = D1 (MetaData "UpdateCertificateOptions" "Network.AWS.CertificateManager.UpdateCertificateOptions" "amazonka-certificatemanager-1.6.1-4shwck4gg3E1zBQz4D8KdL" False) (C1 (MetaCons "UpdateCertificateOptions'" PrefixI True) (S1 (MetaSel (Just "_ucoCertificateARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_ucoOptions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 CertificateOptions)))
type Rs UpdateCertificateOptions Source # 
Instance details

Defined in Network.AWS.CertificateManager.UpdateCertificateOptions

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

Defined in Network.AWS.CertificateManager.UpdateCertificateOptions

Data UpdateCertificateOptionsResponse Source # 
Instance details

Defined in Network.AWS.CertificateManager.UpdateCertificateOptions

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

Defined in Network.AWS.CertificateManager.UpdateCertificateOptions

Show UpdateCertificateOptionsResponse Source # 
Instance details

Defined in Network.AWS.CertificateManager.UpdateCertificateOptions

Generic UpdateCertificateOptionsResponse Source # 
Instance details

Defined in Network.AWS.CertificateManager.UpdateCertificateOptions

Associated Types

type Rep UpdateCertificateOptionsResponse :: Type -> Type #

NFData UpdateCertificateOptionsResponse Source # 
Instance details

Defined in Network.AWS.CertificateManager.UpdateCertificateOptions

type Rep UpdateCertificateOptionsResponse Source # 
Instance details

Defined in Network.AWS.CertificateManager.UpdateCertificateOptions

type Rep UpdateCertificateOptionsResponse = D1 (MetaData "UpdateCertificateOptionsResponse" "Network.AWS.CertificateManager.UpdateCertificateOptions" "amazonka-certificatemanager-1.6.1-4shwck4gg3E1zBQz4D8KdL" False) (C1 (MetaCons "UpdateCertificateOptionsResponse'" PrefixI False) (U1 :: Type -> Type))