Skip to content

Commit

Permalink
Updates SDK to v2.1343.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 24, 2023
1 parent 31f179d commit 1c27481
Show file tree
Hide file tree
Showing 16 changed files with 312 additions and 282 deletions.
12 changes: 12 additions & 0 deletions .changes/2.1343.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "Comprehend",
"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 ."
},
{
"type": "feature",
"category": "RDS",
"description": "Added error code CreateCustomDBEngineVersionFault for when the create custom engine version for Custom engines fails."
}
]
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.1342.0-->
<!--LATEST=2.1343.0-->
<!--ENTRYINSERT-->

## 2.1343.0
* 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 .
* feature: RDS: Added error code CreateCustomDBEngineVersionFault for when the create custom engine version for Custom engines fails.

## 2.1342.0
* feature: Batch: This feature allows Batch to support configuration of ephemeral storage size for jobs running on FARGATE
* feature: ChimeSDKIdentity: AppInstanceBots can be used to add a bot powered by Amazon Lex to chat channels. ExpirationSettings provides automatic resource deletion for AppInstanceUsers.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1342.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1343.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: 2 additions & 1 deletion apis/comprehend-2017-11-27.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -3232,7 +3232,8 @@
"VolumeKmsKeyId": {},
"VpcConfig": {
"shape": "S3e"
}
},
"FlywheelArn": {}
}
},
"S5p": {
Expand Down
211 changes: 108 additions & 103 deletions apis/comprehend-2017-11-27.normal.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions apis/monitoring-2010-08-01.normal.json

Large diffs are not rendered by default.

37 changes: 20 additions & 17 deletions apis/rds-2014-10-31.normal.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions clients/cloudwatch.d.ts

Large diffs are not rendered by default.

216 changes: 110 additions & 106 deletions clients/comprehend.d.ts

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions clients/rds.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.1342.0',
VERSION: '2.1343.0',

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

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions dist/aws-sdk.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// AWS SDK for JavaScript v2.1342.0
// AWS SDK for JavaScript v2.1343.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 @@ -57809,7 +57809,8 @@ module.exports={
"VolumeKmsKeyId": {},
"VpcConfig": {
"shape": "S3e"
}
},
"FlywheelArn": {}
}
},
"S5p": {
Expand Down Expand Up @@ -254648,7 +254649,7 @@ AWS.util.update(AWS, {
/**
* @constant
*/
VERSION: '2.1342.0',
VERSION: '2.1343.0',

/**
* @api private
Expand Down Expand Up @@ -276765,7 +276766,7 @@ var LRUCache = /** @class */ (function () {
}());
exports.LRUCache = LRUCache;
},{}],462:[function(require,module,exports){
// AWS SDK for JavaScript v2.1342.0
// AWS SDK for JavaScript v2.1343.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
6 changes: 3 additions & 3 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.1342.0',
VERSION: '2.1343.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.1342.0",
"version": "2.1343.0",
"author": {
"name": "Amazon Web Services",
"email": "",
Expand Down

0 comments on commit 1c27481

Please sign in to comment.