Skip to content

Commit 387686b

Browse files
Commit version number update changes
1 parent c8e47f1 commit 387686b

File tree

18 files changed

+45
-21
lines changed

18 files changed

+45
-21
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### 4.0.21.0 (2025-05-28 18:20 UTC)
2+
* CostOptimizationHub (4.0.1.0)
3+
* This release allows customers to modify their preferred commitment term and payment options.
4+
* EC2 (4.0.12.0)
5+
* Enable the option to automatically delete underlying Amazon EBS snapshots when deregistering Amazon Machine Images (AMIs)
6+
* EventBridge (4.0.1.0)
7+
* Allow for more than 2 characters for location codes in EventBridge ARNs
8+
* NetworkFirewall (4.0.1.0)
9+
* You can now use VPC endpoint associations to create multiple firewall endpoints for a single firewall.
10+
* Synthetics (4.0.3.0)
11+
* Add support to change ephemeral storage. Add a new field "TestResult" under CanaryRunStatus.
12+
113
### 4.0.20.0 (2025-05-27 18:20 UTC)
214
* CostExplorer (4.0.1.0)
315
* This release introduces Cost Comparison feature (GetCostAndUsageComparisons, GetCostComparisonDrivers) allowing you find cost variations across multiple dimensions and identify key drivers of spending changes.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### 4.0.21.0 (2025-05-28 18:20 UTC)
2+
* CostOptimizationHub (4.0.1.0)
3+
* This release allows customers to modify their preferred commitment term and payment options.
4+
* EC2 (4.0.12.0)
5+
* Enable the option to automatically delete underlying Amazon EBS snapshots when deregistering Amazon Machine Images (AMIs)
6+
* EventBridge (4.0.1.0)
7+
* Allow for more than 2 characters for location codes in EventBridge ARNs
8+
* NetworkFirewall (4.0.1.0)
9+
* You can now use VPC endpoint associations to create multiple firewall endpoints for a single firewall.
10+
* Synthetics (4.0.3.0)
11+
* Add support to change ephemeral storage. Add a new field "TestResult" under CanaryRunStatus.
12+
113
### 4.0.20.0 (2025-05-27 18:20 UTC)
214
* CostExplorer (4.0.1.0)
315
* This release introduces Cost Comparison feature (GetCostAndUsageComparisons, GetCostComparisonDrivers) allowing you find cost variations across multiple dimensions and identify key drivers of spending changes.

generator/ServiceModels/_sdk-versions.json

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

22
{
33
"NewServiceVersion" : "4.0.0.0",
4-
"ProductVersion" : "4.0.20.0",
4+
"ProductVersion" : "4.0.21.0",
55
"CoreVersion" : "4.0.0.6",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -154,7 +154,7 @@
154154
"InPreview" : false
155155
},
156156
"EC2" : {
157-
"Version" : "4.0.11.0",
157+
"Version" : "4.0.12.0",
158158
"AssemblyVersionOverride" : "4.0",
159159
"Dependencies" : {
160160
"Core" : "4.0.0.5"
@@ -1436,7 +1436,7 @@
14361436
"InPreview" : false
14371437
},
14381438
"EventBridge" : {
1439-
"Version" : "4.0.0.4",
1439+
"Version" : "4.0.1.0",
14401440
"AssemblyVersionOverride" : "4.0",
14411441
"Dependencies" : {
14421442
"Core" : "4.0.0.5"
@@ -1708,7 +1708,7 @@
17081708
"InPreview" : false
17091709
},
17101710
"Synthetics" : {
1711-
"Version" : "4.0.2.2",
1711+
"Version" : "4.0.3.0",
17121712
"AssemblyVersionOverride" : "4.0",
17131713
"Dependencies" : {
17141714
"Core" : "4.0.0.5"
@@ -1828,7 +1828,7 @@
18281828
"InPreview" : false
18291829
},
18301830
"NetworkFirewall" : {
1831-
"Version" : "4.0.0.4",
1831+
"Version" : "4.0.1.0",
18321832
"AssemblyVersionOverride" : "4.0",
18331833
"Dependencies" : {
18341834
"Core" : "4.0.0.5"
@@ -2804,7 +2804,7 @@
28042804
"InPreview" : false
28052805
},
28062806
"CostOptimizationHub" : {
2807-
"Version" : "4.0.0.4",
2807+
"Version" : "4.0.1.0",
28082808
"AssemblyVersionOverride" : "4.0",
28092809
"Dependencies" : {
28102810
"Core" : "4.0.0.5"

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("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.0.4")]
32+
[assembly: AssemblyFileVersion("4.0.1.0")]

sdk/code-analysis/ServiceAnalysis/EC2/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("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.11.0")]
32+
[assembly: AssemblyFileVersion("4.0.12.0")]

sdk/code-analysis/ServiceAnalysis/EventBridge/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("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.0.4")]
32+
[assembly: AssemblyFileVersion("4.0.1.0")]

sdk/code-analysis/ServiceAnalysis/NetworkFirewall/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("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.0.4")]
32+
[assembly: AssemblyFileVersion("4.0.1.0")]

sdk/code-analysis/ServiceAnalysis/Synthetics/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("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.2.2")]
32+
[assembly: AssemblyFileVersion("4.0.3.0")]

sdk/src/Services/CostOptimizationHub/Generated/AmazonCostOptimizationHubConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace Amazon.CostOptimizationHub
3333
public partial class AmazonCostOptimizationHubConfig : ClientConfig
3434
{
3535
private static readonly string UserAgentString =
36-
InternalSDKUtils.BuildUserAgentString("Cost Optimization Hub", "4.0.0.4");
36+
InternalSDKUtils.BuildUserAgentString("Cost Optimization Hub", "4.0.1.0");
3737

3838
private static readonly AmazonCostOptimizationHubEndpointResolver EndpointResolver =
3939
new AmazonCostOptimizationHubEndpointResolver();

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@
4242
// by using the '*' as shown below:
4343
// [assembly: AssemblyVersion("1.0.*")]
4444
[assembly: AssemblyVersion("4.0")]
45-
[assembly: AssemblyFileVersion("4.0.0.4")]
45+
[assembly: AssemblyFileVersion("4.0.1.0")]

0 commit comments

Comments
 (0)