pplu/aws-sdk-perl

ACM ListCertificates now returns additional attributes

fkoyer opened this issue · 0 comments

ListCertificates returns a list of CertificateSummary objects. The returned objects have more attributes than before.

https://docs.aws.amazon.com/acm/latest/APIReference/API_CertificateSummary.html

I created PR #439 to add these additional attributes.