Skip to content

Commit 3f68b12

Browse files
Commit version number update changes
1 parent 4d7b474 commit 3f68b12

File tree

12 files changed

+29
-13
lines changed

12 files changed

+29
-13
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 4.0.86.0 (2025-09-08 18:49 UTC)
2+
* IoTSiteWise (4.0.3.0)
3+
* Add ComputationModelVersion support in IoT SiteWise APIs
4+
* S3 (4.0.7.0)
5+
* This release includes backward compatibility work on the "Expires" parameter.
6+
* SecurityHub (4.0.4.0)
7+
* This release adds the RESOURCE_NOT_FOUND error code as a possible value in responses to the following operations: BatchGetStandardsControlAssociations, BatchUpdateStandardsControlAssociations, and BatchGetSecurityControls.
8+
19
### 4.0.85.0 (2025-09-05 18:25 UTC)
210
* ECS (4.0.4.8)
311
* This is a documentation only release that adds additional information for Amazon ECS Availability Zone rebalancing.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 4.0.86.0 (2025-09-08 18:49 UTC)
2+
* IoTSiteWise (4.0.3.0)
3+
* Add ComputationModelVersion support in IoT SiteWise APIs
4+
* S3 (4.0.7.0)
5+
* This release includes backward compatibility work on the "Expires" parameter.
6+
* SecurityHub (4.0.4.0)
7+
* This release adds the RESOURCE_NOT_FOUND error code as a possible value in responses to the following operations: BatchGetStandardsControlAssociations, BatchUpdateStandardsControlAssociations, and BatchGetSecurityControls.
8+
19
### 4.0.85.0 (2025-09-05 18:25 UTC)
210
* ECS (4.0.4.8)
311
* This is a documentation only release that adds additional information for Amazon ECS Availability Zone rebalancing.

generator/ServiceModels/_sdk-versions.json

Lines changed: 4 additions & 4 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.85.0",
4+
"ProductVersion" : "4.0.86.0",
55
"CoreVersion" : "4.0.0.26",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -308,7 +308,7 @@
308308
"InPreview" : false
309309
},
310310
"S3" : {
311-
"Version" : "4.0.6.13",
311+
"Version" : "4.0.7.0",
312312
"AssemblyVersionOverride" : "4.0",
313313
"Dependencies" : {
314314
"Core" : "4.0.0.26"
@@ -1252,7 +1252,7 @@
12521252
"InPreview" : false
12531253
},
12541254
"SecurityHub" : {
1255-
"Version" : "4.0.3.1",
1255+
"Version" : "4.0.4.0",
12561256
"AssemblyVersionOverride" : "4.0",
12571257
"Dependencies" : {
12581258
"Core" : "4.0.0.26"
@@ -1700,7 +1700,7 @@
17001700
"InPreview" : false
17011701
},
17021702
"IoTSiteWise" : {
1703-
"Version" : "4.0.2.5",
1703+
"Version" : "4.0.3.0",
17041704
"AssemblyVersionOverride" : "4.0",
17051705
"Dependencies" : {
17061706
"Core" : "4.0.0.26"

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

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

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

sdk/src/Services/IoTSiteWise/Generated/AmazonIoTSiteWiseConfig.cs

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

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

sdk/src/Services/IoTSiteWise/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.2.5")]
45+
[assembly: AssemblyFileVersion("4.0.3.0")]

sdk/src/Services/S3/Generated/AmazonS3Config.cs

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

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

sdk/src/Services/S3/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.6.13")]
45+
[assembly: AssemblyFileVersion("4.0.7.0")]

0 commit comments

Comments
 (0)