Skip to content

Commit 0bebc5a

Browse files
4.1.825
1 parent a4a3f7d commit 0bebc5a

34 files changed

+3104
-855
lines changed

Include/sdk/_sdk-versions.json

Lines changed: 814 additions & 814 deletions
Large diffs are not rendered by default.

changelogs/CHANGELOG.2025.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
### 4.1.824 (2025-05-20 20:44Z)
1+
### 4.1.825 (2025-05-21 20:30Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1049.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+
* Added cmdlet Get-BARExecutionFlowSnapshot leveraging the GetExecutionFlowSnapshot service API.
5+
* Added cmdlet Get-BARFlowExecution leveraging the GetFlowExecution service API.
6+
* Added cmdlet Get-BARFlowExecutionEventList leveraging the ListFlowExecutionEvents service API.
7+
* Added cmdlet Get-BARFlowExecutionList leveraging the ListFlowExecutions service API.
8+
* Added cmdlet Start-BARFlowExecution leveraging the StartFlowExecution service API.
9+
* Added cmdlet Stop-BARFlowExecution leveraging the StopFlowExecution service API.
10+
* Amazon CloudWatch
11+
* Modified cmdlet Write-CWInsightRule: added parameter ApplyOnTransformedLog.
12+
* Amazon Elastic Compute Cloud (EC2)
13+
* Added cmdlet Edit-EC2PublicIpDnsNameOption leveraging the ModifyPublicIpDnsNameOptions service API.
14+
15+
### 4.1.824 (2025-05-20 20:44Z)
216
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1048.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.
317
* [Breaking Change] Removed support for Amazon Private 5G
418
* Amazon CloudWatch Observability Access Manager

changelogs/CHANGELOG.ALL.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
### 4.1.824 (2025-05-20 20:44Z)
1+
### 4.1.825 (2025-05-21 20:30Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1049.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+
* Added cmdlet Get-BARExecutionFlowSnapshot leveraging the GetExecutionFlowSnapshot service API.
5+
* Added cmdlet Get-BARFlowExecution leveraging the GetFlowExecution service API.
6+
* Added cmdlet Get-BARFlowExecutionEventList leveraging the ListFlowExecutionEvents service API.
7+
* Added cmdlet Get-BARFlowExecutionList leveraging the ListFlowExecutions service API.
8+
* Added cmdlet Start-BARFlowExecution leveraging the StartFlowExecution service API.
9+
* Added cmdlet Stop-BARFlowExecution leveraging the StopFlowExecution service API.
10+
* Amazon CloudWatch
11+
* Modified cmdlet Write-CWInsightRule: added parameter ApplyOnTransformedLog.
12+
* Amazon Elastic Compute Cloud (EC2)
13+
* Added cmdlet Edit-EC2PublicIpDnsNameOption leveraging the ModifyPublicIpDnsNameOptions service API.
14+
15+
### 4.1.824 (2025-05-20 20:44Z)
216
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1048.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.
317
* [Breaking Change] Removed support for Amazon Private 5G
418
* Amazon CloudWatch Observability Access Manager

