Skip to content

Commit

Permalink
Updates SDK to v2.279.1
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 20, 2018
1 parent 1921d7e commit f16d340
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 13 deletions.
7 changes: 7 additions & 0 deletions .changes/2.279.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "ConfigService",
"description": "Setting internal length limits on resourceId for APIs. "
}
]
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.278.1-->
<!--LATEST=2.279.1-->
<!--ENTRYINSERT-->

## 2.279.1
* feature: ConfigService: Setting internal length limits on resourceId for APIs.

## 2.278.1
* feature: MediaPackage: Adds support for DASH OriginEnpoints with multiple media presentation description periods triggered by presence of SCTE-35 ad markers in Channel input streams.

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.278.1.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.279.1.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
6 changes: 5 additions & 1 deletion apis/config-2014-11-12.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -3069,7 +3069,11 @@
},
"ResourceCreationTime":{"type":"timestamp"},
"ResourceDeletionTime":{"type":"timestamp"},
"ResourceId":{"type":"string"},
"ResourceId":{
"type":"string",
"max":768,
"min":1
},
"ResourceIdList":{
"type":"list",
"member":{"shape":"ResourceId"}
Expand Down
2 changes: 1 addition & 1 deletion apis/dlm-2018-01-12.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -554,5 +554,5 @@
}
}
},
"documentation":"<fullname>Amazon Data Lifecyle Manager</fullname> <p>With Amazon Data Lifecyle Manager, you can manage the lifecycle of your AWS resources. You create lifecycle policies, which are used to automate operations on the specified resources.</p> <p>Data Lifecycle Manager supports Amazon EBS volumes and snapshots. For information about using Data Lifecycle Manager with Amazon EBS, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/snapshot-lifecycle.html\">Amazon Data Lifecyle Manager for Amazon EBS Snapshots</a>.</p>"
"documentation":"<fullname>Amazon Data Lifecycle Manager</fullname> <p>With Amazon Data Lifecycle Manager, you can manage the lifecycle of your AWS resources. You create lifecycle policies, which are used to automate operations on the specified resources.</p> <p>Amazon DLM supports Amazon EBS volumes and snapshots. For information about using Amazon DLM with Amazon EBS, see <a href=\"http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/snapshot-lifecycle.html\">Automating the Amazon EBS Snapshot Lifecycle</a> in the <i>Amazon EC2 User Guide</i>.</p>"
}
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.278.1',
VERSION: '2.279.1',

/**
* @api private
Expand Down
2 changes: 1 addition & 1 deletion dist/aws-sdk-react-native.js
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ return /******/ (function(modules) { // webpackBootstrap
/**
* @constant
*/
VERSION: '2.278.1',
VERSION: '2.279.1',

/**
* @api private
Expand Down
6 changes: 3 additions & 3 deletions dist/aws-sdk.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// AWS SDK for JavaScript v2.278.1
// AWS SDK for JavaScript v2.279.1
// 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 @@ -131058,7 +131058,7 @@ AWS.util.update(AWS, {
/**
* @constant
*/
VERSION: '2.278.1',
VERSION: '2.279.1',

/**
* @api private
Expand Down Expand Up @@ -150188,7 +150188,7 @@ function v4(options, buf, offset) {
module.exports = v4;

},{"./lib/bytesToUuid":354,"./lib/rng":355}],358:[function(require,module,exports){
// AWS SDK for JavaScript v2.278.1
// AWS SDK for JavaScript v2.279.1
// 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
4 changes: 2 additions & 2 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.278.1',
VERSION: '2.279.1',

/**
* @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.278.1",
"version": "2.279.1",
"author": {
"name": "Amazon Web Services",
"email": "",
Expand Down

0 comments on commit f16d340

Please sign in to comment.