diff --git a/changelogs/SDK.CHANGELOG.2024.md b/changelogs/SDK.CHANGELOG.2024.md index 1a3c85bd36ab..bcf468d66818 100644 --- a/changelogs/SDK.CHANGELOG.2024.md +++ b/changelogs/SDK.CHANGELOG.2024.md @@ -1,3 +1,19 @@ +### 3.7.815.0 (2024-05-21 18:19 UTC) +* CloudFront (3.7.303.0) + * Model update; no change to SDK functionality. +* Glue (3.7.311.0) + * Add Maintenance window to CreateJob and UpdateJob APIs and JobRun response. Add a new Job Run State for EXPIRED. +* Lightsail (3.7.305.0) + * This release adds support for Amazon Lightsail instances to switch between dual-stack or IPv4 only and IPv6-only public IP address types. +* MailManager (3.7.300.0) + * This release includes a new Amazon SES feature called Mail Manager, which is a set of email gateway capabilities designed to help customers strengthen their organization's email infrastructure, simplify email workflow management, and streamline email compliance control. +* PI (3.7.301.0) + * Performance Insights added a new input parameter called AuthorizedActions to support the fine-grained access feature. Performance Insights also restricted the acceptable input characters. +* RDS (3.7.313.1) + * Updates Amazon RDS documentation for Db2 license through AWS Marketplace. +* StorageGateway (3.7.302.0) + * Added new SMBSecurityStrategy enum named MandatoryEncryptionNoAes128, new mode enforces encryption and disables AES 128-bit algorithums. + ### 3.7.814.0 (2024-05-20 18:27 UTC) * BedrockAgent (3.7.309.0) * This release adds support for using Guardrails with Bedrock Agents. diff --git a/changelogs/SDK.CHANGELOG.ALL.md b/changelogs/SDK.CHANGELOG.ALL.md index d8cd9dda3cc3..9b0d0722bc18 100644 --- a/changelogs/SDK.CHANGELOG.ALL.md +++ b/changelogs/SDK.CHANGELOG.ALL.md @@ -1,3 +1,19 @@ +### 3.7.815.0 (2024-05-21 18:19 UTC) +* CloudFront (3.7.303.0) + * Model update; no change to SDK functionality. +* Glue (3.7.311.0) + * Add Maintenance window to CreateJob and UpdateJob APIs and JobRun response. Add a new Job Run State for EXPIRED. +* Lightsail (3.7.305.0) + * This release adds support for Amazon Lightsail instances to switch between dual-stack or IPv4 only and IPv6-only public IP address types. +* MailManager (3.7.300.0) + * This release includes a new Amazon SES feature called Mail Manager, which is a set of email gateway capabilities designed to help customers strengthen their organization's email infrastructure, simplify email workflow management, and streamline email compliance control. +* PI (3.7.301.0) + * Performance Insights added a new input parameter called AuthorizedActions to support the fine-grained access feature. Performance Insights also restricted the acceptable input characters. +* RDS (3.7.313.1) + * Updates Amazon RDS documentation for Db2 license through AWS Marketplace. +* StorageGateway (3.7.302.0) + * Added new SMBSecurityStrategy enum named MandatoryEncryptionNoAes128, new mode enforces encryption and disables AES 128-bit algorithums. + ### 3.7.814.0 (2024-05-20 18:27 UTC) * BedrockAgent (3.7.309.0) * This release adds support for using Guardrails with Bedrock Agents. diff --git a/generator/ServiceModels/_sdk-versions.json b/generator/ServiceModels/_sdk-versions.json index 5cd3259b8f1a..cd5e2f1c9bc5 100644 --- a/generator/ServiceModels/_sdk-versions.json +++ b/generator/ServiceModels/_sdk-versions.json @@ -1,7 +1,7 @@ { "NewServiceVersion" : "3.7.300.0", - "ProductVersion" : "3.7.814.0", + "ProductVersion" : "3.7.815.0", "CoreVersion" : "3.7.304.3", "OverrideCoreVersion" : "3.3", "DefaultToPreview" : false, @@ -39,7 +39,7 @@ "InPreview" : false }, "CloudFront" : { - "Version" : "3.7.302.19", + "Version" : "3.7.303.0", "AssemblyVersionOverride" : "3.3.4.0", "Dependencies" : { "Core" : "3.7.304.3" @@ -283,7 +283,7 @@ "InPreview" : false }, "RDS" : { - "Version" : "3.7.313.0", + "Version" : "3.7.313.1", "AssemblyVersionOverride" : "3.3", "Dependencies" : { "Core" : "3.7.304.3" @@ -379,7 +379,7 @@ "InPreview" : false }, "StorageGateway" : { - "Version" : "3.7.301.53", + "Version" : "3.7.302.0", "AssemblyVersionOverride" : "3.3", "Dependencies" : { "Core" : "3.7.304.3" @@ -619,7 +619,7 @@ "InPreview" : false }, "Lightsail" : { - "Version" : "3.7.304.27", + "Version" : "3.7.305.0", "AssemblyVersionOverride" : "3.3", "Dependencies" : { "Core" : "3.7.304.3" @@ -827,7 +827,7 @@ "InPreview" : false }, "Glue" : { - "Version" : "3.7.310.15", + "Version" : "3.7.311.0", "AssemblyVersionOverride" : "3.3", "Dependencies" : { "Core" : "3.7.304.3" @@ -1107,7 +1107,7 @@ "InPreview" : false }, "PI" : { - "Version" : "3.7.300.93", + "Version" : "3.7.301.0", "AssemblyVersionOverride" : "3.3", "Dependencies" : { "Core" : "3.7.304.3" @@ -3057,6 +3057,14 @@ "Core" : "3.7.304.3" }, "InPreview" : false + }, + "MailManager" : { + "Version" : "3.7.300.0", + "AssemblyVersionOverride" : "3.3", + "Dependencies" : { + "Core" : "3.7.304.3" + }, + "InPreview" : false } } } \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CloudFront/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CloudFront/Properties/AssemblyInfo.cs index f666032ef0f4..b0aaf0874a5f 100644 --- a/sdk/code-analysis/ServiceAnalysis/CloudFront/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CloudFront/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3.4.0")] -[assembly: AssemblyFileVersion("3.7.302.19")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.303.0")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Glue/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Glue/Properties/AssemblyInfo.cs index bdaf5aa75b80..53d8311f0540 100644 --- a/sdk/code-analysis/ServiceAnalysis/Glue/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Glue/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.310.15")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.311.0")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Lightsail/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Lightsail/Properties/AssemblyInfo.cs index 02308d0053c5..70a827090c1e 100644 --- a/sdk/code-analysis/ServiceAnalysis/Lightsail/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Lightsail/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.304.27")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.305.0")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/MailManager/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/MailManager/Properties/AssemblyInfo.cs index 708bff4df4bc..6a83e21b93d6 100644 --- a/sdk/code-analysis/ServiceAnalysis/MailManager/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/MailManager/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.3")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.300.0")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/PI/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/PI/Properties/AssemblyInfo.cs index 504850c521af..8d9564c8ade2 100644 --- a/sdk/code-analysis/ServiceAnalysis/PI/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/PI/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.300.93")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.301.0")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/RDS/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/RDS/Properties/AssemblyInfo.cs index d2bee81364f8..ca4a212fb121 100644 --- a/sdk/code-analysis/ServiceAnalysis/RDS/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/RDS/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.313.0")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.313.1")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/StorageGateway/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/StorageGateway/Properties/AssemblyInfo.cs index 247df20b2260..6324c744470c 100644 --- a/sdk/code-analysis/ServiceAnalysis/StorageGateway/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/StorageGateway/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.301.53")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.302.0")] \ No newline at end of file diff --git a/sdk/src/Services/CloudFront/Generated/AmazonCloudFrontConfig.cs b/sdk/src/Services/CloudFront/Generated/AmazonCloudFrontConfig.cs index b6795763af82..a913c9ee5831 100644 --- a/sdk/src/Services/CloudFront/Generated/AmazonCloudFrontConfig.cs +++ b/sdk/src/Services/CloudFront/Generated/AmazonCloudFrontConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CloudFront public partial class AmazonCloudFrontConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("CloudFront", "3.7.302.19"); + InternalSDKUtils.BuildUserAgentString("CloudFront", "3.7.303.0"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CloudFront/Properties/AssemblyInfo.cs b/sdk/src/Services/CloudFront/Properties/AssemblyInfo.cs index f4715b813329..1bb7ac250a05 100644 --- a/sdk/src/Services/CloudFront/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CloudFront/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3.4.0")] -[assembly: AssemblyFileVersion("3.7.302.19")] +[assembly: AssemblyFileVersion("3.7.303.0")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Glue/Generated/AmazonGlueConfig.cs b/sdk/src/Services/Glue/Generated/AmazonGlueConfig.cs index f42537cccacf..fa37df8c9ce8 100644 --- a/sdk/src/Services/Glue/Generated/AmazonGlueConfig.cs +++ b/sdk/src/Services/Glue/Generated/AmazonGlueConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Glue public partial class AmazonGlueConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Glue", "3.7.310.15"); + InternalSDKUtils.BuildUserAgentString("Glue", "3.7.311.0"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Glue/Properties/AssemblyInfo.cs b/sdk/src/Services/Glue/Properties/AssemblyInfo.cs index 6911edecb5f5..cf93160be888 100644 --- a/sdk/src/Services/Glue/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Glue/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.310.15")] +[assembly: AssemblyFileVersion("3.7.311.0")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Lightsail/Generated/AmazonLightsailConfig.cs b/sdk/src/Services/Lightsail/Generated/AmazonLightsailConfig.cs index 4bc0cb26cbcc..ccbcb1155b82 100644 --- a/sdk/src/Services/Lightsail/Generated/AmazonLightsailConfig.cs +++ b/sdk/src/Services/Lightsail/Generated/AmazonLightsailConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Lightsail public partial class AmazonLightsailConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Lightsail", "3.7.304.27"); + InternalSDKUtils.BuildUserAgentString("Lightsail", "3.7.305.0"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Lightsail/Properties/AssemblyInfo.cs b/sdk/src/Services/Lightsail/Properties/AssemblyInfo.cs index 69bccfd2902c..6d67efe39a99 100644 --- a/sdk/src/Services/Lightsail/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Lightsail/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.304.27")] +[assembly: AssemblyFileVersion("3.7.305.0")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/MailManager/Generated/AmazonMailManagerConfig.cs b/sdk/src/Services/MailManager/Generated/AmazonMailManagerConfig.cs index 2a949a4c49f6..b411dd20d824 100644 --- a/sdk/src/Services/MailManager/Generated/AmazonMailManagerConfig.cs +++ b/sdk/src/Services/MailManager/Generated/AmazonMailManagerConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.MailManager public partial class AmazonMailManagerConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("MailManager", "3.3"); + InternalSDKUtils.BuildUserAgentString("MailManager", "3.7.300.0"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/MailManager/Properties/AssemblyInfo.cs b/sdk/src/Services/MailManager/Properties/AssemblyInfo.cs index 58b0cf5b040d..d17af5a3e695 100644 --- a/sdk/src/Services/MailManager/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/MailManager/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.3")] +[assembly: AssemblyFileVersion("3.7.300.0")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/PI/Generated/AmazonPIConfig.cs b/sdk/src/Services/PI/Generated/AmazonPIConfig.cs index fbd982d1e4b8..6a5e9b3c8948 100644 --- a/sdk/src/Services/PI/Generated/AmazonPIConfig.cs +++ b/sdk/src/Services/PI/Generated/AmazonPIConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.PI public partial class AmazonPIConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("PI", "3.7.300.93"); + InternalSDKUtils.BuildUserAgentString("PI", "3.7.301.0"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/PI/Properties/AssemblyInfo.cs b/sdk/src/Services/PI/Properties/AssemblyInfo.cs index a925f5cd3bd6..f1a1e6fa0149 100644 --- a/sdk/src/Services/PI/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/PI/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.300.93")] +[assembly: AssemblyFileVersion("3.7.301.0")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/RDS/Generated/AmazonRDSConfig.cs b/sdk/src/Services/RDS/Generated/AmazonRDSConfig.cs index 6e3184ce9ffd..d540587437d5 100644 --- a/sdk/src/Services/RDS/Generated/AmazonRDSConfig.cs +++ b/sdk/src/Services/RDS/Generated/AmazonRDSConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.RDS public partial class AmazonRDSConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("RDS", "3.7.313.0"); + InternalSDKUtils.BuildUserAgentString("RDS", "3.7.313.1"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/RDS/Properties/AssemblyInfo.cs b/sdk/src/Services/RDS/Properties/AssemblyInfo.cs index f3c665f993ef..6b6f9ddb8b2f 100644 --- a/sdk/src/Services/RDS/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/RDS/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.313.0")] +[assembly: AssemblyFileVersion("3.7.313.1")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/StorageGateway/Generated/AmazonStorageGatewayConfig.cs b/sdk/src/Services/StorageGateway/Generated/AmazonStorageGatewayConfig.cs index c34e7271c49f..b95de01c7d88 100644 --- a/sdk/src/Services/StorageGateway/Generated/AmazonStorageGatewayConfig.cs +++ b/sdk/src/Services/StorageGateway/Generated/AmazonStorageGatewayConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.StorageGateway public partial class AmazonStorageGatewayConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Storage Gateway", "3.7.301.53"); + InternalSDKUtils.BuildUserAgentString("Storage Gateway", "3.7.302.0"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/StorageGateway/Properties/AssemblyInfo.cs b/sdk/src/Services/StorageGateway/Properties/AssemblyInfo.cs index 8cbb100bf447..d404c164a696 100644 --- a/sdk/src/Services/StorageGateway/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/StorageGateway/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.301.53")] +[assembly: AssemblyFileVersion("3.7.302.0")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers]