Skip to content

Commit 5718481

Browse files
feat: update AWS API models
1 parent d427ae8 commit 5718481

File tree

4 files changed

+987
-293
lines changed

4 files changed

+987
-293
lines changed

codegen/sdk/aws-models/bcm-recommended-actions.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,18 @@
478478
"smithy.api#enumValue": "REVIEW_FREETIER_USAGE_ALERTS"
479479
}
480480
},
481+
"REVIEW_FREETIER_CREDITS_REMAINING": {
482+
"target": "smithy.api#Unit",
483+
"traits": {
484+
"smithy.api#enumValue": "REVIEW_FREETIER_CREDITS_REMAINING"
485+
}
486+
},
487+
"REVIEW_FREETIER_DAYS_REMAINING": {
488+
"target": "smithy.api#Unit",
489+
"traits": {
490+
"smithy.api#enumValue": "REVIEW_FREETIER_DAYS_REMAINING"
491+
}
492+
},
481493
"REVIEW_SAVINGS_OPPORTUNITY_RECOMMENDATIONS": {
482494
"target": "smithy.api#Unit",
483495
"traits": {
@@ -682,10 +694,10 @@
682694
{
683695
"id": "ListRecommendedActionsSuccess",
684696
"params": {
685-
"maxResults": 10
697+
"maxResults": 5
686698
},
687699
"expect": {
688-
"failure": {}
700+
"success": {}
689701
},
690702
"vendorParamsShape": "aws.test#AwsVendorParams"
691703
}

0 commit comments

Comments
 (0)