Skip to content

Commit a78d28a

Browse files
4.1.716
1 parent 6ef87ff commit a78d28a

File tree

117 files changed

+4028
-1207
lines changed

Some content is hidden

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

117 files changed

+4028
-1207
lines changed

Include/sdk/_sdk-versions.json

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

changelogs/CHANGELOG.2024.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
1-
### 4.1.715 (2024-12-10 22:25Z)
1+
### 4.1.716 (2024-12-11 22:32Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.944.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 Artifact
4+
* Added cmdlet Get-ARTCustomerAgreementList leveraging the ListCustomerAgreements service API.
5+
* Amazon EMR Serverless
6+
* Modified cmdlet Get-EMRServerlessDashboardForJobRun: added parameter AccessSystemProfileLog.
7+
* Amazon Migration Hub
8+
* Added cmdlet Add-MHSourceResource leveraging the AssociateSourceResource service API.
9+
* Added cmdlet Get-MHMigrationTaskUpdateList leveraging the ListMigrationTaskUpdates service API.
10+
* Added cmdlet Get-MHSourceResourceList leveraging the ListSourceResources service API.
11+
* Added cmdlet Remove-MHSourceResource leveraging the DisassociateSourceResource service API.
12+
* Amazon Simple Email Service V2 (SES V2)
13+
* Added cmdlet Get-SES2MultiRegionEndpoint leveraging the GetMultiRegionEndpoint service API.
14+
* Added cmdlet Get-SES2MultiRegionEndpointList leveraging the ListMultiRegionEndpoints service API.
15+
* Added cmdlet New-SES2MultiRegionEndpoint leveraging the CreateMultiRegionEndpoint service API.
16+
* Added cmdlet Remove-SES2MultiRegionEndpoint leveraging the DeleteMultiRegionEndpoint service API.
17+
* Modified cmdlet Send-SES2BulkEmail: added parameter EndpointId.
18+
* Modified cmdlet Send-SES2Email: added parameter EndpointId.
19+
* Amazon Timestream InfluxDB
20+
* Modified cmdlet New-TIDBDbInstance: added parameter NetworkType.
21+
22+
### 4.1.715 (2024-12-10 22:25Z)
223
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.943.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 Connect Service
425
* Added cmdlet New-CONNPushNotificationRegistration leveraging the CreatePushNotificationRegistration service API.

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.715 (2024-12-10 22:25Z)
1+
### 4.1.716 (2024-12-11 22:32Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.944.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 Artifact
4+
* Added cmdlet Get-ARTCustomerAgreementList leveraging the ListCustomerAgreements service API.
5+
* Amazon EMR Serverless
6+
* Modified cmdlet Get-EMRServerlessDashboardForJobRun: added parameter AccessSystemProfileLog.
7+
* Amazon Migration Hub
8+
* Added cmdlet Add-MHSourceResource leveraging the AssociateSourceResource service API.
9+
* Added cmdlet Get-MHMigrationTaskUpdateList leveraging the ListMigrationTaskUpdates service API.
10+
* Added cmdlet Get-MHSourceResourceList leveraging the ListSourceResources service API.
11+
* Added cmdlet Remove-MHSourceResource leveraging the DisassociateSourceResource service API.
12+
* Amazon Simple Email Service V2 (SES V2)
13+
* Added cmdlet Get-SES2MultiRegionEndpoint leveraging the GetMultiRegionEndpoint service API.
14+
* Added cmdlet Get-SES2MultiRegionEndpointList leveraging the ListMultiRegionEndpoints service API.
15+
* Added cmdlet New-SES2MultiRegionEndpoint leveraging the CreateMultiRegionEndpoint service API.
16+
* Added cmdlet Remove-SES2MultiRegionEndpoint leveraging the DeleteMultiRegionEndpoint service API.
17+
* Modified cmdlet Send-SES2BulkEmail: added parameter EndpointId.
18+
* Modified cmdlet Send-SES2Email: added parameter EndpointId.
19+
* Amazon Timestream InfluxDB
20+
* Modified cmdlet New-TIDBDbInstance: added parameter NetworkType.
21+
22+
### 4.1.715 (2024-12-10 22:25Z)
223
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.943.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 Connect Service
425
* Added cmdlet New-CONNPushNotificationRegistration leveraging the CreatePushNotificationRegistration service API.

