Skip to content

Commit 29b47b8

Browse files
4.1.810
1 parent b6516e8 commit 29b47b8

37 files changed

+1237
-893
lines changed

Include/sdk/_sdk-versions.json

Lines changed: 816 additions & 816 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.809 (2025-04-29 22:22Z)
1+
### 4.1.810 (2025-04-30 20:40Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1034.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 AWSDeadlineCloud
4+
* Modified cmdlet New-ADCFleet: added parameter CustomerManaged_TagPropagationMode.
5+
* Modified cmdlet New-ADCWorker: added parameter Tag.
6+
* Modified cmdlet Update-ADCFleet: added parameter CustomerManaged_TagPropagationMode.
7+
* Amazon Bedrock Agent Runtime
8+
* Modified cmdlet Invoke-BARInlineAgent: added parameters AgentName, Executor_Lambda and OrchestrationType.
9+
* Amazon Clean Rooms Service
10+
* Modified cmdlet Start-CRSProtectedQuery: added parameter Distribute_Location.
11+
* Amazon Elastic Compute Cloud (EC2)
12+
* Modified cmdlet Edit-EC2Ipam: added parameter MeteredAccount.
13+
* Modified cmdlet New-EC2Ipam: added parameter MeteredAccount.
14+
15+
### 4.1.809 (2025-04-29 22:22Z)
216
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1033.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
* Amazon Connect Cases
418
* Modified cmdlet New-CCASCase: added parameter PerformedBy_CustomEntity.

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.809 (2025-04-29 22:22Z)
1+
### 4.1.810 (2025-04-30 20:40Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1034.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 AWSDeadlineCloud
4+
* Modified cmdlet New-ADCFleet: added parameter CustomerManaged_TagPropagationMode.
5+
* Modified cmdlet New-ADCWorker: added parameter Tag.
6+
* Modified cmdlet Update-ADCFleet: added parameter CustomerManaged_TagPropagationMode.
7+
* Amazon Bedrock Agent Runtime
8+
* Modified cmdlet Invoke-BARInlineAgent: added parameters AgentName, Executor_Lambda and OrchestrationType.
9+
* Amazon Clean Rooms Service
10+
* Modified cmdlet Start-CRSProtectedQuery: added parameter Distribute_Location.
11+
* Amazon Elastic Compute Cloud (EC2)
12+
* Modified cmdlet Edit-EC2Ipam: added parameter MeteredAccount.
13+
* Modified cmdlet New-EC2Ipam: added parameter MeteredAccount.
14+
15+
### 4.1.809 (2025-04-29 22:22Z)
216
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1033.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
* Amazon Connect Cases
418
* Modified cmdlet New-CCASCase: added parameter PerformedBy_CustomEntity.

modules/AWSPowerShell/AWSPowerShellCompleters.psm1

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7532,6 +7532,13 @@ $BAR_Completers = {
75327532
break
75337533
}
75347534

