Skip to content

Commit 3eb8d5f

Browse files
Commit version number update changes
1 parent f0876ea commit 3eb8d5f

File tree

18 files changed

+45
-21
lines changed

18 files changed

+45
-21
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### 3.7.1161.0 (2025-11-07 19:22 UTC)
2+
* ControlTower (3.7.502.0)
3+
* Added Parent Identifier support to ListEnabledControls and GetEnabledControl API. Implemented RemediationType support for Landing Zone operations: CreateLandingZone, UpdateLandingZone and GetLandingZone APIs
4+
* EC2 (3.7.524.0)
5+
* Adds PrivateDnsPreference and PrivateDnsSpecifiedDomains to control private DNS resolution for resource and service network VPC endpoints and IpamScopeExternalAuthorityConfiguration to integrate Amazon VPC IPAM with a third-party IPAM service
6+
* KeyManagementService (3.7.504.0)
7+
* Added support for new ECC_NIST_EDWARDS25519 AWS KMS key spec
8+
* OpenSearchService (3.7.503.0)
9+
* This release introduces the Default Application feature, allowing users to set, change, or unset a preferred OpenSearch UI application on a per-region basis for a streamlined and consistent user experience.
10+
* VPCLattice (3.7.504.0)
11+
* Amazon VPC Lattice now supports custom domain name for resource configurations
12+
113
### 3.7.1160.0 (2025-11-06 19:55 UTC)
214
* AccessAnalyzer (3.7.503.0)
315
* New field totalActiveErrors added to getFindingsStatistics response.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### 3.7.1161.0 (2025-11-07 19:22 UTC)
2+
* ControlTower (3.7.502.0)
3+
* Added Parent Identifier support to ListEnabledControls and GetEnabledControl API. Implemented RemediationType support for Landing Zone operations: CreateLandingZone, UpdateLandingZone and GetLandingZone APIs
4+
* EC2 (3.7.524.0)
5+
* Adds PrivateDnsPreference and PrivateDnsSpecifiedDomains to control private DNS resolution for resource and service network VPC endpoints and IpamScopeExternalAuthorityConfiguration to integrate Amazon VPC IPAM with a third-party IPAM service
6+
* KeyManagementService (3.7.504.0)
7+
* Added support for new ECC_NIST_EDWARDS25519 AWS KMS key spec
8+
* OpenSearchService (3.7.503.0)
9+
* This release introduces the Default Application feature, allowing users to set, change, or unset a preferred OpenSearch UI application on a per-region basis for a streamlined and consistent user experience.
10+
* VPCLattice (3.7.504.0)
11+
* Amazon VPC Lattice now supports custom domain name for resource configurations
12+
113
### 3.7.1160.0 (2025-11-06 19:55 UTC)
214
* AccessAnalyzer (3.7.503.0)
315
* New field totalActiveErrors added to getFindingsStatistics response.

generator/ServiceModels/_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"

sdk/code-analysis/ServiceAnalysis/ControlTower/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
3131
[assembly: AssemblyVersion("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.501.5")]
32+
[assembly: AssemblyFileVersion("3.7.502.0")]

sdk/code-analysis/ServiceAnalysis/EC2/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
3131
[assembly: AssemblyVersion("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.523.0")]
32+
[assembly: AssemblyFileVersion("3.7.524.0")]

sdk/code-analysis/ServiceAnalysis/KeyManagementService/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
3131
[assembly: AssemblyVersion("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.503.3")]
32+
[assembly: AssemblyFileVersion("3.7.504.0")]

sdk/code-analysis/ServiceAnalysis/OpenSearchService/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
3131
[assembly: AssemblyVersion("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.502.4")]
32+
[assembly: AssemblyFileVersion("3.7.503.0")]

sdk/code-analysis/ServiceAnalysis/VPCLattice/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
3131
[assembly: AssemblyVersion("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.503.6")]
32+
[assembly: AssemblyFileVersion("3.7.504.0")]

sdk/src/Services/ControlTower/Generated/AmazonControlTowerConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace Amazon.ControlTower
3232
public partial class AmazonControlTowerConfig : ClientConfig
3333
{
3434
private static readonly string UserAgentString =
35-
InternalSDKUtils.BuildUserAgentString("ControlTower", "3.7.501.5");
35+
InternalSDKUtils.BuildUserAgentString("ControlTower", "3.7.502.0");
3636

3737
private string _userAgent = UserAgentString;
3838
///<summary>

sdk/src/Services/ControlTower/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
// by using the '*' as shown below:
4545
// [assembly: AssemblyVersion("1.0.*")]
4646
[assembly: AssemblyVersion("3.3")]
47-
[assembly: AssemblyFileVersion("3.7.501.5")]
47+
[assembly: AssemblyFileVersion("3.7.502.0")]
4848

4949
#if BCL
5050
[assembly: System.Security.AllowPartiallyTrustedCallers]

0 commit comments

Comments
 (0)