Skip to content

Commit bcd8b9c

Browse files
author
AWS
committed
AWS Billing and Cost Management Pricing Calculator Update: Updating the minimum for List APIs to be 1 (instead of 0)
1 parent 9064fe4 commit bcd8b9c

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
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": "Updating the minimum for List APIs to be 1 (instead of 0)"
6+
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3287,7 +3287,7 @@
32873287
"type":"integer",
32883288
"box":true,
32893289
"max":25,
3290-
"min":0
3290+
"min":1
32913291
},
32923292
"NegateReservedInstanceAction":{
32933293
"type":"structure",
@@ -3339,7 +3339,7 @@
33393339
"RateTypes":{
33403340
"type":"list",
33413341
"member":{"shape":"RateType"},
3342-
"max":2,
3342+
"max":3,
33433343
"min":1
33443344
},
33453345
"ReservedInstanceInstanceCount":{
@@ -4011,7 +4011,7 @@
40114011
"type":"integer",
40124012
"box":true,
40134013
"max":300,
4014-
"min":0
4014+
"min":1
40154015
},
40164016
"WorkloadEstimateUsageQuantity":{
40174017
"type":"structure",

0 commit comments

Comments
 (0)