Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data Certificate = Certificate' {}
- newCertificate :: Certificate
- certificate_status :: Lens' Certificate (Maybe CertificateStatus)
- certificate_certificateArn :: Lens' Certificate (Maybe Text)
- certificate_certificateId :: Lens' Certificate (Maybe Text)
- certificate_certificateMode :: Lens' Certificate (Maybe CertificateMode)
- certificate_creationDate :: Lens' Certificate (Maybe UTCTime)
Documentation
data Certificate Source #
Information about a certificate.
See: newCertificate
smart constructor.
Certificate' | |
|
Instances
newCertificate :: Certificate Source #
Create a value of Certificate
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:status:Certificate'
, certificate_status
- The status of the certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
$sel:certificateArn:Certificate'
, certificate_certificateArn
- The ARN of the certificate.
$sel:certificateId:Certificate'
, certificate_certificateId
- The ID of the certificate. (The last part of the certificate ARN
contains the certificate ID.)
$sel:certificateMode:Certificate'
, certificate_certificateMode
- The mode of the certificate.
$sel:creationDate:Certificate'
, certificate_creationDate
- The date and time the certificate was created.
certificate_status :: Lens' Certificate (Maybe CertificateStatus) Source #
The status of the certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
certificate_certificateArn :: Lens' Certificate (Maybe Text) Source #
The ARN of the certificate.
certificate_certificateId :: Lens' Certificate (Maybe Text) Source #
The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)
certificate_certificateMode :: Lens' Certificate (Maybe CertificateMode) Source #
The mode of the certificate.
certificate_creationDate :: Lens' Certificate (Maybe UTCTime) Source #
The date and time the certificate was created.