Skip to content

Commit 3acb8af

Browse files
Commit version number update changes
1 parent aaf7317 commit 3acb8af

File tree

9 files changed

+21
-9
lines changed

9 files changed

+21
-9
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 4.0.88.0 (2025-09-10 18:15 UTC)
2+
* NetworkFlowMonitor (4.0.4.0)
3+
* Added new enum value (AWS::Region) for type field under MonitorLocalResource and MonitorRemoteResource. Workload Insights and Monitor top contributors queries now support a new DestinationCategory (INTER_REGION).
4+
* PaymentCryptography (4.0.3.0)
5+
* AWS Payment Cryptography Service now supports Multi-Region key replication. Customers can choose to automatically distribute keys across AWS Regions.
6+
17
### 4.0.87.0 (2025-09-09 18:25 UTC)
28
* AutoScaling (4.0.3.0)
39
* Added WaitForTransitioningInstances parameter to the CancelInstanceRefresh API, allowing the caller to cancel an instance refresh without waiting for on-going launches and terminations.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 4.0.88.0 (2025-09-10 18:15 UTC)
2+
* NetworkFlowMonitor (4.0.4.0)
3+
* Added new enum value (AWS::Region) for type field under MonitorLocalResource and MonitorRemoteResource. Workload Insights and Monitor top contributors queries now support a new DestinationCategory (INTER_REGION).
4+
* PaymentCryptography (4.0.3.0)
5+
* AWS Payment Cryptography Service now supports Multi-Region key replication. Customers can choose to automatically distribute keys across AWS Regions.
6+
17
### 4.0.87.0 (2025-09-09 18:25 UTC)
28
* AutoScaling (4.0.3.0)
39
* Added WaitForTransitioningInstances parameter to the CancelInstanceRefresh API, allowing the caller to cancel an instance refresh without waiting for on-going launches and terminations.

generator/ServiceModels/_sdk-versions.json

Lines changed: 3 additions & 3 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.87.0",
4+
"ProductVersion" : "4.0.88.0",
55
"CoreVersion" : "4.0.0.26",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -2660,7 +2660,7 @@
26602660
"InPreview" : false
26612661
},
26622662
"PaymentCryptography" : {
2663-
"Version" : "4.0.2.1",
2663+
"Version" : "4.0.3.0",
26642664
"AssemblyVersionOverride" : "4.0",
26652665
"Dependencies" : {
26662666
"Core" : "4.0.0.26"
@@ -3172,7 +3172,7 @@
31723172
"InPreview" : false
31733173
},
31743174
"NetworkFlowMonitor" : {
3175-
"Version" : "4.0.3.4",
3175+
"Version" : "4.0.4.0",
31763176
"AssemblyVersionOverride" : "4.0",
31773177
"Dependencies" : {
31783178
"Core" : "4.0.0.26"

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

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

sdk/src/Services/NetworkFlowMonitor/Generated/AmazonNetworkFlowMonitorConfig.cs

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

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

sdk/src/Services/NetworkFlowMonitor/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.3.4")]
45+
[assembly: AssemblyFileVersion("4.0.4.0")]

sdk/src/Services/PaymentCryptography/Generated/AmazonPaymentCryptographyConfig.cs

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

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

sdk/src/Services/PaymentCryptography/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.2.1")]
45+
[assembly: AssemblyFileVersion("4.0.3.0")]

0 commit comments

Comments
 (0)