diff --git a/SDK.CHANGELOG.md b/SDK.CHANGELOG.md index fa1f5c72784a..4bd6779f3d4c 100644 --- a/SDK.CHANGELOG.md +++ b/SDK.CHANGELOG.md @@ -1,3 +1,9 @@ +### 3.3.124.0 (2017-07-17 21:14 UTC) +* CognitoIdentityProvider (3.3.5.0) + * Allows developers to configure user pools for email/phone based signup and sign-in. +* Lambda (3.3.8.0) + * Lambda@Edge lets you run code closer to your end users without provisioning or managing servers. With Lambda@Edge, your code runs in AWS edge locations, allowing you to respond to your end users at the lowest latency. Your code is triggered by Amazon CloudFront events, such as requests to and from origin servers and viewers, and it is ready to execute at every AWS edge location whenever a request for content is received. You just upload your Node.js code to AWS Lambda and Lambda takes care of everything required to run and scale your code with high availability. You only pay for the compute time you consume - there is no charge when your code is not running. + ### 3.3.123.0 (2017-07-14 23:04 UTC) * ApplicationDiscoveryService (3.3.3.0) * Adding feature to the Export API for Discovery Service to allow filters for the export task to allow export based on per agent id. diff --git a/generator/ServiceModels/_sdk-versions.json b/generator/ServiceModels/_sdk-versions.json index 530a8085c33b..2a28a6e80d58 100644 --- a/generator/ServiceModels/_sdk-versions.json +++ b/generator/ServiceModels/_sdk-versions.json @@ -1,6 +1,6 @@ { - "ProductVersion" : "3.3.123.0", + "ProductVersion" : "3.3.124.0", "CoreVersion" : "3.3.17.2", "DefaultToPreview" : false, "ServiceVersions" : { @@ -241,7 +241,7 @@ "InPreview" : false }, "Lambda" : { - "Version" : "3.3.7.3", + "Version" : "3.3.8.0", "AssemblyVersionOverride" : null, "Dependencies" : { "Core" : "3.3.17.0" @@ -537,7 +537,7 @@ "InPreview" : false }, "CognitoIdentityProvider" : { - "Version" : "3.3.4.3", + "Version" : "3.3.5.0", "AssemblyVersionOverride" : null, "Dependencies" : { "Core" : "3.3.17.0" diff --git a/sdk/code-analysis/ServiceAnalysis/CognitoIdentityProvider/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CognitoIdentityProvider/Properties/AssemblyInfo.cs index e52b546b4fdd..725c05530e26 100644 --- a/sdk/code-analysis/ServiceAnalysis/CognitoIdentityProvider/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CognitoIdentityProvider/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.3")] \ 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/Lambda/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Lambda/Properties/AssemblyInfo.cs index 3ce13fcfd9eb..612489a2b1dd 100644 --- a/sdk/code-analysis/ServiceAnalysis/Lambda/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Lambda/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.7.3")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.3.8.0")] \ No newline at end of file diff --git a/sdk/src/Services/CognitoIdentityProvider/Generated/AmazonCognitoIdentityProviderConfig.cs b/sdk/src/Services/CognitoIdentityProvider/Generated/AmazonCognitoIdentityProviderConfig.cs index cee5aa751ad2..d9473a689179 100644 --- a/sdk/src/Services/CognitoIdentityProvider/Generated/AmazonCognitoIdentityProviderConfig.cs +++ b/sdk/src/Services/CognitoIdentityProvider/Generated/AmazonCognitoIdentityProviderConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CognitoIdentityProvider public partial class AmazonCognitoIdentityProviderConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("3.3.4.3"); + InternalSDKUtils.BuildUserAgentString("3.3.5.0"); private string _userAgent = UserAgentString; diff --git a/sdk/src/Services/CognitoIdentityProvider/Properties/AssemblyInfo.cs b/sdk/src/Services/CognitoIdentityProvider/Properties/AssemblyInfo.cs index ee54973e8bde..c3c09be5f61a 100644 --- a/sdk/src/Services/CognitoIdentityProvider/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CognitoIdentityProvider/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.3")] +[assembly: AssemblyFileVersion("3.3.5.0")] #if WINDOWS_PHONE || UNITY [assembly: System.CLSCompliant(false)] diff --git a/sdk/src/Services/Lambda/Generated/AmazonLambdaConfig.cs b/sdk/src/Services/Lambda/Generated/AmazonLambdaConfig.cs index 31acd91f16ad..e558d024a5e6 100644 --- a/sdk/src/Services/Lambda/Generated/AmazonLambdaConfig.cs +++ b/sdk/src/Services/Lambda/Generated/AmazonLambdaConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Lambda public partial class AmazonLambdaConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("3.3.7.3"); + InternalSDKUtils.BuildUserAgentString("3.3.8.0"); private string _userAgent = UserAgentString; diff --git a/sdk/src/Services/Lambda/Properties/AssemblyInfo.cs b/sdk/src/Services/Lambda/Properties/AssemblyInfo.cs index 08b1d4a2f495..4b80495eefbb 100644 --- a/sdk/src/Services/Lambda/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Lambda/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.7.3")] +[assembly: AssemblyFileVersion("3.3.8.0")] #if WINDOWS_PHONE || UNITY [assembly: System.CLSCompliant(false)]