amazonka-certificatemanager-1.5.0: Amazon Certificate Manager SDK.

Copyright(c) 2013-2017 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.Types

Contents

Description

 

Synopsis

Service Configuration

certificateManager :: Service Source #

API version 2015-12-08 of the Amazon Certificate Manager SDK configuration.

Errors

_InvalidTagException :: AsError a => Getting (First ServiceError) a ServiceError Source #

One or both of the values that make up the key-value pair is not valid. For example, you cannot specify a tag value that begins with aws: .

_TooManyTagsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The request contains too many tags. Try the request again with fewer tags.

_RequestInProgressException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The certificate request is in process and the certificate in your account has not yet been issued.

_InvalidARNException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The requested Amazon Resource Name (ARN) does not refer to an existing resource.

_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified certificate cannot be found in the caller's account, or the caller's account cannot be found.

_InvalidStateException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Processing has reached an invalid state. For example, this exception can occur if the specified domain is not using email validation, or the current certificate status does not permit the requested operation. See the exception message returned by ACM to determine which state is not valid.

_LimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

An ACM limit has been exceeded. For example, you may have input more domains than are allowed or you've requested too many certificates for your account. See the exception message returned by ACM to determine which limit you have violated. For more information about ACM limits, see the Limits topic.

_ResourceInUseException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The certificate is in use by another AWS service in the caller's account. Remove the association and try again.

CertificateStatus

data CertificateStatus Source #

Instances

Bounded CertificateStatus Source # 
Enum CertificateStatus Source # 
Eq CertificateStatus Source # 
Data CertificateStatus Source # 

Methods

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

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

toConstr :: CertificateStatus -> Constr #

dataTypeOf :: CertificateStatus -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord CertificateStatus Source # 
Read CertificateStatus Source # 
Show CertificateStatus Source # 
Generic CertificateStatus Source # 
Hashable CertificateStatus Source # 
FromJSON CertificateStatus Source # 
ToJSON CertificateStatus Source # 
NFData CertificateStatus Source # 

Methods

rnf :: CertificateStatus -> () #

ToQuery CertificateStatus Source # 
ToHeader CertificateStatus Source # 
ToByteString CertificateStatus Source # 
FromText CertificateStatus Source # 
ToText CertificateStatus Source # 
type Rep CertificateStatus Source # 
type Rep CertificateStatus = D1 (MetaData "CertificateStatus" "Network.AWS.CertificateManager.Types.Sum" "amazonka-certificatemanager-1.5.0-2yeWo6UU1WpEkhkcK0mi7f" False) ((:+:) ((:+:) (C1 (MetaCons "CSExpired" PrefixI False) U1) ((:+:) (C1 (MetaCons "CSFailed" PrefixI False) U1) (C1 (MetaCons "CSInactive" PrefixI False) U1))) ((:+:) ((:+:) (C1 (MetaCons "CSIssued" PrefixI False) U1) (C1 (MetaCons "CSPendingValidation" PrefixI False) U1)) ((:+:) (C1 (MetaCons "CSRevoked" PrefixI False) U1) (C1 (MetaCons "CSValidationTimedOut" PrefixI False) U1))))

CertificateType

data CertificateType Source #

Constructors

AmazonIssued 
Imported 

Instances

Bounded CertificateType Source # 
Enum CertificateType Source # 
Eq CertificateType Source # 
Data CertificateType Source # 

Methods

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

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

toConstr :: CertificateType -> Constr #

dataTypeOf :: CertificateType -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord CertificateType Source # 
Read CertificateType Source # 
Show CertificateType Source # 
Generic CertificateType Source # 
Hashable CertificateType Source # 
FromJSON CertificateType Source # 
NFData CertificateType Source # 

Methods

rnf :: CertificateType -> () #

