Skip to content

Commit 706da7a

Browse files
5.0.47
1 parent 93b8b16 commit 706da7a

24 files changed

+956
-41
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.82.0",
4+
"ProductVersion" : "4.0.83.0",
55
"CoreVersion" : "4.0.0.26",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -40,7 +40,7 @@
4040
"InPreview" : false
4141
},
4242
"CloudFront" : {
43-
"Version" : "4.0.4.1",
43+
"Version" : "4.0.5.0",
4444
"AssemblyVersionOverride" : "4.0",
4545
"Dependencies" : {
4646
"Core" : "4.0.0.26"
@@ -276,7 +276,7 @@
276276
"InPreview" : false
277277
},
278278
"RDS" : {
279-
"Version" : "4.0.6.1",
279+
"Version" : "4.0.7.0",
280280
"AssemblyVersionOverride" : "4.0",
281281
"Dependencies" : {
282282
"Core" : "4.0.0.26"
@@ -292,15 +292,15 @@
292292
"InPreview" : false
293293
},
294294
"Route53" : {
295-
"Version" : "4.0.3.1",
295+
"Version" : "4.0.4.0",
296296
"AssemblyVersionOverride" : "4.0",
297297
"Dependencies" : {
298298
"Core" : "4.0.0.26"
299299
},
300300
"InPreview" : false
301301
},
302302
"Route53Domains" : {
303-
"Version" : "4.0.1.1",
303+
"Version" : "4.0.2.0",
304304
"AssemblyVersionOverride" : "4.0",
305305
"Dependencies" : {
306306
"Core" : "4.0.0.26"
@@ -876,7 +876,7 @@
876876
"InPreview" : false
877877
},
878878
"MQ" : {
879-
"Version" : "4.0.1.1",
879+
"Version" : "4.0.2.0",
880880
"AssemblyVersionOverride" : "4.0",
881881
"Dependencies" : {
882882
"Core" : "4.0.0.26"
@@ -1020,7 +1020,7 @@
10201020
"InPreview" : false
10211021
},
10221022
"TranscribeStreaming" : {
1023-
"Version" : "4.0.2.4",
1023+
"Version" : "4.0.3.0",
10241024
"AssemblyVersionOverride" : "4.0",
10251025
"Dependencies" : {
10261026
"Core" : "4.0.0.26"
@@ -2588,7 +2588,7 @@
25882588
"InPreview" : false
25892589
},
25902590
"CleanRooms" : {
2591-
"Version" : "4.0.4.1",
2591+
"Version" : "4.0.5.0",
25922592
"AssemblyVersionOverride" : "4.0",
25932593
"Dependencies" : {
25942594
"Core" : "4.0.0.26"
@@ -2876,7 +2876,7 @@
28762876
"InPreview" : false
28772877
},
28782878
"CleanRoomsML" : {
2879-
"Version" : "4.0.3.1",
2879+
"Version" : "4.0.4.0",
28802880
"AssemblyVersionOverride" : "4.0",
28812881
"Dependencies" : {
28822882
"Core" : "4.0.0.26"

changelogs/CHANGELOG.2025.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
### 5.0.46 (2025-09-02 20:09Z)
1+
### 5.0.47 (2025-09-03 22:32Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.83.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 Clean Rooms Service
4+
* Added cmdlet Get-CRSCollaborationChangeRequest leveraging the GetCollaborationChangeRequest service API.
5+
* Added cmdlet Get-CRSCollaborationChangeRequestList leveraging the ListCollaborationChangeRequests service API.
6+
* Added cmdlet New-CRSCollaborationChangeRequest leveraging the CreateCollaborationChangeRequest service API.
7+
* Modified cmdlet New-CRSCollaboration: added parameter AutoApprovedChangeRequestType.
8+
* Amazon Relational Database Service
9+
* Modified cmdlet Edit-RDSDBCluster: added parameter MasterUserAuthenticationType.
10+
* Modified cmdlet Edit-RDSDBInstance: added parameter MasterUserAuthenticationType.
11+
* Modified cmdlet New-RDSDBCluster: added parameter MasterUserAuthenticationType.
12+
* Modified cmdlet New-RDSDBInstance: added parameter MasterUserAuthenticationType.
13+
14+
### 5.0.46 (2025-09-02 20:09Z)
215
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.82.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.
316
* Amazon User Notifications
417
* Added cmdlet Add-UNOOrganizationalUnit leveraging the AssociateOrganizationalUnit service API.

changelogs/CHANGELOG.ALL.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
### 5.0.46 (2025-09-02 20:09Z)
1+
### 5.0.47 (2025-09-03 22:32Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.83.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 Clean Rooms Service
4+
* Added cmdlet Get-CRSCollaborationChangeRequest leveraging the GetCollaborationChangeRequest service API.
5+
* Added cmdlet Get-CRSCollaborationChangeRequestList leveraging the ListCollaborationChangeRequests service API.
6+
* Added cmdlet New-CRSCollaborationChangeRequest leveraging the CreateCollaborationChangeRequest service API.
7+
* Modified cmdlet New-CRSCollaboration: added parameter AutoApprovedChangeRequestType.
8+
* Amazon Relational Database Service
9+
* Modified cmdlet Edit-RDSDBCluster: added parameter MasterUserAuthenticationType.
10+
* Modified cmdlet Edit-RDSDBInstance: added parameter MasterUserAuthenticationType.
11+
* Modified cmdlet New-RDSDBCluster: added parameter MasterUserAuthenticationType.
12+
* Modified cmdlet New-RDSDBInstance: added parameter MasterUserAuthenticationType.
13+
14+
### 5.0.46 (2025-09-02 20:09Z)
215
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.82.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.
316
* Amazon User Notifications
417
* Added cmdlet Add-UNOOrganizationalUnit leveraging the AssociateOrganizationalUnit service API.

generator/AWSPSGeneratorLib/Config/ServiceConfig/cleanrooms.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
<Params />
3939
<TypesNotToFlatten />
4040
</ServiceOperation>
41+
<ServiceOperation MethodName="CreateCollaborationChangeRequest" OutputProperty="CollaborationChangeRequest" Verb="New" Noun="CollaborationChangeRequest" ShouldProcessTarget="CollaborationIdentifier" PipelineParameter="CollaborationIdentifier" NoPipelineParameter="false">
42+
<Params />
43+
<TypesNotToFlatten />
44+
</ServiceOperation>
4145
<ServiceOperation MethodName="CreateConfiguredAudienceModelAssociation" OutputProperty="ConfiguredAudienceModelAssociation" Verb="New" Noun="ConfiguredAudienceModelAssociation" ShouldProcessTarget="ConfiguredAudienceModelArn" PipelineParameter="" NoPipelineParameter="true" LegacyV4Pagination="true">
4246
<Params />
4347
<TypesNotToFlatten />
@@ -137,6 +141,10 @@
137141
<Params />
138142
<TypesNotToFlatten />
139143
</ServiceOperation>
144+
<ServiceOperation MethodName="GetCollaborationChangeRequest" OutputProperty="CollaborationChangeRequest" Verb="Get" Noun="CollaborationChangeRequest" PipelineParameter="ChangeRequestIdentifier" NoPipelineParameter="false">
145+
<Params />
146+
<TypesNotToFlatten />
147+
</ServiceOperation>
140148
<ServiceOperation MethodName="GetCollaborationConfiguredAudienceModelAssociation" OutputProperty="CollaborationConfiguredAudienceModelAssociation" Verb="Get" Noun="CollaborationConfiguredAudienceModelAssociation" PipelineParameter="ConfiguredAudienceModelAssociationIdentifier" NoPipelineParameter="false" LegacyV4Pagination="true">
141149
<Params />
142150
<TypesNotToFlatten />
@@ -209,6 +217,10 @@
209217
<Params />
210218
<TypesNotToFlatten />
211219
</ServiceOperation>
220+
<ServiceOperation MethodName="ListCollaborationChangeRequests" OutputProperty="CollaborationChangeRequestSummaries" Verb="Get" Noun="CollaborationChangeRequestList" PipelineParameter="CollaborationIdentifier" NoPipelineParameter="false">
221+
<Params />
222+
<TypesNotToFlatten />
223+
</ServiceOperation>
212224
<ServiceOperation MethodName="ListCollaborationConfiguredAudienceModelAssociations" OutputProperty="CollaborationConfiguredAudienceModelAssociationSummaries" Verb="Get" Noun="CollaborationConfiguredAudienceModelAssociationList" PipelineParameter="CollaborationIdentifier" NoPipelineParameter="false" LegacyV4Pagination="true">
213225
<Params />
214226
<TypesNotToFlatten />

modules/AWSPowerShell/AWSAliases.ps1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3996,6 +3996,8 @@ Set-Alias -Name Create-CRSAnalysisTemplate -Value New-CRSAnalysisTemplate
39963996
Set-Alias -Name CRS-CreateAnalysisTemplate -Value New-CRSAnalysisTemplate
39973997
Set-Alias -Name Create-CRSCollaboration -Value New-CRSCollaboration
39983998
Set-Alias -Name CRS-CreateCollaboration -Value New-CRSCollaboration
3999+
Set-Alias -Name Create-CRSCollaborationChangeRequest -Value New-CRSCollaborationChangeRequest
4000+
Set-Alias -Name CRS-CreateCollaborationChangeRequest -Value New-CRSCollaborationChangeRequest
39994001
Set-Alias -Name Create-CRSConfiguredAudienceModelAssociation -Value New-CRSConfiguredAudienceModelAssociation
40004002
Set-Alias -Name CRS-CreateConfiguredAudienceModelAssociation -Value New-CRSConfiguredAudienceModelAssociation
40014003
Set-Alias -Name Create-CRSConfiguredTableAnalysisRule -Value New-CRSConfiguredTableAnalysisRule
@@ -4041,6 +4043,7 @@ Set-Alias -Name CRS-DeletePrivacyBudgetTemplate -Value Remove-CRSPrivacyBudgetTe
40414043
Set-Alias -Name CRS-GetAnalysisTemplate -Value Get-CRSAnalysisTemplate
40424044
Set-Alias -Name CRS-GetCollaborationAnalysisTemplate -Value Get-CRSCollaborationAnalysisTemplate
40434045
Set-Alias -Name CRS-GetCollaboration -Value Get-CRSCollaboration
4046+
Set-Alias -Name CRS-GetCollaborationChangeRequest -Value Get-CRSCollaborationChangeRequest
40444047
Set-Alias -Name CRS-GetCollaborationConfiguredAudienceModelAssociation -Value Get-CRSCollaborationConfiguredAudienceModelAssociation
40454048
Set-Alias -Name CRS-GetCollaborationIdNamespaceAssociation -Value Get-CRSCollaborationIdNamespaceAssociation
40464049
Set-Alias -Name CRS-GetCollaborationPrivacyBudgetTemplate -Value Get-CRSCollaborationPrivacyBudgetTemplate
@@ -4063,6 +4066,9 @@ Set-Alias -Name CRS-ListAnalysisTemplates -Value Get-CRSAnalysisTemplateList
40634066
Set-Alias -Name List-CRSCollaborationAnalysisTemplates -Value Get-CRSCollaborationAnalysisTemplateList
40644067
Set-Alias -Name List-CRSCollaborationAnalysisTemplateList -Value Get-CRSCollaborationAnalysisTemplateList
40654068
Set-Alias -Name CRS-ListCollaborationAnalysisTemplates -Value Get-CRSCollaborationAnalysisTemplateList
4069+
Set-Alias -Name List-CRSCollaborationChangeRequests -Value Get-CRSCollaborationChangeRequestList
4070+
Set-Alias -Name List-CRSCollaborationChangeRequestList -Value Get-CRSCollaborationChangeRequestList
4071+
Set-Alias -Name CRS-ListCollaborationChangeRequests -Value Get-CRSCollaborationChangeRequestList
40664072
Set-Alias -Name List-CRSCollaborationConfiguredAudienceModelAssociations -Value Get-CRSCollaborationConfiguredAudienceModelAssociationList
40674073
Set-Alias -Name List-CRSCollaborationConfiguredAudienceModelAssociationList -Value Get-CRSCollaborationConfiguredAudienceModelAssociationList
40684074
Set-Alias -Name CRS-ListCollaborationConfiguredAudienceModelAssociations -Value Get-CRSCollaborationConfiguredAudienceModelAssociationList

0 commit comments

Comments
 (0)