Skip to content

Commit 4a060b2

Browse files
5.0.59
1 parent 4cb1f79 commit 4a060b2

File tree

56 files changed

+1615
-155
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+1615
-155
lines changed

Include/sdk/_sdk-versions.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{
33
"NewServiceVersion" : "4.0.0.0",
4-
"ProductVersion" : "4.0.94.0",
4+
"ProductVersion" : "4.0.95.0",
55
"CoreVersion" : "4.0.0.28",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -72,7 +72,7 @@
7272
"InPreview" : false
7373
},
7474
"ConfigService" : {
75-
"Version" : "4.0.2.2",
75+
"Version" : "4.0.3.0",
7676
"AssemblyVersionOverride" : "4.0",
7777
"Dependencies" : {
7878
"Core" : "4.0.0.28"
@@ -356,7 +356,7 @@
356356
"InPreview" : false
357357
},
358358
"SQS" : {
359-
"Version" : "4.0.1.3",
359+
"Version" : "4.0.1.4",
360360
"AssemblyVersionOverride" : "4.0",
361361
"Dependencies" : {
362362
"Core" : "4.0.0.28"
@@ -836,7 +836,7 @@
836836
"InPreview" : false
837837
},
838838
"MediaLive" : {
839-
"Version" : "4.0.5.1",
839+
"Version" : "4.0.6.0",
840840
"AssemblyVersionOverride" : "4.0",
841841
"Dependencies" : {
842842
"Core" : "4.0.0.28"
@@ -1020,7 +1020,7 @@
10201020
"InPreview" : false
10211021
},
10221022
"Connect" : {
1023-
"Version" : "4.0.10.1",
1023+
"Version" : "4.0.11.0",
10241024
"AssemblyVersionOverride" : "4.0",
10251025
"Dependencies" : {
10261026
"Core" : "4.0.0.28"
@@ -2388,7 +2388,7 @@
23882388
"InPreview" : false
23892389
},
23902390
"LicenseManagerUserSubscriptions" : {
2391-
"Version" : "4.0.1.2",
2391+
"Version" : "4.0.2.0",
23922392
"AssemblyVersionOverride" : "4.0",
23932393
"Dependencies" : {
23942394
"Core" : "4.0.0.28"
@@ -2572,7 +2572,7 @@
25722572
"InPreview" : false
25732573
},
25742574
"KendraRanking" : {
2575-
"Version" : "4.0.0.22",
2575+
"Version" : "4.0.0.23",
25762576
"AssemblyVersionOverride" : "4.0",
25772577
"Dependencies" : {
25782578
"Core" : "4.0.0.28"
@@ -3300,7 +3300,7 @@
33003300
"InPreview" : false
33013301
},
33023302
"BedrockAgentCoreControl" : {
3303-
"Version" : "4.0.1.2",
3303+
"Version" : "4.0.2.0",
33043304
"AssemblyVersionOverride" : "4.0",
33053305
"Dependencies" : {
33063306
"Core" : "4.0.0.28"

changelogs/CHANGELOG.2025.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
1-
### 5.0.58 (2025-09-18 20:06Z)
1+
### 5.0.59 (2025-09-19 20:26Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.95.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md.
3+
* Amazon Bedrock Agent Core Control Plane Fronting Layer
4+
* Added cmdlet Add-BACCResourceTag leveraging the TagResource service API.
5+
* Added cmdlet Get-BACCResourceTag leveraging the ListTagsForResource service API.
6+
* Added cmdlet Remove-BACCResourceTag leveraging the UntagResource service API.
7+
* [Breaking Change] Modified cmdlet Get-BACCAgentRuntimeEndpointList: output changed from Amazon.BedrockAgentCoreControl.Model.AgentEndpoint to Amazon.BedrockAgentCoreControl.Model.AgentRuntimeEndpoint.
8+
* [Breaking Change] Modified cmdlet Get-BACCAgentRuntimeList: output changed from Amazon.BedrockAgentCoreControl.Model.Agent to Amazon.BedrockAgentCoreControl.Model.AgentRuntime.
9+
* [Breaking Change] Modified cmdlet Get-BACCAgentRuntimeVersionList: output changed from Amazon.BedrockAgentCoreControl.Model.Agent to Amazon.BedrockAgentCoreControl.Model.AgentRuntime.
10+
* Modified cmdlet New-BACCAgentRuntime: added parameters NetworkModeConfig_SecurityGroup, NetworkModeConfig_Subnet, RequestHeaderConfiguration_RequestHeaderAllowlist and Tag.
11+
* Modified cmdlet New-BACCAgentRuntimeEndpoint: added parameter Tag.
12+
* Modified cmdlet New-BACCBrowser: added parameters Tag, VpcConfig_SecurityGroup and VpcConfig_Subnet.
13+
* Modified cmdlet New-BACCCodeInterpreter: added parameters Tag, VpcConfig_SecurityGroup and VpcConfig_Subnet.
14+
* [Breaking Change] Modified cmdlet Remove-BACCAgentRuntime: output changed from Amazon.BedrockAgentCoreControl.AgentStatus to Amazon.BedrockAgentCoreControl.AgentRuntimeStatus.
15+
* [Breaking Change] Modified cmdlet Remove-BACCAgentRuntimeEndpoint: output changed from Amazon.BedrockAgentCoreControl.AgentEndpointStatus to Amazon.BedrockAgentCoreControl.AgentRuntimeEndpointStatus.
16+
* Modified cmdlet Update-BACCAgentRuntime: added parameters NetworkModeConfig_SecurityGroup, NetworkModeConfig_Subnet and RequestHeaderConfiguration_RequestHeaderAllowlist.
17+
* Amazon License Manager User Subscription
18+
* Modified cmdlet Add-LMUSUser: added parameter ActiveDirectoryIdentityProvider_IsSharedActiveDirectory.
19+
* Modified cmdlet Get-LMUSProductSubscriptionList: added parameter ActiveDirectoryIdentityProvider_IsSharedActiveDirectory.
20+
* Modified cmdlet Get-LMUSUserAssociationList: added parameter ActiveDirectoryIdentityProvider_IsSharedActiveDirectory.
21+
* Modified cmdlet Register-LMUSIdentityProvider: added parameter ActiveDirectoryIdentityProvider_IsSharedActiveDirectory.
22+
* Modified cmdlet Remove-LMUSUser: added parameter ActiveDirectoryIdentityProvider_IsSharedActiveDirectory.
23+
* Modified cmdlet Start-LMUSProductSubscription: added parameter ActiveDirectoryIdentityProvider_IsSharedActiveDirectory.
24+
* Modified cmdlet Stop-LMUSProductSubscription: added parameter ActiveDirectoryIdentityProvider_IsSharedActiveDirectory.
25+
* Modified cmdlet Unregister-LMUSIdentityProvider: added parameter ActiveDirectoryIdentityProvider_IsSharedActiveDirectory.
26+
* Modified cmdlet Update-LMUSIdentityProviderSetting: added parameter ActiveDirectoryIdentityProvider_IsSharedActiveDirectory.
27+
28+
### 5.0.58 (2025-09-18 20:06Z)
229
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.94.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md.
330
* Amazon Bedrock
431
* [Breaking Change] Modified cmdlet Update-BDRAutomatedReasoningPolicyTestCase: removed parameter KmsKeyArn.

changelogs/CHANGELOG.ALL.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
1-
### 5.0.58 (2025-09-18 20:06Z)
1+
### 5.0.59 (2025-09-19 20:26Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.95.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md.
3+
* Amazon Bedrock Agent Core Control Plane Fronting Layer
4+
* Added cmdlet Add-BACCResourceTag leveraging the TagResource service API.
5+
* Added cmdlet Get-BACCResourceTag leveraging the ListTagsForResource service API.
6+
* Added cmdlet Remove-BACCResourceTag leveraging the UntagResource service API.
7+
* [Breaking Change] Modified cmdlet Get-BACCAgentRuntimeEndpointList: output changed from Amazon.BedrockAgentCoreControl.Model.AgentEndpoint to Amazon.BedrockAgentCoreControl.Model.AgentRuntimeEndpoint.
8+
* [Breaking Change] Modified cmdlet Get-BACCAgentRuntimeList: output changed from Amazon.BedrockAgentCoreControl.Model.Agent to Amazon.BedrockAgentCoreControl.Model.AgentRuntime.
9+
* [Breaking Change] Modified cmdlet Get-BACCAgentRuntimeVersionList: output changed from Amazon.BedrockAgentCoreControl.Model.Agent to Amazon.BedrockAgentCoreControl.Model.AgentRuntime.
10+
* Modified cmdlet New-BACCAgentRuntime: added parameters NetworkModeConfig_SecurityGroup, NetworkModeConfig_Subnet, RequestHeaderConfiguration_RequestHeaderAllowlist and Tag.
11+
* Modified cmdlet New-BACCAgentRuntimeEndpoint: added parameter Tag.
12+
* Modified cmdlet New-BACCBrowser: added parameters Tag, VpcConfig_SecurityGroup and VpcConfig_Subnet.
13+
* Modified cmdlet New-BACCCodeInterpreter: added parameters Tag, VpcConfig_SecurityGroup and VpcConfig_Subnet.
14+
* [Breaking Change] Modified cmdlet Remove-BACCAgentRuntime: output changed from Amazon.BedrockAgentCoreControl.AgentStatus to Amazon.BedrockAgentCoreControl.AgentRuntimeStatus.
15+
* [Breaking Change] Modified cmdlet Remove-BACCAgentRuntimeEndpoint: output changed from Amazon.BedrockAgentCoreControl.AgentEndpointStatus to Amazon.BedrockAgentCoreControl.AgentRuntimeEndpointStatus.
16+
* Modified cmdlet Update-BACCAgentRuntime: added parameters NetworkModeConfig_SecurityGroup, NetworkModeConfig_Subnet and RequestHeaderConfiguration_RequestHeaderAllowlist.
17+
* Amazon License Manager User Subscription
18+
* Modified cmdlet Add-LMUSUser: added parameter ActiveDirectoryIdentityProvider_IsSharedActiveDirectory.
19+
* Modified cmdlet Get-LMUSProductSubscriptionList: added parameter ActiveDirectoryIdentityProvider_IsSharedActiveDirectory.
20+
* Modified cmdlet Get-LMUSUserAssociationList: added parameter ActiveDirectoryIdentityProvider_IsSharedActiveDirectory.
21+
* Modified cmdlet Register-LMUSIdentityProvider: added parameter ActiveDirectoryIdentityProvider_IsSharedActiveDirectory.
22+
* Modified cmdlet Remove-LMUSUser: added parameter ActiveDirectoryIdentityProvider_IsSharedActiveDirectory.
23+
* Modified cmdlet Start-LMUSProductSubscription: added parameter ActiveDirectoryIdentityProvider_IsSharedActiveDirectory.
24+
* Modified cmdlet Stop-LMUSProductSubscription: added parameter ActiveDirectoryIdentityProvider_IsSharedActiveDirectory.
25+
* Modified cmdlet Unregister-LMUSIdentityProvider: added parameter ActiveDirectoryIdentityProvider_IsSharedActiveDirectory.
26+
* Modified cmdlet Update-LMUSIdentityProviderSetting: added parameter ActiveDirectoryIdentityProvider_IsSharedActiveDirectory.
27+
28+
### 5.0.58 (2025-09-18 20:06Z)
229
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.94.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md.
330
* Amazon Bedrock
431
* [Breaking Change] Modified cmdlet Update-BDRAutomatedReasoningPolicyTestCase: removed parameter KmsKeyArn.

generator/AWSPSGeneratorLib/Config/ServiceConfig/bedrock-agentcore-control.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,10 @@
189189
<Params />
190190
<TypesNotToFlatten />
191191
</ServiceOperation>
192+
<ServiceOperation MethodName="ListTagsForResource" OutputProperty="Tags" Verb="Get" Noun="ResourceTag" PipelineParameter="ResourceArn" NoPipelineParameter="false">
193+
<Params />
194+
<TypesNotToFlatten />
195+
</ServiceOperation>
192196
<ServiceOperation MethodName="ListWorkloadIdentities" OutputProperty="WorkloadIdentities" Verb="Get" Noun="WorkloadIdentityList" PipelineParameter="" NoPipelineParameter="true">
193197
<Params />
194198
<TypesNotToFlatten />
@@ -197,6 +201,14 @@
197201
<Params />
198202
<TypesNotToFlatten />
199203
</ServiceOperation>
204+
<ServiceOperation MethodName="TagResource" Verb="Add" Noun="ResourceTag" ShouldProcessTarget="ResourceArn" PipelineParameter="ResourceArn" NoPipelineParameter="false">
205+
<Params />
206+
<TypesNotToFlatten />
207+
</ServiceOperation>
208+
<ServiceOperation MethodName="UntagResource" Verb="Remove" Noun="ResourceTag" ShouldProcessTarget="ResourceArn" PipelineParameter="ResourceArn" NoPipelineParameter="false">
209+
<Params />
210+
<TypesNotToFlatten />
211+
</ServiceOperation>
200212
<ServiceOperation MethodName="UpdateAgentRuntime" OutputProperty="*" Verb="Update" Noun="AgentRuntime" ShouldProcessTarget="AgentRuntimeId" PipelineParameter="" NoPipelineParameter="true">
201213
<Params />
202214
<TypesNotToFlatten />

modules/AWSPowerShell/AWSAliases.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2876,10 +2876,13 @@ Set-Alias -Name BACC-ListMemories -Value Get-BACCMemoryList
28762876
Set-Alias -Name List-BACCOauth2CredentialProviders -Value Get-BACCOauth2CredentialProviderList
28772877
Set-Alias -Name List-BACCOauth2CredentialProviderList -Value Get-BACCOauth2CredentialProviderList
28782878
Set-Alias -Name BACC-ListOauth2CredentialProviders -Value Get-BACCOauth2CredentialProviderList
2879+
Set-Alias -Name BACC-ListTagsForResource -Value Get-BACCResourceTag
28792880
Set-Alias -Name List-BACCWorkloadIdentities -Value Get-BACCWorkloadIdentityList
28802881
Set-Alias -Name List-BACCWorkloadIdentityList -Value Get-BACCWorkloadIdentityList
28812882
Set-Alias -Name BACC-ListWorkloadIdentities -Value Get-BACCWorkloadIdentityList
28822883
Set-Alias -Name BACC-SetTokenVaultCMK -Value Set-BACCTokenVaultCMK
2884+
Set-Alias -Name BACC-TagResource -Value Add-BACCResourceTag
2885+
Set-Alias -Name BACC-UntagResource -Value Remove-BACCResourceTag
28832886
Set-Alias -Name BACC-UpdateAgentRuntime -Value Update-BACCAgentRuntime
28842887
Set-Alias -Name BACC-UpdateAgentRuntimeEndpoint -Value Update-BACCAgentRuntimeEndpoint
28852888
Set-Alias -Name BACC-UpdateApiKeyCredentialProvider -Value Update-BACCApiKeyCredentialProvider

modules/AWSPowerShell/AWSPowerShellCompleters.psm1

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8078,14 +8078,14 @@ $BACC_Completers = {
80788078
# Amazon.BedrockAgentCoreControl.BrowserNetworkMode
80798079
"New-BACCBrowser/NetworkConfiguration_NetworkMode"
80808080
{
8081-
$v = "PUBLIC"
8081+
$v = "PUBLIC","VPC"
80828082
break
80838083
}
80848084

80858085
# Amazon.BedrockAgentCoreControl.CodeInterpreterNetworkMode
80868086
"New-BACCCodeInterpreter/NetworkConfiguration_NetworkMode"
80878087
{
8088-
$v = "PUBLIC","SANDBOX"
8088+
$v = "PUBLIC","SANDBOX","VPC"
80898089
break
80908090
}
80918091

@@ -8132,7 +8132,7 @@ $BACC_Completers = {
81328132
($_ -eq "Update-BACCAgentRuntime/NetworkConfiguration_NetworkMode")
81338133
}
81348134
{
8135-
$v = "PUBLIC"
8135+
$v = "PUBLIC","VPC"
81368136
break
81378137
}
81388138

@@ -8277,8 +8277,11 @@ $BACC_SelectMap = @{
82778277
"Get-BACCGatewayTargetList",
82788278
"Get-BACCMemoryList",
82798279
"Get-BACCOauth2CredentialProviderList",
8280+
"Get-BACCResourceTag",
82808281
"Get-BACCWorkloadIdentityList",
82818282
"Set-BACCTokenVaultCMK",
8283+
"Add-BACCResourceTag",
8284+
"Remove-BACCResourceTag",
82828285
"Update-BACCAgentRuntime",
82838286
"Update-BACCAgentRuntimeEndpoint",
82848287
"Update-BACCApiKeyCredentialProvider",

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,14 @@ $BACC_Completers = {
9393
# Amazon.BedrockAgentCoreControl.BrowserNetworkMode
9494
"New-BACCBrowser/NetworkConfiguration_NetworkMode"
9595
{
96-
$v = "PUBLIC"
96+
$v = "PUBLIC","VPC"
9797
break
9898
}
9999

100100
# Amazon.BedrockAgentCoreControl.CodeInterpreterNetworkMode
101101
"New-BACCCodeInterpreter/NetworkConfiguration_NetworkMode"
102102
{
103-
$v = "PUBLIC","SANDBOX"
103+
$v = "PUBLIC","SANDBOX","VPC"
104104
break
105105
}
106106

@@ -147,7 +147,7 @@ $BACC_Completers = {
147147
($_ -eq "Update-BACCAgentRuntime/NetworkConfiguration_NetworkMode")
148148
}
149149
{
150-
$v = "PUBLIC"
150+
$v = "PUBLIC","VPC"
151151
break
152152
}
153153

@@ -292,8 +292,11 @@ $BACC_SelectMap = @{
292292
"Get-BACCGatewayTargetList",
293293
"Get-BACCMemoryList",
294294
"Get-BACCOauth2CredentialProviderList",
295+
"Get-BACCResourceTag",
295296
"Get-BACCWorkloadIdentityList",
296297
"Set-BACCTokenVaultCMK",
298+
"Add-BACCResourceTag",
299+
"Remove-BACCResourceTag",
297300
"Update-BACCAgentRuntime",
298301
"Update-BACCAgentRuntimeEndpoint",
299302
"Update-BACCApiKeyCredentialProvider",

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ This version of AWS Tools for PowerShell is compatible with Windows PowerShell 5
8787

8888
# Cmdlets to export from this module
8989
CmdletsToExport = @(
90+
'Add-BACCResourceTag',
9091
'Get-BACCAgentRuntime',
9192
'Get-BACCAgentRuntimeEndpoint',
9293
'Get-BACCAgentRuntimeEndpointList',
@@ -106,6 +107,7 @@ This version of AWS Tools for PowerShell is compatible with Windows PowerShell 5
106107
'Get-BACCMemoryList',
107108
'Get-BACCOauth2CredentialProvider',
108109
'Get-BACCOauth2CredentialProviderList',
110+
'Get-BACCResourceTag',
109111
'Get-BACCTokenVault',
110112
'Get-BACCWorkloadIdentity',
111113
'Get-BACCWorkloadIdentityList',
@@ -128,6 +130,7 @@ This version of AWS Tools for PowerShell is compatible with Windows PowerShell 5
128130
'Remove-BACCGatewayTarget',
129131
'Remove-BACCMemory',
130132
'Remove-BACCOauth2CredentialProvider',
133+
'Remove-BACCResourceTag',
131134
'Remove-BACCWorkloadIdentity',
132135
'Set-BACCTokenVaultCMK',
133136
'Update-BACCAgentRuntime',

0 commit comments

Comments
 (0)