From 81a028e2782f9181b0bc1c4f58b1ed855bbb45b8 Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Mon, 25 Nov 2024 20:40:42 +0000 Subject: [PATCH] Commit version number update changes --- changelogs/SDK.CHANGELOG.2024.md | 8 ++++++++ changelogs/SDK.CHANGELOG.ALL.md | 8 ++++++++ generator/ServiceModels/_sdk-versions.json | 8 ++++---- .../DirectConnect/Properties/AssemblyInfo.cs | 2 +- .../NetworkManager/Properties/AssemblyInfo.cs | 2 +- .../ServiceAnalysis/S3/Properties/AssemblyInfo.cs | 2 +- .../DirectConnect/Generated/AmazonDirectConnectConfig.cs | 2 +- sdk/src/Services/DirectConnect/Properties/AssemblyInfo.cs | 2 +- .../Generated/AmazonNetworkManagerConfig.cs | 2 +- .../Services/NetworkManager/Properties/AssemblyInfo.cs | 2 +- sdk/src/Services/S3/Generated/AmazonS3Config.cs | 2 +- sdk/src/Services/S3/Properties/AssemblyInfo.cs | 2 +- 12 files changed, 29 insertions(+), 13 deletions(-) diff --git a/changelogs/SDK.CHANGELOG.2024.md b/changelogs/SDK.CHANGELOG.2024.md index dfcbbedbffcf..9c70448bbe57 100644 --- a/changelogs/SDK.CHANGELOG.2024.md +++ b/changelogs/SDK.CHANGELOG.2024.md @@ -1,3 +1,11 @@ +### 3.7.934.0 (2024-11-25 19:30 UTC) +* DirectConnect (3.7.401.0) + * Update DescribeDirectConnectGatewayAssociations API to return associated core network information if a Direct Connect gateway is attached to a Cloud WAN core network. +* NetworkManager (3.7.401.0) + * 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. +* S3 (3.7.408.0) + * Amazon Simple Storage Service / Features: Add support for ETag based conditional writes in PutObject and CompleteMultiPartUpload APIs to prevent unintended object modifications. + ### 3.7.933.0 (2024-11-22 19:40 UTC) * AutoScaling (3.7.407.0) * 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. diff --git a/changelogs/SDK.CHANGELOG.ALL.md b/changelogs/SDK.CHANGELOG.ALL.md index 68149723b0e2..f285a0a77e6a 100644 --- a/changelogs/SDK.CHANGELOG.ALL.md +++ b/changelogs/SDK.CHANGELOG.ALL.md @@ -1,3 +1,11 @@ +### 3.7.934.0 (2024-11-25 19:30 UTC) +* DirectConnect (3.7.401.0) + * Update DescribeDirectConnectGatewayAssociations API to return associated core network information if a Direct Connect gateway is attached to a Cloud WAN core network. +* NetworkManager (3.7.401.0) + * 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. +* S3 (3.7.408.0) + * Amazon Simple Storage Service / Features: Add support for ETag based conditional writes in PutObject and CompleteMultiPartUpload APIs to prevent unintended object modifications. + ### 3.7.933.0 (2024-11-22 19:40 UTC) * AutoScaling (3.7.407.0) * 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. diff --git a/generator/ServiceModels/_sdk-versions.json b/generator/ServiceModels/_sdk-versions.json index 02810e1e2aac..dbd91a8a1f2f 100644 --- a/generator/ServiceModels/_sdk-versions.json +++ b/generator/ServiceModels/_sdk-versions.json @@ -1,7 +1,7 @@ { "NewServiceVersion" : "3.7.400.0", - "ProductVersion" : "3.7.933.0", + "ProductVersion" : "3.7.934.0", "CoreVersion" : "3.7.400.57", "OverrideCoreVersion" : "3.3", "DefaultToPreview" : false, @@ -138,7 +138,7 @@ "InPreview" : false }, "DirectConnect" : { - "Version" : "3.7.400.57", + "Version" : "3.7.401.0", "AssemblyVersionOverride" : "3.3", "Dependencies" : { "Core" : "3.7.400.57" @@ -316,7 +316,7 @@ "InPreview" : false }, "S3" : { - "Version" : "3.7.407.1", + "Version" : "3.7.408.0", "AssemblyVersionOverride" : "3.3", "Dependencies" : { "Core" : "3.7.400.57" @@ -1636,7 +1636,7 @@ "InPreview" : false }, "NetworkManager" : { - "Version" : "3.7.400.57", + "Version" : "3.7.401.0", "AssemblyVersionOverride" : "3.3", "Dependencies" : { "Core" : "3.7.400.57" diff --git a/sdk/code-analysis/ServiceAnalysis/DirectConnect/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/DirectConnect/Properties/AssemblyInfo.cs index 9e1275fe92fd..c22546d8aab1 100644 --- a/sdk/code-analysis/ServiceAnalysis/DirectConnect/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/DirectConnect/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.57")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.0")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/NetworkManager/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/NetworkManager/Properties/AssemblyInfo.cs index 359919a6dc2c..88c8e43e186e 100644 --- a/sdk/code-analysis/ServiceAnalysis/NetworkManager/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/NetworkManager/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.57")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.0")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/S3/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/S3/Properties/AssemblyInfo.cs index b08e765aed5b..262f418a4d9a 100644 --- a/sdk/code-analysis/ServiceAnalysis/S3/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/S3/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.407.1")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.408.0")] \ No newline at end of file diff --git a/sdk/src/Services/DirectConnect/Generated/AmazonDirectConnectConfig.cs b/sdk/src/Services/DirectConnect/Generated/AmazonDirectConnectConfig.cs index 79f1ffcf16fc..4e7c03b81770 100644 --- a/sdk/src/Services/DirectConnect/Generated/AmazonDirectConnectConfig.cs +++ b/sdk/src/Services/DirectConnect/Generated/AmazonDirectConnectConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.DirectConnect public partial class AmazonDirectConnectConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Direct Connect", "3.7.400.57"); + InternalSDKUtils.BuildUserAgentString("Direct Connect", "3.7.401.0"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/DirectConnect/Properties/AssemblyInfo.cs b/sdk/src/Services/DirectConnect/Properties/AssemblyInfo.cs index 4768e419fc9e..60684eac12e9 100644 --- a/sdk/src/Services/DirectConnect/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/DirectConnect/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.57")] +[assembly: AssemblyFileVersion("3.7.401.0")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/NetworkManager/Generated/AmazonNetworkManagerConfig.cs b/sdk/src/Services/NetworkManager/Generated/AmazonNetworkManagerConfig.cs index 9a2726b1e171..d969193c034b 100644 --- a/sdk/src/Services/NetworkManager/Generated/AmazonNetworkManagerConfig.cs +++ b/sdk/src/Services/NetworkManager/Generated/AmazonNetworkManagerConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.NetworkManager public partial class AmazonNetworkManagerConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("NetworkManager", "3.7.400.57"); + InternalSDKUtils.BuildUserAgentString("NetworkManager", "3.7.401.0"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/NetworkManager/Properties/AssemblyInfo.cs b/sdk/src/Services/NetworkManager/Properties/AssemblyInfo.cs index 2ceb59ed77b7..02dd5adae1c4 100644 --- a/sdk/src/Services/NetworkManager/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/NetworkManager/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.57")] +[assembly: AssemblyFileVersion("3.7.401.0")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/S3/Generated/AmazonS3Config.cs b/sdk/src/Services/S3/Generated/AmazonS3Config.cs index fa1e799543ee..9d22a3cd4bfd 100644 --- a/sdk/src/Services/S3/Generated/AmazonS3Config.cs +++ b/sdk/src/Services/S3/Generated/AmazonS3Config.cs @@ -32,7 +32,7 @@ namespace Amazon.S3 public partial class AmazonS3Config : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("S3", "3.7.407.1"); + InternalSDKUtils.BuildUserAgentString("S3", "3.7.408.0"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/S3/Properties/AssemblyInfo.cs b/sdk/src/Services/S3/Properties/AssemblyInfo.cs index 7728b8b8ecac..a07cda0aeabd 100644 --- a/sdk/src/Services/S3/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/S3/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.407.1")] +[assembly: AssemblyFileVersion("3.7.408.0")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers]