Skip to content

Commit e6f8db6

Browse files
author
AWS
committed
AWS Billing and Cost Management Pricing Calculator Update: Add AFTER_DISCOUNTS_AND_COMMITMENTS to Workload Estimate Rate Type. Set ListWorkLoadEstimateUsage maxResults range to minimum of 0 and maximum of 300.
1 parent 70ab334 commit e6f8db6

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
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 Billing and Cost Management Pricing Calculator",
4+
"contributor": "",
5+
"description": "Add AFTER_DISCOUNTS_AND_COMMITMENTS to Workload Estimate Rate Type. Set ListWorkLoadEstimateUsage maxResults range to minimum of 0 and maximum of 300."
6+
}

services/bcmpricingcalculator/src/main/resources/codegen-resources/service-2.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3182,7 +3182,7 @@
31823182
"documentation":"<p> A token to retrieve the next page of results. </p>"
31833183
},
31843184
"maxResults":{
3185-
"shape":"MaxResults",
3185+
"shape":"WorkloadEstimateUsageMaxResults",
31863186
"documentation":"<p> The maximum number of results to return per page. </p>"
31873187
}
31883188
}
@@ -3286,7 +3286,8 @@
32863286
"MaxResults":{
32873287
"type":"integer",
32883288
"box":true,
3289-
"max":25
3289+
"max":25,
3290+
"min":0
32903291
},
32913292
"NegateReservedInstanceAction":{
32923293
"type":"structure",
@@ -3331,7 +3332,8 @@
33313332
"type":"string",
33323333
"enum":[
33333334
"BEFORE_DISCOUNTS",
3334-
"AFTER_DISCOUNTS"
3335+
"AFTER_DISCOUNTS",
3336+
"AFTER_DISCOUNTS_AND_COMMITMENTS"
33353337
]
33363338
},
33373339
"RateTypes":{
@@ -3869,7 +3871,8 @@
38693871
"type":"string",
38703872
"enum":[
38713873
"BEFORE_DISCOUNTS",
3872-
"AFTER_DISCOUNTS"
3874+
"AFTER_DISCOUNTS",
3875+
"AFTER_DISCOUNTS_AND_COMMITMENTS"
38733876
]
38743877
},
38753878
"WorkloadEstimateStatus":{
@@ -4004,6 +4007,12 @@
40044007
"type":"list",
40054008
"member":{"shape":"WorkloadEstimateUsageItem"}
40064009
},
4010+
"WorkloadEstimateUsageMaxResults":{
4011+
"type":"integer",
4012+
"box":true,
4013+
"max":300,
4014+
"min":0
4015+
},
40074016
"WorkloadEstimateUsageQuantity":{
40084017
"type":"structure",
40094018
"members":{

0 commit comments

Comments
 (0)