7535+
# Amazon.BedrockAgentRuntime.OrchestrationType
7536+
"Invoke-BARInlineAgent/OrchestrationType"
7537+
{
7538+
$v = "CUSTOM_ORCHESTRATION","DEFAULT"
7539+
break
7540+
}
7541+
75357542
# Amazon.BedrockAgentRuntime.PerformanceConfigLatency
75367543
{
75377544
($_ -eq "Invoke-BARRetrieveAndGenerate/ExternalSourcesConfig_PerformanceConfig_Latency") -Or
@@ -7638,6 +7645,7 @@ $BAR_map = @{
76387645
"KnowledgeBaseConfig_OrchestrationConfig_PerformanceConfig_Latency"=@("Invoke-BARRetrieveAndGenerate")
76397646
"MemoryType"=@("Get-BARAgentMemory")
76407647
"MetadataConfiguration_SelectionMode"=@("Invoke-BARRetrieve","Invoke-BARRetrieveAndGenerate","Invoke-BARRetrieveAndGenerateStream")
7648+
"OrchestrationType"=@("Invoke-BARInlineAgent")
76417649
"PerformanceConfig_Latency"=@("Invoke-BARAgent","Invoke-BARFlow","Invoke-BARInlineAgent")
76427650
"QueryGenerationInput_Type"=@("Invoke-BARGenerateQuery")
76437651
"QueryTransformationConfiguration_Type"=@("Invoke-BARRetrieveAndGenerate","Invoke-BARRetrieveAndGenerateStream")
@@ -21685,6 +21693,16 @@ $ADC_Completers = {
2168521693
break
2168621694
}
2168721695

21696+
# Amazon.Deadline.TagPropagationMode
21697+
{
21698+
($_ -eq "New-ADCFleet/CustomerManaged_TagPropagationMode") -Or
21699+
($_ -eq "Update-ADCFleet/CustomerManaged_TagPropagationMode")
21700+
}
21701+
{
21702+
$v = "NO_PROPAGATION","PROPAGATE_TAGS_TO_WORKERS_AT_LAUNCH"
21703+
break
21704+
}
21705+
2168821706
# Amazon.Deadline.TaskTargetRunStatus
2168921707
"Update-ADCTask/TargetRunStatus"
2169021708
{
@@ -21731,6 +21749,7 @@ $ADC_Completers = {
2173121749
$ADC_map = @{
2173221750
"Attachments_FileSystem"=@("New-ADCJob")
2173321751
"CustomerManaged_Mode"=@("New-ADCFleet","Update-ADCFleet")
21752+
"CustomerManaged_TagPropagationMode"=@("New-ADCFleet","Update-ADCFleet")
2173421753
"DefaultBudgetAction"=@("New-ADCQueue","Update-ADCQueue")
2173521754
"FilterExpressions_Operator"=@("Search-ADCJob","Search-ADCStep","Search-ADCTask","Search-ADCWorker")
2173621755
"InstanceCapabilities_CpuArchitectureType"=@("New-ADCFleet","Update-ADCFleet")
@@ -25713,6 +25732,16 @@ $EC2_Completers = {
2571325732
break
2571425733
}
2571525734

25735+
# Amazon.EC2.IpamMeteredAccount
25736+
{
25737+
($_ -eq "Edit-EC2Ipam/MeteredAccount") -Or
25738+
($_ -eq "New-EC2Ipam/MeteredAccount")
25739+
}
25740+
{
25741+
$v = "ipam-owner","resource-owner"
25742+
break
25743+
}
25744+
2571625745
# Amazon.EC2.IpamPoolAwsService
2571725746
"New-EC2IpamPool/AwsService"
2571825747
{
@@ -26357,6 +26386,7 @@ $EC2_map = @{
2635726386
"MetadataOptions_HttpProtocolIpv6"=@("New-EC2Instance")
2635826387
"MetadataOptions_HttpToken"=@("New-EC2Instance")
2635926388
"MetadataOptions_InstanceMetadataTag"=@("New-EC2Instance")
26389+
"MeteredAccount"=@("Edit-EC2Ipam","New-EC2Ipam")
2636026390
"Metric"=@("Disable-EC2AwsNetworkPerformanceMetricSubscription","Enable-EC2AwsNetworkPerformanceMetricSubscription")
2636126391
"Mode"=@("New-EC2LocalGatewayRouteTable")
2636226392
"NetworkInterfaceOptions_Protocol"=@("Edit-EC2VerifiedAccessEndpoint","New-EC2VerifiedAccessEndpoint")
@@ -45331,7 +45361,7 @@ $CWL_Completers = {
4533145361
($_ -eq "New-CWLLogGroup/LogGroupClass")
4533245362
}
4533345363
{
45334-
$v = "INFREQUENT_ACCESS","STANDARD"
45364+
$v = "DELIVERY","INFREQUENT_ACCESS","STANDARD"
4533545365
break
4533645366
}
4533745367

modules/AWSPowerShell/Cmdlets/BedrockAgent/Basic/New-AABAgentActionGroup-Cmdlet.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public partial class NewAABAgentActionGroupCmdlet : AmazonBedrockAgentClientCmdl
186186
/// Anthropic Claude 3.7 Sonnet and Claude 3.5 Sonnet v2 only. When operating computer
187187
/// use functionality, we recommend taking additional security precautions, such as executing
188188
/// computer actions in virtual environments with restricted data access and limited internet
189-
/// connectivity. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/agent-computer-use.html">Configure
189+
/// connectivity. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/agents-computer-use.html">Configure
190190
/// an Amazon Bedrock Agent to complete tasks with computer use tools</a>. </para></important><ul><li><para><c>ANTHROPIC.Computer</c> - Gives the agent permission to use the mouse and keyboard
191191
/// and take screenshots.</para></li><li><para><c>ANTHROPIC.TextEditor</c> - Gives the agent permission to view, create and edit
192192
/// files.</para></li><li><para><c>ANTHROPIC.Bash</c> - Gives the agent permission to run commands in a bash shell.</para></li></ul></li></ul>
@@ -202,7 +202,7 @@ public partial class NewAABAgentActionGroupCmdlet : AmazonBedrockAgentClientCmdl
202202
/// <para>
203203
/// <para>The configuration settings for a computer use action.</para><important><para> Computer use is a new Anthropic Claude model capability (in beta) available with
204204
/// Anthropic Claude 3.7 Sonnet and Claude 3.5 Sonnet v2 only. For more information, see
205-
/// <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/agent-computer-use.html">Configure
205+
/// <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/agents-computer-use.html">Configure
206206
/// an Amazon Bedrock Agent to complete tasks with computer use tools</a>. </para></important>
207207
/// </para>
208208
/// </summary>

modules/AWSPowerShell/Cmdlets/BedrockAgent/Basic/Update-AABAgentActionGroup-Cmdlet.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public partial class UpdateAABAgentActionGroupCmdlet : AmazonBedrockAgentClientC
183183
/// Anthropic Claude 3.7 Sonnet and Claude 3.5 Sonnet v2 only. When operating computer
184184
/// use functionality, we recommend taking additional security precautions, such as executing
185185
/// computer actions in virtual environments with restricted data access and limited internet
186-
/// connectivity. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/agent-computer-use.html">Configure
186+
/// connectivity. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/agents-computer-use.html">Configure
187187
/// an Amazon Bedrock Agent to complete tasks with computer use tools</a>. </para></important><ul><li><para><c>ANTHROPIC.Computer</c> - Gives the agent permission to use the mouse and keyboard
188188
/// and take screenshots.</para></li><li><para><c>ANTHROPIC.TextEditor</c> - Gives the agent permission to view, create and edit
189189
/// files.</para></li><li><para><c>ANTHROPIC.Bash</c> - Gives the agent permission to run commands in a bash shell.</para></li></ul></li></ul><para>During orchestration, if your agent determines that it needs to invoke an API in an
@@ -201,7 +201,7 @@ public partial class UpdateAABAgentActionGroupCmdlet : AmazonBedrockAgentClientC
201201
/// <summary>
202202
/// <para>
203203
/// <para>The configuration settings for a computer use action.</para><important><para> Computer use is a new Anthropic Claude model capability (in beta) available with
204-
/// Claude 3.7 Sonnet and Claude 3.5 Sonnet v2 only. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/agent-computer-use.html">Configure
204+
/// Claude 3.7 Sonnet and Claude 3.5 Sonnet v2 only. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/agents-computer-use.html">Configure
205205
/// an Amazon Bedrock Agent to complete tasks with computer use tools</a>. </para></important>
206206
/// </para>
207207
/// </summary>

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,13 @@ $BAR_Completers = {
101101
break
102102
}
103103

104+
# Amazon.BedrockAgentRuntime.OrchestrationType
105+
"Invoke-BARInlineAgent/OrchestrationType"
106+
{
107+
$v = "CUSTOM_ORCHESTRATION","DEFAULT"
108+
break
109+
}
110+
104111
# Amazon.BedrockAgentRuntime.PerformanceConfigLatency
105112
{
106113
($_ -eq "Invoke-BARRetrieveAndGenerate/ExternalSourcesConfig_PerformanceConfig_Latency") -Or
@@ -207,6 +214,7 @@ $BAR_map = @{
207214
"KnowledgeBaseConfig_OrchestrationConfig_PerformanceConfig_Latency"=@("Invoke-BARRetrieveAndGenerate")
208215
"MemoryType"=@("Get-BARAgentMemory")
209216
"MetadataConfiguration_SelectionMode"=@("Invoke-BARRetrieve","Invoke-BARRetrieveAndGenerate","Invoke-BARRetrieveAndGenerateStream")
217+
"OrchestrationType"=@("Invoke-BARInlineAgent")
210218
"PerformanceConfig_Latency"=@("Invoke-BARAgent","Invoke-BARFlow","Invoke-BARInlineAgent")
211219
"QueryGenerationInput_Type"=@("Invoke-BARGenerateQuery")
212220
"QueryTransformationConfiguration_Type"=@("Invoke-BARRetrieveAndGenerate","Invoke-BARRetrieveAndGenerateStream")

modules/AWSPowerShell/Cmdlets/BedrockAgentRuntime/Basic/Invoke-BARAgent-Cmdlet.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ namespace Amazon.PowerShell.Cmdlets.BAR
3131
/// <note></note><para>
3232
/// Sends a prompt for the agent to process and respond to. Note the following fields
3333
/// for the request:
34-
/// </para><ul><li><para>
34+
///
35+
/// <ul><li><para>
3536
/// To continue the same conversation with an agent, use the same <c>sessionId</c> value
3637
/// in the request.
3738
/// </para></li><li><para>
@@ -60,7 +61,7 @@ namespace Amazon.PowerShell.Cmdlets.BAR
6061
/// for the action, elicited from the user, in the <c>returnControl</c> field.
6162
/// </para></li><li><para>
6263
/// Errors are also surfaced in the response.
63-
/// </para></li></ul>
64+
/// </para></li></ul></para>
6465
/// </summary>
6566
[Cmdlet("Invoke", "BARAgent", SupportsShouldProcess = true, ConfirmImpact = ConfirmImpact.Medium)]
6667
[OutputType("Amazon.BedrockAgentRuntime.Model.InvokeAgentResponse")]

0 commit comments

Comments
 (0)