listEmailIdentityCertificates
abstract suspend fun listEmailIdentityCertificates(input: ListEmailIdentityCertificatesRequest): ListEmailIdentityCertificatesResponse
Lists the S/MIME certificates that are associated with the specified email identity. The results include certificates in all states, such as PROVISIONING, ACTIVE, INACTIVE, DEPROVISIONING, and FAILED.
If a certificate has passed its expiration time, it's returned with a status of FAILED.
We recommend using pagination to ensure that the operation returns quickly and successfully. When there are more results than fit in a single response, the response includes a NextToken value that you use in a subsequent call to retrieve the next set of results.