generator/AWSPSGeneratorLib/Config/ServiceConfig/bedrock-agent-runtime.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@
4646
<Params />
4747
<TypesNotToFlatten />
4848
</ServiceOperation>
49+
<ServiceOperation MethodName="GetExecutionFlowSnapshot" OutputProperty="*" Verb="Get" Noun="ExecutionFlowSnapshot" PipelineParameter="ExecutionIdentifier" NoPipelineParameter="false">
50+
<Params />
51+
<TypesNotToFlatten />
52+
</ServiceOperation>
53+
<ServiceOperation MethodName="GetFlowExecution" OutputProperty="*" Verb="Get" Noun="FlowExecution" PipelineParameter="ExecutionIdentifier" NoPipelineParameter="false">
54+
<Params />
55+
<TypesNotToFlatten />
56+
</ServiceOperation>
4957
<ServiceOperation MethodName="GetInvocationStep" OutputProperty="InvocationStep" Verb="Get" Noun="InvocationStep" PipelineParameter="SessionIdentifier" NoPipelineParameter="false" LegacyV4Pagination="true">
5058
<Params />
5159
<TypesNotToFlatten />
@@ -66,6 +74,14 @@
6674
<Params />
6775
<TypesNotToFlatten />
6876
</ServiceOperation>
77+
<ServiceOperation MethodName="ListFlowExecutionEvents" OutputProperty="FlowExecutionEvents" Verb="Get" Noun="FlowExecutionEventList" PipelineParameter="ExecutionIdentifier" NoPipelineParameter="false">
78+
<Params />
79+
<TypesNotToFlatten />
80+
</ServiceOperation>
81+
<ServiceOperation MethodName="ListFlowExecutions" OutputProperty="FlowExecutionSummaries" Verb="Get" Noun="FlowExecutionList" PipelineParameter="FlowIdentifier" NoPipelineParameter="false">
82+
<Params />
83+
<TypesNotToFlatten />
84+
</ServiceOperation>
6985
<ServiceOperation MethodName="ListInvocations" OutputProperty="InvocationSummaries" Verb="Get" Noun="InvocationList" PipelineParameter="SessionIdentifier" NoPipelineParameter="false" LegacyV4Pagination="true">
7086
<Params />
7187
<TypesNotToFlatten />
@@ -142,6 +158,14 @@
142158
</Params>
143159
<TypesNotToFlatten />
144160
</ServiceOperation>
161+
<ServiceOperation MethodName="StartFlowExecution" OutputProperty="ExecutionArn" Verb="Start" Noun="FlowExecution" ShouldProcessTarget="FlowIdentifier" PipelineParameter="FlowIdentifier" NoPipelineParameter="false">
162+
<Params />
163+
<TypesNotToFlatten />
164+
</ServiceOperation>
165+
<ServiceOperation MethodName="StopFlowExecution" OutputProperty="*" Verb="Stop" Noun="FlowExecution" ShouldProcessTarget="ExecutionIdentifier" PipelineParameter="ExecutionIdentifier" NoPipelineParameter="false">
166+
<Params />
167+
<TypesNotToFlatten />
168+
</ServiceOperation>
145169
<ServiceOperation MethodName="TagResource" Verb="Add" Noun="ResourceTag" ShouldProcessTarget="ResourceArn" PipelineParameter="ResourceArn" NoPipelineParameter="false" LegacyV4Pagination="true">
146170
<Params />
147171
<TypesNotToFlatten />

generator/AWSPSGeneratorLib/Config/ServiceConfig/ec2.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2463,6 +2463,10 @@
24632463
<Params />
24642464
<TypesNotToFlatten />
24652465
</ServiceOperation>
2466+
<ServiceOperation MethodName="ModifyPublicIpDnsNameOptions" OutputProperty="Successful" Verb="Edit" Noun="PublicIpDnsNameOption" ShouldProcessTarget="NetworkInterfaceId" PipelineParameter="NetworkInterfaceId" NoPipelineParameter="false">
2467+
<Params />
2468+
<TypesNotToFlatten />
2469+
</ServiceOperation>
24662470
<ServiceOperation MethodName="ModifyReservedInstances" OutputProperty="ReservedInstancesModificationId" Verb="Edit" Noun="ReservedInstance" ShouldProcessTarget="ReservedInstancesIds" PipelineParameter="ReservedInstancesIds" NoPipelineParameter="false" LegacyV4Pagination="true">
24672471
<Params />
24682472
<TypesNotToFlatten />