generator/AWSPSGeneratorLib/Config/ServiceConfig/artifact.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
<Params />
3535
<TypesNotToFlatten />
3636
</ServiceOperation>
37+
<ServiceOperation MethodName="ListCustomerAgreements" OutputProperty="CustomerAgreements" Verb="Get" Noun="CustomerAgreementList" PipelineParameter="" NoPipelineParameter="false">
38+
<Params />
39+
<TypesNotToFlatten />
40+
</ServiceOperation>
3741
<ServiceOperation MethodName="ListReports" OutputProperty="Reports" Verb="Get" Noun="ReportList" PipelineParameter="" NoPipelineParameter="false">
3842
<Params />
3943
<TypesNotToFlatten />

generator/AWSPSGeneratorLib/Config/ServiceConfig/awsmigrationhub.xml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<ConfigModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3+
<FileVersion>0</FileVersion>
34
<SkipCmdletGeneration>false</SkipCmdletGeneration>
45
<C2jFilename>awsmigrationhub</C2jFilename>
56
<AssemblyName>MigrationHub</AssemblyName>
@@ -13,7 +14,6 @@
1314
<VerbMappings />
1415
<NounMappings />
1516
<Params />
16-
<AdditionalNamespaces />
1717
<CustomAliases />
1818
<LegacyAliases />
1919
<ParamEmitters />
@@ -27,6 +27,10 @@
2727
<Params />
2828
<TypesNotToFlatten />
2929
</ServiceOperation>
30+
<ServiceOperation MethodName="AssociateSourceResource" Verb="Add" Noun="SourceResource" ShouldProcessTarget="MigrationTaskName" PipelineParameter="" NoPipelineParameter="true">
31+
<Params />
32+
<TypesNotToFlatten />
33+
</ServiceOperation>
3034
<ServiceOperation MethodName="CreateProgressUpdateStream" Verb="New" Noun="ProgressUpdateStream" ShouldProcessTarget="ProgressUpdateStreamName" PipelineParameter="ProgressUpdateStreamName" NoPipelineParameter="false">
3135
<Params />
3236
<TypesNotToFlatten />
@@ -51,6 +55,10 @@
5155
<Params />
5256
<TypesNotToFlatten />
5357
</ServiceOperation>
58+
<ServiceOperation MethodName="DisassociateSourceResource" Verb="Remove" Noun="SourceResource" ShouldProcessTarget="MigrationTaskName" PipelineParameter="" NoPipelineParameter="true">
59+
<Params />
60+
<TypesNotToFlatten />
61+
</ServiceOperation>
5462
<ServiceOperation MethodName="ImportMigrationTask" Verb="Import" Noun="MigrationTask" ShouldProcessTarget="MigrationTaskName" PipelineParameter="MigrationTaskName" NoPipelineParameter="false">
5563
<Params />
5664
<TypesNotToFlatten />
@@ -71,10 +79,18 @@
7179
<Params />
7280
<TypesNotToFlatten />
7381
</ServiceOperation>
82+
<ServiceOperation MethodName="ListMigrationTaskUpdates" OutputProperty="MigrationTaskUpdateList" Verb="Get" Noun="MigrationTaskUpdateList" PipelineParameter="" NoPipelineParameter="true">
83+
<Params />
84+
<TypesNotToFlatten />
85+
</ServiceOperation>
7486
<ServiceOperation MethodName="ListProgressUpdateStreams" OutputProperty="ProgressUpdateStreamSummaryList" Verb="Get" Noun="ProgressUpdateStream" PipelineParameter="" NoPipelineParameter="false" LegacyPagination="UseEmitLimit">
7587
<Params />
7688
<TypesNotToFlatten />
7789
</ServiceOperation>
90+
<ServiceOperation MethodName="ListSourceResources" OutputProperty="SourceResourceList" Verb="Get" Noun="SourceResourceList" PipelineParameter="" NoPipelineParameter="true">
91+
<Params />
92+
<TypesNotToFlatten />
93+
</ServiceOperation>
7894
<ServiceOperation MethodName="NotifyApplicationState" Verb="Send" Noun="ApplicationStateNotification" ShouldProcessTarget="ApplicationId" PipelineParameter="ApplicationId" NoPipelineParameter="false">
7995
<Params />
8096
<TypesNotToFlatten />
@@ -88,8 +104,6 @@
88104
<TypesNotToFlatten />
89105
</ServiceOperation>
90106
</ServiceOperations>
91-
<InputObjectMappingRules />
92-
<SupportsShouldProcessVerbs />
93107
<TypesNotToFlatten>
94108
<Type>Amazon.MigrationHub.Model.CreatedArtifact</Type>
95109
<Type>Amazon.MigrationHub.Model.DiscoveredResource</Type>

