diff --git a/SDK.CHANGELOG.md b/SDK.CHANGELOG.md index b345e097262e..69f3818892f2 100644 --- a/SDK.CHANGELOG.md +++ b/SDK.CHANGELOG.md @@ -1,3 +1,11 @@ +### 3.3.127.0 (2017-07-24 20:34 UTC) +* AppStream (3.3.4.0) + * Amazon AppStream 2.0 image builders and fleets can now access applications and network resources that rely on Microsoft Active Directory (AD) for authentication and permissions. This new feature allows you to join your streaming instances to your AD, so you can use your existing AD user management tools. +* EC2 (3.3.17.0) + * Spot Fleet tagging capability allows customers to automatically tag instances launched by Spot Fleet. You can use this feature to label or distinguish instances created by distinct Spot Fleets. Tagging your EC2 instances also enables you to see instance cost allocation by tag in your AWS bill. +* Core 3.3.17.4 + * Made the ‘profile’ keyword, which can be added to the profile name parameter in the shared credentials file, optional. + ### 3.3.126.1 (2017-07-24 15:26 UTC) * SimpleNotificationService (3.3.0.21) * Updated to use new Core, version 3.3.17.3 diff --git a/generator/ServiceModels/_sdk-versions.json b/generator/ServiceModels/_sdk-versions.json index f7eeee10f214..93e339cbf80a 100644 --- a/generator/ServiceModels/_sdk-versions.json +++ b/generator/ServiceModels/_sdk-versions.json @@ -1,7 +1,7 @@ { - "ProductVersion" : "3.3.126.1", - "CoreVersion" : "3.3.17.3", + "ProductVersion" : "3.3.127.0", + "CoreVersion" : "3.3.17.4", "DefaultToPreview" : false, "ServiceVersions" : { "CloudHSM" : { @@ -151,7 +151,7 @@ "InPreview" : false }, "EC2" : { - "Version" : "3.3.16.0", + "Version" : "3.3.17.0", "AssemblyVersionOverride" : null, "Dependencies" : { "Core" : "3.3.17.0" @@ -641,7 +641,7 @@ "InPreview" : false }, "AppStream" : { - "Version" : "3.3.3.3", + "Version" : "3.3.4.0", "AssemblyVersionOverride" : null, "Dependencies" : { "Core" : "3.3.17.0" diff --git a/sdk/code-analysis/ServiceAnalysis/AppStream/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/AppStream/Properties/AssemblyInfo.cs index 03a53787cf2e..76a4dc16de64 100644 --- a/sdk/code-analysis/ServiceAnalysis/AppStream/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/AppStream/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.3.3")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.3.4.0")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/EC2/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/EC2/Properties/AssemblyInfo.cs index 550e43c86aee..6a882533cee7 100644 --- a/sdk/code-analysis/ServiceAnalysis/EC2/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/EC2/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.16.0")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.3.17.0")] \ No newline at end of file diff --git a/sdk/src/Core/Amazon.Util/Internal/InternalSDKUtils.generated.cs b/sdk/src/Core/Amazon.Util/Internal/InternalSDKUtils.generated.cs index bdb45f2039e2..c5eb88c7befe 100644 --- a/sdk/src/Core/Amazon.Util/Internal/InternalSDKUtils.generated.cs +++ b/sdk/src/Core/Amazon.Util/Internal/InternalSDKUtils.generated.cs @@ -29,6 +29,6 @@ namespace Amazon.Util.Internal { public static partial class InternalSDKUtils { - internal const string CoreVersionNumber = "3.3.17.3"; + internal const string CoreVersionNumber = "3.3.17.4"; } } \ No newline at end of file diff --git a/sdk/src/Core/Properties/AssemblyInfo.cs b/sdk/src/Core/Properties/AssemblyInfo.cs index eacb5b9728e7..1659cbca08d8 100644 --- a/sdk/src/Core/Properties/AssemblyInfo.cs +++ b/sdk/src/Core/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.17.3")] +[assembly: AssemblyFileVersion("3.3.17.4")] #if WINDOWS_PHONE || UNITY [assembly: System.CLSCompliant(false)] diff --git a/sdk/src/Services/AppStream/Generated/AmazonAppStreamConfig.cs b/sdk/src/Services/AppStream/Generated/AmazonAppStreamConfig.cs index 7b74344abe63..ebe64da2701b 100644 --- a/sdk/src/Services/AppStream/Generated/AmazonAppStreamConfig.cs +++ b/sdk/src/Services/AppStream/Generated/AmazonAppStreamConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.AppStream public partial class AmazonAppStreamConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("3.3.3.3"); + InternalSDKUtils.BuildUserAgentString("3.3.4.0"); private string _userAgent = UserAgentString; diff --git a/sdk/src/Services/AppStream/Properties/AssemblyInfo.cs b/sdk/src/Services/AppStream/Properties/AssemblyInfo.cs index 9ff4f326b469..9f85a676344d 100644 --- a/sdk/src/Services/AppStream/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/AppStream/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.3.3")] +[assembly: AssemblyFileVersion("3.3.4.0")] #if WINDOWS_PHONE || UNITY [assembly: System.CLSCompliant(false)] diff --git a/sdk/src/Services/EC2/Generated/AmazonEC2Config.cs b/sdk/src/Services/EC2/Generated/AmazonEC2Config.cs index 39a39d88785a..ced1998ef816 100644 --- a/sdk/src/Services/EC2/Generated/AmazonEC2Config.cs +++ b/sdk/src/Services/EC2/Generated/AmazonEC2Config.cs @@ -32,7 +32,7 @@ namespace Amazon.EC2 public partial class AmazonEC2Config : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("3.3.16.0"); + InternalSDKUtils.BuildUserAgentString("3.3.17.0"); private string _userAgent = UserAgentString; diff --git a/sdk/src/Services/EC2/Properties/AssemblyInfo.cs b/sdk/src/Services/EC2/Properties/AssemblyInfo.cs index 24a6b966847f..c0ca7ba4e95b 100644 --- a/sdk/src/Services/EC2/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/EC2/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.16.0")] +[assembly: AssemblyFileVersion("3.3.17.0")] #if WINDOWS_PHONE || UNITY [assembly: System.CLSCompliant(false)]