Skip to content

Commit 53736ae

Browse files
5.0.64
1 parent 7369194 commit 53736ae

32 files changed

+1898
-54
lines changed

Include/sdk/_sdk-versions.json

Lines changed: 9 additions & 9 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.99.0",
4+
"ProductVersion" : "4.0.100.0",
55
"CoreVersion" : "4.0.0.29",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -154,7 +154,7 @@
154154
"InPreview" : false
155155
},
156156
"EC2" : {
157-
"Version" : "4.0.40.0",
157+
"Version" : "4.0.40.1",
158158
"AssemblyVersionOverride" : "4.0",
159159
"Dependencies" : {
160160
"Core" : "4.0.0.29"
@@ -284,7 +284,7 @@
284284
"InPreview" : false
285285
},
286286
"Redshift" : {
287-
"Version" : "4.0.1.3",
287+
"Version" : "4.0.2.0",
288288
"AssemblyVersionOverride" : "4.0",
289289
"Dependencies" : {
290290
"Core" : "4.0.0.29"
@@ -820,7 +820,7 @@
820820
"InPreview" : false
821821
},
822822
"CostExplorer" : {
823-
"Version" : "4.0.4.2",
823+
"Version" : "4.0.5.0",
824824
"AssemblyVersionOverride" : "4.0",
825825
"Dependencies" : {
826826
"Core" : "4.0.0.29"
@@ -1020,7 +1020,7 @@
10201020
"InPreview" : false
10211021
},
10221022
"Connect" : {
1023-
"Version" : "4.0.11.1",
1023+
"Version" : "4.0.12.0",
10241024
"AssemblyVersionOverride" : "4.0",
10251025
"Dependencies" : {
10261026
"Core" : "4.0.0.29"
@@ -2836,7 +2836,7 @@
28362836
"InPreview" : false
28372837
},
28382838
"BedrockAgentRuntime" : {
2839-
"Version" : "4.0.5.3",
2839+
"Version" : "4.0.6.0",
28402840
"AssemblyVersionOverride" : "4.0",
28412841
"Dependencies" : {
28422842
"Core" : "4.0.0.29"
@@ -3044,7 +3044,7 @@
30443044
"InPreview" : false
30453045
},
30463046
"DynamoDBStreams" : {
3047-
"Version" : "4.0.2.3",
3047+
"Version" : "4.0.3.0",
30483048
"AssemblyVersionOverride" : "4.0",
30493049
"Dependencies" : {
30503050
"Core" : "4.0.0.29"
@@ -3092,7 +3092,7 @@
30923092
"InPreview" : false
30933093
},
30943094
"Billing" : {
3095-
"Version" : "4.0.2.4",
3095+
"Version" : "4.0.3.0",
30963096
"AssemblyVersionOverride" : "4.0",
30973097
"Dependencies" : {
30983098
"Core" : "4.0.0.29"
@@ -3196,7 +3196,7 @@
31963196
"InPreview" : false
31973197
},
31983198
"BedrockDataAutomation" : {
3199-
"Version" : "4.0.2.19",
3199+
"Version" : "4.0.3.0",
32003200
"AssemblyVersionOverride" : "4.0",
32013201
"Dependencies" : {
32023202
"Core" : "4.0.0.29"

changelogs/CHANGELOG.2025.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
### 5.0.63 (2025-09-25 19:58Z)
1+
### 5.0.64 (2025-09-26 20:18Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.100.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 Billing
4+
* Added cmdlet Add-AWSBSourceView leveraging the AssociateSourceViews service API.
5+
* Added cmdlet Remove-AWSBSourceView leveraging the DisassociateSourceViews service API.
6+
* Modified cmdlet Get-AWSBBillingViewList: added parameter SourceAccountId.
7+
* Modified cmdlet New-AWSBBillingView: added parameters TimeRange_BeginDateInclusive and TimeRange_EndDateInclusive.
8+
* Modified cmdlet Remove-AWSBBillingView: added parameter ForceDelete.
9+
* Modified cmdlet Update-AWSBBillingView: added parameters TimeRange_BeginDateInclusive and TimeRange_EndDateInclusive.
10+
* Amazon Connect Service
11+
* Added cmdlet Get-CONNRoutingProfileManualAssignmentQueueList leveraging the ListRoutingProfileManualAssignmentQueues service API.
12+
* Added cmdlet Join-CONNContactWithUser leveraging the AssociateContactWithUser service API.
13+
* Modified cmdlet Disconnect-CONNRoutingProfileQueue: added parameter ManualAssignmentQueueReference.
14+
* Modified cmdlet Join-CONNRoutingProfileQueue: added parameter ManualAssignmentQueueConfig.
15+
* Modified cmdlet New-CONNRoutingProfile: added parameter ManualAssignmentQueueConfig.
16+
* Modified cmdlet Search-CONNContact: added parameters AdditionalTimeRange_Criterion, AdditionalTimeRange_MatchType, Name_MatchType, Name_SearchText and RoutingCriteria_Step.
17+
* Amazon Data Automation for Amazon Bedrock
18+
* Modified cmdlet New-BDADataAutomationProject: added parameters ChannelLabeling_State and SpeakerLabeling_State.
19+
* Modified cmdlet Update-BDADataAutomationProject: added parameters ChannelLabeling_State and SpeakerLabeling_State.
20+
* Amazon Redshift
21+
* Modified cmdlet New-RSRedshiftIdcApplication: added parameters SsoTagKey and Tag.
22+
23+
### 5.0.63 (2025-09-25 19:58Z)
224
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.99.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.
325

426
### 5.0.62 (2025-09-24 20:08Z)

changelogs/CHANGELOG.ALL.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
### 5.0.63 (2025-09-25 19:58Z)
1+
### 5.0.64 (2025-09-26 20:18Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.100.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 Billing
4+
* Added cmdlet Add-AWSBSourceView leveraging the AssociateSourceViews service API.
5+
* Added cmdlet Remove-AWSBSourceView leveraging the DisassociateSourceViews service API.
6+
* Modified cmdlet Get-AWSBBillingViewList: added parameter SourceAccountId.
7+
* Modified cmdlet New-AWSBBillingView: added parameters TimeRange_BeginDateInclusive and TimeRange_EndDateInclusive.
8+
* Modified cmdlet Remove-AWSBBillingView: added parameter ForceDelete.
9+
* Modified cmdlet Update-AWSBBillingView: added parameters TimeRange_BeginDateInclusive and TimeRange_EndDateInclusive.
10+
* Amazon Connect Service
11+
* Added cmdlet Get-CONNRoutingProfileManualAssignmentQueueList leveraging the ListRoutingProfileManualAssignmentQueues service API.
12+
* Added cmdlet Join-CONNContactWithUser leveraging the AssociateContactWithUser service API.
13+
* Modified cmdlet Disconnect-CONNRoutingProfileQueue: added parameter ManualAssignmentQueueReference.
14+
* Modified cmdlet Join-CONNRoutingProfileQueue: added parameter ManualAssignmentQueueConfig.
15+
* Modified cmdlet New-CONNRoutingProfile: added parameter ManualAssignmentQueueConfig.
16+
* Modified cmdlet Search-CONNContact: added parameters AdditionalTimeRange_Criterion, AdditionalTimeRange_MatchType, Name_MatchType, Name_SearchText and RoutingCriteria_Step.
17+
* Amazon Data Automation for Amazon Bedrock
18+
* Modified cmdlet New-BDADataAutomationProject: added parameters ChannelLabeling_State and SpeakerLabeling_State.
19+
* Modified cmdlet Update-BDADataAutomationProject: added parameters ChannelLabeling_State and SpeakerLabeling_State.
20+
* Amazon Redshift
21+
* Modified cmdlet New-RSRedshiftIdcApplication: added parameters SsoTagKey and Tag.
22+
23+
### 5.0.63 (2025-09-25 19:58Z)
224
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.99.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.
325

426
### 5.0.62 (2025-09-24 20:08Z)

generator/AWSPSGeneratorLib/Config/ServiceConfig/billing.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,21 @@
1919
<ParamEmitters />
2020
<MetadataProperties />
2121
<ServiceOperations>
22+
<ServiceOperation MethodName="AssociateSourceViews" OutputProperty="Arn" Verb="Add" Noun="SourceView" ShouldProcessTarget="SourceViews" PipelineParameter="Arn" NoPipelineParameter="false">
23+
<Params />
24+
<TypesNotToFlatten />
25+
</ServiceOperation>
2226
<ServiceOperation MethodName="CreateBillingView" OutputProperty="*" Verb="New" Noun="BillingView" ShouldProcessTarget="Name" PipelineParameter="Name" NoPipelineParameter="false" LegacyV4Pagination="true">
2327
<Params />
2428
<TypesNotToFlatten />
2529
</ServiceOperation>
2630
<ServiceOperation MethodName="DeleteBillingView" OutputProperty="Arn" Verb="Remove" Noun="BillingView" ShouldProcessTarget="Arn" PipelineParameter="Arn" NoPipelineParameter="false" LegacyV4Pagination="true">
31+
<Params>
32+
<Param Name="Force" NewName="ForceDelete" AutoApplyAlias="false" />
33+
</Params>
34+
<TypesNotToFlatten />
35+
</ServiceOperation>
36+
<ServiceOperation MethodName="DisassociateSourceViews" OutputProperty="Arn" Verb="Remove" Noun="SourceView" ShouldProcessTarget="SourceViews" PipelineParameter="Arn" NoPipelineParameter="false">
2737
<Params />
2838
<TypesNotToFlatten />
2939
</ServiceOperation>

generator/AWSPSGeneratorLib/Config/ServiceConfig/connect.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
<Params />
3636
<TypesNotToFlatten />
3737
</ServiceOperation>
38+
<ServiceOperation MethodName="AssociateContactWithUser" Verb="Join" Noun="ContactWithUser" ShouldProcessTarget="ContactId" PipelineParameter="ContactId" NoPipelineParameter="false">
39+
<Params />
40+
<TypesNotToFlatten />
41+
</ServiceOperation>
3842
<ServiceOperation MethodName="AssociateDefaultVocabulary" Verb="Add" Noun="DefaultVocabulary" ShouldProcessTarget="InstanceId" PipelineParameter="InstanceId" NoPipelineParameter="false" LegacyV4Pagination="true">
3943
<Params />
4044
<TypesNotToFlatten />
@@ -688,6 +692,10 @@
688692
<Params />
689693
<TypesNotToFlatten />
690694
</ServiceOperation>
695+
<ServiceOperation MethodName="ListRoutingProfileManualAssignmentQueues" OutputProperty="*" Verb="Get" Noun="RoutingProfileManualAssignmentQueueList" PipelineParameter="" NoPipelineParameter="true">
696+
<Params />
697+
<TypesNotToFlatten />
698+
</ServiceOperation>
691699
<ServiceOperation MethodName="ListRoutingProfileQueues" OutputProperty="RoutingProfileQueueConfigSummaryList" Verb="Get" Noun="RoutingProfileQueueList" PipelineParameter="InstanceId" NoPipelineParameter="false" LegacyV4Pagination="true">
692700
<Params />
693701
<TypesNotToFlatten />

modules/AWSPowerShell/AWSAliases.ps1

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3151,10 +3151,16 @@ Set-Alias -Name BDR-UpdateAutomatedReasoningPolicyTestCase -Value Update-BDRAuto
31513151
Set-Alias -Name BDR-UpdateGuardrail -Value Update-BDRGuardrail
31523152
Set-Alias -Name BDR-UpdateMarketplaceModelEndpoint -Value Update-BDRMarketplaceModelEndpoint
31533153
Set-Alias -Name BDR-UpdateProvisionedModelThroughput -Value Update-BDRProvisionedModelThroughput
3154+
Set-Alias -Name Associate-AWSBSourceViews -Value Add-AWSBSourceView
3155+
Set-Alias -Name Associate-AWSBSourceView -Value Add-AWSBSourceView
3156+
Set-Alias -Name AWSB-AssociateSourceViews -Value Add-AWSBSourceView
31543157
Set-Alias -Name Create-AWSBBillingView -Value New-AWSBBillingView
31553158
Set-Alias -Name AWSB-CreateBillingView -Value New-AWSBBillingView
31563159
Set-Alias -Name Delete-AWSBBillingView -Value Remove-AWSBBillingView
31573160
Set-Alias -Name AWSB-DeleteBillingView -Value Remove-AWSBBillingView
3161+
Set-Alias -Name Disassociate-AWSBSourceViews -Value Remove-AWSBSourceView
3162+
Set-Alias -Name Disassociate-AWSBSourceView -Value Remove-AWSBSourceView
3163+
Set-Alias -Name AWSB-DisassociateSourceViews -Value Remove-AWSBSourceView
31583164
Set-Alias -Name AWSB-GetBillingView -Value Get-AWSBBillingView
31593165
Set-Alias -Name AWSB-GetResourcePolicy -Value Get-AWSBResourcePolicy
31603166
Set-Alias -Name List-AWSBBillingViews -Value Get-AWSBBillingViewList
@@ -6818,6 +6824,8 @@ Set-Alias -Name Associate-CONNApprovedOrigin -Value Add-CONNApprovedOrigin
68186824
Set-Alias -Name CONN-AssociateApprovedOrigin -Value Add-CONNApprovedOrigin
68196825
Set-Alias -Name Associate-CONNBot -Value Add-CONNBot
68206826
Set-Alias -Name CONN-AssociateBot -Value Add-CONNBot
6827+
Set-Alias -Name Associate-CONNContactWithUser -Value Join-CONNContactWithUser
6828+
Set-Alias -Name CONN-AssociateContactWithUser -Value Join-CONNContactWithUser
68216829
Set-Alias -Name Associate-CONNDefaultVocabulary -Value Add-CONNDefaultVocabulary
68226830
Set-Alias -Name CONN-AssociateDefaultVocabulary -Value Add-CONNDefaultVocabulary
68236831
Set-Alias -Name Associate-CONNFlow -Value Add-CONNFlow
@@ -7173,6 +7181,9 @@ Set-Alias -Name CONN-ListQuickConnects -Value Get-CONNQuickConnectList
71737181
Set-Alias -Name List-CONNRealtimeContactAnalysisSegmentsV2 -Value Get-CONNRealtimeContactAnalysisSegmentsV2List
71747182
Set-Alias -Name List-CONNRealtimeContactAnalysisSegmentsV2List -Value Get-CONNRealtimeContactAnalysisSegmentsV2List
71757183
Set-Alias -Name CONN-ListRealtimeContactAnalysisSegmentsV2 -Value Get-CONNRealtimeContactAnalysisSegmentsV2List
7184+
Set-Alias -Name List-CONNRoutingProfileManualAssignmentQueues -Value Get-CONNRoutingProfileManualAssignmentQueueList
7185+
Set-Alias -Name List-CONNRoutingProfileManualAssignmentQueueList -Value Get-CONNRoutingProfileManualAssignmentQueueList
7186+
Set-Alias -Name CONN-ListRoutingProfileManualAssignmentQueues -Value Get-CONNRoutingProfileManualAssignmentQueueList
71767187
Set-Alias -Name List-CONNRoutingProfileQueues -Value Get-CONNRoutingProfileQueueList
71777188
Set-Alias -Name List-CONNRoutingProfileQueueList -Value Get-CONNRoutingProfileQueueList
71787189
Set-Alias -Name CONN-ListRoutingProfileQueues -Value Get-CONNRoutingProfileQueueList

0 commit comments

Comments
 (0)