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 RenewalSummary = RenewalSummary' {}
- newRenewalSummary :: RenewalSummary
- renewalSummary_renewalStatus :: Lens' RenewalSummary (Maybe RenewalStatus)
- renewalSummary_domainValidationRecords :: Lens' RenewalSummary (Maybe [DomainValidationRecord])
- renewalSummary_updatedAt :: Lens' RenewalSummary (Maybe UTCTime)
- renewalSummary_renewalStatusReason :: Lens' RenewalSummary (Maybe Text)
Documentation
data RenewalSummary Source #
Describes the status of a SSL/TLS certificate renewal managed by Amazon Lightsail.
See: newRenewalSummary
smart constructor.
RenewalSummary' | |
|
Instances
newRenewalSummary :: RenewalSummary Source #
Create a value of RenewalSummary
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:renewalStatus:RenewalSummary'
, renewalSummary_renewalStatus
- The renewal status of the certificate.
The following renewal status are possible:
PendingAutoRenewal
- Lightsail is attempting to automatically validate the domain names of the certificate. No further action is required.PendingValidation
- Lightsail couldn't automatically validate one or more domain names of the certificate. You must take action to validate these domain names or the certificate won't be renewed. Check to make sure your certificate's domain validation records exist in your domain's DNS, and that your certificate remains in use.Success
- All domain names in the certificate are validated, and Lightsail renewed the certificate. No further action is required.Failed
- One or more domain names were not validated before the certificate expired, and Lightsail did not renew the certificate. You can request a new certificate using theCreateCertificate
action.
$sel:domainValidationRecords:RenewalSummary'
, renewalSummary_domainValidationRecords
- An array of objects that describe the domain validation records of the
certificate.
$sel:updatedAt:RenewalSummary'
, renewalSummary_updatedAt
- The timestamp when the certificate was last updated.
$sel:renewalStatusReason:RenewalSummary'
, renewalSummary_renewalStatusReason
- The reason for the renewal status of the certificate.
renewalSummary_renewalStatus :: Lens' RenewalSummary (Maybe RenewalStatus) Source #
The renewal status of the certificate.
The following renewal status are possible:
PendingAutoRenewal
- Lightsail is attempting to automatically validate the domain names of the certificate. No further action is required.PendingValidation
- Lightsail couldn't automatically validate one or more domain names of the certificate. You must take action to validate these domain names or the certificate won't be renewed. Check to make sure your certificate's domain validation records exist in your domain's DNS, and that your certificate remains in use.Success
- All domain names in the certificate are validated, and Lightsail renewed the certificate. No further action is required.Failed
- One or more domain names were not validated before the certificate expired, and Lightsail did not renew the certificate. You can request a new certificate using theCreateCertificate
action.
renewalSummary_domainValidationRecords :: Lens' RenewalSummary (Maybe [DomainValidationRecord]) Source #
An array of objects that describe the domain validation records of the certificate.
renewalSummary_updatedAt :: Lens' RenewalSummary (Maybe UTCTime) Source #
The timestamp when the certificate was last updated.
renewalSummary_renewalStatusReason :: Lens' RenewalSummary (Maybe Text) Source #
The reason for the renewal status of the certificate.