Skip to content

Commit 39438a5

Browse files
Commit version number update changes
1 parent 9f94a1d commit 39438a5

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+
### 3.7.1027.0 (2025-04-21 18:22 UTC)
2+
* ARCZonalShift (3.7.402.0)
3+
* Updates to documentation and exception types for Zonal Autoshift
4+
* Budgets (3.7.403.0)
5+
* Releasing the new Budget FilterExpression and Metrics fields to support more granular filtering options. These new fields are intended to replace CostFilters and CostTypes, which are deprecated as of 2025/18/04.
6+
* KinesisFirehose (3.7.402.53)
7+
* Documentation update regarding the number of streams you can create using the CreateDeliveryStream API.
8+
* MediaTailor (3.7.404.0)
9+
* Added support for Recurring Prefetch and Traffic Shaping on both Single and Recurring Prefetch. ListPrefetchSchedules now return single prefetchs by default and can be provided scheduleType of SINGLE, RECURRING, AND ALL.
10+
* QBusiness (3.7.413.0)
11+
* The CheckDocumentAccess API for Amazon Q Business is a self-service debugging API that allows administrators to verify document access permissions and review Access Control List (ACL) configurations.
12+
* SecurityHub (3.7.403.28)
13+
* Minor documentation update for the GetConfigurationPolicyAssociation example
14+
115
### 3.7.1026.0 (2025-04-18 18:16 UTC)
216
* QConnect (3.7.405.0)
317
* This release adds support for the following capabilities: Chunking generative answer replies from Amazon Q in Connect. Integration support for the use of additional LLM models with Amazon Q in Connect.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### 3.7.1027.0 (2025-04-21 18:22 UTC)
2+
* ARCZonalShift (3.7.402.0)
3+
* Updates to documentation and exception types for Zonal Autoshift
4+
* Budgets (3.7.403.0)
5+
* Releasing the new Budget FilterExpression and Metrics fields to support more granular filtering options. These new fields are intended to replace CostFilters and CostTypes, which are deprecated as of 2025/18/04.
6+
* KinesisFirehose (3.7.402.53)
7+
* Documentation update regarding the number of streams you can create using the CreateDeliveryStream API.
8+
* MediaTailor (3.7.404.0)
9+
* Added support for Recurring Prefetch and Traffic Shaping on both Single and Recurring Prefetch. ListPrefetchSchedules now return single prefetchs by default and can be provided scheduleType of SINGLE, RECURRING, AND ALL.
10+
* QBusiness (3.7.413.0)
11+
* The CheckDocumentAccess API for Amazon Q Business is a self-service debugging API that allows administrators to verify document access permissions and review Access Control List (ACL) configurations.
12+
* SecurityHub (3.7.403.28)
13+
* Minor documentation update for the GetConfigurationPolicyAssociation example
14+
115
### 3.7.1026.0 (2025-04-18 18:16 UTC)
216
* QConnect (3.7.405.0)
317
* This release adds support for the following capabilities: Chunking generative answer replies from Amazon Q in Connect. Integration support for the use of additional LLM models with Amazon Q in Connect.

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" : "3.7.400.0",
4-
"ProductVersion" : "3.7.1026.0",
4+
"ProductVersion" : "3.7.1027.0",
55
"CoreVersion" : "3.7.402.43",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -444,7 +444,7 @@
444444
"InPreview" : false
445445
},
446446
"KinesisFirehose" : {
447-
"Version" : "3.7.402.52",
447+
"Version" : "3.7.402.53",
448448
"AssemblyVersionOverride" : "3.3",
449449
"Dependencies" : {
450450
"Core" : "3.7.402.43"
@@ -596,7 +596,7 @@
596596
"InPreview" : false
597597
},
598598
"Budgets" : {
599-
"Version" : "3.7.402.71",
599+
"Version" : "3.7.403.0",
600600
"AssemblyVersionOverride" : "3.3",
601601
"Dependencies" : {
602602
"Core" : "3.7.402.43"
@@ -1092,7 +1092,7 @@
10921092
"InPreview" : false
10931093
},
10941094
"MediaTailor" : {
1095-
"Version" : "3.7.403.16",
1095+
"Version" : "3.7.404.0",
10961096
"AssemblyVersionOverride" : "3.3",
10971097
"Dependencies" : {
10981098
"Core" : "3.7.402.43"
@@ -1260,7 +1260,7 @@
12601260
"InPreview" : false
12611261
},
12621262
"SecurityHub" : {
1263-
"Version" : "3.7.403.27",
1263+
"Version" : "3.7.403.28",
12641264
"AssemblyVersionOverride" : "3.3",
12651265
"Dependencies" : {
12661266
"Core" : "3.7.402.43"
@@ -2500,7 +2500,7 @@
25002500
"InPreview" : false
25012501
},
25022502
"ARCZonalShift" : {
2503-
"Version" : "3.7.401.16",
2503+
"Version" : "3.7.402.0",
25042504
"AssemblyVersionOverride" : "3.3",
25052505
"Dependencies" : {
25062506
"Core" : "3.7.402.43"
@@ -2868,7 +2868,7 @@
28682868
"InPreview" : false
28692869
},
28702870
"QBusiness" : {
2871-
"Version" : "3.7.412.5",
2871+
"Version" : "3.7.413.0",
28722872
"AssemblyVersionOverride" : "3.3",
28732873
"Dependencies" : {
28742874
"Core" : "3.7.402.43"

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

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

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

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

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

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

sdk/src/Services/ARCZonalShift/Generated/AmazonARCZonalShiftConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace Amazon.ARCZonalShift
3232
public partial class AmazonARCZonalShiftConfig : ClientConfig
3333
{
3434
private static readonly string UserAgentString =
35-
InternalSDKUtils.BuildUserAgentString("ARC Zonal Shift", "3.7.401.16");
35+
InternalSDKUtils.BuildUserAgentString("ARC Zonal Shift", "3.7.402.0");
3636

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

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

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

sdk/src/Services/Budgets/Generated/AmazonBudgetsConfig.cs

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

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

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

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

sdk/src/Services/KinesisFirehose/Generated/AmazonKinesisFirehoseConfig.cs

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

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

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

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

sdk/src/Services/MediaTailor/Generated/AmazonMediaTailorConfig.cs

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

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

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

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

sdk/src/Services/QBusiness/Generated/AmazonQBusinessConfig.cs

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

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

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

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

sdk/src/Services/SecurityHub/Generated/AmazonSecurityHubConfig.cs

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

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

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

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

0 commit comments

Comments
 (0)