Skip to content

Commit 41a9184

Browse files
Commit version number update changes
1 parent 8560ffc commit 41a9184

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+
### 4.0.5.0 (2025-05-05 18:22 UTC)
2+
* DataZone (4.0.1.0)
3+
* This release adds a new authorization policy to control the usage of custom AssetType when creating an Asset. Customer can now add new grant(s) of policyType USE_ASSET_TYPE for custom AssetTypes to apply authorization policy to projects members and domain unit owners.
4+
* DeviceFarm (4.0.1.0)
5+
* Add an optional parameter to the GetDevicePoolCompatibility API to pass in project information to check device pool compatibility.
6+
* EC2 (4.0.2.0)
7+
* This update introduces API operations to manage and create local gateway VIF and VIF groups. It also includes API operations to describe Outpost LAGs and service link VIFs.
8+
* ECS (4.0.0.2)
9+
* Add support to roll back an In_Progress ECS Service Deployment
10+
* MediaConvert (4.0.1.0)
11+
* This release adds an optional sidecar per-frame video quality metrics report and an ALL_PCM option for audio selectors. It also changes the data type for Probe API response fields related to video and audio bitrate from integer to double.
12+
113
### 4.0.4.0 (2025-05-02 18:16 UTC)
214
* BedrockDataAutomation (4.0.1.0)
315
* Added support for Custom output and blueprints for AUDIO data types.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### 4.0.5.0 (2025-05-05 18:22 UTC)
2+
* DataZone (4.0.1.0)
3+
* This release adds a new authorization policy to control the usage of custom AssetType when creating an Asset. Customer can now add new grant(s) of policyType USE_ASSET_TYPE for custom AssetTypes to apply authorization policy to projects members and domain unit owners.
4+
* DeviceFarm (4.0.1.0)
5+
* Add an optional parameter to the GetDevicePoolCompatibility API to pass in project information to check device pool compatibility.
6+
* EC2 (4.0.2.0)
7+
* This update introduces API operations to manage and create local gateway VIF and VIF groups. It also includes API operations to describe Outpost LAGs and service link VIFs.
8+
* ECS (4.0.0.2)
9+
* Add support to roll back an In_Progress ECS Service Deployment
10+
* MediaConvert (4.0.1.0)
11+
* This release adds an optional sidecar per-frame video quality metrics report and an ALL_PCM option for audio selectors. It also changes the data type for Probe API response fields related to video and audio bitrate from integer to double.
12+
113
### 4.0.4.0 (2025-05-02 18:16 UTC)
214
* BedrockDataAutomation (4.0.1.0)
315
* Added support for Custom output and blueprints for AUDIO data types.

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" : "4.0.0.0",
4-
"ProductVersion" : "4.0.4.0",
4+
"ProductVersion" : "4.0.5.0",
55
"CoreVersion" : "4.0.0.2",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -130,7 +130,7 @@
130130
"InPreview" : false
131131
},
132132
"DeviceFarm" : {
133-
"Version" : "4.0.0.1",
133+
"Version" : "4.0.1.0",
134134
"AssemblyVersionOverride" : "4.0",
135135
"Dependencies" : {
136136
"Core" : "4.0.0.2"
@@ -154,15 +154,15 @@
154154
"InPreview" : false
155155
},
156156
"EC2" : {
157-
"Version" : "4.0.1.0",
157+
"Version" : "4.0.2.0",
158158
"AssemblyVersionOverride" : "4.0",
159159
"Dependencies" : {
160160
"Core" : "4.0.0.2"
161161
},
162162
"InPreview" : false
163163
},
164164
"ECS" : {
165-
"Version" : "4.0.0.1",
165+
"Version" : "4.0.0.2",
166166
"AssemblyVersionOverride" : "4.0",
167167
"Dependencies" : {
168168
"Core" : "4.0.0.2"
@@ -884,7 +884,7 @@
884884
"InPreview" : false
885885
},
886886
"MediaConvert" : {
887-
"Version" : "4.0.0.1",
887+
"Version" : "4.0.1.0",
888888
"AssemblyVersionOverride" : "4.0",
889889
"Dependencies" : {
890890
"Core" : "4.0.0.2"
@@ -2772,7 +2772,7 @@
27722772
"InPreview" : false
27732773
},
27742774
"DataZone" : {
2775-
"Version" : "4.0.0.1",
2775+
"Version" : "4.0.1.0",
27762776
"AssemblyVersionOverride" : "4.0",
27772777
"Dependencies" : {
27782778
"Core" : "4.0.0.2"

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

sdk/code-analysis/ServiceAnalysis/DeviceFarm/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.0.1")]
32+
[assembly: AssemblyFileVersion("4.0.1.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("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.1.0")]
32+
[assembly: AssemblyFileVersion("4.0.2.0")]

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("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.0.1")]
32+
[assembly: AssemblyFileVersion("4.0.0.2")]

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

sdk/src/Services/DataZone/Generated/AmazonDataZoneConfig.cs

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

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

sdk/src/Services/DataZone/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.0.1")]
45+
[assembly: AssemblyFileVersion("4.0.1.0")]

0 commit comments

Comments
 (0)