| 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.ServerCertificateSummary
Description
Synopsis
- data ServerCertificateSummary = ServerCertificateSummary' {}
- newServerCertificateSummary :: ServerCertificateSummary
- serverCertificateSummary_serverCertificateArn :: Lens' ServerCertificateSummary (Maybe Text)
- serverCertificateSummary_serverCertificateStatus :: Lens' ServerCertificateSummary (Maybe ServerCertificateStatus)
- serverCertificateSummary_serverCertificateStatusDetail :: Lens' ServerCertificateSummary (Maybe Text)
Documentation
data ServerCertificateSummary Source #
An object that contains information about a server certificate.
See: newServerCertificateSummary smart constructor.
Constructors
| ServerCertificateSummary' | |
Fields
| |
Instances
newServerCertificateSummary :: ServerCertificateSummary Source #
Create a value of ServerCertificateSummary 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:serverCertificateArn:ServerCertificateSummary', serverCertificateSummary_serverCertificateArn - The ARN of the server certificate.
$sel:serverCertificateStatus:ServerCertificateSummary', serverCertificateSummary_serverCertificateStatus - The status of the server certificate.
$sel:serverCertificateStatusDetail:ServerCertificateSummary', serverCertificateSummary_serverCertificateStatusDetail - Details that explain the status of the server certificate.
serverCertificateSummary_serverCertificateArn :: Lens' ServerCertificateSummary (Maybe Text) Source #
The ARN of the server certificate.
serverCertificateSummary_serverCertificateStatus :: Lens' ServerCertificateSummary (Maybe ServerCertificateStatus) Source #
The status of the server certificate.
serverCertificateSummary_serverCertificateStatusDetail :: Lens' ServerCertificateSummary (Maybe Text) Source #
Details that explain the status of the server certificate.