Skip to content

Commit b57286d

Browse files
5.0.89
1 parent ff96e0f commit b57286d

26 files changed

+1243
-41
lines changed

Include/sdk/_sdk-versions.json

Lines changed: 7 additions & 7 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.124.0",
4+
"ProductVersion" : "4.0.125.0",
55
"CoreVersion" : "4.0.1.3",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -154,15 +154,15 @@
154154
"InPreview" : false
155155
},
156156
"EC2" : {
157-
"Version" : "4.0.46.0",
157+
"Version" : "4.0.47.0",
158158
"AssemblyVersionOverride" : "4.0",
159159
"Dependencies" : {
160160
"Core" : "4.0.1.3"
161161
},
162162
"InPreview" : false
163163
},
164164
"ECS" : {
165-
"Version" : "4.0.8.0",
165+
"Version" : "4.0.8.1",
166166
"AssemblyVersionOverride" : "4.0",
167167
"Dependencies" : {
168168
"Core" : "4.0.1.3"
@@ -236,7 +236,7 @@
236236
"InPreview" : false
237237
},
238238
"Kinesis" : {
239-
"Version" : "4.0.6.0",
239+
"Version" : "4.0.7.0",
240240
"AssemblyVersionOverride" : "4.0",
241241
"Dependencies" : {
242242
"Core" : "4.0.1.3"
@@ -588,7 +588,7 @@
588588
"InPreview" : false
589589
},
590590
"Budgets" : {
591-
"Version" : "4.0.6.1",
591+
"Version" : "4.0.7.0",
592592
"AssemblyVersionOverride" : "4.0",
593593
"Dependencies" : {
594594
"Core" : "4.0.1.3"
@@ -2116,7 +2116,7 @@
21162116
"InPreview" : false
21172117
},
21182118
"Account" : {
2119-
"Version" : "4.0.2.1",
2119+
"Version" : "4.0.2.2",
21202120
"AssemblyVersionOverride" : "4.0",
21212121
"Dependencies" : {
21222122
"Core" : "4.0.1.3"
@@ -3244,7 +3244,7 @@
32443244
"InPreview" : false
32453245
},
32463246
"BedrockAgentCoreControl" : {
3247-
"Version" : "4.0.9.0",
3247+
"Version" : "4.0.10.0",
32483248
"AssemblyVersionOverride" : "4.0",
32493249
"Dependencies" : {
32503250
"Core" : "4.0.1.3"

changelogs/CHANGELOG.2025.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
### 5.0.88 (2025-10-31 20:26Z)
1+
### 5.0.89 (2025-11-03 21:00Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.125.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+
* Modified cmdlet New-BACCAgentRuntime: added parameters CodeConfiguration_EntryPoint, CodeConfiguration_Runtime, S3_Bucket, S3_Prefix and S3_VersionId.
5+
* Modified cmdlet New-BACCBrowser: added parameter S3Location_VersionId.
6+
* Modified cmdlet Remove-BACCAgentRuntime: added parameter ClientToken.
7+
* Modified cmdlet Update-BACCAgentRuntime: added parameters CodeConfiguration_EntryPoint, CodeConfiguration_Runtime, S3_Bucket, S3_Prefix and S3_VersionId.
8+
* Amazon Kinesis
9+
* Added cmdlet Get-KINAccountSetting leveraging the DescribeAccountSettings service API.
10+
* Added cmdlet Update-KINAccountSetting leveraging the UpdateAccountSettings service API.
11+
* Added cmdlet Update-KINStreamWarmThroughput leveraging the UpdateStreamWarmThroughput service API.
12+
* Modified cmdlet New-KINStream: added parameter WarmThroughputMiBp.
13+
* Modified cmdlet Update-KINStreamMode: added parameter WarmThroughputMiBp.
14+
15+
### 5.0.88 (2025-10-31 20:26Z)
216
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.124.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.
317
* Amazon Connect Cases
418
* Modified cmdlet New-CCASCaseRule: added parameters FieldOptions_ChildFieldId, FieldOptions_ParentChildFieldOptionsMapping, FieldOptions_ParentFieldId, Hidden_Condition and Hidden_DefaultValue.

changelogs/CHANGELOG.ALL.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
### 5.0.88 (2025-10-31 20:26Z)
1+
### 5.0.89 (2025-11-03 21:00Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.125.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+
* Modified cmdlet New-BACCAgentRuntime: added parameters CodeConfiguration_EntryPoint, CodeConfiguration_Runtime, S3_Bucket, S3_Prefix and S3_VersionId.
5+
* Modified cmdlet New-BACCBrowser: added parameter S3Location_VersionId.
6+
* Modified cmdlet Remove-BACCAgentRuntime: added parameter ClientToken.
7+
* Modified cmdlet Update-BACCAgentRuntime: added parameters CodeConfiguration_EntryPoint, CodeConfiguration_Runtime, S3_Bucket, S3_Prefix and S3_VersionId.
8+
* Amazon Kinesis
9+
* Added cmdlet Get-KINAccountSetting leveraging the DescribeAccountSettings service API.
10+
* Added cmdlet Update-KINAccountSetting leveraging the UpdateAccountSettings service API.
11+
* Added cmdlet Update-KINStreamWarmThroughput leveraging the UpdateStreamWarmThroughput service API.
12+
* Modified cmdlet New-KINStream: added parameter WarmThroughputMiBp.
13+
* Modified cmdlet Update-KINStreamMode: added parameter WarmThroughputMiBp.
14+
15+
### 5.0.88 (2025-10-31 20:26Z)
216
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.124.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.
317
* Amazon Connect Cases
418
* Modified cmdlet New-CCASCaseRule: added parameters FieldOptions_ChildFieldId, FieldOptions_ParentChildFieldOptionsMapping, FieldOptions_ParentFieldId, Hidden_Condition and Hidden_DefaultValue.

generator/AWSPSGeneratorLib/Config/ServiceConfig/kinesis.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@
4949
<Params />
5050
<TypesNotToFlatten />
5151
</ServiceOperation>
52+
<ServiceOperation MethodName="DescribeAccountSettings" OutputProperty="MinimumThroughputBillingCommitment" Verb="Get" Noun="AccountSetting" PipelineParameter="" NoPipelineParameter="false">
53+
<Params />
54+
<TypesNotToFlatten />
55+
</ServiceOperation>
5256
<ServiceOperation MethodName="DescribeLimits" OutputProperty="*" Verb="Get" Noun="Limit" PipelineParameter="" NoPipelineParameter="false" LegacyV4Pagination="true">
5357
<Params />
5458
<TypesNotToFlatten />
@@ -156,6 +160,10 @@
156160
<Params />
157161
<TypesNotToFlatten />
158162
</ServiceOperation>
163+
<ServiceOperation MethodName="UpdateAccountSettings" OutputProperty="MinimumThroughputBillingCommitment" Verb="Update" Noun="AccountSetting" ShouldProcessTarget="MinimumThroughputBillingCommitment_Status" PipelineParameter="MinimumThroughputBillingCommitment_Status" NoPipelineParameter="false">
164+
<Params />
165+
<TypesNotToFlatten />
166+
</ServiceOperation>
159167
<ServiceOperation MethodName="UpdateMaxRecordSize" Verb="Update" Noun="MaxRecordSize" ShouldProcessTarget="MaxRecordSizeInKiB" PipelineParameter="MaxRecordSizeInKiB" NoPipelineParameter="false">
160168
<Params />
161169
<TypesNotToFlatten />
@@ -168,6 +176,10 @@
168176
<Params />
169177
<TypesNotToFlatten />
170178
</ServiceOperation>
179+
<ServiceOperation MethodName="UpdateStreamWarmThroughput" OutputProperty="*" Verb="Update" Noun="StreamWarmThroughput" ShouldProcessTarget="WarmThroughputMiBps" PipelineParameter="WarmThroughputMiBps" NoPipelineParameter="false">
180+
<Params />
181+
<TypesNotToFlatten />
182+
</ServiceOperation>
171183
</ServiceOperations>
172184
<TypesNotToFlatten />
173185
</ConfigModel>

modules/AWSPowerShell/AWSAliases.ps1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18193,6 +18193,9 @@ Set-Alias -Name Delete-KINStream -Value Remove-KINStream
1819318193
Set-Alias -Name KIN-DeleteStream -Value Remove-KINStream
1819418194
Set-Alias -Name Deregister-KINStreamConsumer -Value Unregister-KINStreamConsumer
1819518195
Set-Alias -Name KIN-DeregisterStreamConsumer -Value Unregister-KINStreamConsumer
18196+
Set-Alias -Name Describe-KINAccountSettings -Value Get-KINAccountSetting
18197+
Set-Alias -Name Describe-KINAccountSetting -Value Get-KINAccountSetting
18198+
Set-Alias -Name KIN-DescribeAccountSettings -Value Get-KINAccountSetting
1819618199
Set-Alias -Name Describe-KINLimits -Value Get-KINLimit
1819718200
Set-Alias -Name Describe-KINLimit -Value Get-KINLimit
1819818201
Set-Alias -Name KIN-DescribeLimits -Value Get-KINLimit
@@ -18239,9 +18242,12 @@ Set-Alias -Name KIN-StartStreamEncryption -Value Start-KINStreamEncryption
1823918242
Set-Alias -Name KIN-StopStreamEncryption -Value Stop-KINStreamEncryption
1824018243
Set-Alias -Name KIN-TagResource -Value Add-KINResourceTag
1824118244
Set-Alias -Name KIN-UntagResource -Value Remove-KINResourceTag
18245+
Set-Alias -Name Update-KINAccountSettings -Value Update-KINAccountSetting
18246+
Set-Alias -Name KIN-UpdateAccountSettings -Value Update-KINAccountSetting
1824218247
Set-Alias -Name KIN-UpdateMaxRecordSize -Value Update-KINMaxRecordSize
1824318248
Set-Alias -Name KIN-UpdateShardCount -Value Update-KINShardCount
1824418249
Set-Alias -Name KIN-UpdateStreamMode -Value Update-KINStreamMode
18250+
Set-Alias -Name KIN-UpdateStreamWarmThroughput -Value Update-KINStreamWarmThroughput
1824518251
Set-Alias -Name KINA-AddApplicationCloudWatchLoggingOption -Value Add-KINAApplicationCloudWatchLoggingOption
1824618252
Set-Alias -Name KINA-AddApplicationInput -Value Add-KINAApplicationInput
1824718253
Set-Alias -Name KINA-AddApplicationInputProcessingConfiguration -Value Add-KINAApplicationInputProcessingConfiguration

modules/AWSPowerShell/AWSPowerShellCompleters.psm1

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

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,16 @@ $BACC_Completers = {
8080

8181
switch ($("$commandName/$parameterName"))
8282
{
83+
# Amazon.BedrockAgentCoreControl.AgentManagedRuntimeType
84+
{
85+
($_ -eq "New-BACCAgentRuntime/CodeConfiguration_Runtime") -Or
86+
($_ -eq "Update-BACCAgentRuntime/CodeConfiguration_Runtime")
87+
}
88+
{
89+
$v = "PYTHON_3_10","PYTHON_3_11","PYTHON_3_12","PYTHON_3_13"
90+
break
91+
}
92+
8393
# Amazon.BedrockAgentCoreControl.AuthorizerType
8494
{
8595
($_ -eq "New-BACCGateway/AuthorizerType") -Or
@@ -191,6 +201,7 @@ $BACC_Completers = {
191201

192202
$BACC_map = @{
193203
"AuthorizerType"=@("New-BACCGateway","Update-BACCGateway")
204+
"CodeConfiguration_Runtime"=@("New-BACCAgentRuntime","Update-BACCAgentRuntime")
194205
"CredentialProviderVendor"=@("New-BACCOauth2CredentialProvider","Update-BACCOauth2CredentialProvider")
195206
"ExceptionLevel"=@("New-BACCGateway","Update-BACCGateway")
196207
"KmsConfiguration_KeyType"=@("Set-BACCTokenVaultCMK")

0 commit comments

Comments
 (0)