diff --git a/SDK.CHANGELOG.md b/SDK.CHANGELOG.md index fcc1b606241a..a40061e9dbab 100644 --- a/SDK.CHANGELOG.md +++ b/SDK.CHANGELOG.md @@ -1,3 +1,13 @@ +### 3.3.129.0 (2017-07-26 22:18 UTC) +* CloudFront (3.3.5.0) + * Fixed CloudFrontCookierSigner incorrectly constructing resource path +* CloudWatch (3.3.4.0) + * This release adds high resolution features to CloudWatch, with support for Custom Metrics down to 1 second and Alarms down to 10 seconds. +* DynamoDBv2 (3.3.4.17) + * Corrected a typo. +* EC2 (3.3.18.0) + * Amazon EC2 Elastic GPUs allow you to easily attach low-cost graphics acceleration to current generation EC2 instances. With Amazon EC2 Elastic GPUs, you can configure the right amount of graphics acceleration to your particular workload without being constrained by fixed hardware configurations and limited GPU selection. + ### 3.3.128.0 (2017-07-25 23:11 UTC) * CloudDirectory (3.3.4.0) * Cloud Directory adds support for additional batch operations. diff --git a/generator/ServiceModels/_sdk-versions.json b/generator/ServiceModels/_sdk-versions.json index 150fd312b621..99adad243180 100644 --- a/generator/ServiceModels/_sdk-versions.json +++ b/generator/ServiceModels/_sdk-versions.json @@ -1,6 +1,6 @@ { - "ProductVersion" : "3.3.128.0", + "ProductVersion" : "3.3.129.0", "CoreVersion" : "3.3.17.4", "DefaultToPreview" : false, "ServiceVersions" : { @@ -37,7 +37,7 @@ "InPreview" : false }, "CloudFront" : { - "Version" : "3.3.4.4", + "Version" : "3.3.5.0", "AssemblyVersionOverride" : "3.3.4.0", "Dependencies" : { "Core" : "3.3.17.0" @@ -77,7 +77,7 @@ "InPreview" : false }, "CloudWatch" : { - "Version" : "3.3.3.1", + "Version" : "3.3.4.0", "AssemblyVersionOverride" : null, "Dependencies" : { "Core" : "3.3.17.0" @@ -143,7 +143,7 @@ "InPreview" : false }, "DynamoDBv2" : { - "Version" : "3.3.4.16", + "Version" : "3.3.4.17", "AssemblyVersionOverride" : null, "Dependencies" : { "Core" : "3.3.17.0" @@ -151,7 +151,7 @@ "InPreview" : false }, "EC2" : { - "Version" : "3.3.17.0", + "Version" : "3.3.18.0", "AssemblyVersionOverride" : null, "Dependencies" : { "Core" : "3.3.17.0" diff --git a/sdk/code-analysis/ServiceAnalysis/CloudFront/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CloudFront/Properties/AssemblyInfo.cs index 51bd36889c7d..0db51c634deb 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.3.4.4")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.3.5.0")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CloudWatch/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CloudWatch/Properties/AssemblyInfo.cs index a8778ecb9f7f..f4a63a2a4bc4 100644 --- a/sdk/code-analysis/ServiceAnalysis/CloudWatch/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CloudWatch/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.1")] \ 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/DynamoDBv2/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/DynamoDBv2/Properties/AssemblyInfo.cs index e50033d31378..6fed03410c92 100644 --- a/sdk/code-analysis/ServiceAnalysis/DynamoDBv2/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/DynamoDBv2/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.4.16")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.3.4.17")] \ 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 6a882533cee7..67c0f491a6b6 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.17.0")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.3.18.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 98b873516f0d..457e2c348107 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("3.3.4.4"); + InternalSDKUtils.BuildUserAgentString("3.3.5.0"); private string _userAgent = UserAgentString; diff --git a/sdk/src/Services/CloudFront/Properties/AssemblyInfo.cs b/sdk/src/Services/CloudFront/Properties/AssemblyInfo.cs index e8538a053a80..10e901f5d4f6 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.3.4.4")] +[assembly: AssemblyFileVersion("3.3.5.0")] #if WINDOWS_PHONE || UNITY [assembly: System.CLSCompliant(false)] diff --git a/sdk/src/Services/CloudWatch/Generated/AmazonCloudWatchConfig.cs b/sdk/src/Services/CloudWatch/Generated/AmazonCloudWatchConfig.cs index 658bcc531a53..dfdd40b7fe1a 100644 --- a/sdk/src/Services/CloudWatch/Generated/AmazonCloudWatchConfig.cs +++ b/sdk/src/Services/CloudWatch/Generated/AmazonCloudWatchConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CloudWatch public partial class AmazonCloudWatchConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("3.3.3.1"); + InternalSDKUtils.BuildUserAgentString("3.3.4.0"); private string _userAgent = UserAgentString; diff --git a/sdk/src/Services/CloudWatch/Properties/AssemblyInfo.cs b/sdk/src/Services/CloudWatch/Properties/AssemblyInfo.cs index c2de854ee6c8..f50052530d7b 100644 --- a/sdk/src/Services/CloudWatch/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CloudWatch/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.1")] +[assembly: AssemblyFileVersion("3.3.4.0")] #if WINDOWS_PHONE || UNITY [assembly: System.CLSCompliant(false)] diff --git a/sdk/src/Services/DynamoDBv2/Generated/AmazonDynamoDBConfig.cs b/sdk/src/Services/DynamoDBv2/Generated/AmazonDynamoDBConfig.cs index ce0f251c3b59..d5587074cb91 100644 --- a/sdk/src/Services/DynamoDBv2/Generated/AmazonDynamoDBConfig.cs +++ b/sdk/src/Services/DynamoDBv2/Generated/AmazonDynamoDBConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.DynamoDBv2 public partial class AmazonDynamoDBConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("3.3.4.16"); + InternalSDKUtils.BuildUserAgentString("3.3.4.17"); private string _userAgent = UserAgentString; diff --git a/sdk/src/Services/DynamoDBv2/Generated/AmazonDynamoDBStreamsConfig.cs b/sdk/src/Services/DynamoDBv2/Generated/AmazonDynamoDBStreamsConfig.cs index 3b57bb5aed44..ea6ef85f7e5b 100644 --- a/sdk/src/Services/DynamoDBv2/Generated/AmazonDynamoDBStreamsConfig.cs +++ b/sdk/src/Services/DynamoDBv2/Generated/AmazonDynamoDBStreamsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.DynamoDBv2 public partial class AmazonDynamoDBStreamsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("3.3.4.16"); + InternalSDKUtils.BuildUserAgentString("3.3.4.17"); private string _userAgent = UserAgentString; diff --git a/sdk/src/Services/DynamoDBv2/Properties/AssemblyInfo.cs b/sdk/src/Services/DynamoDBv2/Properties/AssemblyInfo.cs index 74c3dcf0bb39..b212402863af 100644 --- a/sdk/src/Services/DynamoDBv2/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/DynamoDBv2/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.4.16")] +[assembly: AssemblyFileVersion("3.3.4.17")] #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 ced1998ef816..4cf1a37408ea 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.17.0"); + InternalSDKUtils.BuildUserAgentString("3.3.18.0"); private string _userAgent = UserAgentString; diff --git a/sdk/src/Services/EC2/Properties/AssemblyInfo.cs b/sdk/src/Services/EC2/Properties/AssemblyInfo.cs index c0ca7ba4e95b..90627c2f2fcc 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.17.0")] +[assembly: AssemblyFileVersion("3.3.18.0")] #if WINDOWS_PHONE || UNITY [assembly: System.CLSCompliant(false)] diff --git a/sdk/xamarin-components/DynamoDBv2/component.yaml b/sdk/xamarin-components/DynamoDBv2/component.yaml index 2837341eb14e..04eca645c941 100644 --- a/sdk/xamarin-components/DynamoDBv2/component.yaml +++ b/sdk/xamarin-components/DynamoDBv2/component.yaml @@ -15,16 +15,16 @@ publisher-url: http://aws.amazon.com/mobile/sdk/ packages: android: - AWSSDK.Core, Version=3.3.17.0 - - AWSSDK.DynamoDBv2,Version=3.3.4.16 + - AWSSDK.DynamoDBv2,Version=3.3.4.17 ios-unified: - AWSSDK.Core, Version=3.3.17.0 - - AWSSDK.DynamoDBv2,Version=3.3.4.16 + - AWSSDK.DynamoDBv2,Version=3.3.4.17 winphone-8.0: - AWSSDK.Core, Version=3.3.17.0 - - AWSSDK.DynamoDBv2,Version=3.3.4.16 + - AWSSDK.DynamoDBv2,Version=3.3.4.17 winphone-8.1: - AWSSDK.Core, Version=3.3.17.0 - - AWSSDK.DynamoDBv2,Version=3.3.4.16 -version: 3.3.4.16 + - AWSSDK.DynamoDBv2,Version=3.3.4.17 +version: 3.3.4.17 is-shell: true no_build: true \ No newline at end of file