Skip to content

Commit a79fcb1

Browse files
author
awstools
committed
feat(client-bcm-pricing-calculator): Updating the minimum for List APIs to be 1 (instead of 0)
1 parent 29090b3 commit a79fcb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

codegen/sdk-codegen/aws-models/bcm-pricing-calculator.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5688,7 +5688,7 @@
56885688
"type": "integer",
56895689
"traits": {
56905690
"smithy.api#range": {
5691-
"min": 0,
5691+
"min": 1,
56925692
"max": 25
56935693
}
56945694
}
@@ -5789,7 +5789,7 @@
57895789
"traits": {
57905790
"smithy.api#length": {
57915791
"min": 1,
5792-
"max": 2
5792+
"max": 3
57935793
}
57945794
}
57955795
},
@@ -7126,7 +7126,7 @@
71267126
"type": "integer",
71277127
"traits": {
71287128
"smithy.api#range": {
7129-
"min": 0,
7129+
"min": 1,
71307130
"max": 300
71317131
}
71327132
}

0 commit comments

Comments
 (0)