generator/AWSPSGeneratorLib/Config/ServiceConfig/sesv2.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@
7575
<Params />
7676
<TypesNotToFlatten />
7777
</ServiceOperation>
78+
<ServiceOperation MethodName="CreateMultiRegionEndpoint" OutputProperty="*" Verb="New" Noun="MultiRegionEndpoint" ShouldProcessTarget="EndpointName" PipelineParameter="EndpointName" NoPipelineParameter="false">
79+
<Params />
80+
<TypesNotToFlatten />
81+
</ServiceOperation>
7882
<ServiceOperation MethodName="DeleteConfigurationSet" Verb="Remove" Noun="ConfigurationSet" ShouldProcessTarget="ConfigurationSetName" PipelineParameter="ConfigurationSetName" NoPipelineParameter="false">
7983
<Params />
8084
<TypesNotToFlatten />
@@ -111,6 +115,10 @@
111115
<Params />
112116
<TypesNotToFlatten />
113117
</ServiceOperation>
118+
<ServiceOperation MethodName="DeleteMultiRegionEndpoint" OutputProperty="Status" Verb="Remove" Noun="MultiRegionEndpoint" ShouldProcessTarget="EndpointName" PipelineParameter="EndpointName" NoPipelineParameter="false">
119+
<Params />
120+
<TypesNotToFlatten />
121+
</ServiceOperation>
114122
<ServiceOperation MethodName="DeleteSuppressedDestination" Verb="Remove" Noun="SuppressedDestination" ShouldProcessTarget="EmailAddress" PipelineParameter="EmailAddress" NoPipelineParameter="false">
115123
<Params />
116124
<TypesNotToFlatten />
@@ -195,6 +203,10 @@
195203
<Params />
196204
<TypesNotToFlatten />
197205
</ServiceOperation>
206+
<ServiceOperation MethodName="GetMultiRegionEndpoint" OutputProperty="*" Verb="Get" Noun="MultiRegionEndpoint" PipelineParameter="EndpointName" NoPipelineParameter="false">
207+
<Params />
208+
<TypesNotToFlatten />
209+
</ServiceOperation>
198210
<ServiceOperation MethodName="GetSuppressedDestination" OutputProperty="SuppressedDestination" Verb="Get" Noun="SuppressedDestination" PipelineParameter="EmailAddress" NoPipelineParameter="false">
199211
<Params />
200212
<TypesNotToFlatten />
@@ -243,6 +255,10 @@
243255
<Params />
244256
<TypesNotToFlatten />
245257
</ServiceOperation>
258+
<ServiceOperation MethodName="ListMultiRegionEndpoints" OutputProperty="MultiRegionEndpoints" Verb="Get" Noun="MultiRegionEndpointList" PipelineParameter="" NoPipelineParameter="false">
259+
<Params />
260+
<TypesNotToFlatten />
261+
</ServiceOperation>
246262
<ServiceOperation MethodName="ListRecommendations" OutputProperty="Recommendations" Verb="Get" Noun="RecommendationList" PipelineParameter="" NoPipelineParameter="false">
247263
<Params />
248264
<TypesNotToFlatten />

