Skip to content

Commit

Permalink
Updates SDK to v2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 21, 2017
1 parent 8e15313 commit 6a1b00c
Show file tree
Hide file tree
Showing 14 changed files with 120 additions and 70 deletions.
12 changes: 12 additions & 0 deletions .changes/2.17.0.json
@@ -0,0 +1,12 @@
[
{
"type": "bugfix",
"category": "TypeScript",
"description": "Enable the configuration credentials to be nulled so that the global config is not used."
},
{
"type": "feature",
"category": "EC2",
"description": "Added the billingProduct parameter to the RegisterImage API."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-TypeScript-b03c57a6.json

This file was deleted.

6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.16.0-->
<!--LATEST=2.17.0-->
<!--ENTRYINSERT-->

## 2.17.0
* bugfix: TypeScript: Enable the configuration credentials to be nulled so that the global config is not used.
* feature: EC2: Added the billingProduct parameter to the RegisterImage API.

## 2.16.0
* feature: DirectConnect: This update will introduce the ability for Direct Connect customers to take advantage of Link Aggregation (LAG). This allows you to bundle many individual physical interfaces into a single logical interface, referred to as a LAG. This makes administration much simpler as the majority of configuration is done on the LAG while you are free to add or remove physical interfaces from the bundle as bandwidth demand increases or decreases. A concrete example of the simplification added by LAG is that customers need only a single BGP session as opposed to one session per physical connection.

Expand Down
2 changes: 1 addition & 1 deletion README.md
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.16.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.17.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
21 changes: 14 additions & 7 deletions apis/ec2-2016-11-15.min.json
Expand Up @@ -7463,6 +7463,13 @@
"RamdiskId": {
"locationName": "ramdiskId"
},
"BillingProducts": {
"locationName": "BillingProduct",
"type": "list",
"member": {
"locationName": "item"
}
},
"RootDeviceName": {
"locationName": "rootDeviceName"
},
Expand Down Expand Up @@ -8196,7 +8203,7 @@
"ImageId": {},
"KeyName": {},
"SecurityGroupIds": {
"shape": "Sog",
"shape": "Soh",
"locationName": "SecurityGroupId"
},
"UserData": {},
Expand Down Expand Up @@ -8286,7 +8293,7 @@
"type": "boolean"
},
"Groups": {
"shape": "Sog",
"shape": "Soh",
"locationName": "Group"
},
"DeleteOnTermination": {
Expand Down Expand Up @@ -8360,7 +8367,7 @@
"type": "structure",
"members": {
"StartingInstances": {
"shape": "Soy",
"shape": "Soz",
"locationName": "instancesSet"
}
}
Expand Down Expand Up @@ -8391,7 +8398,7 @@
"type": "structure",
"members": {
"StoppingInstances": {
"shape": "Soy",
"shape": "Soz",
"locationName": "instancesSet"
}
}
Expand All @@ -8418,7 +8425,7 @@
"type": "structure",
"members": {
"TerminatingInstances": {
"shape": "Soy",
"shape": "Soz",
"locationName": "instancesSet"
}
}
Expand Down Expand Up @@ -11591,13 +11598,13 @@
}
}
},
"Sog": {
"Soh": {
"type": "list",
"member": {
"locationName": "SecurityGroupId"
}
},
"Soy": {
"Soz": {
"type": "list",
"member": {
"locationName": "item",
Expand Down
26 changes: 20 additions & 6 deletions apis/ec2-2016-11-15.normal.json

Large diffs are not rendered by default.

25 changes: 18 additions & 7 deletions clients/ec2.d.ts

Large diffs are not rendered by default.

25 changes: 16 additions & 9 deletions dist/aws-sdk.js
@@ -1,4 +1,4 @@
// AWS SDK for JavaScript v2.16.0
// AWS SDK for JavaScript v2.17.0
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
Expand Down Expand Up @@ -29266,6 +29266,13 @@ module.exports={
"RamdiskId": {
"locationName": "ramdiskId"
},
"BillingProducts": {
"locationName": "BillingProduct",
"type": "list",
"member": {
"locationName": "item"
}
},
"RootDeviceName": {
"locationName": "rootDeviceName"
},
Expand Down Expand Up @@ -29999,7 +30006,7 @@ module.exports={
"ImageId": {},
"KeyName": {},
"SecurityGroupIds": {
"shape": "Sog",
"shape": "Soh",
"locationName": "SecurityGroupId"
},
"UserData": {},
Expand Down Expand Up @@ -30089,7 +30096,7 @@ module.exports={
"type": "boolean"
},
"Groups": {
"shape": "Sog",
"shape": "Soh",
"locationName": "Group"
},
"DeleteOnTermination": {
Expand Down Expand Up @@ -30163,7 +30170,7 @@ module.exports={
"type": "structure",
"members": {
"StartingInstances": {
"shape": "Soy",
"shape": "Soz",
"locationName": "instancesSet"
}
}
Expand Down Expand Up @@ -30194,7 +30201,7 @@ module.exports={
"type": "structure",
"members": {
"StoppingInstances": {
"shape": "Soy",
"shape": "Soz",
"locationName": "instancesSet"
}
}
Expand All @@ -30221,7 +30228,7 @@ module.exports={
"type": "structure",
"members": {
"TerminatingInstances": {
"shape": "Soy",
"shape": "Soz",
"locationName": "instancesSet"
}
}
Expand Down Expand Up @@ -33394,13 +33401,13 @@ module.exports={
}
}
},
"Sog": {
"Soh": {
"type": "list",
"member": {
"locationName": "SecurityGroupId"
}
},
"Soy": {
"Soz": {
"type": "list",
"member": {
"locationName": "item",
Expand Down Expand Up @@ -92311,7 +92318,7 @@ module.exports = AWS;
AWS.util.update(AWS, {


VERSION: '2.16.0',
VERSION: '2.17.0',


Signers: {},
Expand Down
56 changes: 28 additions & 28 deletions dist/aws-sdk.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc-src/guide/browser-building.md
Expand Up @@ -29,7 +29,7 @@ First, clone the repository from GitHub and cd into the directory:
```bash
git clone git://github.com/aws/aws-sdk-js
cd aws-sdk-js
git checkout v2.16.0
git checkout v2.17.0
```

After you have cloned the repository, you need to download the dependency modules
Expand Down
2 changes: 1 addition & 1 deletion doc-src/guide/browser-examples.md
Expand Up @@ -7,7 +7,7 @@ and authenticated with the correct credentials.

The common preamble code can be summarized as follows:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.16.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.17.0.min.js"></script>
<script type="text/javascript">
// See the Configuring section to configure credentials in the SDK
AWS.config.credentials = ...;
Expand Down
4 changes: 2 additions & 2 deletions doc-src/guide/browser-intro.md
Expand Up @@ -8,10 +8,10 @@ The quickest way to get started with the SDK is to load it using the hosted
package directly from Amazon Web Services. To do this, simply add the following
script tag to your HTML pages:

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

You can also download this package by clicking the following link:
[aws-sdk-2.16.0.min.js](https://sdk.amazonaws.com/js/aws-sdk-2.16.0.min.js)
[aws-sdk-2.17.0.min.js](https://sdk.amazonaws.com/js/aws-sdk-2.17.0.min.js)

## Using Bower

Expand Down
2 changes: 1 addition & 1 deletion lib/core.js
Expand Up @@ -17,7 +17,7 @@ AWS.util.update(AWS, {
/**
* @constant
*/
VERSION: '2.16.0',
VERSION: '2.17.0',

/**
* @api private
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "aws-sdk",
"description": "AWS SDK for JavaScript",
"version": "2.16.0",
"version": "2.17.0",
"author": {
"name": "Amazon Web Services",
"email": "",
Expand Down

0 comments on commit 6a1b00c

Please sign in to comment.