Skip to content

Commit

Permalink
Updates SDK to v2.485.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 28, 2019
1 parent a0010e6 commit 28444e6
Show file tree
Hide file tree
Showing 21 changed files with 1,025 additions and 865 deletions.
22 changes: 22 additions & 0 deletions .changes/2.485.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "AlexaForBusiness",
"description": "This release allows developers and customers to add SIP addresses and international phone numbers to contacts."
},
{
"type": "feature",
"category": "EC2",
"description": "You can now launch 8xlarge and 16xlarge instance sizes on the general purpose M5 and memory optimized R5 instance types."
},
{
"type": "feature",
"category": "Redshift",
"description": "ClusterAvailabilityStatus: The availability status of the cluster for queries. Possible values are the following: Available, Unavailable, Maintenance, Modifying, Failed."
},
{
"type": "feature",
"category": "WorkSpaces",
"description": "Minor API fixes for WorkSpaces."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.484.0-->
<!--LATEST=2.485.0-->
<!--ENTRYINSERT-->

## 2.485.0
* feature: AlexaForBusiness: This release allows developers and customers to add SIP addresses and international phone numbers to contacts.
* feature: EC2: You can now launch 8xlarge and 16xlarge instance sizes on the general purpose M5 and memory optimized R5 instance types.
* feature: Redshift: ClusterAvailabilityStatus: The availability status of the cluster for queries. Possible values are the following: Available, Unavailable, Maintenance, Modifying, Failed.
* feature: WorkSpaces: Minor API fixes for WorkSpaces.

## 2.484.0
* feature: DirectConnect: Tags will now be included in the API responses of all supported resources (Virtual interfaces, Connections, Interconnects and LAGs). You can also add tags while creating these resources.
* feature: EC2InstanceConnect: Amazon EC2 Instance Connect is a simple and secure way to connect to your instances using Secure Shell (SSH). With EC2 Instance Connect, you can control SSH access to your instances using AWS Identity and Access Management (IAM) policies as well as audit connection requests with AWS CloudTrail events. In addition, you can leverage your existing SSH keys or further enhance your security posture by generating one-time use SSH keys each time an authorized user connects.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ 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.484.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.485.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
Loading

0 comments on commit 28444e6

Please sign in to comment.