Skip to content

Commit

Permalink
Updates SDK to v2.866.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 17, 2021
1 parent 3d21184 commit a92cf6f
Show file tree
Hide file tree
Showing 14 changed files with 135 additions and 120 deletions.
12 changes: 12 additions & 0 deletions .changes/2.866.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "Batch",
"description": "Making serviceRole an optional parameter when creating a compute environment. If serviceRole is not provided then Service Linked Role will be created (or reused if it already exists)."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Support new target device ml_eia2 in SageMaker CreateCompilationJob API"
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.865.0-->
<!--LATEST=2.866.0-->
<!--ENTRYINSERT-->

## 2.866.0
* feature: Batch: Making serviceRole an optional parameter when creating a compute environment. If serviceRole is not provided then Service Linked Role will be created (or reused if it already exists).
* feature: SageMaker: Support new target device ml_eia2 in SageMaker CreateCompilationJob API

## 2.865.0
* feature: AccessAnalyzer: This release adds support for the ValidatePolicy API. IAM Access Analyzer is adding over 100 policy checks and actionable recommendations that help you validate your policies during authoring.
* feature: GameLift: GameLift expands to six new AWS Regions, adds support for multi-location fleets to streamline management of hosting resources, and lets you customize more of the game session placement process.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.865.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.866.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: 1 addition & 2 deletions apis/batch-2016-08-10.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
"type": "structure",
"required": [
"computeEnvironmentName",
"type",
"serviceRole"
"type"
],
"members": {
"computeEnvironmentName": {},
Expand Down
97 changes: 48 additions & 49 deletions apis/batch-2016-08-10.normal.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions apis/sagemaker-2017-07-24.normal.json

Large diffs are not rendered by default.

104 changes: 52 additions & 52 deletions clients/batch.d.ts

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions clients/sagemaker.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.865.0',
VERSION: '2.866.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.865.0
// AWS SDK for JavaScript v2.866.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 @@ -214749,7 +214749,7 @@ AWS.util.update(AWS, {
/**
* @constant
*/
VERSION: '2.865.0',
VERSION: '2.866.0',

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

0 comments on commit a92cf6f

Please sign in to comment.