Skip to content

Commit

Permalink
Commit version number update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-dotnet-automation committed Sep 19, 2024
1 parent fc9f8aa commit 8242c0f
Show file tree
Hide file tree
Showing 27 changed files with 69 additions and 33 deletions.
18 changes: 18 additions & 0 deletions changelogs/SDK.CHANGELOG.2024.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
### 3.7.889.0 (2024-09-19 18:24 UTC)
* CodeConnections (3.7.401.0)
* This release adds the PullRequestComment field to CreateSyncConfiguration API input, UpdateSyncConfiguration API input, GetSyncConfiguration API output and ListSyncConfiguration API output
* Glue (3.7.407.0)
* This change is for releasing TestConnection api SDK model
* Lambda (3.7.404.0)
* Tagging support for Lambda event source mapping, and code signing configuration resources.
* MediaConvert (3.7.402.0)
* This release provides support for additional DRM configurations per SPEKE Version 2.0.
* MediaLive (3.7.405.0)
* Adds Bandwidth Reduction Filtering for HD AVC and HEVC encodes, multiplex container settings.
* QuickSight (3.7.404.0)
* QuickSight: 1. Add new API - ListFoldersForResource. 2. Commit mode adds visibility configuration of Apply button on multi-select controls for authors.
* SageMaker (3.7.407.0)
* Introduced support for G6e instance types on SageMaker Studio for JupyterLab and CodeEditor applications.
* WorkSpacesWeb (3.7.401.0)
* WorkSpaces Secure Browser now enables Administrators to view and manage end-user browsing sessions via Session Management APIs.

### 3.7.888.0 (2024-09-18 18:22 UTC)
* CostExplorer (3.7.401.0)
* This release extends the GetReservationPurchaseRecommendation API to support recommendations for Amazon DynamoDB reservations.
Expand Down
18 changes: 18 additions & 0 deletions changelogs/SDK.CHANGELOG.ALL.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
### 3.7.889.0 (2024-09-19 18:24 UTC)
* CodeConnections (3.7.401.0)
* This release adds the PullRequestComment field to CreateSyncConfiguration API input, UpdateSyncConfiguration API input, GetSyncConfiguration API output and ListSyncConfiguration API output
* Glue (3.7.407.0)
* This change is for releasing TestConnection api SDK model
* Lambda (3.7.404.0)
* Tagging support for Lambda event source mapping, and code signing configuration resources.
* MediaConvert (3.7.402.0)
* This release provides support for additional DRM configurations per SPEKE Version 2.0.
* MediaLive (3.7.405.0)
* Adds Bandwidth Reduction Filtering for HD AVC and HEVC encodes, multiplex container settings.
* QuickSight (3.7.404.0)
* QuickSight: 1. Add new API - ListFoldersForResource. 2. Commit mode adds visibility configuration of Apply button on multi-select controls for authors.
* SageMaker (3.7.407.0)
* Introduced support for G6e instance types on SageMaker Studio for JupyterLab and CodeEditor applications.
* WorkSpacesWeb (3.7.401.0)
* WorkSpaces Secure Browser now enables Administrators to view and manage end-user browsing sessions via Session Management APIs.

### 3.7.888.0 (2024-09-18 18:22 UTC)
* CostExplorer (3.7.401.0)
* This release extends the GetReservationPurchaseRecommendation API to support recommendations for Amazon DynamoDB reservations.
Expand Down
18 changes: 9 additions & 9 deletions generator/ServiceModels/_sdk-versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

