Skip to content

Commit

Permalink
Commit version number update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
normj committed Jul 17, 2017
1 parent 4865cfa commit 4845f21
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions SDK.CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions generator/ServiceModels/_sdk-versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{
"ProductVersion" : "3.3.123.0",
"ProductVersion" : "3.3.124.0",
"CoreVersion" : "3.3.17.2",
"DefaultToPreview" : false,
"ServiceVersions" : {
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
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.3.4.3")]
[assembly: AssemblyFileVersion("3.3.5.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.3.7.3")]
[assembly: AssemblyFileVersion("3.3.8.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -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;

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.3.4.3")]
[assembly: AssemblyFileVersion("3.3.5.0")]

#if WINDOWS_PHONE || UNITY
[assembly: System.CLSCompliant(false)]
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("3.3.7.3");
InternalSDKUtils.BuildUserAgentString("3.3.8.0");

private string _userAgent = UserAgentString;

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.3.7.3")]
[assembly: AssemblyFileVersion("3.3.8.0")]

#if WINDOWS_PHONE || UNITY
[assembly: System.CLSCompliant(false)]
Expand Down

0 comments on commit 4845f21

Please sign in to comment.