OpenSearch operations
Every OpenSearch operation Overcast declares — 8 of 8 implemented — with status, behaviour notes and a link to the AWS API reference for each.
All 8 listed operations are implemented. Back to OpenSearch.
Summary
| Category | ✅ Supported |
|---|---|
| Domains | 5 |
| Tags | 3 |
Endpoints
Domains
| Operation | Status | Notes | AWS Docs |
|---|---|---|---|
CreateDomain | ✅ Supported | creates a domain, immediately active; inline TagList applied at creation; a repeat name in the same region is rejected | docs |
DescribeDomain | ✅ Supported | returns the stored domain; only the members an inert domain can populate honestly | docs |
DescribeDomains | ✅ Supported | batch describe; a name that matches nothing is omitted from the list | docs |
ListDomainNames | ✅ Supported | lists the region’s domains; the engineType filter is honoured, derived from each domain’s EngineVersion | docs |
DeleteDomain | ✅ Supported | deletes a domain and the tags attached to it | docs |
Tags
| Operation | Status | Notes | AWS Docs |
|---|---|---|---|
AddTags | ✅ Supported | adds tags to a resource, addressed by ARN in the body | docs |
ListTags | ✅ Supported | lists tags for a resource, addressed by the arn query parameter | docs |
RemoveTags | ✅ Supported | removes the named tag keys from a resource | docs |
Related
- OpenSearch — quick start, what works, and the differences from AWS
- All service pages