{
"NewServiceVersion" : "3.7.400.0",
"ProductVersion" : "3.7.888.0",
"ProductVersion" : "3.7.889.0",
"CoreVersion" : "3.7.400.21",
"OverrideCoreVersion" : "3.3",
"DefaultToPreview" : false,
Expand Down Expand Up @@ -244,7 +244,7 @@
"InPreview" : false
},
"Lambda" : {
"Version" : "3.7.403.0",
"Version" : "3.7.404.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.21"
Expand Down Expand Up @@ -820,7 +820,7 @@
"InPreview" : false
},
"Glue" : {
"Version" : "3.7.406.2",
"Version" : "3.7.407.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.21"
Expand Down Expand Up @@ -860,7 +860,7 @@
"InPreview" : false
},
"MediaLive" : {
"Version" : "3.7.404.0",
"Version" : "3.7.405.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.21"
Expand All @@ -884,7 +884,7 @@
"InPreview" : false
},
"MediaConvert" : {
"Version" : "3.7.401.2",
"Version" : "3.7.402.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.21"
Expand Down Expand Up @@ -932,7 +932,7 @@
"InPreview" : false
},
"SageMaker" : {
"Version" : "3.7.406.4",
"Version" : "3.7.407.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.21"
Expand Down Expand Up @@ -1196,7 +1196,7 @@
"InPreview" : false
},
"QuickSight" : {
"Version" : "3.7.403.9",
"Version" : "3.7.404.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.21"
Expand Down Expand Up @@ -2340,7 +2340,7 @@
"InPreview" : false
},
"WorkSpacesWeb" : {
"Version" : "3.7.400.21",
"Version" : "3.7.401.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.21"
Expand Down Expand Up @@ -3004,7 +3004,7 @@
"InPreview" : false
},
"CodeConnections" : {
"Version" : "3.7.400.21",
"Version" : "3.7.401.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.21"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3")]
[assembly: AssemblyFileVersion("3.7.400.21")]
[assembly: AssemblyFileVersion("3.7.401.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3")]
[assembly: AssemblyFileVersion("3.7.406.2")]
[assembly: AssemblyFileVersion("3.7.407.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3")]
[assembly: AssemblyFileVersion("3.7.403.0")]
[assembly: AssemblyFileVersion("3.7.404.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3")]
[assembly: AssemblyFileVersion("3.7.401.2")]
[assembly: AssemblyFileVersion("3.7.402.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3")]
[assembly: AssemblyFileVersion("3.7.404.0")]
[assembly: AssemblyFileVersion("3.7.405.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3")]
[assembly: AssemblyFileVersion("3.7.403.9")]
[assembly: AssemblyFileVersion("3.7.404.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3")]
[assembly: AssemblyFileVersion("3.7.406.4")]
[assembly: AssemblyFileVersion("3.7.407.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3")]
[assembly: AssemblyFileVersion("3.7.400.21")]
[assembly: AssemblyFileVersion("3.7.401.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Amazon.CodeConnections
public partial class AmazonCodeConnectionsConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("CodeConnections", "3.7.400.21");
InternalSDKUtils.BuildUserAgentString("CodeConnections", "3.7.401.0");

private string _userAgent = UserAgentString;
///<summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3")]
[assembly: AssemblyFileVersion("3.7.400.21")]
[assembly: AssemblyFileVersion("3.7.401.0")]

#if BCL
[assembly: System.Security.AllowPartiallyTrustedCallers]
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/Glue/Generated/AmazonGlueConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Amazon.Glue
public partial class AmazonGlueConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("Glue", "3.7.406.2");
InternalSDKUtils.BuildUserAgentString("Glue", "3.7.407.0");

private string _userAgent = UserAgentString;
///<summary>
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/Glue/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3")]
[assembly: AssemblyFileVersion("3.7.406.2")]
[assembly: AssemblyFileVersion("3.7.407.0")]

#if BCL
[assembly: System.Security.AllowPartiallyTrustedCallers]
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/Lambda/Generated/AmazonLambdaConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Amazon.Lambda
public partial class AmazonLambdaConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("Lambda", "3.7.403.0");
InternalSDKUtils.BuildUserAgentString("Lambda", "3.7.404.0");

private string _userAgent = UserAgentString;
///<summary>
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/Lambda/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3")]
[assembly: AssemblyFileVersion("3.7.403.0")]
[assembly: AssemblyFileVersion("3.7.404.0")]

#if BCL
[assembly: System.Security.AllowPartiallyTrustedCallers]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Amazon.MediaConvert
public partial class AmazonMediaConvertConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("MediaConvert", "3.7.401.2");
InternalSDKUtils.BuildUserAgentString("MediaConvert", "3.7.402.0");

private string _userAgent = UserAgentString;
///<summary>
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/MediaConvert/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3")]
[assembly: AssemblyFileVersion("3.7.401.2")]
[assembly: AssemblyFileVersion("3.7.402.0")]

#if BCL
[assembly: System.Security.AllowPartiallyTrustedCallers]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Amazon.MediaLive
public partial class AmazonMediaLiveConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("MediaLive", "3.7.404.0");
InternalSDKUtils.BuildUserAgentString("MediaLive", "3.7.405.0");

private string _userAgent = UserAgentString;
///<summary>
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/MediaLive/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3")]
[assembly: AssemblyFileVersion("3.7.404.0")]
[assembly: AssemblyFileVersion("3.7.405.0")]

#if BCL
[assembly: System.Security.AllowPartiallyTrustedCallers]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Amazon.QuickSight
public partial class AmazonQuickSightConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("QuickSight", "3.7.403.9");
InternalSDKUtils.BuildUserAgentString("QuickSight", "3.7.404.0");

private string _userAgent = UserAgentString;
///<summary>
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/QuickSight/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3")]
[assembly: AssemblyFileVersion("3.7.403.9")]
[assembly: AssemblyFileVersion("3.7.404.0")]

#if BCL
[assembly: System.Security.AllowPartiallyTrustedCallers]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Amazon.SageMaker
public partial class AmazonSageMakerConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("SageMaker", "3.7.406.4");
InternalSDKUtils.BuildUserAgentString("SageMaker", "3.7.407.0");

private string _userAgent = UserAgentString;
///<summary>
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/SageMaker/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3")]
[assembly: AssemblyFileVersion("3.7.406.4")]
[assembly: AssemblyFileVersion("3.7.407.0")]

#if BCL
[assembly: System.Security.AllowPartiallyTrustedCallers]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Amazon.WorkSpacesWeb
public partial class AmazonWorkSpacesWebConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("WorkSpaces Web", "3.7.400.21");
InternalSDKUtils.BuildUserAgentString("WorkSpaces Web", "3.7.401.0");

private string _userAgent = UserAgentString;
///<summary>
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/WorkSpacesWeb/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3")]
[assembly: AssemblyFileVersion("3.7.400.21")]
[assembly: AssemblyFileVersion("3.7.401.0")]

#if BCL
[assembly: System.Security.AllowPartiallyTrustedCallers]
Expand Down

0 comments on commit 8242c0f

Please sign in to comment.