Skip to content

Commit 1330c66

Browse files
4.1.931
1 parent ecee30b commit 1330c66

File tree

7 files changed

+13
-7
lines changed

7 files changed

+13
-7
lines changed

Include/sdk/_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.500.0",
4-
"ProductVersion" : "3.7.1153.0",
4+
"ProductVersion" : "3.7.1154.0",
55
"CoreVersion" : "3.7.500.39",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -316,7 +316,7 @@
316316
"InPreview" : false
317317
},
318318
"SecurityToken" : {
319-
"Version" : "3.7.501.30",
319+
"Version" : "3.7.501.31",
320320
"AssemblyVersionOverride" : "3.3",
321321
"Dependencies" : {
322322
"Core" : "3.7.500.39"
@@ -2668,7 +2668,7 @@
26682668
"InPreview" : false
26692669
},
26702670
"BedrockRuntime" : {
2671-
"Version" : "3.7.506.0",
2671+
"Version" : "3.7.507.0",
26722672
"AssemblyVersionOverride" : "3.3",
26732673
"Dependencies" : {
26742674
"Core" : "3.7.500.39"

changelogs/CHANGELOG.2025.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
### 4.1.930 (2025-10-28 21:38Z)
1+
### 4.1.931 (2025-10-29 22:10Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1154.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/aws-sdk-net-v3.7/changelogs/SDK.CHANGELOG.ALL.md.
3+
4+
### 4.1.930 (2025-10-28 21:38Z)
25
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1153.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/aws-sdk-net-v3.7/changelogs/SDK.CHANGELOG.ALL.md.
36
* [Breaking Change] Removed support for Amazon IoT Fleet Hub
47
* [Breaking Change] Removed support for Amazon Lookout for Metrics

changelogs/CHANGELOG.ALL.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
### 4.1.930 (2025-10-28 21:38Z)
1+
### 4.1.931 (2025-10-29 22:10Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1154.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/aws-sdk-net-v3.7/changelogs/SDK.CHANGELOG.ALL.md.
3+
4+
### 4.1.930 (2025-10-28 21:38Z)
25
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1153.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/aws-sdk-net-v3.7/changelogs/SDK.CHANGELOG.ALL.md.
36
* [Breaking Change] Removed support for Amazon IoT Fleet Hub
47
* [Breaking Change] Removed support for Amazon Lookout for Metrics

modules/AWSPowerShell/Cmdlets/BedrockRuntime/Basic/Invoke-BDRRConverse-Cmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ public partial class InvokeBDRRConverseCmdlet : AmazonBedrockRuntimeClientCmdlet
301301
#region Parameter ToolConfig_Tool
302302
/// <summary>
303303
/// <para>
304-
/// <para>An array of tools that you want to pass to a model.</para>
304+
/// <para>An array of tools that you want to pass to a model. </para>
305305
/// </para>
306306
/// </summary>
307307
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]

modules/AWSPowerShell/Cmdlets/BedrockRuntime/Basic/Invoke-BDRRConverseStream-Cmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ public partial class InvokeBDRRConverseStreamCmdlet : AmazonBedrockRuntimeClient
319319
#region Parameter ToolConfig_Tool
320320
/// <summary>
321321
/// <para>
322-
/// <para>An array of tools that you want to pass to a model.</para>
322+
/// <para>An array of tools that you want to pass to a model. </para>
323323
/// </para>
324324
/// </summary>
325325
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
-3 Bytes
Binary file not shown.
-2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)