Skip to content

Commit a00f572

Browse files
Commit version number update changes
1 parent 5a58855 commit a00f572

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+
### 4.0.20.0 (2025-05-27 18:20 UTC)
2+
* CostExplorer (4.0.1.0)
3+
* This release introduces Cost Comparison feature (GetCostAndUsageComparisons, GetCostComparisonDrivers) allowing you find cost variations across multiple dimensions and identify key drivers of spending changes.
4+
* Deadline (4.0.3.0)
5+
* AWS Deadline Cloud service-managed fleets now support storage profiles. With storage profiles, you can map file paths between a workstation and the worker hosts running the job.
6+
* EC2 (4.0.11.0)
7+
* This release adds three features - option to store AWS Site-to-Site VPN pre-shared keys in AWS Secrets Manager, GetActiveVpnTunnelStatus API to check the in-use VPN algorithms, and SampleType option in GetVpnConnectionDeviceSampleConfiguration API to get recommended sample configs for VPN devices.
8+
19
### 4.0.19.0 (2025-05-23 18:15 UTC)
210
* EC2 (4.0.10.0)
311
* This release adds support for the C7i-flex, M7i-flex, I7i, I7ie, I8g, P6-b200, Trn2, C8gd, M8gd and R8gd instances

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 4.0.20.0 (2025-05-27 18:20 UTC)
2+
* CostExplorer (4.0.1.0)
3+
* This release introduces Cost Comparison feature (GetCostAndUsageComparisons, GetCostComparisonDrivers) allowing you find cost variations across multiple dimensions and identify key drivers of spending changes.
4+
* Deadline (4.0.3.0)
5+
* AWS Deadline Cloud service-managed fleets now support storage profiles. With storage profiles, you can map file paths between a workstation and the worker hosts running the job.
6+
* EC2 (4.0.11.0)
7+
* This release adds three features - option to store AWS Site-to-Site VPN pre-shared keys in AWS Secrets Manager, GetActiveVpnTunnelStatus API to check the in-use VPN algorithms, and SampleType option in GetVpnConnectionDeviceSampleConfiguration API to get recommended sample configs for VPN devices.
8+
19
### 4.0.19.0 (2025-05-23 18:15 UTC)
210
* EC2 (4.0.10.0)
311
* This release adds support for the C7i-flex, M7i-flex, I7i, I7ie, I8g, P6-b200, Trn2, C8gd, M8gd and R8gd instances

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" : "4.0.0.0",
4-
"ProductVersion" : "4.0.19.0",
4+
"ProductVersion" : "4.0.20.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.10.0",
157+
"Version" : "4.0.11.0",
158158
"AssemblyVersionOverride" : "4.0",
159159
"Dependencies" : {
160160
"Core" : "4.0.0.5"
@@ -844,7 +844,7 @@
844844
"InPreview" : false
845845
},
846846
"CostExplorer" : {
847-
"Version" : "4.0.0.4",
847+
"Version" : "4.0.1.0",
848848
"AssemblyVersionOverride" : "4.0",
849849
"Dependencies" : {
850850
"Core" : "4.0.0.5"
@@ -2972,7 +2972,7 @@
29722972
"InPreview" : false
29732973
},
29742974
"Deadline" : {
2975-
"Version" : "4.0.2.2",
2975+
"Version" : "4.0.3.0",
29762976
"AssemblyVersionOverride" : "4.0",
29772977
"Dependencies" : {
29782978
"Core" : "4.0.0.5"

sdk/code-analysis/ServiceAnalysis/CostExplorer/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/Deadline/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/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.10.0")]
32+
[assembly: AssemblyFileVersion("4.0.11.0")]

sdk/src/Services/CostExplorer/Generated/AmazonCostExplorerConfig.cs

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

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

sdk/src/Services/CostExplorer/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")]

sdk/src/Services/Deadline/Generated/AmazonDeadlineConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace Amazon.Deadline
3333
public partial class AmazonDeadlineConfig : ClientConfig
3434
{
3535
private static readonly string UserAgentString =
36-
InternalSDKUtils.BuildUserAgentString("deadline", "4.0.2.2");
36+
InternalSDKUtils.BuildUserAgentString("deadline", "4.0.3.0");
3737

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

sdk/src/Services/Deadline/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.2.2")]
45+
[assembly: AssemblyFileVersion("4.0.3.0")]

0 commit comments

Comments
 (0)