Skip to content

Commit 81a028e

Browse files
Commit version number update changes
1 parent 06e5890 commit 81a028e

File tree

12 files changed

+29
-13
lines changed

12 files changed

+29
-13
lines changed

changelogs/SDK.CHANGELOG.2024.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 3.7.934.0 (2024-11-25 19:30 UTC)
2+
* DirectConnect (3.7.401.0)
3+
* Update DescribeDirectConnectGatewayAssociations API to return associated core network information if a Direct Connect gateway is attached to a Cloud WAN core network.
4+
* NetworkManager (3.7.401.0)
5+
* This release adds native Direct Connect integration on Cloud WAN enabling customers to directly attach their Direct Connect gateways to Cloud WAN without the need for an intermediate Transit Gateway.
6+
* S3 (3.7.408.0)
7+
* Amazon Simple Storage Service / Features: Add support for ETag based conditional writes in PutObject and CompleteMultiPartUpload APIs to prevent unintended object modifications.
8+
19
### 3.7.933.0 (2024-11-22 19:40 UTC)
210
* AutoScaling (3.7.407.0)
311
* Now, Amazon EC2 Auto Scaling customers can enable target tracking policies to take quicker scaling decisions, enhancing their application performance and EC2 utilization. To get started, specify target tracking to monitor a metric that is available on Amazon CloudWatch at seconds-level interval.

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.934.0 (2024-11-25 19:30 UTC)
2+
* DirectConnect (3.7.401.0)
3+
* Update DescribeDirectConnectGatewayAssociations API to return associated core network information if a Direct Connect gateway is attached to a Cloud WAN core network.
4+
* NetworkManager (3.7.401.0)
5+
* This release adds native Direct Connect integration on Cloud WAN enabling customers to directly attach their Direct Connect gateways to Cloud WAN without the need for an intermediate Transit Gateway.
6+
* S3 (3.7.408.0)
7+
* Amazon Simple Storage Service / Features: Add support for ETag based conditional writes in PutObject and CompleteMultiPartUpload APIs to prevent unintended object modifications.
8+
19
### 3.7.933.0 (2024-11-22 19:40 UTC)
210
* AutoScaling (3.7.407.0)
311
* Now, Amazon EC2 Auto Scaling customers can enable target tracking policies to take quicker scaling decisions, enhancing their application performance and EC2 utilization. To get started, specify target tracking to monitor a metric that is available on Amazon CloudWatch at seconds-level interval.

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.933.0",
4+
"ProductVersion" : "3.7.934.0",
55
"CoreVersion" : "3.7.400.57",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -138,7 +138,7 @@
138138
"InPreview" : false
139139
},
140140
"DirectConnect" : {
141-
"Version" : "3.7.400.57",
141+
"Version" : "3.7.401.0",
142142
"AssemblyVersionOverride" : "3.3",
143143
"Dependencies" : {
144144
"Core" : "3.7.400.57"
@@ -316,7 +316,7 @@
316316
"InPreview" : false
317317
},
318318
"S3" : {
319-
"Version" : "3.7.407.1",
319+
"Version" : "3.7.408.0",
320320
"AssemblyVersionOverride" : "3.3",
321321
"Dependencies" : {
322322
"Core" : "3.7.400.57"
@@ -1636,7 +1636,7 @@
16361636
"InPreview" : false
16371637
},
16381638
"NetworkManager" : {
1639-
"Version" : "3.7.400.57",
1639+
"Version" : "3.7.401.0",
16401640
"AssemblyVersionOverride" : "3.3",
16411641
"Dependencies" : {
16421642
"Core" : "3.7.400.57"

sdk/code-analysis/ServiceAnalysis/DirectConnect/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.400.57")]
32+
[assembly: AssemblyFileVersion("3.7.401.0")]

sdk/code-analysis/ServiceAnalysis/NetworkManager/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.400.57")]
32+
[assembly: AssemblyFileVersion("3.7.401.0")]

sdk/code-analysis/ServiceAnalysis/S3/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.1")]
32+
[assembly: AssemblyFileVersion("3.7.408.0")]

sdk/src/Services/DirectConnect/Generated/AmazonDirectConnectConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace Amazon.DirectConnect
3232
public partial class AmazonDirectConnectConfig : ClientConfig
3333
{
3434
private static readonly string UserAgentString =
35-
InternalSDKUtils.BuildUserAgentString("Direct Connect", "3.7.400.57");
35+
InternalSDKUtils.BuildUserAgentString("Direct Connect", "3.7.401.0");
3636

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

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

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

sdk/src/Services/NetworkManager/Generated/AmazonNetworkManagerConfig.cs

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

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

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

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

0 commit comments

Comments
 (0)