Skip to content

Commit 89a76da

Browse files
Commit version number update changes
1 parent 5252896 commit 89a76da

File tree

24 files changed

+61
-29
lines changed

24 files changed

+61
-29
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
### 3.7.1028.0 (2025-04-22 18:42 UTC)
2+
* Account (3.7.402.0)
3+
* AWS Account Management now supports account name update via IAM principals.
4+
* CognitoIdentityProvider (3.7.408.0)
5+
* This release adds refresh token rotation.
6+
* EC2 (3.7.438.0)
7+
* Added support for ClientRouteEnforcementOptions flag in CreateClientVpnEndpoint and ModifyClientVpnEndpoint requests and DescribeClientVpnEndpoints responses
8+
* EntityResolution (3.7.403.0)
9+
* To expand support for matching records using digital identifiers with TransUnion
10+
* MQ (3.7.401.0)
11+
* You can now delete Amazon MQ broker configurations using the DeleteConfiguration API. For more information, see Configurations in the Amazon MQ API Reference.
12+
* RedshiftServerless (3.7.404.0)
13+
* Provides new and updated API members to support the Redshift Serverless reservations feature.
14+
* S3Control (3.7.408.0)
15+
* Fix endpoint resolution test cases
16+
117
### 3.7.1027.0 (2025-04-21 18:22 UTC)
218
* ARCZonalShift (3.7.402.0)
319
* Updates to documentation and exception types for Zonal Autoshift

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
### 3.7.1028.0 (2025-04-22 18:42 UTC)
2+
* Account (3.7.402.0)
3+
* AWS Account Management now supports account name update via IAM principals.
4+
* CognitoIdentityProvider (3.7.408.0)
5+
* This release adds refresh token rotation.
6+
* EC2 (3.7.438.0)
7+
* Added support for ClientRouteEnforcementOptions flag in CreateClientVpnEndpoint and ModifyClientVpnEndpoint requests and DescribeClientVpnEndpoints responses
8+
* EntityResolution (3.7.403.0)
9+
* To expand support for matching records using digital identifiers with TransUnion
10+
* MQ (3.7.401.0)
11+
* You can now delete Amazon MQ broker configurations using the DeleteConfiguration API. For more information, see Configurations in the Amazon MQ API Reference.
12+
* RedshiftServerless (3.7.404.0)
13+
* Provides new and updated API members to support the Redshift Serverless reservations feature.
14+
* S3Control (3.7.408.0)
15+
* Fix endpoint resolution test cases
16+
117
### 3.7.1027.0 (2025-04-21 18:22 UTC)
218
* ARCZonalShift (3.7.402.0)
319
* Updates to documentation and exception types for Zonal Autoshift

generator/ServiceModels/_sdk-versions.json

Lines changed: 8 additions & 8 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.1027.0",
4+
"ProductVersion" : "3.7.1028.0",
55
"CoreVersion" : "3.7.402.43",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -154,7 +154,7 @@
154154
"InPreview" : false
155155
},
156156
"EC2" : {
157-
"Version" : "3.7.437.13",
157+
"Version" : "3.7.438.0",
158158
"AssemblyVersionOverride" : "3.3",
159159
"Dependencies" : {
160160
"Core" : "3.7.402.43"
@@ -540,7 +540,7 @@
540540
"InPreview" : false
541541
},
542542
"CognitoIdentityProvider" : {
543-
"Version" : "3.7.407.32",
543+
"Version" : "3.7.408.0",
544544
"AssemblyVersionOverride" : "3.3",
545545
"Dependencies" : {
546546
"Core" : "3.7.402.43"
@@ -892,7 +892,7 @@
892892
"InPreview" : false
893893
},
894894
"MQ" : {
895-
"Version" : "3.7.400.137",
895+
"Version" : "3.7.401.0",
896896
"AssemblyVersionOverride" : "3.3",
897897
"Dependencies" : {
898898
"Core" : "3.7.402.43"
@@ -1148,7 +1148,7 @@
11481148
"InPreview" : false
11491149
},
11501150
"S3Control" : {
1151-
"Version" : "3.7.407.13",
1151+
"Version" : "3.7.408.0",
11521152
"AssemblyVersionOverride" : "3.3",
11531153
"Dependencies" : {
11541154
"Core" : "3.7.402.43"
@@ -2180,7 +2180,7 @@
21802180
"InPreview" : false
21812181
},
21822182
"Account" : {
2183-
"Version" : "3.7.401.72",
2183+
"Version" : "3.7.402.0",
21842184
"AssemblyVersionOverride" : "3.3",
21852185
"Dependencies" : {
21862186
"Core" : "3.7.402.43"
@@ -2388,7 +2388,7 @@
23882388
"InPreview" : false
23892389
},
23902390
"RedshiftServerless" : {
2391-
"Version" : "3.7.403.34",
2391+
"Version" : "3.7.404.0",
23922392
"AssemblyVersionOverride" : "3.3",
23932393
"Dependencies" : {
23942394
"Core" : "3.7.402.43"
@@ -2716,7 +2716,7 @@
27162716
"InPreview" : false
27172717
},
27182718
"EntityResolution" : {
2719-
"Version" : "3.7.402.3",
2719+
"Version" : "3.7.403.0",
27202720
"AssemblyVersionOverride" : "3.3",
27212721
"Dependencies" : {
27222722
"Core" : "3.7.402.43"

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

sdk/code-analysis/ServiceAnalysis/CognitoIdentityProvider/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.407.32")]
32+
[assembly: AssemblyFileVersion("3.7.408.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.437.13")]
32+
[assembly: AssemblyFileVersion("3.7.438.0")]

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

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

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

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

sdk/src/Services/Account/Generated/AmazonAccountConfig.cs

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

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

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

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

sdk/src/Services/CognitoIdentityProvider/Generated/AmazonCognitoIdentityProviderConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace Amazon.CognitoIdentityProvider
3232
public partial class AmazonCognitoIdentityProviderConfig : ClientConfig
3333
{
3434
private static readonly string UserAgentString =
35-
InternalSDKUtils.BuildUserAgentString("Cognito Identity Provider", "3.7.407.32");
35+
InternalSDKUtils.BuildUserAgentString("Cognito Identity Provider", "3.7.408.0");
3636

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

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

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

sdk/src/Services/EC2/Generated/AmazonEC2Config.cs

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

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

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

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

sdk/src/Services/EntityResolution/Generated/AmazonEntityResolutionConfig.cs

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

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

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

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

sdk/src/Services/MQ/Generated/AmazonMQConfig.cs

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

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

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

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

sdk/src/Services/RedshiftServerless/Generated/AmazonRedshiftServerlessConfig.cs

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

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

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

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

sdk/src/Services/S3Control/Generated/AmazonS3ControlConfig.cs

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

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

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

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

0 commit comments

Comments
 (0)