modules/AWSPowerShell/AWSAliases.ps1

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2734,11 +2734,19 @@ Set-Alias -Name Generate-BARQuery -Value Invoke-BARGenerateQuery
27342734
Set-Alias -Name Generate-BARGenerateQuery -Value Invoke-BARGenerateQuery
27352735
Set-Alias -Name BAR-GenerateQuery -Value Invoke-BARGenerateQuery
27362736
Set-Alias -Name BAR-GetAgentMemory -Value Get-BARAgentMemory
2737+
Set-Alias -Name BAR-GetExecutionFlowSnapshot -Value Get-BARExecutionFlowSnapshot
2738+
Set-Alias -Name BAR-GetFlowExecution -Value Get-BARFlowExecution
27372739
Set-Alias -Name BAR-GetInvocationStep -Value Get-BARInvocationStep
27382740
Set-Alias -Name BAR-GetSession -Value Get-BARSession
27392741
Set-Alias -Name BAR-InvokeAgent -Value Invoke-BARAgent
27402742
Set-Alias -Name BAR-InvokeFlow -Value Invoke-BARFlow
27412743
Set-Alias -Name BAR-InvokeInlineAgent -Value Invoke-BARInlineAgent
2744+
Set-Alias -Name List-BARFlowExecutionEvents -Value Get-BARFlowExecutionEventList
2745+
Set-Alias -Name List-BARFlowExecutionEventList -Value Get-BARFlowExecutionEventList
2746+
Set-Alias -Name BAR-ListFlowExecutionEvents -Value Get-BARFlowExecutionEventList
2747+
Set-Alias -Name List-BARFlowExecutions -Value Get-BARFlowExecutionList
2748+
Set-Alias -Name List-BARFlowExecutionList -Value Get-BARFlowExecutionList
2749+
Set-Alias -Name BAR-ListFlowExecutions -Value Get-BARFlowExecutionList
27422750
Set-Alias -Name List-BARInvocations -Value Get-BARInvocationList
27432751
Set-Alias -Name List-BARInvocationList -Value Get-BARInvocationList
27442752
Set-Alias -Name BAR-ListInvocations -Value Get-BARInvocationList
@@ -2766,6 +2774,8 @@ Set-Alias -Name BAR-RetrieveAndGenerateStream -Value Invoke-BARRetrieveAndGenera
27662774
Set-Alias -Name Retrieve-BAR -Value Invoke-BARRetrieve
27672775
Set-Alias -Name Retrieve-BARRetrieve -Value Invoke-BARRetrieve
27682776
Set-Alias -Name BAR-Retrieve -Value Invoke-BARRetrieve
2777+
Set-Alias -Name BAR-StartFlowExecution -Value Start-BARFlowExecution
2778+
Set-Alias -Name BAR-StopFlowExecution -Value Stop-BARFlowExecution
27692779
Set-Alias -Name BAR-TagResource -Value Add-BARResourceTag
27702780
Set-Alias -Name BAR-UntagResource -Value Remove-BARResourceTag
27712781
Set-Alias -Name BAR-UpdateSession -Value Update-BARSession
@@ -10724,6 +10734,9 @@ Set-Alias -Name EC2-ModifyNetworkInterfaceAttribute -Value Edit-EC2NetworkInterf
1072410734
Set-Alias -Name Modify-EC2PrivateDnsNameOptions -Value Edit-EC2PrivateDnsNameOption
1072510735
Set-Alias -Name Modify-EC2PrivateDnsNameOption -Value Edit-EC2PrivateDnsNameOption
1072610736
Set-Alias -Name EC2-ModifyPrivateDnsNameOptions -Value Edit-EC2PrivateDnsNameOption
10737+
Set-Alias -Name Modify-EC2PublicIpDnsNameOptions -Value Edit-EC2PublicIpDnsNameOption
10738+
Set-Alias -Name Modify-EC2PublicIpDnsNameOption -Value Edit-EC2PublicIpDnsNameOption
10739+
Set-Alias -Name EC2-ModifyPublicIpDnsNameOptions -Value Edit-EC2PublicIpDnsNameOption
1072710740
Set-Alias -Name Modify-EC2ReservedInstances -Value Edit-EC2ReservedInstance
1072810741
Set-Alias -Name Modify-EC2ReservedInstance -Value Edit-EC2ReservedInstance
1072910742
Set-Alias -Name EC2-ModifyReservedInstances -Value Edit-EC2ReservedInstance

modules/AWSPowerShell/AWSPowerShellCompleters.psm1

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7529,6 +7529,13 @@ $BAR_Completers = {
75297529
break
75307530
}
75317531

