cdk-comprehend-s3olap 2.0.87 → 2.0.88
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/.jsii +4 -4
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +4 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +53 -8
- package/node_modules/aws-sdk/clients/identitystore.d.ts +34 -34
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +50 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/esbuild/bin/esbuild +1 -1
- package/node_modules/esbuild/install.js +5 -5
- package/node_modules/esbuild/lib/main.js +14 -13
- package/node_modules/esbuild/package.json +22 -22
- package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
- package/node_modules/esbuild-linux-64/package.json +1 -1
- package/package.json +8 -7
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1210.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){
|
@@ -242558,7 +242558,7 @@ AWS.util.update(AWS, {
|
|
242558
242558
|
/**
|
242559
242559
|
* @constant
|
242560
242560
|
*/
|
242561
|
-
VERSION: '2.
|
242561
|
+
VERSION: '2.1210.0',
|
242562
242562
|
|
242563
242563
|
/**
|
242564
242564
|
* @api private
|
@@ -264542,7 +264542,7 @@ var LRUCache = /** @class */ (function () {
|
|
264542
264542
|
}());
|
264543
264543
|
exports.LRUCache = LRUCache;
|
264544
264544
|
},{}],458:[function(require,module,exports){
|
264545
|
-
// AWS SDK for JavaScript v2.
|
264545
|
+
// AWS SDK for JavaScript v2.1210.0
|
264546
264546
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
264547
264547
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
264548
264548
|
require('./browser_loader');
|