Skip to content

Commit 9c5c1ca

Browse files
misc: merge from main
2 parents a31155d + f815afb commit 9c5c1ca

File tree

5 files changed

+202
-68
lines changed

5 files changed

+202
-68
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.5.92] - 11/26/2025
4+
5+
### Features
6+
* (**bedrockruntime**) Bedrock Runtime Reserved Service Support
7+
* (**computeoptimizer**) Compute Optimizer now identifies idle NAT Gateway resources for cost optimization based on traffic patterns and backup configuration analysis. Access recommendations via the GetIdleRecommendations API.
8+
* (**costoptimizationhub**) This release enables AWS Cost Optimization Hub to show cost optimization recommendations for NAT Gateway.
9+
310
## [1.5.91] - 11/25/2025
411

512
### Features

codegen/sdk/aws-models/bedrock-runtime.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6188,6 +6188,12 @@
61886188
"traits": {
61896189
"smithy.api#enumValue": "flex"
61906190
}
6191+
},
6192+
"RESERVED": {
6193+
"target": "smithy.api#Unit",
6194+
"traits": {
6195+
"smithy.api#enumValue": "reserved"
6196+
}
61916197
}
61926198
}
61936199
},

0 commit comments

Comments
 (0)