Skip to content

Commit d25c89b

Browse files
4.1.938
1 parent b779699 commit d25c89b

File tree

41 files changed

+2083
-73
lines changed

Some content is hidden

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

41 files changed

+2083
-73
lines changed

Include/sdk/_sdk-versions.json

Lines changed: 6 additions & 6 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.1160.0",
4+
"ProductVersion" : "3.7.1161.0",
55
"CoreVersion" : "3.7.500.43",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -154,7 +154,7 @@
154154
"InPreview" : false
155155
},
156156
"EC2" : {
157-
"Version" : "3.7.523.0",
157+
"Version" : "3.7.524.0",
158158
"AssemblyVersionOverride" : "3.3",
159159
"Dependencies" : {
160160
"Core" : "3.7.500.43"
@@ -252,7 +252,7 @@
252252
"InPreview" : false
253253
},
254254
"KeyManagementService" : {
255-
"Version" : "3.7.503.3",
255+
"Version" : "3.7.504.0",
256256
"AssemblyVersionOverride" : "3.3",
257257
"Dependencies" : {
258258
"Core" : "3.7.500.43"
@@ -2076,7 +2076,7 @@
20762076
"InPreview" : false
20772077
},
20782078
"OpenSearchService" : {
2079-
"Version" : "3.7.502.4",
2079+
"Version" : "3.7.503.0",
20802080
"AssemblyVersionOverride" : "3.3",
20812081
"Dependencies" : {
20822082
"Core" : "3.7.500.43"
@@ -2348,7 +2348,7 @@
23482348
"InPreview" : false
23492349
},
23502350
"ControlTower" : {
2351-
"Version" : "3.7.501.5",
2351+
"Version" : "3.7.502.0",
23522352
"AssemblyVersionOverride" : "3.3",
23532353
"Dependencies" : {
23542354
"Core" : "3.7.500.43"
@@ -2564,7 +2564,7 @@
25642564
"InPreview" : false
25652565
},
25662566
"VPCLattice" : {
2567-
"Version" : "3.7.503.6",
2567+
"Version" : "3.7.504.0",
25682568
"AssemblyVersionOverride" : "3.3",
25692569
"Dependencies" : {
25702570
"Core" : "3.7.500.43"

changelogs/CHANGELOG.2025.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
1-
### 4.1.937 (2025-11-06 22:03Z)
1+
### 4.1.938 (2025-11-07 21:08Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1161.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 Control Tower
4+
* Modified cmdlet Disable-ACTControl: added parameter EnabledControlIdentifier.
5+
* Modified cmdlet Get-ACTEnabledControlList: added parameters Filter_InheritanceDriftStatus, Filter_ParentIdentifier, Filter_ResourceDriftStatus and IncludeChild.
6+
* Modified cmdlet New-ACTLandingZone: added parameter RemediationType.
7+
* Modified cmdlet Update-ACTLandingZone: added parameter RemediationType.
8+
* Amazon Elastic Compute Cloud (EC2)
9+
* Modified cmdlet Edit-EC2IpamScope: added parameters ExternalAuthorityConfiguration_ExternalResourceIdentifier, ExternalAuthorityConfiguration_Type and RemoveExternalAuthorityConfiguration.
10+
* Modified cmdlet Edit-EC2VpcEndpoint: added parameters DnsOptions_PrivateDnsPreference and DnsOptions_PrivateDnsSpecifiedDomain.
11+
* Modified cmdlet New-EC2IpamScope: added parameters ExternalAuthorityConfiguration_ExternalResourceIdentifier and ExternalAuthorityConfiguration_Type.
12+
* Modified cmdlet New-EC2VpcEndpoint: added parameters DnsOptions_PrivateDnsPreference and DnsOptions_PrivateDnsSpecifiedDomain.
13+
* Amazon OpenSearch Service
14+
* Added cmdlet Get-OSDefaultApplicationSetting leveraging the GetDefaultApplicationSetting service API.
15+
* Added cmdlet Write-OSDefaultApplicationSetting leveraging the PutDefaultApplicationSetting service API.
16+
* Amazon VPC Lattice
17+
* Added cmdlet Get-VPCLDomainVerification leveraging the GetDomainVerification service API.
18+
* Added cmdlet Get-VPCLDomainVerificationList leveraging the ListDomainVerifications service API.
19+
* Added cmdlet Remove-VPCLDomainVerification leveraging the DeleteDomainVerification service API.
20+
* Added cmdlet Start-VPCLDomainVerification leveraging the StartDomainVerification service API.
21+
* Modified cmdlet Get-VPCLResourceConfigurationList: added parameter DomainVerificationIdentifier.
22+
* Modified cmdlet New-VPCLResourceConfiguration: added parameters CustomDomainName, DomainVerificationIdentifier and GroupDomain.
23+
* Modified cmdlet New-VPCLServiceNetworkResourceAssociation: added parameter PrivateDnsEnabled.
24+
* Modified cmdlet New-VPCLServiceNetworkVpcAssociation: added parameters DnsOptions_PrivateDnsPreference, DnsOptions_PrivateDnsSpecifiedDomain and PrivateDnsEnabled.
25+
26+
### 4.1.937 (2025-11-06 22:03Z)
227
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1160.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.
328
* Amazon Backup
429
* Modified cmdlet New-BAKLogicallyAirGappedBackupVault: added parameter EncryptionKeyArn.

changelogs/CHANGELOG.ALL.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
1-
### 4.1.937 (2025-11-06 22:03Z)
1+
### 4.1.938 (2025-11-07 21:08Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1161.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 Control Tower
4+
* Modified cmdlet Disable-ACTControl: added parameter EnabledControlIdentifier.
5+
* Modified cmdlet Get-ACTEnabledControlList: added parameters Filter_InheritanceDriftStatus, Filter_ParentIdentifier, Filter_ResourceDriftStatus and IncludeChild.
6+
* Modified cmdlet New-ACTLandingZone: added parameter RemediationType.
7+
* Modified cmdlet Update-ACTLandingZone: added parameter RemediationType.
8+
* Amazon Elastic Compute Cloud (EC2)
9+
* Modified cmdlet Edit-EC2IpamScope: added parameters ExternalAuthorityConfiguration_ExternalResourceIdentifier, ExternalAuthorityConfiguration_Type and RemoveExternalAuthorityConfiguration.
10+
* Modified cmdlet Edit-EC2VpcEndpoint: added parameters DnsOptions_PrivateDnsPreference and DnsOptions_PrivateDnsSpecifiedDomain.
11+
* Modified cmdlet New-EC2IpamScope: added parameters ExternalAuthorityConfiguration_ExternalResourceIdentifier and ExternalAuthorityConfiguration_Type.
12+
* Modified cmdlet New-EC2VpcEndpoint: added parameters DnsOptions_PrivateDnsPreference and DnsOptions_PrivateDnsSpecifiedDomain.
13+
* Amazon OpenSearch Service
14+
* Added cmdlet Get-OSDefaultApplicationSetting leveraging the GetDefaultApplicationSetting service API.
15+
* Added cmdlet Write-OSDefaultApplicationSetting leveraging the PutDefaultApplicationSetting service API.
16+
* Amazon VPC Lattice
17+
* Added cmdlet Get-VPCLDomainVerification leveraging the GetDomainVerification service API.
18+
* Added cmdlet Get-VPCLDomainVerificationList leveraging the ListDomainVerifications service API.
19+
* Added cmdlet Remove-VPCLDomainVerification leveraging the DeleteDomainVerification service API.
20+
* Added cmdlet Start-VPCLDomainVerification leveraging the StartDomainVerification service API.
21+
* Modified cmdlet Get-VPCLResourceConfigurationList: added parameter DomainVerificationIdentifier.
22+
* Modified cmdlet New-VPCLResourceConfiguration: added parameters CustomDomainName, DomainVerificationIdentifier and GroupDomain.
23+
* Modified cmdlet New-VPCLServiceNetworkResourceAssociation: added parameter PrivateDnsEnabled.
24+
* Modified cmdlet New-VPCLServiceNetworkVpcAssociation: added parameters DnsOptions_PrivateDnsPreference, DnsOptions_PrivateDnsSpecifiedDomain and PrivateDnsEnabled.
25+
26+
### 4.1.937 (2025-11-06 22:03Z)
227
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1160.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.
328
* Amazon Backup
429
* Modified cmdlet New-BAKLogicallyAirGappedBackupVault: added parameter EncryptionKeyArn.

generator/AWSPSGeneratorLib/Config/ServiceConfig/opensearch.xml

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<Params />
3232
<TypesNotToFlatten />
3333
</ServiceOperation>
34-
<ServiceOperation MethodName="AddTags" Verb="Add" Noun="ResourceTag" ShouldProcessTarget="TagList" PipelineParameter="TagList" NoPipelineParameter="false" LegacyAlias="Add-ESTag" LegacyV4Pagination="true">
34+
<ServiceOperation MethodName="AddTags" Verb="Add" Noun="ResourceTag" ShouldProcessTarget="TagList" PipelineParameter="TagList" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyAlias="Add-ESTag">
3535
<Params />
3636
<TypesNotToFlatten />
3737
</ServiceOperation>
@@ -162,11 +162,11 @@
162162
<Params />
163163
<TypesNotToFlatten />
164164
</ServiceOperation>
165-
<ServiceOperation MethodName="DescribeReservedInstanceOfferings" OutputProperty="ReservedInstanceOfferings" Verb="Get" Noun="ReservedInstanceOfferingList" PipelineParameter="ReservedInstanceOfferingId" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyV4Pagination="true">
165+
<ServiceOperation MethodName="DescribeReservedInstanceOfferings" OutputProperty="ReservedInstanceOfferings" Verb="Get" Noun="ReservedInstanceOfferingList" PipelineParameter="ReservedInstanceOfferingId" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit">
166166
<Params />
167167
<TypesNotToFlatten />
168168
</ServiceOperation>
169-
<ServiceOperation MethodName="DescribeReservedInstances" OutputProperty="ReservedInstances" Verb="Get" Noun="ReservedInstanceList" PipelineParameter="ReservedInstanceId" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyV4Pagination="true">
169+
<ServiceOperation MethodName="DescribeReservedInstances" OutputProperty="ReservedInstances" Verb="Get" Noun="ReservedInstanceList" PipelineParameter="ReservedInstanceId" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit">
170170
<Params />
171171
<TypesNotToFlatten />
172172
</ServiceOperation>
@@ -194,6 +194,10 @@
194194
<Params />
195195
<TypesNotToFlatten />
196196
</ServiceOperation>
197+
<ServiceOperation MethodName="GetDefaultApplicationSetting" OutputProperty="ApplicationArn" Verb="Get" Noun="DefaultApplicationSetting" PipelineParameter="" NoPipelineParameter="false">
198+
<Params />
199+
<TypesNotToFlatten />
200+
</ServiceOperation>
197201
<ServiceOperation MethodName="GetDirectQueryDataSource" OutputProperty="*" Verb="Get" Noun="DirectQueryDataSource" PipelineParameter="DataSourceName" NoPipelineParameter="false" LegacyV4Pagination="true">
198202
<Params />
199203
<TypesNotToFlatten />
@@ -206,7 +210,7 @@
206210
<Params />
207211
<TypesNotToFlatten />
208212
</ServiceOperation>
209-
<ServiceOperation MethodName="GetUpgradeHistory" OutputProperty="UpgradeHistories" Verb="Get" Noun="UpgradeHistory" PipelineParameter="DomainName" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyV4Pagination="true">
213+
<ServiceOperation MethodName="GetUpgradeHistory" OutputProperty="UpgradeHistories" Verb="Get" Noun="UpgradeHistory" PipelineParameter="DomainName" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit">
210214
<Params />
211215
<TypesNotToFlatten />
212216
</ServiceOperation>
@@ -238,7 +242,7 @@
238242
<Params />
239243
<TypesNotToFlatten />
240244
</ServiceOperation>
241-
<ServiceOperation MethodName="ListInstanceTypeDetails" OutputProperty="InstanceTypeDetails" Verb="Get" Noun="InstanceTypeDetailList" PipelineParameter="EngineVersion" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyV4Pagination="true">
245+
<ServiceOperation MethodName="ListInstanceTypeDetails" OutputProperty="InstanceTypeDetails" Verb="Get" Noun="InstanceTypeDetailList" PipelineParameter="EngineVersion" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit">
242246
<Params />
243247
<TypesNotToFlatten />
244248
</ServiceOperation>
@@ -250,11 +254,11 @@
250254
<Params />
251255
<TypesNotToFlatten />
252256
</ServiceOperation>
253-
<ServiceOperation MethodName="ListTags" OutputProperty="TagList" Verb="Get" Noun="ResourceTag" PipelineParameter="ARN" NoPipelineParameter="false" LegacyAlias="Get-ESTag" LegacyV4Pagination="true">
257+
<ServiceOperation MethodName="ListTags" OutputProperty="TagList" Verb="Get" Noun="ResourceTag" PipelineParameter="ARN" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyAlias="Get-ESTag">
254258
<Params />
255259
<TypesNotToFlatten />
256260
</ServiceOperation>
257-
<ServiceOperation MethodName="ListVersions" OutputProperty="Versions" Verb="Get" Noun="VersionList" PipelineParameter="" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyV4Pagination="true">
261+
<ServiceOperation MethodName="ListVersions" OutputProperty="Versions" Verb="Get" Noun="VersionList" PipelineParameter="" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit">
258262
<Params />
259263
<TypesNotToFlatten />
260264
</ServiceOperation>
@@ -274,11 +278,15 @@
274278
<Params />
275279
<TypesNotToFlatten />
276280
</ServiceOperation>
281+
<ServiceOperation MethodName="PutDefaultApplicationSetting" OutputProperty="ApplicationArn" Verb="Write" Noun="DefaultApplicationSetting" ShouldProcessTarget="ApplicationArn" PipelineParameter="ApplicationArn" NoPipelineParameter="false">
282+
<Params />
283+
<TypesNotToFlatten />
284+
</ServiceOperation>
277285
<ServiceOperation MethodName="RejectInboundConnection" OutputProperty="Connection" Verb="Deny" Noun="InboundConnection" ShouldProcessTarget="ConnectionId" PipelineParameter="ConnectionId" NoPipelineParameter="false" LegacyV4Pagination="true">
278286
<Params />
279287
<TypesNotToFlatten />
280288
</ServiceOperation>
281-
<ServiceOperation MethodName="RemoveTags" Verb="Remove" Noun="ResourceTag" ShouldProcessTarget="ARN" PipelineParameter="TagKeys" NoPipelineParameter="false" LegacyAlias="Remove-ESTag" LegacyV4Pagination="true">
289+
<ServiceOperation MethodName="RemoveTags" Verb="Remove" Noun="ResourceTag" ShouldProcessTarget="ARN" PipelineParameter="TagKeys" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyAlias="Remove-ESTag">
282290
<Params />
283291
<TypesNotToFlatten />
284292
</ServiceOperation>

generator/AWSPSGeneratorLib/Config/ServiceConfig/vpc-lattice.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@
7474
<Params />
7575
<TypesNotToFlatten />
7676
</ServiceOperation>
77+
<ServiceOperation MethodName="DeleteDomainVerification" Verb="Remove" Noun="DomainVerification" ShouldProcessTarget="DomainVerificationIdentifier" PipelineParameter="DomainVerificationIdentifier" NoPipelineParameter="false">
78+
<Params />
79+
<TypesNotToFlatten />
80+
</ServiceOperation>
7781
<ServiceOperation MethodName="DeleteListener" Verb="Remove" Noun="Listener" ShouldProcessTarget="ListenerIdentifier" PipelineParameter="ListenerIdentifier" NoPipelineParameter="false" LegacyV4Pagination="true">
7882
<Params />
7983
<TypesNotToFlatten />
@@ -134,6 +138,10 @@
134138
<Params />
135139
<TypesNotToFlatten />
136140
</ServiceOperation>
141+
<ServiceOperation MethodName="GetDomainVerification" OutputProperty="*" Verb="Get" Noun="DomainVerification" PipelineParameter="DomainVerificationIdentifier" NoPipelineParameter="false">
142+
<Params />
143+
<TypesNotToFlatten />
144+
</ServiceOperation>
137145
<ServiceOperation MethodName="GetListener" OutputProperty="*" Verb="Get" Noun="Listener" PipelineParameter="ListenerIdentifier" NoPipelineParameter="false" LegacyV4Pagination="true">
138146
<Params />
139147
<TypesNotToFlatten />
@@ -182,6 +190,10 @@
182190
<Params />
183191
<TypesNotToFlatten />
184192
</ServiceOperation>
193+
<ServiceOperation MethodName="ListDomainVerifications" OutputProperty="Items" Verb="Get" Noun="DomainVerificationList" PipelineParameter="" NoPipelineParameter="true">
194+
<Params />
195+
<TypesNotToFlatten />
196+
</ServiceOperation>
185197
<ServiceOperation MethodName="ListListeners" OutputProperty="Items" Verb="Get" Noun="ListenerList" PipelineParameter="ServiceIdentifier" NoPipelineParameter="false" LegacyV4Pagination="true">
186198
<Params />
187199
<TypesNotToFlatten />
@@ -250,6 +262,10 @@
250262
<Params />
251263
<TypesNotToFlatten />
252264
</ServiceOperation>
265+
<ServiceOperation MethodName="StartDomainVerification" OutputProperty="*" Verb="Start" Noun="DomainVerification" ShouldProcessTarget="DomainName" PipelineParameter="DomainName" NoPipelineParameter="false">
266+
<Params />
267+
<TypesNotToFlatten />
268+
</ServiceOperation>
253269
<ServiceOperation MethodName="TagResource" Verb="Add" Noun="ResourceTag" ShouldProcessTarget="ResourceArn" PipelineParameter="ResourceArn" NoPipelineParameter="false" LegacyV4Pagination="true">
254270
<Params />
255271
<TypesNotToFlatten />

0 commit comments

Comments
 (0)