Skip to content

Commit 92f5bd9

Browse files
Commit version number update changes
1 parent 4cf406c commit 92f5bd9

File tree

9 files changed

+21
-9
lines changed

9 files changed

+21
-9
lines changed

changelogs/SDK.CHANGELOG.2024.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 3.7.941.0 (2024-12-05 01:28 UTC)
2+
* PartnerCentralSelling (3.7.402.0)
3+
* Introducing the preview of new partner central selling APIs designed to transform how AWS partners collaborate and co-sell with multiple partners. This enables multiple partners to seamlessly engage and jointly pursue customer opportunities, fostering a new era of collaborative selling.
4+
* QBusiness (3.7.407.0)
5+
* This release removes the deprecated UserId and UserGroups fields from SearchRelevantContent api's request parameters.
6+
17
### 3.7.940.0 (2024-12-04 19:25 UTC)
28
* Bedrock (3.7.412.0)
39
* Introduced two APIs ListPromptRouters and GetPromptRouter for Intelligent Prompt Router feature. Add support for Bedrock Guardrails image content filter. New Bedrock Marketplace feature enabling a wider range of bedrock compatible models with self-hosted capability.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 3.7.941.0 (2024-12-05 01:28 UTC)
2+
* PartnerCentralSelling (3.7.402.0)
3+
* Introducing the preview of new partner central selling APIs designed to transform how AWS partners collaborate and co-sell with multiple partners. This enables multiple partners to seamlessly engage and jointly pursue customer opportunities, fostering a new era of collaborative selling.
4+
* QBusiness (3.7.407.0)
5+
* This release removes the deprecated UserId and UserGroups fields from SearchRelevantContent api's request parameters.
6+
17
### 3.7.940.0 (2024-12-04 19:25 UTC)
28
* Bedrock (3.7.412.0)
39
* Introduced two APIs ListPromptRouters and GetPromptRouter for Intelligent Prompt Router feature. Add support for Bedrock Guardrails image content filter. New Bedrock Marketplace feature enabling a wider range of bedrock compatible models with self-hosted capability.

generator/ServiceModels/_sdk-versions.json

Lines changed: 3 additions & 3 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.940.0",
4+
"ProductVersion" : "3.7.941.0",
55
"CoreVersion" : "3.7.400.59",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -2892,7 +2892,7 @@
28922892
"InPreview" : false
28932893
},
28942894
"QBusiness" : {
2895-
"Version" : "3.7.406.0",
2895+
"Version" : "3.7.407.0",
28962896
"AssemblyVersionOverride" : "3.3",
28972897
"Dependencies" : {
28982898
"Core" : "3.7.400.59"
@@ -3140,7 +3140,7 @@
31403140
"InPreview" : false
31413141
},
31423142
"PartnerCentralSelling" : {
3143-
"Version" : "3.7.401.7",
3143+
"Version" : "3.7.402.0",
31443144
"AssemblyVersionOverride" : "3.3",
31453145
"Dependencies" : {
31463146
"Core" : "3.7.400.59"

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

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

sdk/src/Services/PartnerCentralSelling/Generated/AmazonPartnerCentralSellingConfig.cs

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

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

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

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

sdk/src/Services/QBusiness/Generated/AmazonQBusinessConfig.cs

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

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

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

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

0 commit comments

Comments
 (0)