ToQuery CertificateType Source # 
ToHeader CertificateType Source # 
ToByteString CertificateType Source # 
FromText CertificateType Source # 
ToText CertificateType Source # 
type Rep CertificateType Source # 
type Rep CertificateType = D1 (MetaData "CertificateType" "Network.AWS.CertificateManager.Types.Sum" "amazonka-certificatemanager-1.5.0-2yeWo6UU1WpEkhkcK0mi7f" False) ((:+:) (C1 (MetaCons "AmazonIssued" PrefixI False) U1) (C1 (MetaCons "Imported" PrefixI False) U1))

DomainStatus

data DomainStatus Source #

Instances

Bounded DomainStatus Source # 
Enum DomainStatus Source # 
Eq DomainStatus Source # 
Data DomainStatus Source # 

Methods

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

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

toConstr :: DomainStatus -> Constr #

dataTypeOf :: DomainStatus -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord DomainStatus Source # 
Read DomainStatus Source # 
Show DomainStatus Source # 
Generic DomainStatus Source # 

Associated Types

type Rep DomainStatus :: * -> * #

Hashable DomainStatus Source # 
FromJSON DomainStatus Source # 
NFData DomainStatus Source # 

Methods

rnf :: DomainStatus -> () #

ToQuery DomainStatus Source # 
ToHeader DomainStatus Source # 
ToByteString DomainStatus Source # 
FromText DomainStatus Source # 
ToText DomainStatus Source # 

Methods

toText :: DomainStatus -> Text #

type Rep DomainStatus Source # 
type Rep DomainStatus = D1 (MetaData "DomainStatus" "Network.AWS.CertificateManager.Types.Sum" "amazonka-certificatemanager-1.5.0-2yeWo6UU1WpEkhkcK0mi7f" False) ((:+:) (C1 (MetaCons "Failed" PrefixI False) U1) ((:+:) (C1 (MetaCons "PendingValidation" PrefixI False) U1) (C1 (MetaCons "Success" PrefixI False) U1)))

FailureReason

data FailureReason Source #

Instances

Bounded FailureReason Source # 
Enum FailureReason Source # 
Eq FailureReason Source # 
Data FailureReason Source # 

Methods

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

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

toConstr :: FailureReason -> Constr #

dataTypeOf :: FailureReason -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord FailureReason Source # 
Read FailureReason Source # 
Show FailureReason Source # 
Generic FailureReason Source # 

Associated Types

type Rep FailureReason :: * -> * #

Hashable FailureReason Source # 
FromJSON FailureReason Source # 
NFData FailureReason Source # 

Methods

rnf :: FailureReason -> () #

ToQuery FailureReason Source # 
ToHeader FailureReason Source # 
ToByteString FailureReason Source # 
FromText FailureReason Source # 
ToText FailureReason Source # 

Methods

toText :: FailureReason -> Text #

type Rep FailureReason Source # 
type Rep FailureReason = D1 (MetaData "FailureReason" "Network.AWS.CertificateManager.Types.Sum" "amazonka-certificatemanager-1.5.0-2yeWo6UU1WpEkhkcK0mi7f" False) ((:+:) ((:+:) (C1 (MetaCons "AdditionalVerificationRequired" PrefixI False) U1) (C1 (MetaCons "DomainNotAllowed" PrefixI False) U1)) ((:+:) (C1 (MetaCons "InvalidPublicDomain" PrefixI False) U1) ((:+:) (C1 (MetaCons "NoAvailableContacts" PrefixI False) U1) (C1 (MetaCons "Other" PrefixI False) U1))))

KeyAlgorithm

data KeyAlgorithm Source #

Constructors

EcPRIME256V1 
Rsa1024 
Rsa2048 

Instances

Bounded KeyAlgorithm Source # 
Enum KeyAlgorithm Source # 
Eq KeyAlgorithm Source # 
Data KeyAlgorithm Source # 

Methods

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

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

toConstr :: KeyAlgorithm -> Constr #

dataTypeOf :: KeyAlgorithm -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord KeyAlgorithm Source # 
Read KeyAlgorithm Source # 
Show KeyAlgorithm Source # 
Generic KeyAlgorithm Source # 

Associated Types

type Rep KeyAlgorithm :: * -> * #