modules/AWSPowerShell/AWSAliases.ps1

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1542,6 +1542,9 @@ Set-Alias -Name ART-GetAccountSettings -Value Get-ARTAccountSetting
15421542
Set-Alias -Name ART-GetReport -Value Get-ARTReport
15431543
Set-Alias -Name ART-GetReportMetadata -Value Get-ARTReportMetadata
15441544
Set-Alias -Name ART-GetTermForReport -Value Get-ARTTermForReport
1545+
Set-Alias -Name List-ARTCustomerAgreements -Value Get-ARTCustomerAgreementList
1546+
Set-Alias -Name List-ARTCustomerAgreementList -Value Get-ARTCustomerAgreementList
1547+
Set-Alias -Name ART-ListCustomerAgreements -Value Get-ARTCustomerAgreementList
15451548
Set-Alias -Name List-ARTReports -Value Get-ARTReportList
15461549
Set-Alias -Name List-ARTReportList -Value Get-ARTReportList
15471550
Set-Alias -Name ART-ListReports -Value Get-ARTReportList
@@ -1960,6 +1963,8 @@ Set-Alias -Name Associate-MHCreatedArtifact -Value Add-MHCreatedArtifact
19601963
Set-Alias -Name MH-AssociateCreatedArtifact -Value Add-MHCreatedArtifact
19611964
Set-Alias -Name Associate-MHDiscoveredResource -Value Add-MHDiscoveredResource
19621965
Set-Alias -Name MH-AssociateDiscoveredResource -Value Add-MHDiscoveredResource
1966+
Set-Alias -Name Associate-MHSourceResource -Value Add-MHSourceResource
1967+
Set-Alias -Name MH-AssociateSourceResource -Value Add-MHSourceResource
19631968
Set-Alias -Name Create-MHProgressUpdateStream -Value New-MHProgressUpdateStream
19641969
Set-Alias -Name MH-CreateProgressUpdateStream -Value New-MHProgressUpdateStream
19651970
Set-Alias -Name Delete-MHProgressUpdateStream -Value Remove-MHProgressUpdateStream
@@ -1972,6 +1977,8 @@ Set-Alias -Name Disassociate-MHCreatedArtifact -Value Remove-MHCreatedArtifact
19721977
Set-Alias -Name MH-DisassociateCreatedArtifact -Value Remove-MHCreatedArtifact
19731978
Set-Alias -Name Disassociate-MHDiscoveredResource -Value Remove-MHDiscoveredResource
19741979
Set-Alias -Name MH-DisassociateDiscoveredResource -Value Remove-MHDiscoveredResource
1980+
Set-Alias -Name Disassociate-MHSourceResource -Value Remove-MHSourceResource
1981+
Set-Alias -Name MH-DisassociateSourceResource -Value Remove-MHSourceResource
19751982
Set-Alias -Name MH-ImportMigrationTask -Value Import-MHMigrationTask
19761983
Set-Alias -Name List-MHApplicationStates -Value Get-MHApplicationStateList
19771984
Set-Alias -Name List-MHApplicationStateList -Value Get-MHApplicationStateList
@@ -1985,9 +1992,15 @@ Set-Alias -Name MH-ListDiscoveredResources -Value Get-MHDiscoveredResourceList
19851992
Set-Alias -Name List-MHMigrationTasks -Value Get-MHMigrationTaskList
19861993
Set-Alias -Name List-MHMigrationTaskList -Value Get-MHMigrationTaskList
19871994
Set-Alias -Name MH-ListMigrationTasks -Value Get-MHMigrationTaskList
1995+
Set-Alias -Name List-MHMigrationTaskUpdates -Value Get-MHMigrationTaskUpdateList
1996+
Set-Alias -Name List-MHMigrationTaskUpdateList -Value Get-MHMigrationTaskUpdateList
1997+
Set-Alias -Name MH-ListMigrationTaskUpdates -Value Get-MHMigrationTaskUpdateList
19881998
Set-Alias -Name List-MHProgressUpdateStreams -Value Get-MHProgressUpdateStream
19891999
Set-Alias -Name List-MHProgressUpdateStream -Value Get-MHProgressUpdateStream
19902000
Set-Alias -Name MH-ListProgressUpdateStreams -Value Get-MHProgressUpdateStream
2001+
Set-Alias -Name List-MHSourceResources -Value Get-MHSourceResourceList
2002+
Set-Alias -Name List-MHSourceResourceList -Value Get-MHSourceResourceList
2003+
Set-Alias -Name MH-ListSourceResources -Value Get-MHSourceResourceList
19912004
Set-Alias -Name Notify-MHApplicationState -Value Send-MHApplicationStateNotification
19922005
Set-Alias -Name Notify-MHApplicationStateNotification -Value Send-MHApplicationStateNotification
19932006
Set-Alias -Name MH-NotifyApplicationState -Value Send-MHApplicationStateNotification
@@ -28091,6 +28104,8 @@ Set-Alias -Name Create-SES2ExportJob -Value New-SES2ExportJob
2809128104
Set-Alias -Name SES2-CreateExportJob -Value New-SES2ExportJob
2809228105
Set-Alias -Name Create-SES2ImportJob -Value New-SES2ImportJob
2809328106
Set-Alias -Name SES2-CreateImportJob -Value New-SES2ImportJob
28107+
Set-Alias -Name Create-SES2MultiRegionEndpoint -Value New-SES2MultiRegionEndpoint
28108+
Set-Alias -Name SES2-CreateMultiRegionEndpoint -Value New-SES2MultiRegionEndpoint
2809428109
Set-Alias -Name Delete-SES2ConfigurationSet -Value Remove-SES2ConfigurationSet
2809528110
Set-Alias -Name SES2-DeleteConfigurationSet -Value Remove-SES2ConfigurationSet
2809628111
Set-Alias -Name Delete-SES2ConfigurationSetEventDestination -Value Remove-SES2ConfigurationSetEventDestination
@@ -28109,6 +28124,8 @@ Set-Alias -Name Delete-SES2EmailIdentityPolicy -Value Remove-SES2EmailIdentityPo
2810928124
Set-Alias -Name SES2-DeleteEmailIdentityPolicy -Value Remove-SES2EmailIdentityPolicy
2811028125
Set-Alias -Name Delete-SES2EmailTemplate -Value Remove-SES2EmailTemplate
2811128126
Set-Alias -Name SES2-DeleteEmailTemplate -Value Remove-SES2EmailTemplate
28127+
Set-Alias -Name Delete-SES2MultiRegionEndpoint -Value Remove-SES2MultiRegionEndpoint
28128+
Set-Alias -Name SES2-DeleteMultiRegionEndpoint -Value Remove-SES2MultiRegionEndpoint
2811228129
Set-Alias -Name Delete-SES2SuppressedDestination -Value Remove-SES2SuppressedDestination
2811328130
Set-Alias -Name SES2-DeleteSuppressedDestination -Value Remove-SES2SuppressedDestination
2811428131
Set-Alias -Name SES2-GetAccount -Value Get-SES2Account
@@ -28137,6 +28154,7 @@ Set-Alias -Name SES2-GetExportJob -Value Get-SES2ExportJob
2813728154
Set-Alias -Name SES2-GetImportJob -Value Get-SES2ImportJob
2813828155
Set-Alias -Name Get-SES2MessageInsights -Value Get-SES2MessageInsight
2813928156
Set-Alias -Name SES2-GetMessageInsights -Value Get-SES2MessageInsight
28157+
Set-Alias -Name SES2-GetMultiRegionEndpoint -Value Get-SES2MultiRegionEndpoint
2814028158
Set-Alias -Name SES2-GetSuppressedDestination -Value Get-SES2SuppressedDestination
2814128159
Set-Alias -Name List-SES2ConfigurationSets -Value Get-SES2ConfigurationSetList
2814228160
Set-Alias -Name List-SES2ConfigurationSetList -Value Get-SES2ConfigurationSetList
@@ -28171,6 +28189,9 @@ Set-Alias -Name SES2-ListExportJobs -Value Get-SES2ExportJobList
2817128189
Set-Alias -Name List-SES2ImportJobs -Value Get-SES2ImportJobList
2817228190
Set-Alias -Name List-SES2ImportJobList -Value Get-SES2ImportJobList
2817328191
Set-Alias -Name SES2-ListImportJobs -Value Get-SES2ImportJobList
28192+
Set-Alias -Name List-SES2MultiRegionEndpoints -Value Get-SES2MultiRegionEndpointList
28193+
Set-Alias -Name List-SES2MultiRegionEndpointList -Value Get-SES2MultiRegionEndpointList
28194+
Set-Alias -Name SES2-ListMultiRegionEndpoints -Value Get-SES2MultiRegionEndpointList
2817428195
Set-Alias -Name List-SES2Recommendations -Value Get-SES2RecommendationList
2817528196
Set-Alias -Name List-SES2RecommendationList -Value Get-SES2RecommendationList
2817628197
Set-Alias -Name SES2-ListRecommendations -Value Get-SES2RecommendationList

0 commit comments

Comments
 (0)