| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoT.Types.CACertificate
Description
Synopsis
- data CACertificate = CACertificate' {}
- newCACertificate :: CACertificate
- cACertificate_certificateArn :: Lens' CACertificate (Maybe Text)
- cACertificate_certificateId :: Lens' CACertificate (Maybe Text)
- cACertificate_creationDate :: Lens' CACertificate (Maybe UTCTime)
- cACertificate_status :: Lens' CACertificate (Maybe CACertificateStatus)
Documentation
data CACertificate Source #
A CA certificate.
See: newCACertificate smart constructor.
Constructors
| CACertificate' | |
Fields
| |
Instances
newCACertificate :: CACertificate Source #
Create a value of CACertificate 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:certificateArn:CACertificate', cACertificate_certificateArn - The ARN of the CA certificate.
$sel:certificateId:CACertificate', cACertificate_certificateId - The ID of the CA certificate.
$sel:creationDate:CACertificate', cACertificate_creationDate - The date the CA certificate was created.
$sel:status:CACertificate', cACertificate_status - The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
cACertificate_certificateArn :: Lens' CACertificate (Maybe Text) Source #
The ARN of the CA certificate.
cACertificate_certificateId :: Lens' CACertificate (Maybe Text) Source #
The ID of the CA certificate.
cACertificate_creationDate :: Lens' CACertificate (Maybe UTCTime) Source #
The date the CA certificate was created.
cACertificate_status :: Lens' CACertificate (Maybe CACertificateStatus) Source #
The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.