Skip to content

Commit

Permalink
Updates SDK to v2.510.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 14, 2019
1 parent 246465b commit 368f6bd
Show file tree
Hide file tree
Showing 12 changed files with 248 additions and 94 deletions.
7 changes: 7 additions & 0 deletions .changes/2.510.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "EC2",
"description": "This release adds a new API called SendDiagnosticInterrupt, which allows you to send diagnostic interrupts to your EC2 instance."
}
]
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.509.0-->
<!--LATEST=2.510.0-->
<!--ENTRYINSERT-->

## 2.510.0
* feature: EC2: This release adds a new API called SendDiagnosticInterrupt, which allows you to send diagnostic interrupts to your EC2 instance.

## 2.509.0
* feature: AppSync: Adds a configuration option for AppSync GraphQL APIs

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.509.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.510.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
22 changes: 18 additions & 4 deletions apis/ec2-2016-11-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -13526,6 +13526,20 @@
}
}
},
"SendDiagnosticInterrupt": {
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {},
"DryRun": {
"type": "boolean"
}
}
}
},
"StartInstances": {
"input": {
"type": "structure",
Expand All @@ -13550,7 +13564,7 @@
"type": "structure",
"members": {
"StartingInstances": {
"shape": "S16n",
"shape": "S16o",
"locationName": "instancesSet"
}
}
Expand Down Expand Up @@ -13584,7 +13598,7 @@
"type": "structure",
"members": {
"StoppingInstances": {
"shape": "S16n",
"shape": "S16o",
"locationName": "instancesSet"
}
}
Expand Down Expand Up @@ -13659,7 +13673,7 @@
"type": "structure",
"members": {
"TerminatingInstances": {
"shape": "S16n",
"shape": "S16o",
"locationName": "instancesSet"
}
}
Expand Down Expand Up @@ -18833,7 +18847,7 @@
"locationName": "SecurityGroupId"
}
},
"S16n": {
"S16o": {
"type": "list",
"member": {
"locationName": "item",
Expand Down
111 changes: 79 additions & 32 deletions apis/ec2-2016-11-15.normal.json

Large diffs are not rendered by default.

131 changes: 100 additions & 31 deletions clients/ec2.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/aws-sdk-core-react-native.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
/**
* @constant
*/
VERSION: '2.509.0',
VERSION: '2.510.0',

/**
* @api private
Expand Down
4 changes: 2 additions & 2 deletions dist/aws-sdk-react-native.js

Large diffs are not rendered by default.

28 changes: 21 additions & 7 deletions dist/aws-sdk.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// AWS SDK for JavaScript v2.509.0
// AWS SDK for JavaScript v2.510.0
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
Expand Down Expand Up @@ -63026,6 +63026,20 @@ module.exports={
}
}
},
"SendDiagnosticInterrupt": {
"input": {
"type": "structure",
"required": [
"InstanceId"
],
"members": {
"InstanceId": {},
"DryRun": {
"type": "boolean"
}
}
}
},
"StartInstances": {
"input": {
"type": "structure",
Expand All @@ -63050,7 +63064,7 @@ module.exports={
"type": "structure",
"members": {
"StartingInstances": {
"shape": "S16n",
"shape": "S16o",
"locationName": "instancesSet"
}
}
Expand Down Expand Up @@ -63084,7 +63098,7 @@ module.exports={
"type": "structure",
"members": {
"StoppingInstances": {
"shape": "S16n",
"shape": "S16o",
"locationName": "instancesSet"
}
}
Expand Down Expand Up @@ -63159,7 +63173,7 @@ module.exports={
"type": "structure",
"members": {
"TerminatingInstances": {
"shape": "S16n",
"shape": "S16o",
"locationName": "instancesSet"
}
}
Expand Down Expand Up @@ -68333,7 +68347,7 @@ module.exports={
"locationName": "SecurityGroupId"
}
},
"S16n": {
"S16o": {
"type": "list",
"member": {
"locationName": "item",
Expand Down Expand Up @@ -168612,7 +168626,7 @@ AWS.util.update(AWS, {
/**
* @constant
*/
VERSION: '2.509.0',
VERSION: '2.510.0',

/**
* @api private
Expand Down Expand Up @@ -189083,7 +189097,7 @@ var LRUCache = /** @class */ (function () {
}());
exports.LRUCache = LRUCache;
},{}],410:[function(require,module,exports){
// AWS SDK for JavaScript v2.509.0
// AWS SDK for JavaScript v2.510.0
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
require('./browser_loader');
Expand Down
26 changes: 13 additions & 13 deletions dist/aws-sdk.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ AWS.util.update(AWS, {
/**
* @constant
*/
VERSION: '2.509.0',
VERSION: '2.510.0',

/**
* @api private
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aws-sdk",
"description": "AWS SDK for JavaScript",
"version": "2.509.0",
"version": "2.510.0",
"author": {
"name": "Amazon Web Services",
"email": "",
Expand Down

0 comments on commit 368f6bd

Please sign in to comment.