Skip to content

Commit 2bbaa15

Browse files
Commit version number update changes
1 parent 0d1de6d commit 2bbaa15

File tree

18 files changed

+45
-21
lines changed

18 files changed

+45
-21
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### 3.7.1179.0 (2025-12-05 19:25 UTC)
2+
* ECS (3.7.506.4)
3+
* Updating stop-task API to encapsulate containers with custom stop signal
4+
* IdentityManagement (3.7.507.0)
5+
* Adding the ExpirationTime attribute to the delegation request resource.
6+
* Inspector2 (3.7.505.0)
7+
* This release adds a new ScanStatus called "Unsupported Code Artifacts". This ScanStatus will be returned when a Lambda function was not code scanned because it has unsupported code artifacts.
8+
* PartnerCentralAccount (3.7.501.0)
9+
* Adding Verification API's to Partner Central Account SDK.
10+
* SimpleEmailV2 (3.7.505.0)
11+
* Updating the desired url for `PutEmailIdentityDkimSigningAttributes` from v1 to v2
12+
113
### 3.7.1178.0 (2025-12-04 17:02 UTC)
214
* Lambda (3.7.509.0)
315
* Add DisallowedByVpcEncryptionControl to the LastUpdateStatusReasonCode and StateReasonCode enums to represent failures caused by VPC Encryption Controls.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### 3.7.1179.0 (2025-12-05 19:25 UTC)
2+
* ECS (3.7.506.4)
3+
* Updating stop-task API to encapsulate containers with custom stop signal
4+
* IdentityManagement (3.7.507.0)
5+
* Adding the ExpirationTime attribute to the delegation request resource.
6+
* Inspector2 (3.7.505.0)
7+
* This release adds a new ScanStatus called "Unsupported Code Artifacts". This ScanStatus will be returned when a Lambda function was not code scanned because it has unsupported code artifacts.
8+
* PartnerCentralAccount (3.7.501.0)
9+
* Adding Verification API's to Partner Central Account SDK.
10+
* SimpleEmailV2 (3.7.505.0)
11+
* Updating the desired url for `PutEmailIdentityDkimSigningAttributes` from v1 to v2
12+
113
### 3.7.1178.0 (2025-12-04 17:02 UTC)
214
* Lambda (3.7.509.0)
315
* Add DisallowedByVpcEncryptionControl to the LastUpdateStatusReasonCode and StateReasonCode enums to represent failures caused by VPC Encryption Controls.

generator/ServiceModels/_sdk-versions.json

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

22
{
33
"NewServiceVersion" : "3.7.500.0",
4-
"ProductVersion" : "3.7.1178.0",
4+
"ProductVersion" : "3.7.1179.0",
55
"CoreVersion" : "3.7.500.50",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -162,7 +162,7 @@
162162
"InPreview" : false
163163
},
164164
"ECS" : {
165-
"Version" : "3.7.506.3",
165+
"Version" : "3.7.506.4",
166166
"AssemblyVersionOverride" : "3.3",
167167
"Dependencies" : {
168168
"Core" : "3.7.500.50"
@@ -220,7 +220,7 @@
220220
"InPreview" : false
221221
},
222222
"IdentityManagement" : {
223-
"Version" : "3.7.506.4",
223+
"Version" : "3.7.507.0",
224224
"AssemblyVersionOverride" : "3.3",
225225
"Dependencies" : {
226226
"Core" : "3.7.500.50"
@@ -1476,7 +1476,7 @@
14761476
"InPreview" : false
14771477
},
14781478
"SimpleEmailV2" : {
1479-
"Version" : "3.7.504.2",
1479+
"Version" : "3.7.505.0",
14801480
"AssemblyVersionOverride" : "3.3",
14811481
"Dependencies" : {
14821482
"Core" : "3.7.500.50"
@@ -2188,7 +2188,7 @@
21882188
"InPreview" : false
21892189
},
21902190
"Inspector2" : {
2191-
"Version" : "3.7.504.4",
2191+
"Version" : "3.7.505.0",
21922192
"AssemblyVersionOverride" : "3.3",
21932193
"Dependencies" : {
21942194
"Core" : "3.7.500.50"
@@ -3300,7 +3300,7 @@
33003300
"InPreview" : false
33013301
},
33023302
"PartnerCentralAccount" : {
3303-
"Version" : "3.7.500.1",
3303+
"Version" : "3.7.501.0",
33043304
"AssemblyVersionOverride" : "3.3",
33053305
"Dependencies" : {
33063306
"Core" : "3.7.500.50"

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

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

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

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

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

sdk/src/Services/ECS/Generated/AmazonECSConfig.cs

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

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

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

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

0 commit comments

Comments
 (0)