Skip to content

Commit f7f6c9a

Browse files
Commit version number update changes
1 parent 49b2d6e commit f7f6c9a

File tree

12 files changed

+29
-13
lines changed

12 files changed

+29
-13
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 3.7.1174.0 (2025-11-26 19:19 UTC)
2+
* BedrockRuntime (3.7.511.0)
3+
* Bedrock Runtime Reserved Service Support
4+
* ComputeOptimizer (3.7.503.0)
5+
* 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.
6+
* CostOptimizationHub (3.7.504.0)
7+
* This release enables AWS Cost Optimization Hub to show cost optimization recommendations for NAT Gateway.
8+
19
### 3.7.1173.0 (2025-11-25 19:22 UTC)
210
* EC2 (3.7.535.0)
311
* This release adds support to view Network firewall proxy appliances attached to an existing NAT Gateway via DescribeNatGateways API NatGatewayAttachedAppliance structure.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 3.7.1174.0 (2025-11-26 19:19 UTC)
2+
* BedrockRuntime (3.7.511.0)
3+
* Bedrock Runtime Reserved Service Support
4+
* ComputeOptimizer (3.7.503.0)
5+
* 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.
6+
* CostOptimizationHub (3.7.504.0)
7+
* This release enables AWS Cost Optimization Hub to show cost optimization recommendations for NAT Gateway.
8+
19
### 3.7.1173.0 (2025-11-25 19:22 UTC)
210
* EC2 (3.7.535.0)
311
* This release adds support to view Network firewall proxy appliances attached to an existing NAT Gateway via DescribeNatGateways API NatGatewayAttachedAppliance structure.

generator/ServiceModels/_sdk-versions.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{
33
"NewServiceVersion" : "3.7.500.0",
4-
"ProductVersion" : "3.7.1173.0",
4+
"ProductVersion" : "3.7.1174.0",
55
"CoreVersion" : "3.7.500.49",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -1556,7 +1556,7 @@
15561556
"InPreview" : false
15571557
},
15581558
"ComputeOptimizer" : {
1559-
"Version" : "3.7.502.9",
1559+
"Version" : "3.7.503.0",
15601560
"AssemblyVersionOverride" : "3.3",
15611561
"Dependencies" : {
15621562
"Core" : "3.7.500.49"
@@ -2668,7 +2668,7 @@
26682668
"InPreview" : false
26692669
},
26702670
"BedrockRuntime" : {
2671-
"Version" : "3.7.510.1",
2671+
"Version" : "3.7.511.0",
26722672
"AssemblyVersionOverride" : "3.3",
26732673
"Dependencies" : {
26742674
"Core" : "3.7.500.49"
@@ -2724,7 +2724,7 @@
27242724
"InPreview" : false
27252725
},
27262726
"CostOptimizationHub" : {
2727-
"Version" : "3.7.503.3",
2727+
"Version" : "3.7.504.0",
27282728
"AssemblyVersionOverride" : "3.3",
27292729
"Dependencies" : {
27302730
"Core" : "3.7.500.49"

sdk/code-analysis/ServiceAnalysis/BedrockRuntime/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
3131
[assembly: AssemblyVersion("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.510.1")]
32+
[assembly: AssemblyFileVersion("3.7.511.0")]

sdk/code-analysis/ServiceAnalysis/ComputeOptimizer/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
3131
[assembly: AssemblyVersion("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.502.9")]
32+
[assembly: AssemblyFileVersion("3.7.503.0")]

sdk/code-analysis/ServiceAnalysis/CostOptimizationHub/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
3131
[assembly: AssemblyVersion("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.503.3")]
32+
[assembly: AssemblyFileVersion("3.7.504.0")]

sdk/src/Services/BedrockRuntime/Generated/AmazonBedrockRuntimeConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace Amazon.BedrockRuntime
3232
public partial class AmazonBedrockRuntimeConfig : ClientConfig
3333
{
3434
private static readonly string UserAgentString =
35-
InternalSDKUtils.BuildUserAgentString("Bedrock Runtime", "3.7.510.1");
35+
InternalSDKUtils.BuildUserAgentString("Bedrock Runtime", "3.7.511.0");
3636

3737
private string _userAgent = UserAgentString;
3838
///<summary>

sdk/src/Services/BedrockRuntime/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
// by using the '*' as shown below:
4545
// [assembly: AssemblyVersion("1.0.*")]
4646
[assembly: AssemblyVersion("3.3")]
47-
[assembly: AssemblyFileVersion("3.7.510.1")]
47+
[assembly: AssemblyFileVersion("3.7.511.0")]
4848

4949
#if BCL
5050
[assembly: System.Security.AllowPartiallyTrustedCallers]

sdk/src/Services/ComputeOptimizer/Generated/AmazonComputeOptimizerConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace Amazon.ComputeOptimizer
3232
public partial class AmazonComputeOptimizerConfig : ClientConfig
3333
{
3434
private static readonly string UserAgentString =
35-
InternalSDKUtils.BuildUserAgentString("Compute Optimizer", "3.7.502.9");
35+
InternalSDKUtils.BuildUserAgentString("Compute Optimizer", "3.7.503.0");
3636

3737
private string _userAgent = UserAgentString;
3838
///<summary>

sdk/src/Services/ComputeOptimizer/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
// by using the '*' as shown below:
4545
// [assembly: AssemblyVersion("1.0.*")]
4646
[assembly: AssemblyVersion("3.3")]
47-
[assembly: AssemblyFileVersion("3.7.502.9")]
47+
[assembly: AssemblyFileVersion("3.7.503.0")]
4848

4949
#if BCL
5050
[assembly: System.Security.AllowPartiallyTrustedCallers]

0 commit comments

Comments
 (0)