Skip to content

Commit c8bcc6c

Browse files
Commit version number update changes
1 parent 08e3c81 commit c8bcc6c

File tree

21 files changed

+53
-25
lines changed

21 files changed

+53
-25
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### 3.7.969.0 (2025-01-24 19:24 UTC)
2+
* CloudTrail (3.7.403.0)
3+
* This release introduces the SearchSampleQueries API that allows users to search for CloudTrail Lake sample queries.
4+
* EKS (3.7.409.0)
5+
* Adds support for UpdateStrategies in EKS Managed Node Groups.
6+
* HealthLake (3.7.401.0)
7+
* Added new authorization strategy value 'SMART_ON_FHIR' for CreateFHIRDatastore API to support Smart App 2.0
8+
* SimpleSystemsManagement (3.7.403.29)
9+
* Systems Manager doc-only update for January, 2025.
10+
* SSOOIDC (3.7.400.85)
11+
* Fixed typos in the descriptions.
12+
* Transfer (3.7.404.0)
13+
* Added CustomDirectories as a new directory option for storing inbound AS2 messages, MDN files and Status files.
14+
115
### 3.7.968.0 (2025-01-23 19:16 UTC)
216
* EC2 (3.7.428.0)
317
* Added "future" allocation type for future dated capacity reservation

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### 3.7.969.0 (2025-01-24 19:24 UTC)
2+
* CloudTrail (3.7.403.0)
3+
* This release introduces the SearchSampleQueries API that allows users to search for CloudTrail Lake sample queries.
4+
* EKS (3.7.409.0)
5+
* Adds support for UpdateStrategies in EKS Managed Node Groups.
6+
* HealthLake (3.7.401.0)
7+
* Added new authorization strategy value 'SMART_ON_FHIR' for CreateFHIRDatastore API to support Smart App 2.0
8+
* SimpleSystemsManagement (3.7.403.29)
9+
* Systems Manager doc-only update for January, 2025.
10+
* SSOOIDC (3.7.400.85)
11+
* Fixed typos in the descriptions.
12+
* Transfer (3.7.404.0)
13+
* Added CustomDirectories as a new directory option for storing inbound AS2 messages, MDN files and Status files.
14+
115
### 3.7.968.0 (2025-01-23 19:16 UTC)
216
* EC2 (3.7.428.0)
317
* Added "future" allocation type for future dated capacity reservation

generator/ServiceModels/_sdk-versions.json

Lines changed: 7 additions & 7 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.968.0",
4+
"ProductVersion" : "3.7.969.0",
55
"CoreVersion" : "3.7.401.4",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -64,7 +64,7 @@
6464
"InPreview" : false
6565
},
6666
"CloudTrail" : {
67-
"Version" : "3.7.402.28",
67+
"Version" : "3.7.403.0",
6868
"AssemblyVersionOverride" : "3.3",
6969
"Dependencies" : {
7070
"Core" : "3.7.401.4"
@@ -372,7 +372,7 @@
372372
"InPreview" : false
373373
},
374374
"SimpleSystemsManagement" : {
375-
"Version" : "3.7.403.28",
375+
"Version" : "3.7.403.29",
376376
"AssemblyVersionOverride" : "3.3",
377377
"Dependencies" : {
378378
"Core" : "3.7.401.4"
@@ -1100,7 +1100,7 @@
11001100
"InPreview" : false
11011101
},
11021102
"EKS" : {
1103-
"Version" : "3.7.408.15",
1103+
"Version" : "3.7.409.0",
11041104
"AssemblyVersionOverride" : "3.3",
11051105
"Dependencies" : {
11061106
"Core" : "3.7.401.4"
@@ -1212,7 +1212,7 @@
12121212
"InPreview" : false
12131213
},
12141214
"Transfer" : {
1215-
"Version" : "3.7.403.18",
1215+
"Version" : "3.7.404.0",
12161216
"AssemblyVersionOverride" : "3.3",
12171217
"Dependencies" : {
12181218
"Core" : "3.7.401.4"
@@ -1508,7 +1508,7 @@
15081508
"InPreview" : false
15091509
},
15101510
"SSOOIDC" : {
1511-
"Version" : "3.7.400.84",
1511+
"Version" : "3.7.400.85",
15121512
"AssemblyVersionOverride" : "3.3",
15131513
"Dependencies" : {
15141514
"Core" : "3.7.401.4"
@@ -1924,7 +1924,7 @@
19241924
"InPreview" : false
19251925
},
19261926
"HealthLake" : {
1927-
"Version" : "3.7.400.84",
1927+
"Version" : "3.7.401.0",
19281928
"AssemblyVersionOverride" : "3.3",
19291929
"Dependencies" : {
19301930
"Core" : "3.7.401.4"

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

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

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

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

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

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

sdk/src/Services/CloudTrail/Generated/AmazonCloudTrailConfig.cs

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

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

0 commit comments

Comments
 (0)