Hashable KeyAlgorithm Source # 
FromJSON KeyAlgorithm Source # 
NFData KeyAlgorithm Source # 

Methods

rnf :: KeyAlgorithm -> () #

ToQuery KeyAlgorithm Source # 
ToHeader KeyAlgorithm Source # 
ToByteString KeyAlgorithm Source # 
FromText KeyAlgorithm Source # 
ToText KeyAlgorithm Source # 

Methods

toText :: KeyAlgorithm -> Text #

type Rep KeyAlgorithm Source # 
type Rep KeyAlgorithm = D1 (MetaData "KeyAlgorithm" "Network.AWS.CertificateManager.Types.Sum" "amazonka-certificatemanager-1.5.0-2yeWo6UU1WpEkhkcK0mi7f" False) ((:+:) (C1 (MetaCons "EcPRIME256V1" PrefixI False) U1) ((:+:) (C1 (MetaCons "Rsa1024" PrefixI False) U1) (C1 (MetaCons "Rsa2048" PrefixI False) U1)))

RenewalStatus

data RenewalStatus Source #

Instances

Bounded RenewalStatus Source # 
Enum RenewalStatus Source # 
Eq RenewalStatus Source # 
Data RenewalStatus Source # 

Methods

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

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

toConstr :: RenewalStatus -> Constr #

dataTypeOf :: RenewalStatus -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord RenewalStatus Source # 
Read RenewalStatus Source # 
Show RenewalStatus Source # 
Generic RenewalStatus Source # 

Associated Types

type Rep RenewalStatus :: * -> * #

Hashable RenewalStatus Source # 
FromJSON RenewalStatus Source # 
NFData RenewalStatus Source # 

Methods

rnf :: RenewalStatus -> () #

ToQuery RenewalStatus Source # 
ToHeader RenewalStatus Source # 
ToByteString RenewalStatus Source # 
FromText RenewalStatus Source # 
ToText RenewalStatus Source # 

Methods

toText :: RenewalStatus -> Text #

type Rep RenewalStatus Source # 
type Rep RenewalStatus = D1 (MetaData "RenewalStatus" "Network.AWS.CertificateManager.Types.Sum" "amazonka-certificatemanager-1.5.0-2yeWo6UU1WpEkhkcK0mi7f" False) ((:+:) ((:+:) (C1 (MetaCons "RSFailed" PrefixI False) U1) (C1 (MetaCons "RSPendingAutoRenewal" PrefixI False) U1)) ((:+:) (C1 (MetaCons "RSPendingValidation" PrefixI False) U1) (C1 (MetaCons "RSSuccess" PrefixI False) U1)))

RevocationReason

data RevocationReason Source #

Instances

Bounded RevocationReason Source # 
Enum RevocationReason Source # 
Eq RevocationReason Source # 
Data RevocationReason Source # 

Methods

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

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

toConstr :: RevocationReason -> Constr #

dataTypeOf :: RevocationReason -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord RevocationReason Source # 
Read RevocationReason Source # 
Show RevocationReason Source # 
Generic RevocationReason Source # 
Hashable RevocationReason Source # 
FromJSON RevocationReason Source # 
NFData RevocationReason Source # 

Methods

rnf :: RevocationReason -> () #

ToQuery RevocationReason Source # 
ToHeader RevocationReason Source # 
ToByteString RevocationReason Source # 
FromText RevocationReason Source # 
ToText RevocationReason Source # 
type Rep RevocationReason Source # 
type Rep RevocationReason = D1 (MetaData "RevocationReason" "Network.AWS.CertificateManager.Types.Sum" "amazonka-certificatemanager-1.5.0-2yeWo6UU1WpEkhkcK0mi7f" False) ((:+:) ((:+:) ((:+:) (C1 (MetaCons "AACompromise" PrefixI False) U1) (C1 (MetaCons "AffiliationChanged" PrefixI False) U1)) ((:+:) (C1 (MetaCons "CaCompromise" PrefixI False) U1) ((:+:) (C1 (MetaCons "CertificateHold" PrefixI False) U1) (C1 (MetaCons "CessationOfOperation" PrefixI False) U1)))) ((:+:) ((:+:) (C1 (MetaCons "KeyCompromise" PrefixI False) U1) (C1 (MetaCons "PrivilegeWithdrawn" PrefixI False) U1)) ((:+:) (C1 (MetaCons "RemoveFromCrl" PrefixI False) U1) ((:+:) (C1 (MetaCons "Superceded" PrefixI False) U1) (C1 (MetaCons "Unspecified" PrefixI False) U1)))))

