cdk-comprehend-s3olap 2.0.496 → 2.0.497
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 +3 -3
- 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/README.md +1 -1
- package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.min.json +121 -11
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +563 -291
- package/node_modules/aws-sdk/clients/appintegrations.d.ts +122 -13
- package/node_modules/aws-sdk/clients/glue.d.ts +380 -0
- 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 +3 -3
- 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/package.json +2 -2
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1670.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){
|
@@ -277454,7 +277454,7 @@ AWS.util.update(AWS, {
|
|
277454
277454
|
/**
|
277455
277455
|
* @constant
|
277456
277456
|
*/
|
277457
|
-
VERSION: '2.
|
277457
|
+
VERSION: '2.1670.0',
|
277458
277458
|
|
277459
277459
|
/**
|
277460
277460
|
* @api private
|
@@ -299771,7 +299771,7 @@ var LRUCache = /** @class */ (function () {
|
|
299771
299771
|
}());
|
299772
299772
|
exports.LRUCache = LRUCache;
|
299773
299773
|
},{}],467:[function(require,module,exports){
|
299774
|
-
// AWS SDK for JavaScript v2.
|
299774
|
+
// AWS SDK for JavaScript v2.1670.0
|
299775
299775
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
299776
299776
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
299777
299777
|
require('./browser_loader');
|