diff --git a/changelogs/SDK.CHANGELOG.2024.md b/changelogs/SDK.CHANGELOG.2024.md index 0898a2c763bb..6741ccb49f54 100644 --- a/changelogs/SDK.CHANGELOG.2024.md +++ b/changelogs/SDK.CHANGELOG.2024.md @@ -1,3 +1,15 @@ +### 3.7.909.0 (2024-10-18 18:20 UTC) +* Athena (3.7.402.0) + * Removing FEDERATED from Create/List/Delete/GetDataCatalog API +* Bedrock (3.7.408.0) + * Adding converse support to CMI API's +* BedrockRuntime (3.7.405.0) + * Added converse support for custom imported models +* DataZone (3.7.406.0) + * Adding the following project member designations: PROJECT_CATALOG_VIEWER, PROJECT_CATALOG_CONSUMER and PROJECT_CATALOG_STEWARD in the CreateProjectMembership API and PROJECT_CATALOG_STEWARD designation in the AddPolicyGrant API. +* EC2 (3.7.410.0) + * RequestSpotInstances and RequestSpotFleet feature release. + ### 3.7.908.0 (2024-10-17 18:27 UTC) * BedrockAgent (3.7.406.0) * Removing support for topK property in PromptModelInferenceConfiguration object, Making PromptTemplateConfiguration property as required, Limiting the maximum PromptVariant to 1 diff --git a/changelogs/SDK.CHANGELOG.ALL.md b/changelogs/SDK.CHANGELOG.ALL.md index 3ae27fbbef65..904b3cb45661 100644 --- a/changelogs/SDK.CHANGELOG.ALL.md +++ b/changelogs/SDK.CHANGELOG.ALL.md @@ -1,3 +1,15 @@ +### 3.7.909.0 (2024-10-18 18:20 UTC) +* Athena (3.7.402.0) + * Removing FEDERATED from Create/List/Delete/GetDataCatalog API +* Bedrock (3.7.408.0) + * Adding converse support to CMI API's +* BedrockRuntime (3.7.405.0) + * Added converse support for custom imported models +* DataZone (3.7.406.0) + * Adding the following project member designations: PROJECT_CATALOG_VIEWER, PROJECT_CATALOG_CONSUMER and PROJECT_CATALOG_STEWARD in the CreateProjectMembership API and PROJECT_CATALOG_STEWARD designation in the AddPolicyGrant API. +* EC2 (3.7.410.0) + * RequestSpotInstances and RequestSpotFleet feature release. + ### 3.7.908.0 (2024-10-17 18:27 UTC) * BedrockAgent (3.7.406.0) * Removing support for topK property in PromptModelInferenceConfiguration object, Making PromptTemplateConfiguration property as required, Limiting the maximum PromptVariant to 1 diff --git a/generator/ServiceModels/_sdk-versions.json b/generator/ServiceModels/_sdk-versions.json index b3853be4d758..beb5ca500de7 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.908.0", + "ProductVersion" : "3.7.909.0", "CoreVersion" : "3.7.400.36", "OverrideCoreVersion" : "3.3", "DefaultToPreview" : false, @@ -154,7 +154,7 @@ "InPreview" : false }, "EC2" : { - "Version" : "3.7.409.3", + "Version" : "3.7.410.0", "AssemblyVersionOverride" : "3.3", "Dependencies" : { "Core" : "3.7.400.36" @@ -788,7 +788,7 @@ "InPreview" : false }, "Athena" : { - "Version" : "3.7.401.14", + "Version" : "3.7.402.0", "AssemblyVersionOverride" : "3.3", "Dependencies" : { "Core" : "3.7.400.36" @@ -2780,7 +2780,7 @@ "InPreview" : false }, "BedrockRuntime" : { - "Version" : "3.7.404.8", + "Version" : "3.7.405.0", "AssemblyVersionOverride" : "3.3", "Dependencies" : { "Core" : "3.7.400.36" @@ -2788,7 +2788,7 @@ "InPreview" : false }, "Bedrock" : { - "Version" : "3.7.407.10", + "Version" : "3.7.408.0", "AssemblyVersionOverride" : "3.3", "Dependencies" : { "Core" : "3.7.400.36" @@ -2796,7 +2796,7 @@ "InPreview" : false }, "DataZone" : { - "Version" : "3.7.405.23", + "Version" : "3.7.406.0", "AssemblyVersionOverride" : "3.3", "Dependencies" : { "Core" : "3.7.400.36" diff --git a/sdk/code-analysis/ServiceAnalysis/Athena/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Athena/Properties/AssemblyInfo.cs index 7ca1b2fc11e4..0df30bfeea99 100644 --- a/sdk/code-analysis/ServiceAnalysis/Athena/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Athena/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.401.14")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.0")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Bedrock/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Bedrock/Properties/AssemblyInfo.cs index 742e75d2a33b..509e0d974356 100644 --- a/sdk/code-analysis/ServiceAnalysis/Bedrock/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Bedrock/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.10")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.408.0")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/BedrockRuntime/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/BedrockRuntime/Properties/AssemblyInfo.cs index 1c0ee6ae626d..916b0c468e2e 100644 --- a/sdk/code-analysis/ServiceAnalysis/BedrockRuntime/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/BedrockRuntime/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.404.8")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.405.0")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/DataZone/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/DataZone/Properties/AssemblyInfo.cs index 5b3e27a89950..c8f080b1d797 100644 --- a/sdk/code-analysis/ServiceAnalysis/DataZone/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/DataZone/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.405.23")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.406.0")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/EC2/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/EC2/Properties/AssemblyInfo.cs index e115f7c2845a..b2df47c5f590 100644 --- a/sdk/code-analysis/ServiceAnalysis/EC2/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/EC2/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.409.3")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.410.0")] \ No newline at end of file diff --git a/sdk/src/Services/Athena/Generated/AmazonAthenaConfig.cs b/sdk/src/Services/Athena/Generated/AmazonAthenaConfig.cs index 40edf8e5c371..a38178b7d26b 100644 --- a/sdk/src/Services/Athena/Generated/AmazonAthenaConfig.cs +++ b/sdk/src/Services/Athena/Generated/AmazonAthenaConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Athena public partial class AmazonAthenaConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Athena", "3.7.401.14"); + InternalSDKUtils.BuildUserAgentString("Athena", "3.7.402.0"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Athena/Properties/AssemblyInfo.cs b/sdk/src/Services/Athena/Properties/AssemblyInfo.cs index 148e2e433697..893621928ab9 100644 --- a/sdk/src/Services/Athena/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Athena/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.401.14")] +[assembly: AssemblyFileVersion("3.7.402.0")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Bedrock/Generated/AmazonBedrockConfig.cs b/sdk/src/Services/Bedrock/Generated/AmazonBedrockConfig.cs index 497b77e4adce..ba2913b39336 100644 --- a/sdk/src/Services/Bedrock/Generated/AmazonBedrockConfig.cs +++ b/sdk/src/Services/Bedrock/Generated/AmazonBedrockConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Bedrock public partial class AmazonBedrockConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Bedrock", "3.7.407.10"); + InternalSDKUtils.BuildUserAgentString("Bedrock", "3.7.408.0"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Bedrock/Properties/AssemblyInfo.cs b/sdk/src/Services/Bedrock/Properties/AssemblyInfo.cs index 048f27afd8b7..1c9cf18dc672 100644 --- a/sdk/src/Services/Bedrock/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Bedrock/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.10")] +[assembly: AssemblyFileVersion("3.7.408.0")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/BedrockRuntime/Generated/AmazonBedrockRuntimeConfig.cs b/sdk/src/Services/BedrockRuntime/Generated/AmazonBedrockRuntimeConfig.cs index 89e7cb24859c..7db5bd542857 100644 --- a/sdk/src/Services/BedrockRuntime/Generated/AmazonBedrockRuntimeConfig.cs +++ b/sdk/src/Services/BedrockRuntime/Generated/AmazonBedrockRuntimeConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.BedrockRuntime public partial class AmazonBedrockRuntimeConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Bedrock Runtime", "3.7.404.8"); + InternalSDKUtils.BuildUserAgentString("Bedrock Runtime", "3.7.405.0"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/BedrockRuntime/Properties/AssemblyInfo.cs b/sdk/src/Services/BedrockRuntime/Properties/AssemblyInfo.cs index b84d18818681..e8ebc906a1dd 100644 --- a/sdk/src/Services/BedrockRuntime/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/BedrockRuntime/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.404.8")] +[assembly: AssemblyFileVersion("3.7.405.0")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/DataZone/Generated/AmazonDataZoneConfig.cs b/sdk/src/Services/DataZone/Generated/AmazonDataZoneConfig.cs index a769c8730b7c..df9da9fa4519 100644 --- a/sdk/src/Services/DataZone/Generated/AmazonDataZoneConfig.cs +++ b/sdk/src/Services/DataZone/Generated/AmazonDataZoneConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.DataZone public partial class AmazonDataZoneConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("DataZone", "3.7.405.23"); + InternalSDKUtils.BuildUserAgentString("DataZone", "3.7.406.0"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/DataZone/Properties/AssemblyInfo.cs b/sdk/src/Services/DataZone/Properties/AssemblyInfo.cs index 56df6e5c2d5d..ce81e3cc185f 100644 --- a/sdk/src/Services/DataZone/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/DataZone/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.405.23")] +[assembly: AssemblyFileVersion("3.7.406.0")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/EC2/Generated/AmazonEC2Config.cs b/sdk/src/Services/EC2/Generated/AmazonEC2Config.cs index 7f28de5b9d67..476bd11a5dcd 100644 --- a/sdk/src/Services/EC2/Generated/AmazonEC2Config.cs +++ b/sdk/src/Services/EC2/Generated/AmazonEC2Config.cs @@ -32,7 +32,7 @@ namespace Amazon.EC2 public partial class AmazonEC2Config : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("EC2", "3.7.409.3"); + InternalSDKUtils.BuildUserAgentString("EC2", "3.7.410.0"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/EC2/Properties/AssemblyInfo.cs b/sdk/src/Services/EC2/Properties/AssemblyInfo.cs index 0f4e594db6e2..11b80a7520b7 100644 --- a/sdk/src/Services/EC2/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/EC2/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.409.3")] +[assembly: AssemblyFileVersion("3.7.410.0")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers]