View a markdown version of this page

UpdateSummary - AWS Certificate Manager

UpdateSummary

Contains information about the most recent certificate update, such as a domain validation method migration. This structure is returned as part of the CertificateDetail response from DescribeCertificate.

Contents

Note

In the following list, the required parameters are described first.

DomainValidationMethodUpdateSummary

Contains information about a domain validation method migration, including the previous and target validation methods.

Type: DomainValidationMethodUpdateSummary object

Required: No

RequestedAt

The time at which the certificate update was requested.

Type: Timestamp

Required: No

Status

The status of the certificate update. The following are valid values:

  • PENDING_DOMAIN_VALIDATION – The certificate update is waiting for domain ownership validation to complete.

  • SUCCESS – The certificate was updated successfully.

  • FAILED – The certificate update failed.

Type: String

Valid Values: PENDING_DOMAIN_VALIDATION | SUCCESS | FAILED

Required: No

Type

The type of update that was requested for the certificate. The following are valid values:

  • DOMAIN_VALIDATION_METHOD – The update changes the domain validation method for the certificate.

Type: String

Valid Values: DOMAIN_VALIDATION_METHOD

Required: No

UpdatedAt

The time at which the certificate update status was last changed.

Type: Timestamp

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: