Skip to content

Commit

Permalink
Updates SDK to v2.353.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 9, 2018
1 parent 72c0480 commit 53490b4
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 12 deletions.
7 changes: 7 additions & 0 deletions .changes/2.353.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "MediaPackage",
"description": "As a part of SPEKE DRM encryption, MediaPackage now supports encrypted content keys. You can enable this enhanced content protection in an OriginEndpoint's encryption settings. When this is enabled, MediaPackage indicates to the key server that it requires an encrypted response. To use this, your DRM key provider must support content key encryption. For details on this feature, see the AWS MediaPackage User Guide at https://docs.aws.amazon.com/mediapackage/latest/ug/what-is.html."
}
]
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.352.0-->
<!--LATEST=2.353.0-->
<!--ENTRYINSERT-->

## 2.353.0
* feature: MediaPackage: As a part of SPEKE DRM encryption, MediaPackage now supports encrypted content keys. You can enable this enhanced content protection in an OriginEndpoint's encryption settings. When this is enabled, MediaPackage indicates to the key server that it requires an encrypted response. To use this, your DRM key provider must support content key encryption. For details on this feature, see the AWS MediaPackage User Guide at https://docs.aws.amazon.com/mediapackage/latest/ug/what-is.html.

## 2.352.0
* feature: DLM: Amazon Data Lifecycle Manager adds support for copying EBS volume tags to EBS snapshots. AWS resource tags allow customers to add metadata and apply access policies to your Amazon Elastic Block Store (Amazon EBS) resources. Starting today, customers can use Amazon Data Lifecycle Manager (DLM) to copy tags on EBS volumes to EBS snapshots. This allows customers to easily set snapshot metadata, such as access policies, to match the parent volume. Customers can enable this functionality on new or existing lifecycle policies. They can also choose to disable it at a future date.
* feature: Endpoint Discovery: Some services provide endpoint discovery operations (e.g. 'DescribeEndpoints()'). This SDK feature, if turned on, will automatically request endpoints from services if needed and cache the endpoints returned.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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.352.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.353.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
3 changes: 3 additions & 0 deletions apis/mediapackage-2017-10-12.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,9 @@
},
"Sb": {
"members": {
"CertificateArn": {
"locationName": "certificateArn"
},
"ResourceId": {
"locationName": "resourceId"
},
Expand Down
5 changes: 5 additions & 0 deletions apis/mediapackage-2017-10-12.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1450,6 +1450,11 @@
"SpekeKeyProvider": {
"documentation": "A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.",
"members": {
"CertificateArn": {
"documentation": "An Amazon Resource Name (ARN) of a Certificate Manager certificate\nthat MediaPackage will use for enforcing secure end-to-end data\ntransfer with the key provider service.\n",
"locationName": "certificateArn",
"shape": "__string"
},
"ResourceId": {
"documentation": "The resource ID to include in key requests.",
"locationName": "resourceId",
Expand Down
7 changes: 7 additions & 0 deletions clients/mediapackage.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,13 @@ If not specified, there will be no time delay in effect for the OriginEndpoint.
Id?: __string;
}
export interface SpekeKeyProvider {
/**
* An Amazon Resource Name (ARN) of a Certificate Manager certificate
that MediaPackage will use for enforcing secure end-to-end data
transfer with the key provider service.
*/
CertificateArn?: __string;
/**
* The resource ID to include in key requests.
*/
Expand Down
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.352.0',
VERSION: '2.353.0',

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

Large diffs are not rendered by default.

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.352.0
// AWS SDK for JavaScript v2.353.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 @@ -138648,7 +138648,7 @@ AWS.util.update(AWS, {
/**
* @constant
*/
VERSION: '2.352.0',
VERSION: '2.353.0',

/**
* @api private
Expand Down Expand Up @@ -158562,7 +158562,7 @@ var LRUCache = /** @class */ (function () {
}());
exports.LRUCache = LRUCache;
},{}],371:[function(require,module,exports){
// AWS SDK for JavaScript v2.352.0
// AWS SDK for JavaScript v2.353.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
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.352.0',
VERSION: '2.353.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.352.0",
"version": "2.353.0",
"author": {
"name": "Amazon Web Services",
"email": "",
Expand Down

0 comments on commit 53490b4

Please sign in to comment.