Skip to content

Commit bcb6f8c

Browse files
author
AWS
committed
Amazon EC2 Container Service Update: This release adds support for ECS Service Connect, a new capability that simplifies writing and operating resilient distributed applications. This release updates the TaskDefinition, Cluster, Service mutation APIs with Service connect constructs and also adds a new ListServicesByNamespace API.
1 parent 927b2d4 commit bcb6f8c

File tree

3 files changed

+253
-22
lines changed

3 files changed

+253
-22
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon EC2 Container Service",
4+
"contributor": "",
5+
"description": "This release adds support for ECS Service Connect, a new capability that simplifies writing and operating resilient distributed applications. This release updates the TaskDefinition, Cluster, Service mutation APIs with Service connect constructs and also adds a new ListServicesByNamespace API."
6+
}

services/ecs/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
"output_token": "nextToken",
3131
"result_key": "serviceArns"
3232
},
33+
"ListServicesByNamespace": {
34+
"input_token": "nextToken",
35+
"limit_key": "maxResults",
36+
"output_token": "nextToken",
37+
"result_key": "serviceArns"
38+
},
3339
"ListTaskDefinitionFamilies": {
3440
"input_token": "nextToken",
3541
"limit_key": "maxResults",

0 commit comments

Comments
 (0)