Skip to content

Commit 1c27481

Browse files
author
awstools
committed
Updates SDK to v2.1343.0
1 parent 31f179d commit 1c27481

16 files changed

+312
-282
lines changed

.changes/2.1343.0.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Comprehend",
5+
"description": "This release adds a new field (FlywheelArn) to the EntitiesDetectionJobProperties object. The FlywheelArn field is returned in the DescribeEntitiesDetectionJob and ListEntitiesDetectionJobs responses when the EntitiesDetection job is started with a FlywheelArn instead of an EntityRecognizerArn ."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "RDS",
10+
"description": "Added error code CreateCustomDBEngineVersionFault for when the create custom engine version for Custom engines fails."
11+
}
12+
]

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1342.0-->
2+
<!--LATEST=2.1343.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1343.0
6+
* feature: Comprehend: This release adds a new field (FlywheelArn) to the EntitiesDetectionJobProperties object. The FlywheelArn field is returned in the DescribeEntitiesDetectionJob and ListEntitiesDetectionJobs responses when the EntitiesDetection job is started with a FlywheelArn instead of an EntityRecognizerArn .
7+
* feature: RDS: Added error code CreateCustomDBEngineVersionFault for when the create custom engine version for Custom engines fails.
8+
59
## 2.1342.0
610
* feature: Batch: This feature allows Batch to support configuration of ephemeral storage size for jobs running on FARGATE
711
* feature: ChimeSDKIdentity: AppInstanceBots can be used to add a bot powered by Amazon Lex to chat channels. ExpirationSettings provides automatic resource deletion for AppInstanceUsers.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
7070
To use the SDK in the browser, simply add the following script tag to your
7171
HTML pages:
7272

73-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1342.0.min.js"></script>
73+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1343.0.min.js"></script>
7474

7575
You can also build a custom browser SDK with your specified set of AWS services.
7676
This can allow you to reduce the SDK's size, specify different API versions of

apis/comprehend-2017-11-27.min.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3232,7 +3232,8 @@
32323232
"VolumeKmsKeyId": {},
32333233
"VpcConfig": {
32343234
"shape": "S3e"
3235-
}
3235+
},
3236+
"FlywheelArn": {}
32363237
}
32373238
},
32383239
"S5p": {

apis/comprehend-2017-11-27.normal.json

Lines changed: 108 additions & 103 deletions
Large diffs are not rendered by default.

apis/monitoring-2010-08-01.normal.json

Lines changed: 12 additions & 12 deletions
Large diffs are not rendered by default.

apis/rds-2014-10-31.normal.json

Lines changed: 20 additions & 17 deletions
Large diffs are not rendered by default.

clients/cloudwatch.d.ts

Lines changed: 13 additions & 13 deletions
Large diffs are not rendered by default.

clients/comprehend.d.ts

Lines changed: 110 additions & 106 deletions
Large diffs are not rendered by default.

clients/rds.d.ts

Lines changed: 16 additions & 16 deletions
Large diffs are not rendered by default.

dist/aws-sdk-core-react-native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
8383
/**
8484
* @constant
8585
*/
86-
VERSION: '2.1342.0',
86+
VERSION: '2.1343.0',
8787

8888
/**
8989
* @api private

dist/aws-sdk-react-native.js

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

dist/aws-sdk.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// AWS SDK for JavaScript v2.1342.0
1+
// AWS SDK for JavaScript v2.1343.0
22
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
44
(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){
@@ -57809,7 +57809,8 @@ module.exports={
5780957809
"VolumeKmsKeyId": {},
5781057810
"VpcConfig": {
5781157811
"shape": "S3e"
57812-
}
57812+
},
57813+
"FlywheelArn": {}
5781357814
}
5781457815
},
5781557816
"S5p": {
@@ -254648,7 +254649,7 @@ AWS.util.update(AWS, {
254648254649
/**
254649254650
* @constant
254650254651
*/
254651-
VERSION: '2.1342.0',
254652+
VERSION: '2.1343.0',
254652254653

254653254654
/**
254654254655
* @api private
@@ -276765,7 +276766,7 @@ var LRUCache = /** @class */ (function () {
276765276766
}());
276766276767
exports.LRUCache = LRUCache;
276767276768
},{}],462:[function(require,module,exports){
276768-
// AWS SDK for JavaScript v2.1342.0
276769+
// AWS SDK for JavaScript v2.1343.0
276769276770
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
276770276771
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
276771276772
require('./browser_loader');

dist/aws-sdk.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
2020
/**
2121
* @constant
2222
*/
23-
VERSION: '2.1342.0',
23+
VERSION: '2.1343.0',
2424

2525
/**
2626
* @api private

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aws-sdk",
33
"description": "AWS SDK for JavaScript",
4-
"version": "2.1342.0",
4+
"version": "2.1343.0",
55
"author": {
66
"name": "Amazon Web Services",
77
"email": "",

0 commit comments

Comments
 (0)