Skip to content

Commit 5b19eba

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: Adds support to Capacity Blocks for ML for purchasing EC2 P6e-GB200 UltraServers. Customers can now purchase u-p6e-gb200x72 and u-p6e-gb200x36 UltraServers. Adds new DescribeCapacityBlocks andDescribeCapacityBlockStatus APIs. Adds support for CapacityBlockId to DescribeInstanceTopology.
1 parent c6f03c6 commit 5b19eba

File tree

3 files changed

+353
-13
lines changed

3 files changed

+353
-13
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 Elastic Compute Cloud",
4+
"contributor": "",
5+
"description": "Adds support to Capacity Blocks for ML for purchasing EC2 P6e-GB200 UltraServers. Customers can now purchase u-p6e-gb200x72 and u-p6e-gb200x36 UltraServers. Adds new DescribeCapacityBlocks andDescribeCapacityBlockStatus APIs. Adds support for CapacityBlockId to DescribeInstanceTopology."
6+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,18 @@
5454
"output_token": "NextToken",
5555
"result_key": "CapacityBlockOfferings"
5656
},
57+
"DescribeCapacityBlockStatus": {
58+
"input_token": "NextToken",
59+
"limit_key": "MaxResults",
60+
"output_token": "NextToken",
61+
"result_key": "CapacityBlockStatuses"
62+
},
63+
"DescribeCapacityBlocks": {
64+
"input_token": "NextToken",
65+
"limit_key": "MaxResults",
66+
"output_token": "NextToken",
67+
"result_key": "CapacityBlocks"
68+
},
5769
"DescribeCapacityReservationBillingRequests": {
5870
"input_token": "NextToken",
5971
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)