You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelogs/CHANGELOG.2025.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,14 @@
1
-
### 4.1.835 (2025-06-05 20:31Z)
1
+
### 4.1.836 (2025-06-06 20:23Z)
2
+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1060.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
+
* Amazon Bedrock Agent Runtime
4
+
* Modified cmdlet Invoke-BARAgent: added parameters PromptCreationConfigurations_ExcludePreviousThinkingStep and PromptCreationConfigurations_PreviousConversationTurnsToInclude.
5
+
* Modified cmdlet Invoke-BARInlineAgent: added parameters PromptCreationConfigurations_ExcludePreviousThinkingStep and PromptCreationConfigurations_PreviousConversationTurnsToInclude.
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1059.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.
Copy file name to clipboardExpand all lines: changelogs/CHANGELOG.ALL.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,14 @@
1
-
### 4.1.835 (2025-06-05 20:31Z)
1
+
### 4.1.836 (2025-06-06 20:23Z)
2
+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1060.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
+
* Amazon Bedrock Agent Runtime
4
+
* Modified cmdlet Invoke-BARAgent: added parameters PromptCreationConfigurations_ExcludePreviousThinkingStep and PromptCreationConfigurations_PreviousConversationTurnsToInclude.
5
+
* Modified cmdlet Invoke-BARInlineAgent: added parameters PromptCreationConfigurations_ExcludePreviousThinkingStep and PromptCreationConfigurations_PreviousConversationTurnsToInclude.
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1059.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.
Copy file name to clipboardExpand all lines: modules/AWSPowerShell/Cmdlets/BedrockAgentRuntime/Basic/Get-BARFlowExecutionEventList-Cmdlet.cs
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -28,12 +28,12 @@
28
28
namespaceAmazon.PowerShell.Cmdlets.BAR
29
29
{
30
30
/// <summary>
31
-
/// Lists events that occurred during an asynchronous execution of a flow. Events provide
32
-
/// detailed information about the execution progress, including node inputs and outputs,
33
-
/// flow inputs and outputs, condition results, and failure events.
31
+
/// Lists events that occurred during a flow execution. Events provide detailed information
32
+
/// about the execution progress, including node inputs and outputs, flow inputs and outputs,
33
+
/// condition results, and failure events.
34
34
///
35
35
/// <note><para>
36
-
/// Asynchronous flows is in preview release for Amazon Bedrock and is subject to change.
36
+
/// Flow executions is in preview release for Amazon Bedrock and is subject to change.
37
37
/// </para></note><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
38
38
/// </summary>
39
39
[Cmdlet("Get","BARFlowExecutionEventList")]
@@ -71,7 +71,7 @@ public partial class GetBARFlowExecutionEventListCmdlet : AmazonBedrockAgentRunt
71
71
#region Parameter ExecutionIdentifier
72
72
/// <summary>
73
73
/// <para>
74
-
/// <para>The unique identifier of the async execution.</para>
74
+
/// <para>The unique identifier of the flow execution.</para>
Copy file name to clipboardExpand all lines: modules/AWSPowerShell/Cmdlets/BedrockAgentRuntime/Basic/Get-BARFlowExecutionList-Cmdlet.cs
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -28,12 +28,12 @@
28
28
namespaceAmazon.PowerShell.Cmdlets.BAR
29
29
{
30
30
/// <summary>
31
-
/// Lists all asynchronous executions for a flow. Results can be paginated and include
32
-
/// summary information about each execution, such as status, start and end times, and
33
-
/// the execution's Amazon Resource Name (ARN).
31
+
/// Lists all executions of a flow. Results can be paginated and include summary information
32
+
/// about each execution, such as status, start and end times, and the execution's Amazon
33
+
/// Resource Name (ARN).
34
34
///
35
35
/// <note><para>
36
-
/// Asynchronous flows is in preview release for Amazon Bedrock and is subject to change.
36
+
/// Flow executions is in preview release for Amazon Bedrock and is subject to change.
37
37
/// </para></note><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
38
38
/// </summary>
39
39
[Cmdlet("Get","BARFlowExecutionList")]
@@ -78,9 +78,9 @@ public partial class GetBARFlowExecutionListCmdlet : AmazonBedrockAgentRuntimeCl
78
78
#region Parameter MaxResult
79
79
/// <summary>
80
80
/// <para>
81
-
/// <para>The maximum number of async executions to return in a single response. If more executions
82
-
/// exist than the specified maxResults value, a token is included in the response so
83
-
/// that the remaining results can be retrieved.</para>
81
+
/// <para>The maximum number of flow executions to return in a single response. If more executions
82
+
/// exist than the specified <c>maxResults</c> value, a token is included in the response
83
+
/// so that the remaining results can be retrieved.</para>
0 commit comments