libZSservicesZSamazonka-lightsailZSamazonka-lightsail
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Lightsail.Types.RenewalSummary

Description

 
Synopsis

Documentation

data RenewalSummary Source #

Describes the status of a SSL/TLS certificate renewal managed by Amazon Lightsail.

See: newRenewalSummary smart constructor.

Constructors

RenewalSummary' 

Fields

  • renewalStatus :: Maybe 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 the CreateCertificate action.
  • domainValidationRecords :: Maybe [DomainValidationRecord]

    An array of objects that describe the domain validation records of the certificate.

  • updatedAt :: Maybe POSIX

    The timestamp when the certificate was last updated.

  • renewalStatusReason :: Maybe Text

    The reason for the renewal status of the certificate.

Instances

Instances details
Eq RenewalSummary Source # 
Instance details

Defined in Amazonka.Lightsail.Types.RenewalSummary

Read RenewalSummary Source # 
Instance details

Defined in Amazonka.Lightsail.Types.RenewalSummary

Show RenewalSummary Source # 
Instance details

Defined in Amazonka.Lightsail.Types.RenewalSummary

Generic RenewalSummary Source # 
Instance details

Defined in Amazonka.Lightsail.Types.RenewalSummary

Associated Types

type Rep RenewalSummary :: Type -> Type #

NFData RenewalSummary Source # 
Instance details

Defined in Amazonka.Lightsail.Types.RenewalSummary

Methods

rnf :: RenewalSummary -> () #

Hashable RenewalSummary Source # 
Instance details

Defined in Amazonka.Lightsail.Types.RenewalSummary

FromJSON RenewalSummary Source # 
Instance details

Defined in Amazonka.Lightsail.Types.RenewalSummary

type Rep RenewalSummary Source # 
Instance details

Defined in Amazonka.Lightsail.Types.RenewalSummary

type Rep RenewalSummary = D1 ('MetaData "RenewalSummary" "Amazonka.Lightsail.Types.RenewalSummary" "libZSservicesZSamazonka-lightsailZSamazonka-lightsail" 'False) (C1 ('MetaCons "RenewalSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "renewalStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RenewalStatus)) :*: S1 ('MetaSel ('Just "domainValidationRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DomainValidationRecord]))) :*: (S1 ('MetaSel ('Just "updatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "renewalStatusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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 the CreateCertificate 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 the CreateCertificate 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.