Skip to content

Commit 81489c0

Browse files
Update to latest models
1 parent 196a913 commit 81489c0

8 files changed

Lines changed: 412 additions & 269 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``bcm-pricing-calculator``",
4+
"description": "Updating the minimum for List APIs to be 1 (instead of 0)"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``cloudformation``",
4+
"description": "Add new warning type 'EXCLUDED_PROPERTIES'"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``kms``",
4+
"description": "AWS KMS announces the support for on-demand rotation of symmetric-encryption KMS keys with imported key material (EXTERNAL origin)."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``wafv2``",
4+
"description": "AWS WAF adds support for ASN-based traffic filtering and support for ASN-based rate limiting."
5+
}

awscli/botocore/data/bcm-pricing-calculator/2024-06-19/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)