CertificateDetail

data CertificateDetail Source #

Contains metadata about an ACM certificate. This structure is returned in the response to a DescribeCertificate request.

See: certificateDetail smart constructor.

Instances

Eq CertificateDetail Source # 
Data CertificateDetail Source # 

Methods

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

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

toConstr :: CertificateDetail -> Constr #

dataTypeOf :: CertificateDetail -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CertificateDetail Source # 
Show CertificateDetail Source # 
Generic CertificateDetail Source # 
Hashable CertificateDetail Source # 
FromJSON CertificateDetail Source # 
NFData CertificateDetail Source # 

Methods

rnf :: CertificateDetail -> () #

type Rep CertificateDetail Source # 
type Rep CertificateDetail = D1 (MetaData "CertificateDetail" "Network.AWS.CertificateManager.Types.Product" "amazonka-certificatemanager-1.5.0-2yeWo6UU1WpEkhkcK0mi7f" False) (C1 (MetaCons "CertificateDetail'" PrefixI True) ((:*:) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_cdSubject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_cdStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CertificateStatus)))) ((:*:) (S1 (MetaSel (Just Symbol "_cdFailureReason") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe FailureReason))) ((:*:) (S1 (MetaSel (Just Symbol "_cdSubjectAlternativeNames") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (List1 Text)))) (S1 (MetaSel (Just Symbol "_cdInUseBy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_cdCreatedAt") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) (S1 (MetaSel (Just Symbol "_cdCertificateARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_cdSerial") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_cdImportedAt") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) (S1 (MetaSel (Just Symbol "_cdRevokedAt") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))))))) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_cdNotBefore") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) (S1 (MetaSel (Just Symbol "_cdRevocationReason") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RevocationReason)))) ((:*:) (S1 (MetaSel (Just Symbol "_cdDomainName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_cdRenewalSummary") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RenewalSummary))) (S1 (MetaSel (Just Symbol "_cdKeyAlgorithm") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe KeyAlgorithm)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_cdType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CertificateType))) ((:*:) (S1 (MetaSel (Just Symbol "_cdIssuedAt") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) (S1 (MetaSel (Just Symbol "_cdSignatureAlgorithm") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_cdDomainValidationOptions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (List1 DomainValidation)))) ((:*:) (S1 (MetaSel (Just Symbol "_cdIssuer") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_cdNotAfter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX)))))))))

certificateDetail :: CertificateDetail Source #

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

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

  • cdSubject - The name of the entity that is associated with the public key contained in the certificate.
  • cdStatus - The status of the certificate.
  • cdFailureReason - The reason the certificate request failed. This value exists only when the certificate status is FAILED . For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide .
  • cdSubjectAlternativeNames - One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.
  • cdInUseBy - A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.
  • cdCreatedAt - The time at which the certificate was requested. This value exists only when the certificate type is AMAZON_ISSUED .
  • cdCertificateARN - The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference .
  • cdSerial - The serial number of the certificate.
  • cdImportedAt - The date and time at which the certificate was imported. This value exists only when the certificate type is IMPORTED .
  • cdRevokedAt - The time at which the certificate was revoked. This value exists only when the certificate status is REVOKED .
  • cdNotBefore - The time before which the certificate is not valid.
  • cdRevocationReason - The reason the certificate was revoked. This value exists only when the certificate status is REVOKED .
  • cdDomainName - The fully qualified domain name for the certificate, such as www.example.com or example.com.
  • cdRenewalSummary - Contains information about the status of ACM's managed renewal for the certificate. This field exists only when the certificate type is AMAZON_ISSUED .
  • cdKeyAlgorithm - The algorithm that was used to generate the key pair (the public and private key).
  • cdType - The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED . For certificates that you imported with ImportCertificate , this value is IMPORTED . ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the AWS Certificate Manager User Guide .
  • cdIssuedAt - The time at which the certificate was issued. This value exists only when the certificate type is AMAZON_ISSUED .
  • cdSignatureAlgorithm - The algorithm that was used to sign the certificate.
  • cdDomainValidationOptions - Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED .
  • cdIssuer - The name of the certificate authority that issued and signed the certificate.
  • cdNotAfter - The time after which the certificate is not valid.

