Skip to content

Commit 262f49a

Browse files
4.1.804
1 parent 702a065 commit 262f49a

File tree

46 files changed

+2386
-34
lines changed

Some content is hidden

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

46 files changed

+2386
-34
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" : "3.7.400.0",
4-
"ProductVersion" : "3.7.1027.0",
4+
"ProductVersion" : "3.7.1028.0",
55
"CoreVersion" : "3.7.402.43",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -154,7 +154,7 @@
154154
"InPreview" : false
155155
},
156156
"EC2" : {
157-
"Version" : "3.7.437.13",
157+
"Version" : "3.7.438.0",
158158
"AssemblyVersionOverride" : "3.3",
159159
"Dependencies" : {
160160
"Core" : "3.7.402.43"
@@ -540,7 +540,7 @@
540540
"InPreview" : false
541541
},
542542
"CognitoIdentityProvider" : {
543-
"Version" : "3.7.407.32",
543+
"Version" : "3.7.408.0",
544544
"AssemblyVersionOverride" : "3.3",
545545
"Dependencies" : {
546546
"Core" : "3.7.402.43"
@@ -892,7 +892,7 @@
892892
"InPreview" : false
893893
},
894894
"MQ" : {
895-
"Version" : "3.7.400.137",
895+
"Version" : "3.7.401.0",
896896
"AssemblyVersionOverride" : "3.3",
897897
"Dependencies" : {
898898
"Core" : "3.7.402.43"
@@ -1148,7 +1148,7 @@
11481148
"InPreview" : false
11491149
},
11501150
"S3Control" : {
1151-
"Version" : "3.7.407.13",
1151+
"Version" : "3.7.408.0",
11521152
"AssemblyVersionOverride" : "3.3",
11531153
"Dependencies" : {
11541154
"Core" : "3.7.402.43"
@@ -2180,7 +2180,7 @@
21802180
"InPreview" : false
21812181
},
21822182
"Account" : {
2183-
"Version" : "3.7.401.72",
2183+
"Version" : "3.7.402.0",
21842184
"AssemblyVersionOverride" : "3.3",
21852185
"Dependencies" : {
21862186
"Core" : "3.7.402.43"
@@ -2388,7 +2388,7 @@
23882388
"InPreview" : false
23892389
},
23902390
"RedshiftServerless" : {
2391-
"Version" : "3.7.403.34",
2391+
"Version" : "3.7.404.0",
23922392
"AssemblyVersionOverride" : "3.3",
23932393
"Dependencies" : {
23942394
"Core" : "3.7.402.43"
@@ -2716,7 +2716,7 @@
27162716
"InPreview" : false
27172717
},
27182718
"EntityResolution" : {
2719-
"Version" : "3.7.402.3",
2719+
"Version" : "3.7.403.0",
27202720
"AssemblyVersionOverride" : "3.3",
27212721
"Dependencies" : {
27222722
"Core" : "3.7.402.43"

changelogs/CHANGELOG.2025.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
1-
### 4.1.803 (2025-04-21 20:38Z)
1+
### 4.1.804 (2025-04-22 20:47Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1028.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 Account
4+
* Added cmdlet Get-ACCTAccountInformation leveraging the GetAccountInformation service API.
5+
* Added cmdlet Write-ACCTAccountName leveraging the PutAccountName service API.
6+
* Amazon Cognito Identity Provider
7+
* Added cmdlet Get-CGIPTokensFromRefreshToken leveraging the GetTokensFromRefreshToken service API.
8+
* Modified cmdlet New-CGIPUserPoolClient: added parameters RefreshTokenRotation_Feature and RefreshTokenRotation_RetryGracePeriodSecond.
9+
* Modified cmdlet Update-CGIPUserPoolClient: added parameters RefreshTokenRotation_Feature and RefreshTokenRotation_RetryGracePeriodSecond.
10+
* Amazon Elastic Compute Cloud (EC2)
11+
* Modified cmdlet Edit-EC2ClientVpnEndpoint: added parameter ClientRouteEnforcementOptions_Enforced.
12+
* Modified cmdlet New-EC2ClientVpnEndpoint: added parameter ClientRouteEnforcementOptions_Enforced.
13+
* Amazon MQ
14+
* Added cmdlet Remove-MQConfiguration leveraging the DeleteConfiguration service API.
15+
* Amazon Redshift Serverless
16+
* Added cmdlet Get-RSSReservation leveraging the GetReservation service API.
17+
* Added cmdlet Get-RSSReservationList leveraging the ListReservations service API.
18+
* Added cmdlet Get-RSSReservationOffering leveraging the GetReservationOffering service API.
19+
* Added cmdlet Get-RSSReservationOfferingList leveraging the ListReservationOfferings service API.
20+
* Added cmdlet New-RSSReservation leveraging the CreateReservation service API.
21+
22+
### 4.1.803 (2025-04-21 20:38Z)
223
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1027.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.
324
* Amazon Budgets
425
* Modified cmdlet Get-BGTBudget: added parameter ShowFilterExpression.

changelogs/CHANGELOG.ALL.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
1-
### 4.1.803 (2025-04-21 20:38Z)
1+
### 4.1.804 (2025-04-22 20:47Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1028.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 Account
4+
* Added cmdlet Get-ACCTAccountInformation leveraging the GetAccountInformation service API.
5+
* Added cmdlet Write-ACCTAccountName leveraging the PutAccountName service API.
6+
* Amazon Cognito Identity Provider
7+
* Added cmdlet Get-CGIPTokensFromRefreshToken leveraging the GetTokensFromRefreshToken service API.
8+
* Modified cmdlet New-CGIPUserPoolClient: added parameters RefreshTokenRotation_Feature and RefreshTokenRotation_RetryGracePeriodSecond.
9+
* Modified cmdlet Update-CGIPUserPoolClient: added parameters RefreshTokenRotation_Feature and RefreshTokenRotation_RetryGracePeriodSecond.
10+
* Amazon Elastic Compute Cloud (EC2)
11+
* Modified cmdlet Edit-EC2ClientVpnEndpoint: added parameter ClientRouteEnforcementOptions_Enforced.
12+
* Modified cmdlet New-EC2ClientVpnEndpoint: added parameter ClientRouteEnforcementOptions_Enforced.
13+
* Amazon MQ
14+
* Added cmdlet Remove-MQConfiguration leveraging the DeleteConfiguration service API.
15+
* Amazon Redshift Serverless
16+
* Added cmdlet Get-RSSReservation leveraging the GetReservation service API.
17+
* Added cmdlet Get-RSSReservationList leveraging the ListReservations service API.
18+
* Added cmdlet Get-RSSReservationOffering leveraging the GetReservationOffering service API.
19+
* Added cmdlet Get-RSSReservationOfferingList leveraging the ListReservationOfferings service API.
20+
* Added cmdlet New-RSSReservation leveraging the CreateReservation service API.
21+
22+
### 4.1.803 (2025-04-21 20:38Z)
223
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1027.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.
324
* Amazon Budgets
425
* Modified cmdlet Get-BGTBudget: added parameter ShowFilterExpression.

generator/AWSPSGeneratorLib/Config/ServiceConfig/account.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
<Params />
3535
<TypesNotToFlatten />
3636
</ServiceOperation>
37+
<ServiceOperation MethodName="GetAccountInformation" OutputProperty="*" Verb="Get" Noun="AccountInformation" PipelineParameter="AccountId" NoPipelineParameter="false">
38+
<Params />
39+
<TypesNotToFlatten />
40+
</ServiceOperation>
3741
<ServiceOperation MethodName="GetAlternateContact" OutputProperty="AlternateContact" Verb="Get" Noun="AlternateContact" PipelineParameter="AlternateContactType" NoPipelineParameter="false">
3842
<Params />
3943
<TypesNotToFlatten />
@@ -54,6 +58,10 @@
5458
<Params />
5559
<TypesNotToFlatten />
5660
</ServiceOperation>
61+
<ServiceOperation MethodName="PutAccountName" Verb="Write" Noun="AccountName" ShouldProcessTarget="AccountName" PipelineParameter="AccountName" NoPipelineParameter="false">
62+
<Params />
63+
<TypesNotToFlatten />
64+
</ServiceOperation>
5765
<ServiceOperation MethodName="PutAlternateContact" Verb="Write" Noun="AlternateContact" AnonymousShouldProcessTarget="true" PipelineParameter="" NoPipelineParameter="true">
5866
<Params />
5967
<TypesNotToFlatten />

generator/AWSPSGeneratorLib/Config/ServiceConfig/cognito-idp.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ServiceClient>AmazonCognitoIdentityProviderClient</ServiceClient>
1111
<ServiceModuleGuid>33933d0d-16f2-4659-8dae-d93fc7aa6b6a</ServiceModuleGuid>
1212
<DefaultRegion />
13-
<PipelineParameter>UserPoolId</PipelineParameter>
13+
<PipelineParameter>RefreshToken</PipelineParameter>
1414
<AutoIterate Start="NextToken" Next="NextToken" EmitLimit="MaxResults" ServicePageSize="50" PageSizeIsRequired="true" />
1515
<VerbMappings />
1616
<NounMappings />
@@ -299,6 +299,10 @@
299299
<Params />
300300
<TypesNotToFlatten />
301301
</ServiceOperation>
302+
<ServiceOperation MethodName="GetTokensFromRefreshToken" OutputProperty="AuthenticationResult" Verb="Get" Noun="TokensFromRefreshToken" PipelineParameter="RefreshToken" NoPipelineParameter="false">
303+
<Params />
304+
<TypesNotToFlatten />
305+
</ServiceOperation>
302306
<ServiceOperation MethodName="GetUICustomization" OutputProperty="UICustomization" Verb="Get" Noun="UICustomization" PipelineParameter="UserPoolId" NoPipelineParameter="false">
303307
<Params />
304308
<TypesNotToFlatten />

generator/AWSPSGeneratorLib/Config/ServiceConfig/mq.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
<Params />
4040
<TypesNotToFlatten />
4141
</ServiceOperation>
42+
<ServiceOperation MethodName="DeleteConfiguration" OutputProperty="ConfigurationId" Verb="Remove" Noun="Configuration" ShouldProcessTarget="ConfigurationId" PipelineParameter="ConfigurationId" NoPipelineParameter="false">
43+
<Params />
44+
<TypesNotToFlatten />
45+
</ServiceOperation>
4246
<ServiceOperation MethodName="DeleteTags" Verb="Remove" Noun="Tag" ShouldProcessTarget="ResourceArn" ShouldProcessMsgNoun="ResourceArn" PipelineParameter="ResourceArn" NoPipelineParameter="false">
4347
<Params />
4448
<TypesNotToFlatten />

generator/AWSPSGeneratorLib/Config/ServiceConfig/redshift-serverless.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
<Params />
3535
<TypesNotToFlatten />
3636
</ServiceOperation>
37+
<ServiceOperation MethodName="CreateReservation" OutputProperty="Reservation" Verb="New" Noun="Reservation" ShouldProcessTarget="OfferingId" PipelineParameter="OfferingId" NoPipelineParameter="false">
38+
<Params />
39+
<TypesNotToFlatten />
40+
</ServiceOperation>
3741
<ServiceOperation MethodName="CreateScheduledAction" OutputProperty="ScheduledAction" Verb="New" Noun="ScheduledAction" ShouldProcessTarget="NamespaceName" PipelineParameter="NamespaceName" NoPipelineParameter="false">
3842
<Params />
3943
<TypesNotToFlatten />
@@ -110,6 +114,14 @@
110114
<Params />
111115
<TypesNotToFlatten />
112116
</ServiceOperation>
117+
<ServiceOperation MethodName="GetReservation" OutputProperty="Reservation" Verb="Get" Noun="Reservation" PipelineParameter="ReservationId" NoPipelineParameter="false">
118+
<Params />
119+
<TypesNotToFlatten />
120+
</ServiceOperation>
121+
<ServiceOperation MethodName="GetReservationOffering" OutputProperty="ReservationOffering" Verb="Get" Noun="ReservationOffering" PipelineParameter="OfferingId" NoPipelineParameter="false">
122+
<Params />
123+
<TypesNotToFlatten />
124+
</ServiceOperation>
113125
<ServiceOperation MethodName="GetResourcePolicy" OutputProperty="ResourcePolicy" Verb="Get" Noun="ResourcePolicy" PipelineParameter="ResourceArn" NoPipelineParameter="false">
114126
<Params />
115127
<TypesNotToFlatten />
@@ -158,6 +170,14 @@
158170
<Params />
159171
<TypesNotToFlatten />
160172
</ServiceOperation>
173+
<ServiceOperation MethodName="ListReservationOfferings" OutputProperty="ReservationOfferingsList" Verb="Get" Noun="ReservationOfferingList" PipelineParameter="" NoPipelineParameter="false">
174+
<Params />
175+
<TypesNotToFlatten />
176+
</ServiceOperation>
177+
<ServiceOperation MethodName="ListReservations" OutputProperty="ReservationsList" Verb="Get" Noun="ReservationList" PipelineParameter="" NoPipelineParameter="false">
178+
<Params />
179+
<TypesNotToFlatten />
180+
</ServiceOperation>
161181
<ServiceOperation MethodName="ListScheduledActions" OutputProperty="ScheduledActions" Verb="Get" Noun="ScheduledActionList" PipelineParameter="NamespaceName" NoPipelineParameter="false">
162182
<Params />
163183
<TypesNotToFlatten />

modules/AWSPowerShell/AWSAliases.ps1

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,16 @@ Set-Alias -Name Delete-ACCTAlternateContact -Value Remove-ACCTAlternateContact
7272
Set-Alias -Name ACCT-DeleteAlternateContact -Value Remove-ACCTAlternateContact
7373
Set-Alias -Name ACCT-DisableRegion -Value Disable-ACCTRegion
7474
Set-Alias -Name ACCT-EnableRegion -Value Enable-ACCTRegion
75+
Set-Alias -Name ACCT-GetAccountInformation -Value Get-ACCTAccountInformation
7576
Set-Alias -Name ACCT-GetAlternateContact -Value Get-ACCTAlternateContact
7677
Set-Alias -Name ACCT-GetContactInformation -Value Get-ACCTContactInformation
7778
Set-Alias -Name ACCT-GetPrimaryEmail -Value Get-ACCTPrimaryEmail
7879
Set-Alias -Name ACCT-GetRegionOptStatus -Value Get-ACCTRegionOptStatus
7980
Set-Alias -Name List-ACCTRegions -Value Get-ACCTRegionList
8081
Set-Alias -Name List-ACCTRegionList -Value Get-ACCTRegionList
8182
Set-Alias -Name ACCT-ListRegions -Value Get-ACCTRegionList
83+
Set-Alias -Name Put-ACCTAccountName -Value Write-ACCTAccountName
84+
Set-Alias -Name ACCT-PutAccountName -Value Write-ACCTAccountName
8285
Set-Alias -Name Put-ACCTAlternateContact -Value Write-ACCTAlternateContact
8386
Set-Alias -Name ACCT-PutAlternateContact -Value Write-ACCTAlternateContact
8487
Set-Alias -Name Put-ACCTContactInformation -Value Write-ACCTContactInformation
@@ -5789,6 +5792,7 @@ Set-Alias -Name CGIP-GetGroup -Value Get-CGIPGroup
57895792
Set-Alias -Name CGIP-GetIdentityProviderByIdentifier -Value Get-CGIPIdentityProviderByIdentifier
57905793
Set-Alias -Name CGIP-GetLogDeliveryConfiguration -Value Get-CGIPLogDeliveryConfiguration
57915794
Set-Alias -Name CGIP-GetSigningCertificate -Value Get-CGIPSigningCertificate
5795+
Set-Alias -Name CGIP-GetTokensFromRefreshToken -Value Get-CGIPTokensFromRefreshToken
57925796
Set-Alias -Name CGIP-GetUICustomization -Value Get-CGIPUICustomization
57935797
Set-Alias -Name CGIP-GetUser -Value Get-CGIPUser
57945798
Set-Alias -Name CGIP-GetUserAttributeVerificationCode -Value Get-CGIPUserAttributeVerificationCode
@@ -20819,6 +20823,8 @@ Set-Alias -Name Create-MQUser -Value New-MQUser
2081920823
Set-Alias -Name MQ-CreateUser -Value New-MQUser
2082020824
Set-Alias -Name Delete-MQBroker -Value Remove-MQBroker
2082120825
Set-Alias -Name MQ-DeleteBroker -Value Remove-MQBroker
20826+
Set-Alias -Name Delete-MQConfiguration -Value Remove-MQConfiguration
20827+
Set-Alias -Name MQ-DeleteConfiguration -Value Remove-MQConfiguration
2082220828
Set-Alias -Name Delete-MQTags -Value Remove-MQTag
2082320829
Set-Alias -Name Delete-MQTag -Value Remove-MQTag
2082420830
Set-Alias -Name MQ-DeleteTags -Value Remove-MQTag
@@ -25305,6 +25311,8 @@ Set-Alias -Name Create-RSSEndpointAccess -Value New-RSSEndpointAccess
2530525311
Set-Alias -Name RSS-CreateEndpointAccess -Value New-RSSEndpointAccess
2530625312
Set-Alias -Name Create-RSSNamespace -Value New-RSSNamespace
2530725313
Set-Alias -Name RSS-CreateNamespace -Value New-RSSNamespace
25314+
Set-Alias -Name Create-RSSReservation -Value New-RSSReservation
25315+
Set-Alias -Name RSS-CreateReservation -Value New-RSSReservation
2530825316
Set-Alias -Name Create-RSSScheduledAction -Value New-RSSScheduledAction
2530925317
Set-Alias -Name RSS-CreateScheduledAction -Value New-RSSScheduledAction
2531025318
Set-Alias -Name Create-RSSSnapshot -Value New-RSSSnapshot
@@ -25339,6 +25347,8 @@ Set-Alias -Name RSS-GetCustomDomainAssociation -Value Get-RSSCustomDomainAssocia
2533925347
Set-Alias -Name RSS-GetEndpointAccess -Value Get-RSSEndpointAccess
2534025348
Set-Alias -Name RSS-GetNamespace -Value Get-RSSNamespace
2534125349
Set-Alias -Name RSS-GetRecoveryPoint -Value Get-RSSRecoveryPoint
25350+
Set-Alias -Name RSS-GetReservation -Value Get-RSSReservation
25351+
Set-Alias -Name RSS-GetReservationOffering -Value Get-RSSReservationOffering
2534225352
Set-Alias -Name RSS-GetResourcePolicy -Value Get-RSSResourcePolicy
2534325353
Set-Alias -Name RSS-GetScheduledAction -Value Get-RSSScheduledAction
2534425354
Set-Alias -Name RSS-GetSnapshot -Value Get-RSSSnapshot
@@ -25361,6 +25371,12 @@ Set-Alias -Name RSS-ListNamespaces -Value Get-RSSNamespaceList
2536125371
Set-Alias -Name List-RSSRecoveryPoints -Value Get-RSSRecoveryPointList
2536225372
Set-Alias -Name List-RSSRecoveryPointList -Value Get-RSSRecoveryPointList
2536325373
Set-Alias -Name RSS-ListRecoveryPoints -Value Get-RSSRecoveryPointList
25374+
Set-Alias -Name List-RSSReservationOfferings -Value Get-RSSReservationOfferingList
25375+
Set-Alias -Name List-RSSReservationOfferingList -Value Get-RSSReservationOfferingList
25376+
Set-Alias -Name RSS-ListReservationOfferings -Value Get-RSSReservationOfferingList
25377+
Set-Alias -Name List-RSSReservations -Value Get-RSSReservationList
25378+
Set-Alias -Name List-RSSReservationList -Value Get-RSSReservationList
25379+
Set-Alias -Name RSS-ListReservations -Value Get-RSSReservationList
2536425380
Set-Alias -Name List-RSSScheduledActions -Value Get-RSSScheduledActionList
2536525381
Set-Alias -Name List-RSSScheduledActionList -Value Get-RSSScheduledActionList
2536625382
Set-Alias -Name RSS-ListScheduledActions -Value Get-RSSScheduledActionList

0 commit comments

Comments
 (0)