Skip to content

Commit

Permalink
Updates SDK to v2.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 11, 2017
1 parent fa31d45 commit 065c7df
Show file tree
Hide file tree
Showing 28 changed files with 157,752 additions and 169,344 deletions.
32 changes: 32 additions & 0 deletions .changes/2.50.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "bugfix",
"category": "ReactNative",
"description": "Fixes issue where binary responses were empty in iOS (e.g. s3.getObject)"
},
{
"type": "feature",
"category": "ELB",
"description": "Add a new API to allow customers to describe their account limits, such as load balancer limit, target group limit etc."
},
{
"type": "feature",
"category": "ELBv2",
"description": "Add a new API to allow customers to describe their account limits, such as load balancer limit, target group limit etc."
},
{
"type": "feature",
"category": "LexModelBuildingService",
"description": "Releasing new DeleteBotVersion, DeleteIntentVersion and DeleteSlotTypeVersion APIs."
},
{
"type": "feature",
"category": "Organizations",
"description": "AWS Organizations APIs that return an Account object now include the email address associated with the account’s root user."
},
{
"type": "bugfix",
"category": "Request",
"description": "Updates node.js request handling to obey socket read timeouts after response headers have been received. Previously timeouts were being ignored once headers were received, sometimes causing connections to hang."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-ReactNative-1c146c4d.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/feature-Request-97402bff.json

This file was deleted.

10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.49.0-->
<!--LATEST=2.50.0-->
<!--ENTRYINSERT-->

## 2.50.0
* bugfix: ReactNative: Fixes issue where binary responses were empty in iOS (e.g. s3.getObject)
* feature: ELB: Add a new API to allow customers to describe their account limits, such as load balancer limit, target group limit etc.
* feature: ELBv2: Add a new API to allow customers to describe their account limits, such as load balancer limit, target group limit etc.
* feature: LexModelBuildingService: Releasing new DeleteBotVersion, DeleteIntentVersion and DeleteSlotTypeVersion APIs.
* feature: Organizations: AWS Organizations APIs that return an Account object now include the email address associated with the account’s root user.
* bugfix: Request: Updates node.js request handling to obey socket read timeouts after response headers have been received. Previously timeouts were being ignored once headers were received, sometimes causing connections to hang.

## 2.49.0
* feature: ECS: Exposes container instance registration time in ECS:DescribeContainerInstances.
* feature: Lambda: Support for UpdateFunctionCode DryRun option
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ to work with the new major version.
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.49.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.50.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
52 changes: 40 additions & 12 deletions apis/elasticloadbalancing-2012-06-01.min.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "2.0",
"metadata": {
"uid": "elasticloadbalancing-2012-06-01",
"apiVersion": "2012-06-01",
"endpointPrefix": "elasticloadbalancing",
"protocol": "query",
"serviceFullName": "Elastic Load Balancing",
"signatureVersion": "v4",
"uid": "elasticloadbalancing-2012-06-01",
"xmlNamespace": "http://elasticloadbalancing.amazonaws.com/doc/2012-06-01/"
},
"operations": {
Expand Down Expand Up @@ -311,6 +311,34 @@
}
}
},
"DescribeAccountLimits": {
"input": {
"type": "structure",
"members": {
"Marker": {},
"PageSize": {
"type": "integer"
}
}
},
"output": {
"resultWrapper": "DescribeAccountLimitsResult",
"type": "structure",
"members": {
"Limits": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Name": {},
"Max": {}
}
}
},
"NextMarker": {}
}
}
},
"DescribeInstanceHealth": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -358,7 +386,7 @@
"type": "structure",
"members": {
"LoadBalancerAttributes": {
"shape": "S22"
"shape": "S2a"
}
}
}
Expand All @@ -369,7 +397,7 @@
"members": {
"LoadBalancerName": {},
"PolicyNames": {
"shape": "S2k"
"shape": "S2s"
}
}
},
Expand Down Expand Up @@ -475,7 +503,7 @@
"shape": "Sy"
},
"PolicyNames": {
"shape": "S2k"
"shape": "S2s"
}
}
}
Expand Down Expand Up @@ -506,7 +534,7 @@
}
},
"OtherPolicies": {
"shape": "S2k"
"shape": "S2s"
}
}
},
Expand All @@ -519,7 +547,7 @@
"type": "integer"
},
"PolicyNames": {
"shape": "S2k"
"shape": "S2s"
}
}
}
Expand Down Expand Up @@ -672,7 +700,7 @@
"members": {
"LoadBalancerName": {},
"LoadBalancerAttributes": {
"shape": "S22"
"shape": "S2a"
}
}
},
Expand All @@ -682,7 +710,7 @@
"members": {
"LoadBalancerName": {},
"LoadBalancerAttributes": {
"shape": "S22"
"shape": "S2a"
}
}
}
Expand Down Expand Up @@ -775,7 +803,7 @@
"type": "integer"
},
"PolicyNames": {
"shape": "S2k"
"shape": "S2s"
}
}
},
Expand All @@ -799,7 +827,7 @@
"type": "integer"
},
"PolicyNames": {
"shape": "S2k"
"shape": "S2s"
}
}
},
Expand Down Expand Up @@ -899,7 +927,7 @@
}
}
},
"S22": {
"S2a": {
"type": "structure",
"members": {
"CrossZoneLoadBalancing": {
Expand Down Expand Up @@ -966,7 +994,7 @@
}
}
},
"S2k": {
"S2s": {
"type": "list",
"member": {}
}
Expand Down

0 comments on commit 065c7df

Please sign in to comment.