cdSubject :: Lens' CertificateDetail (Maybe Text) Source #

The name of the entity that is associated with the public key contained in the certificate.

cdStatus :: Lens' CertificateDetail (Maybe CertificateStatus) Source #

The status of the certificate.

cdFailureReason :: Lens' CertificateDetail (Maybe FailureReason) Source #

The reason the certificate request failed. This value exists only when the certificate status is FAILED . For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide .

cdSubjectAlternativeNames :: Lens' CertificateDetail (Maybe (NonEmpty Text)) Source #

One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.

cdInUseBy :: Lens' CertificateDetail [Text] Source #

A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.

cdCreatedAt :: Lens' CertificateDetail (Maybe UTCTime) Source #

The time at which the certificate was requested. This value exists only when the certificate type is AMAZON_ISSUED .

cdCertificateARN :: Lens' CertificateDetail (Maybe Text) Source #

The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference .

cdSerial :: Lens' CertificateDetail (Maybe Text) Source #

The serial number of the certificate.

cdImportedAt :: Lens' CertificateDetail (Maybe UTCTime) Source #

The date and time at which the certificate was imported. This value exists only when the certificate type is IMPORTED .

cdRevokedAt :: Lens' CertificateDetail (Maybe UTCTime) Source #

The time at which the certificate was revoked. This value exists only when the certificate status is REVOKED .

cdNotBefore :: Lens' CertificateDetail (Maybe UTCTime) Source #

The time before which the certificate is not valid.

cdRevocationReason :: Lens' CertificateDetail (Maybe RevocationReason) Source #

The reason the certificate was revoked. This value exists only when the certificate status is REVOKED .

cdDomainName :: Lens' CertificateDetail (Maybe Text) Source #

The fully qualified domain name for the certificate, such as www.example.com or example.com.

cdRenewalSummary :: Lens' CertificateDetail (Maybe RenewalSummary) Source #

Contains information about the status of ACM's managed renewal for the certificate. This field exists only when the certificate type is AMAZON_ISSUED .

cdKeyAlgorithm :: Lens' CertificateDetail (Maybe KeyAlgorithm) Source #

The algorithm that was used to generate the key pair (the public and private key).

cdType :: Lens' CertificateDetail (Maybe CertificateType) Source #

The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED . For certificates that you imported with ImportCertificate , this value is IMPORTED . ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the AWS Certificate Manager User Guide .

cdIssuedAt :: Lens' CertificateDetail (Maybe UTCTime) Source #

The time at which the certificate was issued. This value exists only when the certificate type is AMAZON_ISSUED .

cdSignatureAlgorithm :: Lens' CertificateDetail (Maybe Text) Source #

The algorithm that was used to sign the certificate.

cdDomainValidationOptions :: Lens' CertificateDetail (Maybe (NonEmpty DomainValidation)) Source #

Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED .

cdIssuer :: Lens' CertificateDetail (Maybe Text) Source #

The name of the certificate authority that issued and signed the certificate.

cdNotAfter :: Lens' CertificateDetail (Maybe UTCTime) Source #

The time after which the certificate is not valid.

CertificateSummary

data CertificateSummary Source #

This structure is returned in the response object of ListCertificates action.

See: certificateSummary smart constructor.

Instances

Eq CertificateSummary Source # 
Data CertificateSummary Source # 

