Skip to content

Commit 94ea164

Browse files
Commit version number update changes
1 parent 89c482d commit 94ea164

File tree

12 files changed

+29
-13
lines changed

12 files changed

+29
-13
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 4.0.4.0 (2025-05-02 18:16 UTC)
2+
* BedrockDataAutomation (4.0.1.0)
3+
* Added support for Custom output and blueprints for AUDIO data types.
4+
* DirectoryService (4.0.0.2)
5+
* Doc only update - fixed typos.
6+
* Kinesis (4.0.2.0)
7+
* Marking ResourceARN as required for Amazon Kinesis Data Streams APIs TagResource, UntagResource, and ListTagsForResource.
8+
19
### 4.0.3.0 (2025-05-01 19:35 UTC)
210
* AppConfig (4.0.1.0)
311
* Adding waiter support for deployments and environments; documentation updates

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 4.0.4.0 (2025-05-02 18:16 UTC)
2+
* BedrockDataAutomation (4.0.1.0)
3+
* Added support for Custom output and blueprints for AUDIO data types.
4+
* DirectoryService (4.0.0.2)
5+
* Doc only update - fixed typos.
6+
* Kinesis (4.0.2.0)
7+
* Marking ResourceARN as required for Amazon Kinesis Data Streams APIs TagResource, UntagResource, and ListTagsForResource.
8+
19
### 4.0.3.0 (2025-05-01 19:35 UTC)
210
* AppConfig (4.0.1.0)
311
* Adding waiter support for deployments and environments; documentation updates

generator/ServiceModels/_sdk-versions.json

Lines changed: 4 additions & 4 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.3.0",
4+
"ProductVersion" : "4.0.4.0",
55
"CoreVersion" : "4.0.0.2",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -236,7 +236,7 @@
236236
"InPreview" : false
237237
},
238238
"Kinesis" : {
239-
"Version" : "4.0.1.1",
239+
"Version" : "4.0.2.0",
240240
"AssemblyVersionOverride" : "4.0",
241241
"Dependencies" : {
242242
"Core" : "4.0.0.2"
@@ -396,7 +396,7 @@
396396
"InPreview" : false
397397
},
398398
"DirectoryService" : {
399-
"Version" : "4.0.0.1",
399+
"Version" : "4.0.0.2",
400400
"AssemblyVersionOverride" : "4.0",
401401
"Dependencies" : {
402402
"Core" : "4.0.0.2"
@@ -3228,7 +3228,7 @@
32283228
"InPreview" : false
32293229
},
32303230
"BedrockDataAutomation" : {
3231-
"Version" : "4.0.0.1",
3231+
"Version" : "4.0.1.0",
32323232
"AssemblyVersionOverride" : "4.0",
32333233
"Dependencies" : {
32343234
"Core" : "4.0.0.2"

sdk/code-analysis/ServiceAnalysis/BedrockDataAutomation/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/DirectoryService/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/Kinesis/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.1")]
32+
[assembly: AssemblyFileVersion("4.0.2.0")]

sdk/src/Services/BedrockDataAutomation/Generated/AmazonBedrockDataAutomationConfig.cs

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

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

sdk/src/Services/BedrockDataAutomation/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")]

sdk/src/Services/DirectoryService/Generated/AmazonDirectoryServiceConfig.cs

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

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

sdk/src/Services/DirectoryService/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.0.2")]

0 commit comments

Comments
 (0)