7532+
# Amazon.BedrockAgentRuntime.FlowExecutionEventType
7533+
"Get-BARFlowExecutionEventList/EventType"
7534+
{
7535+
$v = "Flow","Node"
7536+
break
7537+
}
7538+
75327539
# Amazon.BedrockAgentRuntime.InputQueryType
75337540
"Invoke-BARGenerateQuery/QueryGenerationInput_Type"
75347541
{
@@ -7558,6 +7565,7 @@ $BAR_Completers = {
75587565
($_ -eq "Invoke-BARAgent/PerformanceConfig_Latency") -Or
75597566
($_ -eq "Invoke-BARFlow/PerformanceConfig_Latency") -Or
75607567
($_ -eq "Invoke-BARInlineAgent/PerformanceConfig_Latency") -Or
7568+
($_ -eq "Start-BARFlowExecution/PerformanceConfig_Latency") -Or
75617569
($_ -eq "Invoke-BARRetrieveAndGenerateStream/Stream_ExternalSourcesConfig_PerformanceConfig_Latency") -Or
75627570
($_ -eq "Invoke-BARRetrieveAndGenerateStream/Stream_KnowledgeBaseConfig_GenerationConfig_PerformanceConfig_Latency") -Or
75637571
($_ -eq "Invoke-BARRetrieveAndGenerateStream/Stream_KnowledgeBaseConfig_OrchestrationConfig_PerformanceConfig_Latency")
@@ -7651,13 +7659,14 @@ $BAR_Completers = {
76517659

76527660
$BAR_map = @{
76537661
"AgentCollaboration"=@("Invoke-BARInlineAgent")
7662+
"EventType"=@("Get-BARFlowExecutionEventList")
76547663
"ExternalSourcesConfig_PerformanceConfig_Latency"=@("Invoke-BARRetrieveAndGenerate")
76557664
"KnowledgeBaseConfig_GenerationConfig_PerformanceConfig_Latency"=@("Invoke-BARRetrieveAndGenerate")
76567665
"KnowledgeBaseConfig_OrchestrationConfig_PerformanceConfig_Latency"=@("Invoke-BARRetrieveAndGenerate")
76577666
"MemoryType"=@("Get-BARAgentMemory")
76587667
"MetadataConfiguration_SelectionMode"=@("Invoke-BARRetrieve","Invoke-BARRetrieveAndGenerate","Invoke-BARRetrieveAndGenerateStream")
76597668
"OrchestrationType"=@("Invoke-BARInlineAgent")
7660-
"PerformanceConfig_Latency"=@("Invoke-BARAgent","Invoke-BARFlow","Invoke-BARInlineAgent")
7669+
"PerformanceConfig_Latency"=@("Invoke-BARAgent","Invoke-BARFlow","Invoke-BARInlineAgent","Start-BARFlowExecution")
76617670
"QueryGenerationInput_Type"=@("Invoke-BARGenerateQuery")
76627671
"QueryTransformationConfiguration_Type"=@("Invoke-BARRetrieveAndGenerate","Invoke-BARRetrieveAndGenerateStream")
76637672
"RerankingConfiguration_Type"=@("Invoke-BARRerank","Invoke-BARRetrieve","Invoke-BARRetrieveAndGenerate","Invoke-BARRetrieveAndGenerateStream")
@@ -7727,11 +7736,15 @@ $BAR_SelectMap = @{
77277736
"Close-BARSession",
77287737
"Invoke-BARGenerateQuery",
77297738
"Get-BARAgentMemory",
7739+
"Get-BARExecutionFlowSnapshot",
7740+
"Get-BARFlowExecution",
77307741
"Get-BARInvocationStep",
77317742
"Get-BARSession",
77327743
"Invoke-BARAgent",
77337744
"Invoke-BARFlow",
77347745
"Invoke-BARInlineAgent",
7746+
"Get-BARFlowExecutionEventList",
7747+
"Get-BARFlowExecutionList",
77357748
"Get-BARInvocationList",
77367749
"Get-BARInvocationStepList",
77377750
"Get-BARSessionList",
@@ -7742,6 +7755,8 @@ $BAR_SelectMap = @{
77427755
"Invoke-BARRetrieve",
77437756
"Invoke-BARRetrieveAndGenerate",
77447757
"Invoke-BARRetrieveAndGenerateStream",
7758+
"Start-BARFlowExecution",
7759+
"Stop-BARFlowExecution",
77457760
"Add-BARResourceTag",
77467761
"Remove-BARResourceTag",
77477762
"Update-BARSession")
@@ -25978,6 +25993,13 @@ $EC2_Completers = {
2597825993
break
2597925994
}
2598025995

25996+
# Amazon.EC2.PublicIpDnsOption
25997+
"Edit-EC2PublicIpDnsNameOption/HostnameType"
25998+
{
25999+
$v = "public-dual-stack-dns-name","public-ipv4-dns-name","public-ipv6-dns-name"
26000+
break
26001+
}
26002+
2598126003
# Amazon.EC2.ReplacementStrategy
2598226004
"Request-EC2SpotFleet/CapacityRebalance_ReplacementStrategy"
2598326005
{
@@ -26376,6 +26398,7 @@ $EC2_map = @{
2637626398
"ExportToS3Task_ContainerFormat"=@("New-EC2InstanceExportTask")
2637726399
"ExportToS3Task_DiskImageFormat"=@("New-EC2InstanceExportTask")
2637826400
"HostMaintenance"=@("Edit-EC2Host","New-EC2Host")
26401+
"HostnameType"=@("Edit-EC2PublicIpDnsNameOption")
2637926402
"HostRecovery"=@("Edit-EC2Host","New-EC2Host")
2638026403
"HttpEndpoint"=@("Edit-EC2InstanceMetadataDefault","Edit-EC2InstanceMetadataOption")
2638126404
"HttpProtocolIpv6"=@("Edit-EC2InstanceMetadataOption")
@@ -27112,6 +27135,7 @@ $EC2_SelectMap = @{
2711227135
"Edit-EC2ManagedPrefixList",
2711327136
"Edit-EC2NetworkInterfaceAttribute",
2711427137
"Edit-EC2PrivateDnsNameOption",
27138+
"Edit-EC2PublicIpDnsNameOption",
2711527139
"Edit-EC2ReservedInstance",
2711627140
"Edit-EC2RouteServer",
2711727141
"Edit-EC2SecurityGroupRule",

modules/AWSPowerShell/Cmdlets/BedrockAgentRuntime/AWS.Tools.BedrockAgentRuntime.Completers.psm1

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,13 @@ $BAR_Completers = {
8787
break
8888
}
8989

90+
# Amazon.BedrockAgentRuntime.FlowExecutionEventType
91+
"Get-BARFlowExecutionEventList/EventType"
92+
{
93+
$v = "Flow","Node"
94+
break
95+
}
96+
9097
# Amazon.BedrockAgentRuntime.InputQueryType
9198
"Invoke-BARGenerateQuery/QueryGenerationInput_Type"
9299
{
@@ -116,6 +123,7 @@ $BAR_Completers = {
116123
($_ -eq "Invoke-BARAgent/PerformanceConfig_Latency") -Or
117124
($_ -eq "Invoke-BARFlow/PerformanceConfig_Latency") -Or
118125
($_ -eq "Invoke-BARInlineAgent/PerformanceConfig_Latency") -Or
126+
($_ -eq "Start-BARFlowExecution/PerformanceConfig_Latency") -Or
119127
($_ -eq "Invoke-BARRetrieveAndGenerateStream/Stream_ExternalSourcesConfig_PerformanceConfig_Latency") -Or
120128
($_ -eq "Invoke-BARRetrieveAndGenerateStream/Stream_KnowledgeBaseConfig_GenerationConfig_PerformanceConfig_Latency") -Or
121129
($_ -eq "Invoke-BARRetrieveAndGenerateStream/Stream_KnowledgeBaseConfig_OrchestrationConfig_PerformanceConfig_Latency")
@@ -209,13 +217,14 @@ $BAR_Completers = {
209217

210218
$BAR_map = @{
211219
"AgentCollaboration"=@("Invoke-BARInlineAgent")
220+
"EventType"=@("Get-BARFlowExecutionEventList")
212221
"ExternalSourcesConfig_PerformanceConfig_Latency"=@("Invoke-BARRetrieveAndGenerate")
213222
"KnowledgeBaseConfig_GenerationConfig_PerformanceConfig_Latency"=@("Invoke-BARRetrieveAndGenerate")
214223
"KnowledgeBaseConfig_OrchestrationConfig_PerformanceConfig_Latency"=@("Invoke-BARRetrieveAndGenerate")
215224
"MemoryType"=@("Get-BARAgentMemory")
216225
"MetadataConfiguration_SelectionMode"=@("Invoke-BARRetrieve","Invoke-BARRetrieveAndGenerate","Invoke-BARRetrieveAndGenerateStream")
217226
"OrchestrationType"=@("Invoke-BARInlineAgent")
218-
"PerformanceConfig_Latency"=@("Invoke-BARAgent","Invoke-BARFlow","Invoke-BARInlineAgent")
227+
"PerformanceConfig_Latency"=@("Invoke-BARAgent","Invoke-BARFlow","Invoke-BARInlineAgent","Start-BARFlowExecution")
219228
"QueryGenerationInput_Type"=@("Invoke-BARGenerateQuery")
220229
"QueryTransformationConfiguration_Type"=@("Invoke-BARRetrieveAndGenerate","Invoke-BARRetrieveAndGenerateStream")
221230
"RerankingConfiguration_Type"=@("Invoke-BARRerank","Invoke-BARRetrieve","Invoke-BARRetrieveAndGenerate","Invoke-BARRetrieveAndGenerateStream")
@@ -285,11 +294,15 @@ $BAR_SelectMap = @{
285294
"Close-BARSession",
286295
"Invoke-BARGenerateQuery",
287296
"Get-BARAgentMemory",
297+
"Get-BARExecutionFlowSnapshot",
298+
"Get-BARFlowExecution",
288299
"Get-BARInvocationStep",
289300
"Get-BARSession",
290301
"Invoke-BARAgent",
291302
"Invoke-BARFlow",
292303
"Invoke-BARInlineAgent",
304+
"Get-BARFlowExecutionEventList",
305+
"Get-BARFlowExecutionList",
293306
"Get-BARInvocationList",
294307
"Get-BARInvocationStepList",
295308
"Get-BARSessionList",
@@ -300,6 +313,8 @@ $BAR_SelectMap = @{
300313
"Invoke-BARRetrieve",
301314
"Invoke-BARRetrieveAndGenerate",
302315
"Invoke-BARRetrieveAndGenerateStream",
316+
"Start-BARFlowExecution",
317+
"Stop-BARFlowExecution",
303318
"Add-BARResourceTag",
304319
"Remove-BARResourceTag",
305320
"Update-BARSession")

modules/AWSPowerShell/Cmdlets/BedrockAgentRuntime/AWS.Tools.BedrockAgentRuntime.psd1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ This version of AWS Tools for PowerShell is compatible with Windows PowerShell 5
9191
'Add-BARResourceTag',
9292
'Close-BARSession',
9393
'Get-BARAgentMemory',
94+
'Get-BARExecutionFlowSnapshot',
95+
'Get-BARFlowExecution',
96+
'Get-BARFlowExecutionEventList',
97+
'Get-BARFlowExecutionList',
9498
'Get-BARInvocationList',
9599
'Get-BARInvocationStep',
96100
'Get-BARInvocationStepList',
@@ -111,6 +115,8 @@ This version of AWS Tools for PowerShell is compatible with Windows PowerShell 5
111115
'Remove-BARAgentMemory',
112116
'Remove-BARResourceTag',
113117
'Remove-BARSession',
118+
'Start-BARFlowExecution',
119+
'Stop-BARFlowExecution',
114120
'Update-BARSession',
115121
'Write-BARInvocationStep')
116122

0 commit comments

Comments
 (0)