SES operations
Every SES operation Overcast declares — 27 of 45 implemented — with status, behaviour notes and a link to the AWS API reference for each.
27 of 45 listed operations are implemented. Back to SES.
Summary
| Category | ✅ Supported | ❌ Unsupported |
|---|---|---|
| SES v1 — Sending | 2 | |
| SES v1 — Identities | 9 | 7 |
| SES v1 — Templates | 6 | |
| SES v1 — Other | 2 | 10 |
| SES v2 — Sending | 1 | |
| SES v2 — Identities | 4 | |
| SES v2 — Tags | 3 | |
| SES v2 — Other | 1 |
Endpoints
SES v1 — Sending
| Operation | Status | Notes | AWS Docs |
|---|---|---|---|
SendEmail | ✅ Supported | Query Action=SendEmail; simple content | docs |
SendRawEmail | ✅ Supported | Delivers raw MIME to mail capture | docs |
SES v1 — Identities
| Operation | Status | Notes | AWS Docs |
|---|---|---|---|
VerifyEmailIdentity | ✅ Supported | Auto-verified | docs |
VerifyDomainIdentity | ✅ Supported | Auto-verified; returns dummy token | docs |
ListIdentities | ✅ Supported | Supports IdentityType filter | docs |
ListVerifiedEmailAddresses | ✅ Supported | docs | |
GetIdentityVerificationAttributes | ✅ Supported | Always returns Success status | docs |
DeleteIdentity | ✅ Supported | docs | |
VerifyEmailAddress | ✅ Supported | docs | |
DeleteVerifiedEmailAddress | ✅ Supported | docs | |
SetIdentityFeedbackForwardingEnabled | ✅ Supported | docs | |
GetIdentityDkimAttributes | ❌ Unsupported | stub; returns 501 | docs |
GetIdentityMailFromDomainAttributes | ❌ Unsupported | stub; returns 501 | docs |
GetIdentityNotificationAttributes | ❌ Unsupported | stub; returns 501 | docs |
SetIdentityDkimEnabled | ❌ Unsupported | stub; returns 501 | docs |
SetIdentityMailFromDomain | ❌ Unsupported | stub; returns 501 | docs |
SetIdentityNotificationTopic | ❌ Unsupported | stub; returns 501 | docs |
VerifyDomainDkim | ❌ Unsupported | stub; returns 501 | docs |
SES v1 — Templates
| Operation | Status | Notes | AWS Docs |
|---|---|---|---|
CreateTemplate | ✅ Supported | docs | |
GetTemplate | ✅ Supported | docs | |
UpdateTemplate | ✅ Supported | docs | |
ListTemplates | ✅ Supported | docs | |
DeleteTemplate | ✅ Supported | docs | |
SendTemplatedEmail | ✅ Supported | {{key}} variable substitution | docs |
SES v1 — Other
| Operation | Status | Notes | AWS Docs |
|---|---|---|---|
GetSendQuota | ✅ Supported | Returns unlimited quota | docs |
GetSendStatistics | ✅ Supported | Returns empty data points | docs |
CreateConfigurationSet | ❌ Unsupported | stub; returns 501 | docs |
DeleteConfigurationSet | ❌ Unsupported | stub; returns 501 | docs |
ListConfigurationSets | ❌ Unsupported | stub; returns 501 | docs |
CreateReceiptRule | ❌ Unsupported | stub; returns 501 | docs |
CreateReceiptRuleSet | ❌ Unsupported | stub; returns 501 | docs |
DeleteReceiptRule | ❌ Unsupported | stub; returns 501 | docs |
DeleteReceiptRuleSet | ❌ Unsupported | stub; returns 501 | docs |
DescribeReceiptRule | ❌ Unsupported | stub; returns 501 | docs |
DescribeReceiptRuleSet | ❌ Unsupported | stub; returns 501 | docs |
ListReceiptRuleSets | ❌ Unsupported | stub; returns 501 | docs |
SES v2 — Sending
| Operation | Status | Notes | AWS Docs |
|---|---|---|---|
SendEmail | ✅ Supported | POST /v2/email/outbound-emails; simple content | docs |
SES v2 — Identities
| Operation | Status | Notes | AWS Docs |
|---|---|---|---|
CreateEmailIdentity | ✅ Supported | POST /v2/email/identities; auto-verified; inline Tags applied at creation | docs |
ListEmailIdentities | ✅ Supported | GET /v2/email/identities | docs |
GetEmailIdentity | ✅ Supported | GET /v2/email/identities/{EmailIdentity}; reports the identity’s Tags | docs |
DeleteEmailIdentity | ✅ Supported | DELETE /v2/email/identities/{EmailIdentity} | docs |
SES v2 — Tags
| Operation | Status | Notes | AWS Docs |
|---|---|---|---|
TagResource | ✅ Supported | POST /v2/email/tags; email identity ARNs — configuration sets are not emulated | docs |
UntagResource | ✅ Supported | DELETE /v2/email/tags?ResourceArn=…&TagKeys=… | docs |
ListTagsForResource | ✅ Supported | GET /v2/email/tags?ResourceArn=… | docs |
SES v2 — Other
| Operation | Status | Notes | AWS Docs |
|---|---|---|---|
All other v2 operations | ❌ Unsupported | Returns NotImplemented | docs |
Related
- SES — quick start, what works, and the differences from AWS
- All service pages