overcast local AWS emulator

Service Reference

ACM — AWS Certificate Manager

AWS Certificate Manager uses the application/x-amz-json-1.1 protocol. Operations are identified by the X-Amz-Target header with the prefix CertificateManager..

ACM — AWS Certificate Manager

AWS docs: https://docs.aws.amazon.com/acm/latest/APIReference/

AWS Certificate Manager uses the application/x-amz-json-1.1 protocol. Operations are identified by the X-Amz-Target header with the prefix CertificateManager..


Notes

  • Target dispatch header: X-Amz-Target: CertificateManager.<Operation>.
  • Unrecognized operations return a JSON 501 Not Implemented error response.
  • Certificates are immediately issued with status ISSUED — no DNS or email validation is performed.

Summary

Category✅ Supported
Certificates4
Tags6

Endpoints

Certificates

OperationStatusNotesAWS Docs
RequestCertificate✅ SupportedCreates a certificate; immediately ISSUED; inline Tags applied at creationdocs
DescribeCertificate✅ SupportedReturns certificate detailsdocs
ListCertificates✅ SupportedLists all certificatesdocs
DeleteCertificate✅ SupportedDeletes a certificate by ARNdocs

Tags

OperationStatusNotesAWS Docs
ListTagsForCertificate✅ SupportedLists tags for a certificatedocs
AddTagsToCertificate✅ SupportedAdds tags to a certificatedocs
RemoveTagsFromCertificate✅ SupportedRemoves tags from a certificatedocs
TagResource✅ SupportedModern alias of AddTagsToCertificate, addressing the certificate by ResourceArndocs
UntagResource✅ SupportedTakes TagKeys, where RemoveTagsFromCertificate takes a Tags listdocs
ListTagsForResource✅ SupportedModern alias of ListTagsForCertificatedocs