Skip to content

Commit dd3c15b

Browse files
4.1.936
1 parent 0f77d20 commit dd3c15b

32 files changed

+2083
-78
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.500.0",
4-
"ProductVersion" : "3.7.1158.0",
4+
"ProductVersion" : "3.7.1159.0",
55
"CoreVersion" : "3.7.500.42",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -40,7 +40,7 @@
4040
"InPreview" : false
4141
},
4242
"CloudFront" : {
43-
"Version" : "3.7.505.8",
43+
"Version" : "3.7.506.0",
4444
"AssemblyVersionOverride" : "3.3.4.0",
4545
"Dependencies" : {
4646
"Core" : "3.7.500.42"
@@ -154,7 +154,7 @@
154154
"InPreview" : false
155155
},
156156
"EC2" : {
157-
"Version" : "3.7.521.1",
157+
"Version" : "3.7.522.0",
158158
"AssemblyVersionOverride" : "3.3",
159159
"Dependencies" : {
160160
"Core" : "3.7.500.42"
@@ -308,7 +308,7 @@
308308
"InPreview" : false
309309
},
310310
"S3" : {
311-
"Version" : "3.7.503.3",
311+
"Version" : "3.7.504.0",
312312
"AssemblyVersionOverride" : "3.3",
313313
"Dependencies" : {
314314
"Core" : "3.7.500.42"
@@ -908,7 +908,7 @@
908908
"InPreview" : false
909909
},
910910
"SageMaker" : {
911-
"Version" : "3.7.515.1",
911+
"Version" : "3.7.516.0",
912912
"AssemblyVersionOverride" : "3.3",
913913
"Dependencies" : {
914914
"Core" : "3.7.500.42"
@@ -1220,7 +1220,7 @@
12201220
"InPreview" : false
12211221
},
12221222
"FSx" : {
1223-
"Version" : "3.7.504.1",
1223+
"Version" : "3.7.505.0",
12241224
"AssemblyVersionOverride" : "3.3",
12251225
"Dependencies" : {
12261226
"Core" : "3.7.500.42"
@@ -1316,7 +1316,7 @@
13161316
"InPreview" : false
13171317
},
13181318
"GroundStation" : {
1319-
"Version" : "3.7.501.3",
1319+
"Version" : "3.7.502.0",
13201320
"AssemblyVersionOverride" : "3.3",
13211321
"Dependencies" : {
13221322
"Core" : "3.7.500.42"
@@ -2684,7 +2684,7 @@
26842684
"InPreview" : false
26852685
},
26862686
"DataZone" : {
2687-
"Version" : "3.7.508.5",
2687+
"Version" : "3.7.509.0",
26882688
"AssemblyVersionOverride" : "3.3",
26892689
"Dependencies" : {
26902690
"Core" : "3.7.500.42"

changelogs/CHANGELOG.2025.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
1-
### 4.1.935 (2025-11-04 21:41Z)
1+
### 4.1.936 (2025-11-05 21:18Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1159.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 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 (EC2)
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+
### 4.1.935 (2025-11-04 21:41Z)
226
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1158.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.
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-
### 4.1.935 (2025-11-04 21:41Z)
1+
### 4.1.936 (2025-11-05 21:18Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1159.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 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 (EC2)
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+
### 4.1.935 (2025-11-04 21:41Z)
226
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1158.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.
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 />

0 commit comments

Comments
 (0)