Methods

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

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

toConstr :: CertificateSummary -> Constr #

dataTypeOf :: CertificateSummary -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CertificateSummary Source # 
Show CertificateSummary Source # 
Generic CertificateSummary Source # 
Hashable CertificateSummary Source # 
FromJSON CertificateSummary Source # 
NFData CertificateSummary Source # 

Methods

rnf :: CertificateSummary -> () #

type Rep CertificateSummary Source # 
type Rep CertificateSummary = D1 (MetaData "CertificateSummary" "Network.AWS.CertificateManager.Types.Product" "amazonka-certificatemanager-1.5.0-2yeWo6UU1WpEkhkcK0mi7f" False) (C1 (MetaCons "CertificateSummary'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_csCertificateARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_csDomainName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

certificateSummary :: CertificateSummary Source #

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

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

csCertificateARN :: Lens' CertificateSummary (Maybe Text) Source #

Amazon Resource Name (ARN) of the certificate. This is of the form: arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012 For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces .

csDomainName :: Lens' CertificateSummary (Maybe Text) Source #

Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.

DomainValidation

data DomainValidation Source #

Contains information about the validation of each domain name in the certificate.

See: domainValidation smart constructor.

Instances

Eq DomainValidation Source # 
Data DomainValidation Source # 

Methods

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

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

toConstr :: DomainValidation -> Constr #

dataTypeOf :: DomainValidation -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DomainValidation Source # 
Show DomainValidation Source # 
Generic DomainValidation Source # 
Hashable DomainValidation Source # 
FromJSON DomainValidation Source # 
NFData DomainValidation Source # 

Methods

rnf :: DomainValidation -> () #

type Rep DomainValidation Source # 
type Rep DomainValidation = D1 (MetaData "DomainValidation" "Network.AWS.CertificateManager.Types.Product" "amazonka-certificatemanager-1.5.0-2yeWo6UU1WpEkhkcK0mi7f" False) (C1 (MetaCons "DomainValidation'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_dvValidationEmails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) (S1 (MetaSel (Just Symbol "_dvValidationStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DomainStatus)))) ((:*:) (S1 (MetaSel (Just Symbol "_dvValidationDomain") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dvDomainName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))

domainValidation Source #

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

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

  • dvValidationEmails - A list of email addresses that ACM used to send domain validation emails.
  • dvValidationStatus - The validation status of the domain name.
  • dvValidationDomain - The domain name that ACM used to send domain validation emails.
  • dvDomainName - A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com .

dvValidationEmails :: Lens' DomainValidation [Text] Source #

A list of email addresses that ACM used to send domain validation emails.

dvValidationStatus :: Lens' DomainValidation (Maybe DomainStatus) Source #

The validation status of the domain name.

dvValidationDomain :: Lens' DomainValidation (Maybe Text) Source #

The domain name that ACM used to send domain validation emails.

dvDomainName :: Lens' DomainValidation Text Source #

A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com .

DomainValidationOption

data DomainValidationOption Source #

Contains information about the domain names that you want ACM to use to send you emails to validate your ownership of the domain.

See: domainValidationOption smart constructor.

Instances

Eq DomainValidationOption Source # 
Data DomainValidationOption Source # 

Methods

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

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

toConstr :: DomainValidationOption -> Constr #

dataTypeOf :: DomainValidationOption -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DomainValidationOption Source # 
Show DomainValidationOption Source # 
Generic DomainValidationOption Source # 
Hashable DomainValidationOption Source # 
ToJSON DomainValidationOption Source # 
NFData DomainValidationOption Source # 

Methods

rnf :: DomainValidationOption -> () #

type Rep DomainValidationOption Source # 
type Rep DomainValidationOption = D1 (MetaData "DomainValidationOption" "Network.AWS.CertificateManager.Types.Product" "amazonka-certificatemanager-1.5.0-2yeWo6UU1WpEkhkcK0mi7f" False) (C1 (MetaCons "DomainValidationOption'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dvoDomainName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_dvoValidationDomain") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))

