SSM operations
Every SSM operation Overcast declares — 11 of 18 implemented — with status, behaviour notes and a link to the AWS API reference for each.
11 of 18 listed operations are implemented. Back to SSM.
Summary
| Category | ✅ Supported | ❌ Unsupported |
|---|---|---|
| General | 10 | |
| Parameters | 2 | |
| Tags | 1 | |
| Advanced/misc | 5 |
Endpoints
General
| Operation | Status | Notes | AWS Docs |
|---|---|---|---|
AddTagsToResource | ✅ Supported | docs | |
DeleteParameter | ✅ Supported | docs | |
DeleteParameters | ✅ Supported | docs | |
DescribeParameters | ✅ Supported | ParameterFilters keys: Name, Type; options: Equals (the default), BeginsWith, Contains; an unimplemented key or option is refused, not ignored | docs |
GetParameter | ✅ Supported | docs | |
GetParameterHistory | ✅ Supported | docs | |
GetParameters | ✅ Supported | docs | |
GetParametersByPath | ✅ Supported | docs | |
ListTagsForResource | ✅ Supported | docs | |
PutParameter | ✅ Supported | Description, Tier, DataType, AllowedPattern and Policies are stored and echoed back rather than a fixed default; Policies is stored as given and expanded into ParameterInlinePolicy entries on read | docs |
Parameters
| Operation | Status | Notes | AWS Docs |
|---|---|---|---|
LabelParameterVersion | ❌ Unsupported | Returns 501 | docs |
UnlabelParameterVersion | ❌ Unsupported | Returns 501 | docs |
Tags
| Operation | Status | Notes | AWS Docs |
|---|---|---|---|
RemoveTagsFromResource | ✅ Supported | Removes tags from a parameter | docs |
Advanced/misc
| Operation | Status | Notes | AWS Docs |
|---|---|---|---|
GetServiceSetting | ❌ Unsupported | Returns 501 | docs |
CreateDocument | ❌ Unsupported | Returns 501 | docs |
SendCommand | ❌ Unsupported | Returns 501 | docs |
StartAutomationExecution | ❌ Unsupported | Returns 501 | docs |
RegisterDefaultPatchBaseline | ❌ Unsupported | Returns 501 | docs |
Related
- SSM — quick start, what works, and the differences from AWS
- All service pages