Skip to content

Commit

Permalink
Updates SDK to v2.471.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 7, 2019
1 parent 4e23965 commit 33b429b
Show file tree
Hide file tree
Showing 12 changed files with 235 additions and 169 deletions.
7 changes: 7 additions & 0 deletions .changes/2.471.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "EC2",
"description": "Adds DNS entries and NLB ARNs to describe-vpc-endpoint-connections API response. Adds owner ID to describe-vpc-endpoints and create-vpc-endpoint API responses."
}
]
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.470.0-->
<!--LATEST=2.471.0-->
<!--ENTRYINSERT-->

## 2.471.0
* feature: EC2: Adds DNS entries and NLB ARNs to describe-vpc-endpoint-connections API response. Adds owner ID to describe-vpc-endpoints and create-vpc-endpoint API responses.

## 2.470.0
* feature: ECS: This release of Amazon Elastic Container Service (Amazon ECS) introduces support for launching container instances using supported Amazon EC2 instance types that have increased elastic network interface density. Using these instance types and opting in to the awsvpcTrunking account setting provides increased elastic network interface (ENI) density on newly launched container instances which allows you to place more tasks on each container instance.
* feature: GuardDuty: Improve FindingCriteria Condition field names, support long-typed conditions and deprecate old Condition field names.
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.470.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.471.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
42 changes: 28 additions & 14 deletions apis/ec2-2016-11-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -8765,6 +8765,14 @@
"CreationTimestamp": {
"locationName": "creationTimestamp",
"type": "timestamp"
},
"DnsEntries": {
"shape": "Sd1",
"locationName": "dnsEntrySet"
},
"NetworkLoadBalancerArns": {
"shape": "Sd",
"locationName": "networkLoadBalancerArnSet"
}
}
}
Expand Down Expand Up @@ -15957,20 +15965,8 @@
"locationName": "networkInterfaceIdSet"
},
"DnsEntries": {
"locationName": "dnsEntrySet",
"type": "list",
"member": {
"locationName": "item",
"type": "structure",
"members": {
"DnsName": {
"locationName": "dnsName"
},
"HostedZoneId": {
"locationName": "hostedZoneId"
}
}
}
"shape": "Sd1",
"locationName": "dnsEntrySet"
},
"CreationTimestamp": {
"locationName": "creationTimestamp",
Expand All @@ -15979,6 +15975,24 @@
"Tags": {
"shape": "Si",
"locationName": "tagSet"
},
"OwnerId": {
"locationName": "ownerId"
}
}
},
"Sd1": {
"type": "list",
"member": {
"locationName": "item",
"type": "structure",
"members": {
"DnsName": {
"locationName": "dnsName"
},
"HostedZoneId": {
"locationName": "hostedZoneId"
}
}
}
},
Expand Down
90 changes: 53 additions & 37 deletions apis/ec2-2016-11-15.normal.json

Large diffs are not rendered by default.

106 changes: 59 additions & 47 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.470.0',
VERSION: '2.471.0',

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

Large diffs are not rendered by default.

48 changes: 31 additions & 17 deletions dist/aws-sdk.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// AWS SDK for JavaScript v2.470.0
// AWS SDK for JavaScript v2.471.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 @@ -54248,6 +54248,14 @@ module.exports={
"CreationTimestamp": {
"locationName": "creationTimestamp",
"type": "timestamp"
},
"DnsEntries": {
"shape": "Sd1",
"locationName": "dnsEntrySet"
},
"NetworkLoadBalancerArns": {
"shape": "Sd",
"locationName": "networkLoadBalancerArnSet"
}
}
}
Expand Down Expand Up @@ -61440,20 +61448,8 @@ module.exports={
"locationName": "networkInterfaceIdSet"
},
"DnsEntries": {
"locationName": "dnsEntrySet",
"type": "list",
"member": {
"locationName": "item",
"type": "structure",
"members": {
"DnsName": {
"locationName": "dnsName"
},
"HostedZoneId": {
"locationName": "hostedZoneId"
}
}
}
"shape": "Sd1",
"locationName": "dnsEntrySet"
},
"CreationTimestamp": {
"locationName": "creationTimestamp",
Expand All @@ -61462,6 +61458,24 @@ module.exports={
"Tags": {
"shape": "Si",
"locationName": "tagSet"
},
"OwnerId": {
"locationName": "ownerId"
}
}
},
"Sd1": {
"type": "list",
"member": {
"locationName": "item",
"type": "structure",
"members": {
"DnsName": {
"locationName": "dnsName"
},
"HostedZoneId": {
"locationName": "hostedZoneId"
}
}
}
},
Expand Down Expand Up @@ -160596,7 +160610,7 @@ AWS.util.update(AWS, {
/**
* @constant
*/
VERSION: '2.470.0',
VERSION: '2.471.0',

/**
* @api private
Expand Down Expand Up @@ -181064,7 +181078,7 @@ var LRUCache = /** @class */ (function () {
}());
exports.LRUCache = LRUCache;
},{}],398:[function(require,module,exports){
// AWS SDK for JavaScript v2.470.0
// AWS SDK for JavaScript v2.471.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
94 changes: 47 additions & 47 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.470.0',
VERSION: '2.471.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.470.0",
"version": "2.471.0",
"author": {
"name": "Amazon Web Services",
"email": "",
Expand Down

0 comments on commit 33b429b

Please sign in to comment.