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 Implementederror response. - Certificates are immediately issued with status
ISSUED— no DNS or email validation is performed.
Summary
| Category | ✅ Supported |
|---|---|
| Certificates | 4 |
| Tags | 6 |
Endpoints
Certificates
| Operation | Status | Notes | AWS Docs |
|---|---|---|---|
RequestCertificate | ✅ Supported | Creates a certificate; immediately ISSUED; inline Tags applied at creation | docs |
DescribeCertificate | ✅ Supported | Returns certificate details | docs |
ListCertificates | ✅ Supported | Lists all certificates | docs |
DeleteCertificate | ✅ Supported | Deletes a certificate by ARN | docs |
Tags
| Operation | Status | Notes | AWS Docs |
|---|---|---|---|
ListTagsForCertificate | ✅ Supported | Lists tags for a certificate | docs |
AddTagsToCertificate | ✅ Supported | Adds tags to a certificate | docs |
RemoveTagsFromCertificate | ✅ Supported | Removes tags from a certificate | docs |
TagResource | ✅ Supported | Modern alias of AddTagsToCertificate, addressing the certificate by ResourceArn | docs |
UntagResource | ✅ Supported | Takes TagKeys, where RemoveTagsFromCertificate takes a Tags list | docs |
ListTagsForResource | ✅ Supported | Modern alias of ListTagsForCertificate | docs |