aws-sdk 2.1656.0 → 2.1657.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/apis/datazone-2018-05-10.min.json +8 -2
- package/apis/fsx-2018-03-01.min.json +7 -1
- package/apis/opensearch-2021-01-01.min.json +141 -98
- package/apis/sagemaker-2017-07-24.min.json +1129 -801
- package/apis/sagemaker-2017-07-24.paginators.json +6 -0
- package/clients/fsx.d.ts +22 -18
- package/clients/opensearch.d.ts +53 -0
- package/clients/sagemaker.d.ts +389 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +6 -6
- package/dist/aws-sdk.js +3 -3
- package/dist/aws-sdk.min.js +2 -2
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/dist/aws-sdk.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1657.0
|
2
2
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
3
3
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
4
4
|
(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){
|
@@ -276281,7 +276281,7 @@ AWS.util.update(AWS, {
|
|
276281
276281
|
/**
|
276282
276282
|
* @constant
|
276283
276283
|
*/
|
276284
|
-
VERSION: '2.
|
276284
|
+
VERSION: '2.1657.0',
|
276285
276285
|
|
276286
276286
|
/**
|
276287
276287
|
* @api private
|
@@ -298553,7 +298553,7 @@ var LRUCache = /** @class */ (function () {
|
|
298553
298553
|
}());
|
298554
298554
|
exports.LRUCache = LRUCache;
|
298555
298555
|
},{}],467:[function(require,module,exports){
|
298556
|
-
// AWS SDK for JavaScript v2.
|
298556
|
+
// AWS SDK for JavaScript v2.1657.0
|
298557
298557
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
298558
298558
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
298559
298559
|
require('./browser_loader');
|