Skip to content

Commit f939451

Browse files
author
AWS
committed
AWS Outposts Update: This release updates StartCapacityTask to allow an active Outpost to be modified. It also adds a new API to list all running EC2 instances on the Outpost.
1 parent f789604 commit f939451

File tree

3 files changed

+326
-7
lines changed

3 files changed

+326
-7
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": "AWS Outposts",
4+
"contributor": "",
5+
"description": "This release updates StartCapacityTask to allow an active Outpost to be modified. It also adds a new API to list all running EC2 instances on the Outpost."
6+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,24 @@
1212
"limit_key": "MaxResults",
1313
"result_key": "InstanceTypes"
1414
},
15+
"ListAssetInstances": {
16+
"input_token": "NextToken",
17+
"output_token": "NextToken",
18+
"limit_key": "MaxResults",
19+
"result_key": "AssetInstances"
20+
},
1521
"ListAssets": {
1622
"input_token": "NextToken",
1723
"output_token": "NextToken",
1824
"limit_key": "MaxResults",
1925
"result_key": "Assets"
2026
},
27+
"ListBlockingInstancesForCapacityTask": {
28+
"input_token": "NextToken",
29+
"output_token": "NextToken",
30+
"limit_key": "MaxResults",
31+
"result_key": "BlockingInstances"
32+
},
2133
"ListCapacityTasks": {
2234
"input_token": "NextToken",
2335
"output_token": "NextToken",

0 commit comments

Comments
 (0)