Skip to content

Commit c651f05

Browse files
Commit version number update changes
1 parent e298141 commit c651f05

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+
### 3.7.1064.0 (2025-06-16 18:18 UTC)
2+
* Bedrock (3.7.422.0)
3+
* This release of the SDK has the API and documentation for the createcustommodel API. This feature lets you copy a Amazon SageMaker trained Amazon Nova model into Amazon Bedrock for inference.
4+
* ECR (3.7.412.0)
5+
* The `DescribeImageScanning` API now includes `lastInUseAt` and `InUseCount` fields that can be used to prioritize vulnerability remediation for images that are actively being used.
6+
* NetworkFirewall (3.7.407.0)
7+
* You can now create firewalls using a Transit Gateway instead of a VPC, resulting in a TGW attachment.
8+
* SageMaker (3.7.444.0)
9+
* This release 1) adds a new S3DataType Converse for SageMaker training 2)adds C8g R7gd M8g C6in P6 P6e instance type for SageMaker endpoint 3) adds m7i, r7i, c7i instance type for SageMaker Training and Processing.
10+
111
### 3.7.1063.0 (2025-06-12 18:21 UTC)
212
* APIGateway (3.7.403.7)
313
* Documentation updates for Amazon API Gateway

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 3.7.1064.0 (2025-06-16 18:18 UTC)
2+
* Bedrock (3.7.422.0)
3+
* This release of the SDK has the API and documentation for the createcustommodel API. This feature lets you copy a Amazon SageMaker trained Amazon Nova model into Amazon Bedrock for inference.
4+
* ECR (3.7.412.0)
5+
* The `DescribeImageScanning` API now includes `lastInUseAt` and `InUseCount` fields that can be used to prioritize vulnerability remediation for images that are actively being used.
6+
* NetworkFirewall (3.7.407.0)
7+
* You can now create firewalls using a Transit Gateway instead of a VPC, resulting in a TGW attachment.
8+
* SageMaker (3.7.444.0)
9+
* This release 1) adds a new S3DataType Converse for SageMaker training 2)adds C8g R7gd M8g C6in P6 P6e instance type for SageMaker endpoint 3) adds m7i, r7i, c7i instance type for SageMaker Training and Processing.
10+
111
### 3.7.1063.0 (2025-06-12 18:21 UTC)
212
* APIGateway (3.7.403.7)
313
* Documentation updates for Amazon API Gateway

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" : "3.7.400.0",
4-
"ProductVersion" : "3.7.1063.0",
4+
"ProductVersion" : "3.7.1064.0",
55
"CoreVersion" : "3.7.402.71",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -492,7 +492,7 @@
492492
"InPreview" : false
493493
},
494494
"ECR" : {
495-
"Version" : "3.7.411.22",
495+
"Version" : "3.7.412.0",
496496
"AssemblyVersionOverride" : "3.3",
497497
"Dependencies" : {
498498
"Core" : "3.7.402.71"
@@ -932,7 +932,7 @@
932932
"InPreview" : false
933933
},
934934
"SageMaker" : {
935-
"Version" : "3.7.443.5",
935+
"Version" : "3.7.444.0",
936936
"AssemblyVersionOverride" : "3.3",
937937
"Dependencies" : {
938938
"Core" : "3.7.402.71"
@@ -1820,7 +1820,7 @@
18201820
"InPreview" : false
18211821
},
18221822
"NetworkFirewall" : {
1823-
"Version" : "3.7.406.5",
1823+
"Version" : "3.7.407.0",
18241824
"AssemblyVersionOverride" : "3.3",
18251825
"Dependencies" : {
18261826
"Core" : "3.7.402.71"
@@ -2748,7 +2748,7 @@
27482748
"InPreview" : false
27492749
},
27502750
"Bedrock" : {
2751-
"Version" : "3.7.421.14",
2751+
"Version" : "3.7.422.0",
27522752
"AssemblyVersionOverride" : "3.3",
27532753
"Dependencies" : {
27542754
"Core" : "3.7.402.71"

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

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

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

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

sdk/src/Services/Bedrock/Generated/AmazonBedrockConfig.cs

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

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

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

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

sdk/src/Services/ECR/Generated/AmazonECRConfig.cs

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

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

0 commit comments

Comments
 (0)