Skip to content

Commit f2695f0

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: This release adds support for assigning the billing of shared Amazon EC2 On-Demand Capacity Reservations.
1 parent 47b19a5 commit f2695f0

File tree

3 files changed

+362
-40
lines changed

3 files changed

+362
-40
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": "This release adds support for assigning the billing of shared Amazon EC2 On-Demand Capacity Reservations."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@
4242
"output_token": "NextToken",
4343
"result_key": "CapacityBlockOfferings"
4444
},
45+
"DescribeCapacityReservationBillingRequests": {
46+
"input_token": "NextToken",
47+
"limit_key": "MaxResults",
48+
"output_token": "NextToken",
49+
"result_key": "CapacityReservationBillingRequests"
50+
},
4551
"DescribeCapacityReservationFleets": {
4652
"input_token": "NextToken",
4753
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)