Skip to content

Commit bea0ae9

Browse files
Commit version number update changes
1 parent 3aff6f6 commit bea0ae9

File tree

21 files changed

+53
-25
lines changed

21 files changed

+53
-25
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### 4.0.8.0 (2025-05-08 18:24 UTC)
2+
* CloudFront (4.0.0.3)
3+
* Doc-only update for CloudFront. These changes include customer-reported issues.
4+
* CodePipeline (4.0.1.0)
5+
* Add support for Secrets Manager and Plaintext environment variable types in Commands action
6+
* EC2 (4.0.5.0)
7+
* Launching the feature to support ENA queues offering flexibility to support multiple queues per Enhanced Network Interface (ENI)
8+
* Glue (4.0.1.0)
9+
* This new release supports customizable RefreshInterval for all Saas ZETL integrations from 15 minutes to 6 days.
10+
* GuardDuty (4.0.0.3)
11+
* Updated description of a data structure.
12+
* SSOAdmin (4.0.1.0)
13+
* Update PutPermissionBoundaryToPermissionSet API's managedPolicyArn pattern to allow valid ARN only. Update ApplicationName to allow white spaces.
14+
115
### 4.0.7.0 (2025-05-07 18:23 UTC)
216
* EC2 (4.0.4.0)
317
* This release adds API support for Path Component Exclusion (Filter Out ARN) for Reachability Analyzer

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### 4.0.8.0 (2025-05-08 18:24 UTC)
2+
* CloudFront (4.0.0.3)
3+
* Doc-only update for CloudFront. These changes include customer-reported issues.
4+
* CodePipeline (4.0.1.0)
5+
* Add support for Secrets Manager and Plaintext environment variable types in Commands action
6+
* EC2 (4.0.5.0)
7+
* Launching the feature to support ENA queues offering flexibility to support multiple queues per Enhanced Network Interface (ENI)
8+
* Glue (4.0.1.0)
9+
* This new release supports customizable RefreshInterval for all Saas ZETL integrations from 15 minutes to 6 days.
10+
* GuardDuty (4.0.0.3)
11+
* Updated description of a data structure.
12+
* SSOAdmin (4.0.1.0)
13+
* Update PutPermissionBoundaryToPermissionSet API's managedPolicyArn pattern to allow valid ARN only. Update ApplicationName to allow white spaces.
14+
115
### 4.0.7.0 (2025-05-07 18:23 UTC)
216
* EC2 (4.0.4.0)
317
* This release adds API support for Path Component Exclusion (Filter Out ARN) for Reachability Analyzer

generator/ServiceModels/_sdk-versions.json

Lines changed: 7 additions & 7 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.7.0",
4+
"ProductVersion" : "4.0.8.0",
55
"CoreVersion" : "4.0.0.3",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -40,7 +40,7 @@
4040
"InPreview" : false
4141
},
4242
"CloudFront" : {
43-
"Version" : "4.0.0.2",
43+
"Version" : "4.0.0.3",
4444
"AssemblyVersionOverride" : "4.0",
4545
"Dependencies" : {
4646
"Core" : "4.0.0.3"
@@ -154,7 +154,7 @@
154154
"InPreview" : false
155155
},
156156
"EC2" : {
157-
"Version" : "4.0.4.0",
157+
"Version" : "4.0.5.0",
158158
"AssemblyVersionOverride" : "4.0",
159159
"Dependencies" : {
160160
"Core" : "4.0.0.3"
@@ -420,7 +420,7 @@
420420
"InPreview" : false
421421
},
422422
"CodePipeline" : {
423-
"Version" : "4.0.0.2",
423+
"Version" : "4.0.1.0",
424424
"AssemblyVersionOverride" : "4.0",
425425
"Dependencies" : {
426426
"Core" : "4.0.0.3"
@@ -820,7 +820,7 @@
820820
"InPreview" : false
821821
},
822822
"Glue" : {
823-
"Version" : "4.0.0.2",
823+
"Version" : "4.0.1.0",
824824
"AssemblyVersionOverride" : "4.0",
825825
"Dependencies" : {
826826
"Core" : "4.0.0.3"
@@ -900,7 +900,7 @@
900900
"InPreview" : false
901901
},
902902
"GuardDuty" : {
903-
"Version" : "4.0.0.2",
903+
"Version" : "4.0.0.3",
904904
"AssemblyVersionOverride" : "4.0",
905905
"Dependencies" : {
906906
"Core" : "4.0.0.3"
@@ -1780,7 +1780,7 @@
17801780
"InPreview" : false
17811781
},
17821782
"SSOAdmin" : {
1783-
"Version" : "4.0.0.2",
1783+
"Version" : "4.0.1.0",
17841784
"AssemblyVersionOverride" : "4.0",
17851785
"Dependencies" : {
17861786
"Core" : "4.0.0.3"

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

sdk/code-analysis/ServiceAnalysis/CodePipeline/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.2")]
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.4.0")]
32+
[assembly: AssemblyFileVersion("4.0.5.0")]

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

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

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

sdk/src/Services/CloudFront/Generated/AmazonCloudFrontConfig.cs

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

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

0 commit comments

Comments
 (0)