Skip to content

Commit ce549b2

Browse files
Commit version number update changes
1 parent 5a33a72 commit ce549b2

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+
### 4.0.18.0 (2025-05-22 18:14 UTC)
2+
* AuditManager (4.0.1.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 (4.0.3.0)
5+
* Features: support for customer managed encryption keys
6+
* Glue (4.0.4.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 (4.0.1.0)
9+
* Add QueryLoggingConfiguration APIs for Amazon Managed Prometheus
10+
111
### 4.0.17.0 (2025-05-21 18:16 UTC)
212
* ApplicationAutoScaling (4.0.0.5)
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+
### 4.0.18.0 (2025-05-22 18:14 UTC)
2+
* AuditManager (4.0.1.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 (4.0.3.0)
5+
* Features: support for customer managed encryption keys
6+
* Glue (4.0.4.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 (4.0.1.0)
9+
* Add QueryLoggingConfiguration APIs for Amazon Managed Prometheus
10+
111
### 4.0.17.0 (2025-05-21 18:16 UTC)
212
* ApplicationAutoScaling (4.0.0.5)
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" : "4.0.0.0",
4-
"ProductVersion" : "4.0.17.0",
4+
"ProductVersion" : "4.0.18.0",
55
"CoreVersion" : "4.0.0.6",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -820,7 +820,7 @@
820820
"InPreview" : false
821821
},
822822
"Glue" : {
823-
"Version" : "4.0.3.0",
823+
"Version" : "4.0.4.0",
824824
"AssemblyVersionOverride" : "4.0",
825825
"Dependencies" : {
826826
"Core" : "4.0.0.5"
@@ -1932,15 +1932,15 @@
19321932
"InPreview" : false
19331933
},
19341934
"AuditManager" : {
1935-
"Version" : "4.0.0.4",
1935+
"Version" : "4.0.1.0",
19361936
"AssemblyVersionOverride" : "4.0",
19371937
"Dependencies" : {
19381938
"Core" : "4.0.0.5"
19391939
},
19401940
"InPreview" : false
19411941
},
19421942
"PrometheusService" : {
1943-
"Version" : "4.0.0.4",
1943+
"Version" : "4.0.1.0",
19441944
"AssemblyVersionOverride" : "4.0",
19451945
"Dependencies" : {
19461946
"Core" : "4.0.0.5"
@@ -3204,7 +3204,7 @@
32043204
"InPreview" : false
32053205
},
32063206
"DSQL" : {
3207-
"Version" : "4.0.2.0",
3207+
"Version" : "4.0.3.0",
32083208
"AssemblyVersionOverride" : "4.0",
32093209
"Dependencies" : {
32103210
"Core" : "4.0.0.5"

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("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.0.4")]
32+
[assembly: AssemblyFileVersion("4.0.1.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("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.2.0")]
32+
[assembly: AssemblyFileVersion("4.0.3.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("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.3.0")]
32+
[assembly: AssemblyFileVersion("4.0.4.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("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.0.4")]
32+
[assembly: AssemblyFileVersion("4.0.1.0")]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace Amazon.AuditManager
3333
public partial class AmazonAuditManagerConfig : ClientConfig
3434
{
3535
private static readonly string UserAgentString =
36-
InternalSDKUtils.BuildUserAgentString("AuditManager", "4.0.0.4");
36+
InternalSDKUtils.BuildUserAgentString("AuditManager", "4.0.1.0");
3737

3838
private static readonly AmazonAuditManagerEndpointResolver EndpointResolver =
3939
new AmazonAuditManagerEndpointResolver();

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@
4242
// by using the '*' as shown below:
4343
// [assembly: AssemblyVersion("1.0.*")]
4444
[assembly: AssemblyVersion("4.0")]
45-
[assembly: AssemblyFileVersion("4.0.0.4")]
45+
[assembly: AssemblyFileVersion("4.0.1.0")]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace Amazon.DSQL
3333
public partial class AmazonDSQLConfig : ClientConfig
3434
{
3535
private static readonly string UserAgentString =
36-
InternalSDKUtils.BuildUserAgentString("DSQL", "4.0.2.0");
36+
InternalSDKUtils.BuildUserAgentString("DSQL", "4.0.3.0");
3737

3838
private static readonly AmazonDSQLEndpointResolver EndpointResolver =
3939
new AmazonDSQLEndpointResolver();

0 commit comments

Comments
 (0)