Amazon ECS API specification reference. Use when implementing ECS-compatible APIs in KECS to accurately reproduce request/response structures, parameters, error codes, and behaviors. Reference for implementing APIs like CreateCluster, CreateService, RunTask, RegisterTaskDefinition.
Reference skill for implementing ECS-compatible APIs in KECS.
This skill provides detailed specifications for the following ECS API categories:
cluster-api.md)service-api.md)task-api.md)task-definition-api.md)other-apis.md)POST / HTTP/1.1
Host: ecs.{region}.amazonaws.com
Content-Type: application/x-amz-json-1.1
X-Amz-Target: AmazonEC2ContainerServiceV20141113.{ActionName}
| Error | HTTP | Description | |-------|------|-------------| | ClientException | 400 | Client-side error (insufficient permissions, invalid ID, etc.) | | InvalidParameterException | 400 | Invalid parameter | | ServerException | 500 | Server error | | ClusterNotFoundException | 400 | Cluster not found | | ServiceNotFoundException | 400 | Service not found |
aws: prefix is reserved (cannot edit or delete)arn:aws:ecs:{region}:{account}:{resource-type}/{resource-id}
Resource types: cluster, service, task, task-definition, container-instance, capacity-provider, task-set
Refer to the following support files for detailed API specifications:
cluster-api.md - CreateCluster, DescribeClusters, ListClusters, DeleteCluster, UpdateClusterservice-api.md - CreateService, DescribeServices, UpdateService, DeleteService, ListServicestask-api.md - RunTask, StopTask, DescribeTasks, ListTasks, ExecuteCommandtask-definition-api.md - RegisterTaskDefinition, DeregisterTaskDefinition, DescribeTaskDefinition, ListTaskDefinitionsother-apis.md - TagResource, ListTagsForResource, CreateTaskSet, PutAttributes, PutAccountSetting, etc.Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer