Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9faa511

Browse files
5.0.91
1 parent 2b20c3a commit 9faa511

32 files changed

+2877
-913
lines changed

Include/sdk/_sdk-versions.json

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

changelogs/CHANGELOG.2025.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
1-
### 5.0.90 (2025-11-04 21:02Z)
1+
### 5.0.91 (2025-11-05 21:46Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.127.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 CloudFront
4+
* Added cmdlet Get-CFCFDistributionsByOwnedResource leveraging the ListDistributionsByOwnedResource service API.
5+
* Added cmdlet Get-CFCFResourcePolicy leveraging the GetResourcePolicy service API.
6+
* Added cmdlet Remove-CFCFResourcePolicy leveraging the DeleteResourcePolicy service API.
7+
* Added cmdlet Update-CFAnycastIpList leveraging the UpdateAnycastIpList service API.
8+
* Added cmdlet Write-CFCFResourcePolicy leveraging the PutResourcePolicy service API.
9+
* Modified cmdlet New-CFAnycastIpList: added parameter IpAddressType.
10+
* Amazon DataZone
11+
* Modified cmdlet New-DZProject: added parameter ResourceTag.
12+
* Modified cmdlet New-DZProjectProfile: added parameters AllowCustomProjectResourceTag, ProjectResourceTag and ProjectResourceTagsDescription.
13+
* Modified cmdlet Update-DZProject: added parameter ResourceTag.
14+
* Modified cmdlet Update-DZProjectProfile: added parameters AllowCustomProjectResourceTag, ProjectResourceTag and ProjectResourceTagsDescription.
15+
* Amazon Elastic Compute Cloud
16+
* Modified cmdlet Disable-EC2FastSnapshotRestore: added parameter AvailabilityZoneId.
17+
* Modified cmdlet Enable-EC2FastSnapshotRestore: added parameter AvailabilityZoneId.
18+
* Amazon FSx
19+
* Modified cmdlet New-FSXStorageVirtualMachine: added parameter SelfManagedActiveDirectoryConfiguration_DomainJoinServiceAccountSecret.
20+
* Modified cmdlet Update-FSXStorageVirtualMachine: added parameter SelfManagedActiveDirectoryConfiguration_DomainJoinServiceAccountSecret.
21+
* Amazon Ground Station
22+
* Added cmdlet Get-GSAgentTaskResponseUrl leveraging the GetAgentTaskResponseUrl service API.
23+
* Added cmdlet New-GSDataflowEndpointGroupV2 leveraging the CreateDataflowEndpointGroupV2 service API.
24+
25+
### 5.0.90 (2025-11-04 21:02Z)
226
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.126.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.
327
* Amazon Pinpoint SMS Voice V2
428
* Added cmdlet Use-SMSVCarrierLookup leveraging the CarrierLookup service API.

changelogs/CHANGELOG.ALL.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
1-
### 5.0.90 (2025-11-04 21:02Z)
1+
### 5.0.91 (2025-11-05 21:46Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.127.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 CloudFront
4+
* Added cmdlet Get-CFCFDistributionsByOwnedResource leveraging the ListDistributionsByOwnedResource service API.
5+
* Added cmdlet Get-CFCFResourcePolicy leveraging the GetResourcePolicy service API.
6+
* Added cmdlet Remove-CFCFResourcePolicy leveraging the DeleteResourcePolicy service API.
7+
* Added cmdlet Update-CFAnycastIpList leveraging the UpdateAnycastIpList service API.
8+
* Added cmdlet Write-CFCFResourcePolicy leveraging the PutResourcePolicy service API.
9+
* Modified cmdlet New-CFAnycastIpList: added parameter IpAddressType.
10+
* Amazon DataZone
11+
* Modified cmdlet New-DZProject: added parameter ResourceTag.
12+
* Modified cmdlet New-DZProjectProfile: added parameters AllowCustomProjectResourceTag, ProjectResourceTag and ProjectResourceTagsDescription.
13+
* Modified cmdlet Update-DZProject: added parameter ResourceTag.
14+
* Modified cmdlet Update-DZProjectProfile: added parameters AllowCustomProjectResourceTag, ProjectResourceTag and ProjectResourceTagsDescription.
15+
* Amazon Elastic Compute Cloud
16+
* Modified cmdlet Disable-EC2FastSnapshotRestore: added parameter AvailabilityZoneId.
17+
* Modified cmdlet Enable-EC2FastSnapshotRestore: added parameter AvailabilityZoneId.
18+
* Amazon FSx
19+
* Modified cmdlet New-FSXStorageVirtualMachine: added parameter SelfManagedActiveDirectoryConfiguration_DomainJoinServiceAccountSecret.
20+
* Modified cmdlet Update-FSXStorageVirtualMachine: added parameter SelfManagedActiveDirectoryConfiguration_DomainJoinServiceAccountSecret.
21+
* Amazon Ground Station
22+
* Added cmdlet Get-GSAgentTaskResponseUrl leveraging the GetAgentTaskResponseUrl service API.
23+
* Added cmdlet New-GSDataflowEndpointGroupV2 leveraging the CreateDataflowEndpointGroupV2 service API.
24+
25+
### 5.0.90 (2025-11-04 21:02Z)
226
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.126.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.
327
* Amazon Pinpoint SMS Voice V2
428
* Added cmdlet Use-SMSVCarrierLookup leveraging the CarrierLookup service API.

generator/AWSPSGeneratorLib/Config/ServiceConfig/cloudfront.xml

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,10 @@
203203
<Params />
204204
<TypesNotToFlatten />
205205
</ServiceOperation>
206+
<ServiceOperation MethodName="DeleteResourcePolicy" Verb="Remove" Noun="CFResourcePolicy" ShouldProcessTarget="ResourceArn" PipelineParameter="ResourceArn" NoPipelineParameter="false">
207+
<Params />
208+
<TypesNotToFlatten />
209+
</ServiceOperation>
206210
<ServiceOperation MethodName="DeleteResponseHeadersPolicy" Verb="Remove" Noun="ResponseHeadersPolicy" ShouldProcessTarget="Id" PipelineParameter="Id" NoPipelineParameter="false" LegacyV4Pagination="true">
207211
<Params />
208212
<TypesNotToFlatten />
@@ -355,6 +359,10 @@
355359
<Params />
356360
<TypesNotToFlatten />
357361
</ServiceOperation>
362+
<ServiceOperation MethodName="GetResourcePolicy" OutputProperty="*" Verb="Get" Noun="CFResourcePolicy" PipelineParameter="ResourceArn" NoPipelineParameter="false">
363+
<Params />
364+
<TypesNotToFlatten />
365+
</ServiceOperation>
358366
<ServiceOperation MethodName="GetResponseHeadersPolicy" OutputProperty="ResponseHeadersPolicy" Verb="Get" Noun="ResponseHeadersPolicy" PipelineParameter="Id" NoPipelineParameter="false" LegacyV4Pagination="true">
359367
<Params />
360368
<TypesNotToFlatten />
@@ -383,7 +391,7 @@
383391
<Params />
384392
<TypesNotToFlatten />
385393
</ServiceOperation>
386-
<ServiceOperation MethodName="ListCloudFrontOriginAccessIdentities" OutputProperty="CloudFrontOriginAccessIdentityList.Items" OutputWrapper="CloudFrontOriginAccessIdentityList" Verb="Get" Noun="CloudFrontOriginAccessIdentityList" PipelineParameter="" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyAlias="Get-CFCloudFrontOriginAccessIdentities" LegacyV4Pagination="true">
394+
<ServiceOperation MethodName="ListCloudFrontOriginAccessIdentities" OutputProperty="CloudFrontOriginAccessIdentityList.Items" OutputWrapper="CloudFrontOriginAccessIdentityList" Verb="Get" Noun="CloudFrontOriginAccessIdentityList" PipelineParameter="" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit" LegacyAlias="Get-CFCloudFrontOriginAccessIdentities">
387395
<Params />
388396
<TypesNotToFlatten />
389397
</ServiceOperation>
@@ -399,7 +407,7 @@
399407
<Params />
400408
<TypesNotToFlatten />
401409
</ServiceOperation>
402-
<ServiceOperation MethodName="ListDistributions" OutputProperty="DistributionList.Items" OutputWrapper="DistributionList" Verb="Get" Noun="DistributionList" PipelineParameter="" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyAlias="Get-CFDistributions" LegacyV4Pagination="true">
410+
<ServiceOperation MethodName="ListDistributions" OutputProperty="DistributionList.Items" OutputWrapper="DistributionList" Verb="Get" Noun="DistributionList" PipelineParameter="" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit" LegacyAlias="Get-CFDistributions">
403411
<Params />
404412
<TypesNotToFlatten />
405413
</ServiceOperation>
@@ -423,6 +431,10 @@
423431
<Params />
424432
<TypesNotToFlatten />
425433
</ServiceOperation>
434+
<ServiceOperation MethodName="ListDistributionsByOwnedResource" OutputProperty="DistributionList" Verb="Get" Noun="CFDistributionsByOwnedResource" PipelineParameter="ResourceArn" NoPipelineParameter="false">
435+
<Params />
436+
<TypesNotToFlatten />
437+
</ServiceOperation>
426438
<ServiceOperation MethodName="ListDistributionsByRealtimeLogConfig" OutputProperty="DistributionList" Verb="Get" Noun="DistributionsByRealtimeLogConfig" PipelineParameter="RealtimeLogConfigName" NoPipelineParameter="false" LegacyV4Pagination="true">
427439
<Params />
428440
<TypesNotToFlatten />
@@ -435,7 +447,7 @@
435447
<Params />
436448
<TypesNotToFlatten />
437449
</ServiceOperation>
438-
<ServiceOperation MethodName="ListDistributionsByWebACLId" OutputProperty="DistributionList.Items" OutputWrapper="DistributionList" Verb="Get" Noun="DistributionListByWebACLId" PipelineParameter="WebACLId" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyV4Pagination="true">
450+
<ServiceOperation MethodName="ListDistributionsByWebACLId" OutputProperty="DistributionList.Items" OutputWrapper="DistributionList" Verb="Get" Noun="DistributionListByWebACLId" PipelineParameter="WebACLId" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit">
439451
<Params />
440452
<TypesNotToFlatten />
441453
</ServiceOperation>
@@ -451,19 +463,19 @@
451463
<Params />
452464
<TypesNotToFlatten />
453465
</ServiceOperation>
454-
<ServiceOperation MethodName="ListFieldLevelEncryptionConfigs" OutputProperty="FieldLevelEncryptionList.Items" OutputWrapper="FieldLevelEncryptionList" Verb="Get" Noun="FieldLevelEncryptionConfigList" PipelineParameter="" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyV4Pagination="true">
466+
<ServiceOperation MethodName="ListFieldLevelEncryptionConfigs" OutputProperty="FieldLevelEncryptionList.Items" OutputWrapper="FieldLevelEncryptionList" Verb="Get" Noun="FieldLevelEncryptionConfigList" PipelineParameter="" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit">
455467
<Params />
456468
<TypesNotToFlatten />
457469
</ServiceOperation>
458-
<ServiceOperation MethodName="ListFieldLevelEncryptionProfiles" OutputProperty="FieldLevelEncryptionProfileList.Items" OutputWrapper="FieldLevelEncryptionProfileList" Verb="Get" Noun="FieldLevelEncryptionProfileList" PipelineParameter="" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyV4Pagination="true">
470+
<ServiceOperation MethodName="ListFieldLevelEncryptionProfiles" OutputProperty="FieldLevelEncryptionProfileList.Items" OutputWrapper="FieldLevelEncryptionProfileList" Verb="Get" Noun="FieldLevelEncryptionProfileList" PipelineParameter="" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit">
459471
<Params />
460472
<TypesNotToFlatten />
461473
</ServiceOperation>
462474
<ServiceOperation MethodName="ListFunctions" OutputProperty="FunctionList" Verb="Get" Noun="FunctionList" PipelineParameter="" NoPipelineParameter="true" LegacyV4Pagination="true">
463475
<Params />
464476
<TypesNotToFlatten />
465477
</ServiceOperation>
466-
<ServiceOperation MethodName="ListInvalidations" OutputProperty="InvalidationList.Items" OutputWrapper="InvalidationList" Verb="Get" Noun="InvalidationList" PipelineParameter="DistributionId" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyAlias="Get-CFInvalidations" LegacyV4Pagination="true">
478+
<ServiceOperation MethodName="ListInvalidations" OutputProperty="InvalidationList.Items" OutputWrapper="InvalidationList" Verb="Get" Noun="InvalidationList" PipelineParameter="DistributionId" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit" LegacyAlias="Get-CFInvalidations">
467479
<Params />
468480
<TypesNotToFlatten />
469481
</ServiceOperation>
@@ -487,7 +499,7 @@
487499
<Params />
488500
<TypesNotToFlatten />
489501
</ServiceOperation>
490-
<ServiceOperation MethodName="ListPublicKeys" OutputProperty="PublicKeyList.Items" OutputWrapper="PublicKeyList" Verb="Get" Noun="PublicKeyList" PipelineParameter="" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyV4Pagination="true">
502+
<ServiceOperation MethodName="ListPublicKeys" OutputProperty="PublicKeyList.Items" OutputWrapper="PublicKeyList" Verb="Get" Noun="PublicKeyList" PipelineParameter="" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit">
491503
<Params />
492504
<TypesNotToFlatten />
493505
</ServiceOperation>
@@ -499,7 +511,7 @@
499511
<Params />
500512
<TypesNotToFlatten />
501513
</ServiceOperation>
502-
<ServiceOperation MethodName="ListStreamingDistributions" OutputProperty="StreamingDistributionList.Items" OutputWrapper="StreamingDistributionList" Verb="Get" Noun="StreamingDistributionList" PipelineParameter="" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyAlias="Get-CFStreamingDistributions" LegacyV4Pagination="true">
514+
<ServiceOperation MethodName="ListStreamingDistributions" OutputProperty="StreamingDistributionList.Items" OutputWrapper="StreamingDistributionList" Verb="Get" Noun="StreamingDistributionList" PipelineParameter="" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit" LegacyAlias="Get-CFStreamingDistributions">
503515
<Params />
504516
<TypesNotToFlatten />
505517
</ServiceOperation>
@@ -515,6 +527,10 @@
515527
<Params />
516528
<TypesNotToFlatten />
517529
</ServiceOperation>
530+
<ServiceOperation MethodName="PutResourcePolicy" OutputProperty="ResourceArn" Verb="Write" Noun="CFResourcePolicy" ShouldProcessTarget="ResourceArn" PipelineParameter="" NoPipelineParameter="true">
531+
<Params />
532+
<TypesNotToFlatten />
533+
</ServiceOperation>
518534
<ServiceOperation MethodName="TagResource" Verb="Add" Noun="ResourceTag" ShouldProcessTarget="Resource" PipelineParameter="Resource" NoPipelineParameter="false" LegacyV4Pagination="true">
519535
<Params>
520536
<Param Name="Tags_Items" NewName="Tag" AutoApplyAlias="false" />
@@ -531,6 +547,10 @@
531547
</Params>
532548
<TypesNotToFlatten />
533549
</ServiceOperation>
550+
<ServiceOperation MethodName="UpdateAnycastIpList" OutputProperty="AnycastIpList" Verb="Update" Noun="AnycastIpList" ShouldProcessTarget="Id" PipelineParameter="Id" NoPipelineParameter="false">
551+
<Params />
552+
<TypesNotToFlatten />
553+
</ServiceOperation>
534554
<ServiceOperation MethodName="UpdateCachePolicy" OutputProperty="CachePolicy" Verb="Update" Noun="CachePolicy" ShouldProcessTarget="Id" PipelineParameter="Id" NoPipelineParameter="false" LegacyV4Pagination="true">
535555
<Params />
536556
<TypesNotToFlatten />

generator/AWSPSGeneratorLib/Config/ServiceConfig/groundstation.xml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
<Params />
3232
<TypesNotToFlatten />
3333
</ServiceOperation>
34+
<ServiceOperation MethodName="CreateDataflowEndpointGroupV2" OutputProperty="DataflowEndpointGroupId" Verb="New" Noun="DataflowEndpointGroupV2" ShouldProcessTarget="" AnonymousShouldProcessTarget="true" PipelineParameter="" NoPipelineParameter="true">
35+
<Params />
36+
<TypesNotToFlatten />
37+
</ServiceOperation>
3438
<ServiceOperation MethodName="CreateEphemeris" OutputProperty="EphemerisId" Verb="New" Noun="Ephemeris" AnonymousShouldProcessTarget="true" PipelineParameter="" NoPipelineParameter="true" LegacyV4Pagination="true">
3539
<Params>
3640
<Param Name="Ephemeris_Oem_S3Object_Bucket" NewName="Ephemeris_Oem_S3Object_Bucket" />
@@ -74,6 +78,10 @@
7478
<Params />
7579
<TypesNotToFlatten />
7680
</ServiceOperation>
81+
<ServiceOperation MethodName="GetAgentTaskResponseUrl" OutputProperty="*" Verb="Get" Noun="AgentTaskResponseUrl" PipelineParameter="" NoPipelineParameter="true">
82+
<Params />
83+
<TypesNotToFlatten />
84+
</ServiceOperation>
7785
<ServiceOperation MethodName="GetConfig" OutputProperty="*" Verb="Get" Noun="Config" PipelineParameter="ConfigId" NoPipelineParameter="false" LegacyV4Pagination="true">
7886
<Params />
7987
<TypesNotToFlatten />
@@ -94,31 +102,31 @@
94102
<Params />
95103
<TypesNotToFlatten />
96104
</ServiceOperation>
97-
<ServiceOperation MethodName="ListConfigs" OutputProperty="ConfigList" Verb="Get" Noun="ConfigList" PipelineParameter="" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyV4Pagination="true">
105+
<ServiceOperation MethodName="ListConfigs" OutputProperty="ConfigList" Verb="Get" Noun="ConfigList" PipelineParameter="" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit">
98106
<Params />
99107
<TypesNotToFlatten />
100108
</ServiceOperation>
101-
<ServiceOperation MethodName="ListContacts" OutputProperty="ContactList" Verb="Get" Noun="ContactList" PipelineParameter="" NoPipelineParameter="true" LegacyPagination="UseEmitLimit" LegacyV4Pagination="true">
109+
<ServiceOperation MethodName="ListContacts" OutputProperty="ContactList" Verb="Get" Noun="ContactList" PipelineParameter="" NoPipelineParameter="true" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit">
102110
<Params />
103111
<TypesNotToFlatten />
104112
</ServiceOperation>
105-
<ServiceOperation MethodName="ListDataflowEndpointGroups" OutputProperty="DataflowEndpointGroupList" Verb="Get" Noun="DataflowEndpointGroupList" PipelineParameter="" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyV4Pagination="true">
113+
<ServiceOperation MethodName="ListDataflowEndpointGroups" OutputProperty="DataflowEndpointGroupList" Verb="Get" Noun="DataflowEndpointGroupList" PipelineParameter="" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit">
106114
<Params />
107115
<TypesNotToFlatten />
108116
</ServiceOperation>
109117
<ServiceOperation MethodName="ListEphemerides" OutputProperty="Ephemerides" Verb="Get" Noun="EphemerideList" PipelineParameter="" NoPipelineParameter="true" LegacyV4Pagination="true">
110118
<Params />
111119
<TypesNotToFlatten />
112120
</ServiceOperation>
113-
<ServiceOperation MethodName="ListGroundStations" OutputProperty="GroundStationList" Verb="Get" Noun="GroundStationList" PipelineParameter="SatelliteId" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyV4Pagination="true">
121+
<ServiceOperation MethodName="ListGroundStations" OutputProperty="GroundStationList" Verb="Get" Noun="GroundStationList" PipelineParameter="SatelliteId" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit">
114122
<Params />
115123
<TypesNotToFlatten />
116124
</ServiceOperation>
117-
<ServiceOperation MethodName="ListMissionProfiles" OutputProperty="MissionProfileList" Verb="Get" Noun="MissionProfileList" PipelineParameter="" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyV4Pagination="true">
125+
<ServiceOperation MethodName="ListMissionProfiles" OutputProperty="MissionProfileList" Verb="Get" Noun="MissionProfileList" PipelineParameter="" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit">
118126
<Params />
119127
<TypesNotToFlatten />
120128
</ServiceOperation>
121-
<ServiceOperation MethodName="ListSatellites" OutputProperty="Satellites" Verb="Get" Noun="SatelliteList" PipelineParameter="" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyV4Pagination="true">
129+
<ServiceOperation MethodName="ListSatellites" OutputProperty="Satellites" Verb="Get" Noun="SatelliteList" PipelineParameter="" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit">
122130
<Params />
123131
<TypesNotToFlatten />
124132
</ServiceOperation>

0 commit comments

Comments
 (0)