Skip to content

Commit e121f61

Browse files
Commit version number update changes
1 parent 3041451 commit e121f61

File tree

15 files changed

+37
-17
lines changed

15 files changed

+37
-17
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 3.7.1050.0 (2025-05-22 18:16 UTC)
2+
* AuditManager (3.7.401.0)
3+
* With this release, the AssessmentControl description field has been deprecated, as of May 19, 2025. Additionally, the UpdateAssessment API can now return a ServiceQuotaExceededException when applicable service quotas are exceeded.
4+
* DSQL (3.7.405.0)
5+
* Features: support for customer managed encryption keys
6+
* Glue (3.7.420.0)
7+
* This release supports additional ConversionSpec parameter as part of IntegrationPartition Structure in CreateIntegrationTableProperty API. This parameter is referred to apply appropriate column transformation for columns that are used for timestamp based partitioning
8+
* PrometheusService (3.7.404.0)
9+
* Add QueryLoggingConfiguration APIs for Amazon Managed Prometheus
10+
111
### 3.7.1049.0 (2025-05-21 18:18 UTC)
212
* ApplicationAutoScaling (3.7.403.23)
313
* Doc only update that addresses a customer reported issue.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 3.7.1050.0 (2025-05-22 18:16 UTC)
2+
* AuditManager (3.7.401.0)
3+
* With this release, the AssessmentControl description field has been deprecated, as of May 19, 2025. Additionally, the UpdateAssessment API can now return a ServiceQuotaExceededException when applicable service quotas are exceeded.
4+
* DSQL (3.7.405.0)
5+
* Features: support for customer managed encryption keys
6+
* Glue (3.7.420.0)
7+
* This release supports additional ConversionSpec parameter as part of IntegrationPartition Structure in CreateIntegrationTableProperty API. This parameter is referred to apply appropriate column transformation for columns that are used for timestamp based partitioning
8+
* PrometheusService (3.7.404.0)
9+
* Add QueryLoggingConfiguration APIs for Amazon Managed Prometheus
10+
111
### 3.7.1049.0 (2025-05-21 18:18 UTC)
212
* ApplicationAutoScaling (3.7.403.23)
313
* Doc only update that addresses a customer reported issue.

generator/ServiceModels/_sdk-versions.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{
33
"NewServiceVersion" : "3.7.400.0",
4-
"ProductVersion" : "3.7.1049.0",
4+
"ProductVersion" : "3.7.1050.0",
55
"CoreVersion" : "3.7.402.61",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -820,7 +820,7 @@
820820
"InPreview" : false
821821
},
822822
"Glue" : {
823-
"Version" : "3.7.419.1",
823+
"Version" : "3.7.420.0",
824824
"AssemblyVersionOverride" : "3.3",
825825
"Dependencies" : {
826826
"Core" : "3.7.402.61"
@@ -1924,15 +1924,15 @@
19241924
"InPreview" : false
19251925
},
19261926
"AuditManager" : {
1927-
"Version" : "3.7.400.155",
1927+
"Version" : "3.7.401.0",
19281928
"AssemblyVersionOverride" : "3.3",
19291929
"Dependencies" : {
19301930
"Core" : "3.7.402.61"
19311931
},
19321932
"InPreview" : false
19331933
},
19341934
"PrometheusService" : {
1935-
"Version" : "3.7.403.19",
1935+
"Version" : "3.7.404.0",
19361936
"AssemblyVersionOverride" : "3.3",
19371937
"Dependencies" : {
19381938
"Core" : "3.7.402.61"
@@ -3188,7 +3188,7 @@
31883188
"InPreview" : false
31893189
},
31903190
"DSQL" : {
3191-
"Version" : "3.7.404.2",
3191+
"Version" : "3.7.405.0",
31923192
"AssemblyVersionOverride" : "3.3",
31933193
"Dependencies" : {
31943194
"Core" : "3.7.402.61"

sdk/code-analysis/ServiceAnalysis/AuditManager/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.400.155")]
32+
[assembly: AssemblyFileVersion("3.7.401.0")]

sdk/code-analysis/ServiceAnalysis/DSQL/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.404.2")]
32+
[assembly: AssemblyFileVersion("3.7.405.0")]

sdk/code-analysis/ServiceAnalysis/Glue/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.419.1")]
32+
[assembly: AssemblyFileVersion("3.7.420.0")]

sdk/code-analysis/ServiceAnalysis/PrometheusService/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.403.19")]
32+
[assembly: AssemblyFileVersion("3.7.404.0")]

sdk/src/Services/AuditManager/Generated/AmazonAuditManagerConfig.cs

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

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

sdk/src/Services/AuditManager/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.400.155")]
47+
[assembly: AssemblyFileVersion("3.7.401.0")]
4848

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

sdk/src/Services/DSQL/Generated/AmazonDSQLConfig.cs

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

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

0 commit comments

Comments
 (0)