domainValidationOption Source #

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

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

  • dvoDomainName - A fully qualified domain name (FQDN) in the certificate request.
  • dvoValidationDomain - The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the email addresses that you want ACM to use. This must be the same as the DomainName value or a superdomain of the DomainName value. For example, if you request a certificate for testing.example.com , you can specify example.com for this value. In that case, ACM sends domain validation emails to the following five addresses: * adminexample.com * administratorexample.com * hostmasterexample.com * postmasterexample.com * webmaster@example.com

dvoDomainName :: Lens' DomainValidationOption Text Source #

A fully qualified domain name (FQDN) in the certificate request.

dvoValidationDomain :: Lens' DomainValidationOption Text Source #

The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the email addresses that you want ACM to use. This must be the same as the DomainName value or a superdomain of the DomainName value. For example, if you request a certificate for testing.example.com , you can specify example.com for this value. In that case, ACM sends domain validation emails to the following five addresses: * adminexample.com * administratorexample.com * hostmasterexample.com * postmasterexample.com * webmaster@example.com

RenewalSummary

data RenewalSummary Source #

Contains information about the status of ACM's managed renewal for the certificate. This structure exists only when the certificate type is AMAZON_ISSUED .

See: renewalSummary smart constructor.

Instances

Eq RenewalSummary Source # 
Data RenewalSummary Source # 

Methods

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

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

toConstr :: RenewalSummary -> Constr #

dataTypeOf :: RenewalSummary -> DataType #

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

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

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

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

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

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

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

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

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

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

Read RenewalSummary Source # 
Show RenewalSummary Source # 
Generic RenewalSummary Source # 

Associated Types

type Rep RenewalSummary :: * -> * #

Hashable RenewalSummary Source # 
FromJSON RenewalSummary Source # 
NFData RenewalSummary Source # 

Methods

rnf :: RenewalSummary -> () #

type Rep RenewalSummary Source # 
type Rep RenewalSummary = D1 (MetaData "RenewalSummary" "Network.AWS.CertificateManager.Types.Product" "amazonka-certificatemanager-1.5.0-2yeWo6UU1WpEkhkcK0mi7f" False) (C1 (MetaCons "RenewalSummary'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_rsRenewalStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 RenewalStatus)) (S1 (MetaSel (Just Symbol "_rsDomainValidationOptions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (List1 DomainValidation)))))

renewalSummary Source #

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

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

  • rsRenewalStatus - The status of ACM's managed renewal of the certificate.
  • rsDomainValidationOptions - Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal . This is different from the initial validation that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED .

rsRenewalStatus :: Lens' RenewalSummary RenewalStatus Source #

The status of ACM's managed renewal of the certificate.

rsDomainValidationOptions :: Lens' RenewalSummary (NonEmpty DomainValidation) Source #

Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal . This is different from the initial validation that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED .

Tag

data Tag Source #

A key-value pair that identifies or specifies metadata about an ACM resource.

See: tag smart constructor.

Instances

Eq Tag Source # 

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Data Tag Source # 

Methods

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

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

toConstr :: Tag -> Constr #

dataTypeOf :: Tag -> DataType #

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

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

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

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

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

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

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

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

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

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

Read Tag Source # 
Show Tag Source # 

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag Source # 

Associated Types

type Rep Tag :: * -> * #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

Hashable Tag Source # 

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

FromJSON Tag Source # 
ToJSON Tag Source # 
NFData Tag Source # 

Methods

rnf :: Tag -> () #

type Rep Tag Source # 
type Rep Tag = D1 (MetaData "Tag" "Network.AWS.CertificateManager.Types.Product" "amazonka-certificatemanager-1.5.0-2yeWo6UU1WpEkhkcK0mi7f" False) (C1 (MetaCons "Tag'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_tagValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_tagKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))

tag Source #

Arguments

:: Text

tagKey

-> Tag 

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

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

tagValue :: Lens' Tag (Maybe Text) Source #

The value of the tag.

tagKey :: Lens' Tag Text Source #

The key of the tag.