Skip to content

Commit c521411

Browse files
Commit version number update changes
1 parent 5ef77a4 commit c521411

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.1052.0 (2025-05-27 18:21 UTC)
2+
* CostExplorer (3.7.407.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 (3.7.408.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 (3.7.449.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
### 3.7.1051.0 (2025-05-23 18:19 UTC)
210
* EC2 (3.7.448.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+
### 3.7.1052.0 (2025-05-27 18:21 UTC)
2+
* CostExplorer (3.7.407.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 (3.7.408.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 (3.7.449.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
### 3.7.1051.0 (2025-05-23 18:19 UTC)
210
* EC2 (3.7.448.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" : "3.7.400.0",
4-
"ProductVersion" : "3.7.1051.0",
4+
"ProductVersion" : "3.7.1052.0",
55
"CoreVersion" : "3.7.402.62",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -154,7 +154,7 @@
154154
"InPreview" : false
155155
},
156156
"EC2" : {
157-
"Version" : "3.7.448.0",
157+
"Version" : "3.7.449.0",
158158
"AssemblyVersionOverride" : "3.3",
159159
"Dependencies" : {
160160
"Core" : "3.7.402.62"
@@ -844,7 +844,7 @@
844844
"InPreview" : false
845845
},
846846
"CostExplorer" : {
847-
"Version" : "3.7.406.26",
847+
"Version" : "3.7.407.0",
848848
"AssemblyVersionOverride" : "3.3",
849849
"Dependencies" : {
850850
"Core" : "3.7.402.62"
@@ -2964,7 +2964,7 @@
29642964
"InPreview" : false
29652965
},
29662966
"Deadline" : {
2967-
"Version" : "3.7.407.5",
2967+
"Version" : "3.7.408.0",
29682968
"AssemblyVersionOverride" : "3.3",
29692969
"Dependencies" : {
29702970
"Core" : "3.7.402.62"

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("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.406.26")]
32+
[assembly: AssemblyFileVersion("3.7.407.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("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.407.5")]
32+
[assembly: AssemblyFileVersion("3.7.408.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("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.448.0")]
32+
[assembly: AssemblyFileVersion("3.7.449.0")]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace Amazon.CostExplorer
3232
public partial class AmazonCostExplorerConfig : ClientConfig
3333
{
3434
private static readonly string UserAgentString =
35-
InternalSDKUtils.BuildUserAgentString("Cost Explorer", "3.7.406.26");
35+
InternalSDKUtils.BuildUserAgentString("Cost Explorer", "3.7.407.0");
3636

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

sdk/src/Services/CostExplorer/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.406.26")]
47+
[assembly: AssemblyFileVersion("3.7.407.0")]
4848

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace Amazon.Deadline
3232
public partial class AmazonDeadlineConfig : ClientConfig
3333
{
3434
private static readonly string UserAgentString =
35-
InternalSDKUtils.BuildUserAgentString("deadline", "3.7.407.5");
35+
InternalSDKUtils.BuildUserAgentString("deadline", "3.7.408.0");
3636

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

sdk/src/Services/Deadline/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.407.5")]
47+
[assembly: AssemblyFileVersion("3.7.408.0")]
4848

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

0 commit comments

Comments
 (0)