Skip to content

Commit 2c8258c

Browse files
4.1.828
1 parent 66e1847 commit 2c8258c

21 files changed

+1189
-15
lines changed

Include/sdk/_sdk-versions.json

Lines changed: 4 additions & 4 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.1051.0",
4+
"ProductVersion" : "3.7.1052.0",
55
"CoreVersion" : "3.7.402.62",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -154,7 +154,7 @@
154154
"InPreview" : false
155155
},
156156
"EC2" : {
157-
"Version" : "3.7.448.0",
157+
"Version" : "3.7.449.0",
158158
"AssemblyVersionOverride" : "3.3",
159159
"Dependencies" : {
160160
"Core" : "3.7.402.62"
@@ -844,7 +844,7 @@
844844
"InPreview" : false
845845
},
846846
"CostExplorer" : {
847-
"Version" : "3.7.406.26",
847+
"Version" : "3.7.407.0",
848848
"AssemblyVersionOverride" : "3.3",
849849
"Dependencies" : {
850850
"Core" : "3.7.402.62"
@@ -2964,7 +2964,7 @@
29642964
"InPreview" : false
29652965
},
29662966
"Deadline" : {
2967-
"Version" : "3.7.407.5",
2967+
"Version" : "3.7.408.0",
29682968
"AssemblyVersionOverride" : "3.3",
29692969
"Dependencies" : {
29702970
"Core" : "3.7.402.62"

changelogs/CHANGELOG.2025.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
### 4.1.827 (2025-05-23 20:33Z)
1+
### 4.1.828 (2025-05-27 20:20Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1052.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/aws-sdk-net-v3.7/changelogs/SDK.CHANGELOG.ALL.md.
3+
* Amazon AWSDeadlineCloud
4+
* Modified cmdlet New-ADCFleet: added parameter ServiceManagedEc2_StorageProfileId.
5+
* Modified cmdlet Update-ADCFleet: added parameter ServiceManagedEc2_StorageProfileId.
6+
* Amazon Cost Explorer
7+
* Added cmdlet Get-CECostAndUsageComparison leveraging the GetCostAndUsageComparisons service API.
8+
* Added cmdlet Get-CECostComparisonDriver leveraging the GetCostComparisonDrivers service API.
9+
* Amazon Elastic Compute Cloud (EC2)
10+
* Added cmdlet Get-EC2ActiveVpnTunnelStatus leveraging the GetActiveVpnTunnelStatus service API.
11+
* Modified cmdlet Edit-EC2VpnTunnelOption: added parameter PreSharedKeyStorage.
12+
* Modified cmdlet Get-EC2VpnConnectionDeviceSampleConfiguration: added parameter SampleType.
13+
* Modified cmdlet New-EC2VpnConnection: added parameter PreSharedKeyStorage.
14+
15+
### 4.1.827 (2025-05-23 20:33Z)
216
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1051.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/aws-sdk-net-v3.7/changelogs/SDK.CHANGELOG.ALL.md.
317

418
### 4.1.826 (2025-05-22 20:08Z)

changelogs/CHANGELOG.ALL.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
### 4.1.827 (2025-05-23 20:33Z)
1+
### 4.1.828 (2025-05-27 20:20Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1052.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/aws-sdk-net-v3.7/changelogs/SDK.CHANGELOG.ALL.md.
3+
* Amazon AWSDeadlineCloud
4+
* Modified cmdlet New-ADCFleet: added parameter ServiceManagedEc2_StorageProfileId.
5+
* Modified cmdlet Update-ADCFleet: added parameter ServiceManagedEc2_StorageProfileId.
6+
* Amazon Cost Explorer
7+
* Added cmdlet Get-CECostAndUsageComparison leveraging the GetCostAndUsageComparisons service API.
8+
* Added cmdlet Get-CECostComparisonDriver leveraging the GetCostComparisonDrivers service API.
9+
* Amazon Elastic Compute Cloud (EC2)
10+
* Added cmdlet Get-EC2ActiveVpnTunnelStatus leveraging the GetActiveVpnTunnelStatus service API.
11+
* Modified cmdlet Edit-EC2VpnTunnelOption: added parameter PreSharedKeyStorage.
12+
* Modified cmdlet Get-EC2VpnConnectionDeviceSampleConfiguration: added parameter SampleType.
13+
* Modified cmdlet New-EC2VpnConnection: added parameter PreSharedKeyStorage.
14+
15+
### 4.1.827 (2025-05-23 20:33Z)
216
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1051.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/aws-sdk-net-v3.7/changelogs/SDK.CHANGELOG.ALL.md.
317

418
### 4.1.826 (2025-05-22 20:08Z)

generator/AWSPSGeneratorLib/Config/ServiceConfig/ce.xml

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,11 @@
6767
<Params />
6868
<TypesNotToFlatten />
6969
</ServiceOperation>
70-
<ServiceOperation MethodName="GetCostAndUsage" OutputProperty="*" Verb="Get" Noun="CostAndUsage" PipelineParameter="TimePeriod" NoPipelineParameter="false" LegacyPagination="DisablePagination" LegacyV4Pagination="true">
70+
<ServiceOperation MethodName="GetCostAndUsage" OutputProperty="*" Verb="Get" Noun="CostAndUsage" PipelineParameter="TimePeriod" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="DisablePagination">
71+
<Params />
72+
<TypesNotToFlatten />
73+
</ServiceOperation>
74+
<ServiceOperation MethodName="GetCostAndUsageComparisons" OutputProperty="*" Verb="Get" Noun="CostAndUsageComparison" PipelineParameter="MetricForComparison" NoPipelineParameter="false">
7175
<Params />
7276
<TypesNotToFlatten />
7377
</ServiceOperation>
@@ -79,35 +83,39 @@
7983
<Params />
8084
<TypesNotToFlatten />
8185
</ServiceOperation>
86+
<ServiceOperation MethodName="GetCostComparisonDrivers" OutputProperty="CostComparisonDrivers" Verb="Get" Noun="CostComparisonDriver" PipelineParameter="MetricForComparison" NoPipelineParameter="false">
87+
<Params />
88+
<TypesNotToFlatten />
89+
</ServiceOperation>
8290
<ServiceOperation MethodName="GetCostForecast" OutputProperty="*" Verb="Get" Noun="CostForecast" PipelineParameter="TimePeriod" NoPipelineParameter="false" LegacyV4Pagination="true">
8391
<Params />
8492
<TypesNotToFlatten />
8593
</ServiceOperation>
86-
<ServiceOperation MethodName="GetDimensionValues" OutputProperty="*" Verb="Get" Noun="DimensionValue" PipelineParameter="TimePeriod" NoPipelineParameter="false" LegacyPagination="DisablePagination" LegacyV4Pagination="true">
94+
<ServiceOperation MethodName="GetDimensionValues" OutputProperty="*" Verb="Get" Noun="DimensionValue" PipelineParameter="TimePeriod" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="DisablePagination">
8795
<Params />
8896
<TypesNotToFlatten />
8997
</ServiceOperation>
90-
<ServiceOperation MethodName="GetReservationCoverage" OutputProperty="*" Verb="Get" Noun="ReservationCoverage" PipelineParameter="" NoPipelineParameter="true" LegacyPagination="DisablePagination" LegacyV4Pagination="true">
98+
<ServiceOperation MethodName="GetReservationCoverage" OutputProperty="*" Verb="Get" Noun="ReservationCoverage" PipelineParameter="" NoPipelineParameter="true" LegacyV4Pagination="true" LegacyPagination="DisablePagination">
9199
<Params />
92100
<TypesNotToFlatten />
93101
</ServiceOperation>
94-
<ServiceOperation MethodName="GetReservationPurchaseRecommendation" OutputProperty="*" Verb="Get" Noun="ReservationPurchaseRecommendation" PipelineParameter="Service" NoPipelineParameter="false" LegacyPagination="DisablePagination" LegacyV4Pagination="true">
102+
<ServiceOperation MethodName="GetReservationPurchaseRecommendation" OutputProperty="*" Verb="Get" Noun="ReservationPurchaseRecommendation" PipelineParameter="Service" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="DisablePagination">
95103
<Params />
96104
<TypesNotToFlatten />
97105
</ServiceOperation>
98-
<ServiceOperation MethodName="GetReservationUtilization" OutputProperty="*" Verb="Get" Noun="ReservationUtilization" PipelineParameter="TimePeriod" NoPipelineParameter="false" LegacyPagination="DisablePagination" LegacyV4Pagination="true">
106+
<ServiceOperation MethodName="GetReservationUtilization" OutputProperty="*" Verb="Get" Noun="ReservationUtilization" PipelineParameter="TimePeriod" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="DisablePagination">
99107
<Params />
100108
<TypesNotToFlatten />
101109
</ServiceOperation>
102-
<ServiceOperation MethodName="GetRightsizingRecommendation" OutputProperty="*" Verb="Get" Noun="RightsizingRecommendation" PipelineParameter="Service" NoPipelineParameter="false" LegacyPagination="DisablePagination" LegacyV4Pagination="true">
110+
<ServiceOperation MethodName="GetRightsizingRecommendation" OutputProperty="*" Verb="Get" Noun="RightsizingRecommendation" PipelineParameter="Service" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="DisablePagination">
103111
<Params />
104112
<TypesNotToFlatten />
105113
</ServiceOperation>
106114
<ServiceOperation MethodName="GetSavingsPlanPurchaseRecommendationDetails" OutputProperty="*" Verb="Get" Noun="SavingsPlanPurchaseRecommendationDetail" PipelineParameter="RecommendationDetailId" NoPipelineParameter="false" LegacyV4Pagination="true">
107115
<Params />
108116
<TypesNotToFlatten />
109117
</ServiceOperation>
110-
<ServiceOperation MethodName="GetSavingsPlansCoverage" OutputProperty="SavingsPlansCoverages" Verb="Get" Noun="SavingsPlansCoverage" PipelineParameter="TimePeriod" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyV4Pagination="true">
118+
<ServiceOperation MethodName="GetSavingsPlansCoverage" OutputProperty="SavingsPlansCoverages" Verb="Get" Noun="SavingsPlansCoverage" PipelineParameter="TimePeriod" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit">
111119
<Params />
112120
<AutoIterate Start="NextToken" Next="NextToken" EmitLimit="MaxResults" />
113121
<TypesNotToFlatten />
@@ -120,12 +128,12 @@
120128
<Params />
121129
<TypesNotToFlatten />
122130
</ServiceOperation>
123-
<ServiceOperation MethodName="GetSavingsPlansUtilizationDetails" OutputProperty="SavingsPlansUtilizationDetails" Verb="Get" Noun="SavingsPlansUtilizationDetail" PipelineParameter="" NoPipelineParameter="true" LegacyPagination="UseEmitLimit" LegacyV4Pagination="true">
131+
<ServiceOperation MethodName="GetSavingsPlansUtilizationDetails" OutputProperty="SavingsPlansUtilizationDetails" Verb="Get" Noun="SavingsPlansUtilizationDetail" PipelineParameter="" NoPipelineParameter="true" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit">
124132
<Params />
125133
<AutoIterate Start="NextToken" Next="NextToken" EmitLimit="MaxResults" />
126134
<TypesNotToFlatten />
127135
</ServiceOperation>
128-
<ServiceOperation MethodName="GetTags" OutputProperty="*" Verb="Get" Noun="Tag" PipelineParameter="TimePeriod" NoPipelineParameter="false" LegacyPagination="DisablePagination" LegacyV4Pagination="true">
136+
<ServiceOperation MethodName="GetTags" OutputProperty="*" Verb="Get" Noun="Tag" PipelineParameter="TimePeriod" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="DisablePagination">
129137
<Params />
130138
<TypesNotToFlatten />
131139
</ServiceOperation>

generator/AWSPSGeneratorLib/Config/ServiceConfig/ec2.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2053,6 +2053,10 @@
20532053
<Params />
20542054
<TypesNotToFlatten />
20552055
</ServiceOperation>
2056+
<ServiceOperation MethodName="GetActiveVpnTunnelStatus" OutputProperty="ActiveVpnTunnelStatus" Verb="Get" Noun="ActiveVpnTunnelStatus" PipelineParameter="VpnConnectionId" NoPipelineParameter="false">
2057+
<Params />
2058+
<TypesNotToFlatten />
2059+
</ServiceOperation>
20562060
<ServiceOperation MethodName="GetAllowedImagesSettings" OutputProperty="*" Verb="Get" Noun="AllowedImagesSetting" PipelineParameter="" NoPipelineParameter="false" LegacyV4Pagination="true">
20572061
<Params />
20582062
<TypesNotToFlatten />

modules/AWSPowerShell/AWSAliases.ps1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3008,10 +3008,14 @@ Set-Alias -Name Get-CEApproximateUsageRecords -Value Get-CEApproximateUsageRecor
30083008
Set-Alias -Name CE-GetApproximateUsageRecords -Value Get-CEApproximateUsageRecord
30093009
Set-Alias -Name CE-GetCommitmentPurchaseAnalysis -Value Get-CECommitmentPurchaseAnalysis
30103010
Set-Alias -Name CE-GetCostAndUsage -Value Get-CECostAndUsage
3011+
Set-Alias -Name Get-CECostAndUsageComparisons -Value Get-CECostAndUsageComparison
3012+
Set-Alias -Name CE-GetCostAndUsageComparisons -Value Get-CECostAndUsageComparison
30113013
Set-Alias -Name Get-CECostAndUsageWithResources -Value Get-CECostAndUsageWithResource
30123014
Set-Alias -Name CE-GetCostAndUsageWithResources -Value Get-CECostAndUsageWithResource
30133015
Set-Alias -Name Get-CECostCategories -Value Get-CECostCategory
30143016
Set-Alias -Name CE-GetCostCategories -Value Get-CECostCategory
3017+
Set-Alias -Name Get-CECostComparisonDrivers -Value Get-CECostComparisonDriver
3018+
Set-Alias -Name CE-GetCostComparisonDrivers -Value Get-CECostComparisonDriver
30153019
Set-Alias -Name CE-GetCostForecast -Value Get-CECostForecast
30163020
Set-Alias -Name Get-CEDimensionValues -Value Get-CEDimensionValue
30173021
Set-Alias -Name CE-GetDimensionValues -Value Get-CEDimensionValue
@@ -10573,6 +10577,7 @@ Set-Alias -Name EC2-ExportImage -Value Export-EC2Image
1057310577
Set-Alias -Name Export-EC2TransitGatewayRoutes -Value Export-EC2TransitGatewayRoute
1057410578
Set-Alias -Name EC2-ExportTransitGatewayRoutes -Value Export-EC2TransitGatewayRoute
1057510579
Set-Alias -Name EC2-ExportVerifiedAccessInstanceClientConfiguration -Value Export-EC2VerifiedAccessInstanceClientConfiguration
10580+
Set-Alias -Name EC2-GetActiveVpnTunnelStatus -Value Get-EC2ActiveVpnTunnelStatus
1057610581
Set-Alias -Name Get-EC2AllowedImagesSettings -Value Get-EC2AllowedImagesSetting
1057710582
Set-Alias -Name EC2-GetAllowedImagesSettings -Value Get-EC2AllowedImagesSetting
1057810583
Set-Alias -Name Get-EC2AssociatedEnclaveCertificateIamRoles -Value Get-EC2AssociatedEnclaveCertificateIamRole

modules/AWSPowerShell/AWSPowerShellCompleters.psm1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9167,8 +9167,10 @@ $CE_SelectMap = @{
91679167
"Get-CEApproximateUsageRecord",
91689168
"Get-CECommitmentPurchaseAnalysis",
91699169
"Get-CECostAndUsage",
9170+
"Get-CECostAndUsageComparison",
91709171
"Get-CECostAndUsageWithResource",
91719172
"Get-CECostCategory",
9173+
"Get-CECostComparisonDriver",
91729174
"Get-CECostForecast",
91739175
"Get-CEDimensionValue",
91749176
"Get-CEReservationCoverage",
@@ -27044,6 +27046,7 @@ $EC2_SelectMap = @{
2704427046
"Export-EC2Image",
2704527047
"Export-EC2TransitGatewayRoute",
2704627048
"Export-EC2VerifiedAccessInstanceClientConfiguration",
27049+
"Get-EC2ActiveVpnTunnelStatus",
2704727050
"Get-EC2AllowedImagesSetting",
2704827051
"Get-EC2AssociatedEnclaveCertificateIamRole",
2704927052
"Get-EC2AssociatedIpv6PoolCidr",

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,10 @@ $CE_SelectMap = @{
389389
"Get-CEApproximateUsageRecord",
390390
"Get-CECommitmentPurchaseAnalysis",
391391
"Get-CECostAndUsage",
392+
"Get-CECostAndUsageComparison",
392393
"Get-CECostAndUsageWithResource",
393394
"Get-CECostCategory",
395+
"Get-CECostComparisonDriver",
394396
"Get-CECostForecast",
395397
"Get-CEDimensionValue",
396398
"Get-CEReservationCoverage",

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,12 @@ This version of AWS Tools for PowerShell is compatible with Windows PowerShell 5
9898
'Get-CECostAllocationTagBackfillHistoryList',
9999
'Get-CECostAllocationTagList',
100100
'Get-CECostAndUsage',
101+
'Get-CECostAndUsageComparison',
101102
'Get-CECostAndUsageWithResource',
102103
'Get-CECostCategory',
103104
'Get-CECostCategoryDefinition',
104105
'Get-CECostCategoryDefinitionList',
106+
'Get-CECostComparisonDriver',
105107
'Get-CECostForecast',
106108
'Get-CEDimensionValue',
107109
'Get-CEReservationCoverage',

0 commit comments

Comments
 (0)