cdk-comprehend-s3olap 2.0.217 → 2.0.218
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/@esbuild/linux-x64/bin/esbuild +0 -0
- package/node_modules/@esbuild/linux-x64/package.json +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +7 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +19 -3
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +854 -54
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +30 -0
- package/node_modules/aws-sdk/apis/snowball-2016-06-30.examples.json +26 -0
- package/node_modules/aws-sdk/apis/snowball-2016-06-30.min.json +113 -55
- package/node_modules/aws-sdk/apis/snowball-2016-06-30.paginators.json +5 -0
- package/node_modules/aws-sdk/clients/codegurusecurity.d.ts +3 -3
- package/node_modules/aws-sdk/clients/connect.d.ts +2 -2
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +1035 -33
- package/node_modules/aws-sdk/clients/m2.d.ts +14 -4
- package/node_modules/aws-sdk/clients/snowball.d.ts +101 -9
- package/node_modules/aws-sdk/clients/translate.d.ts +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +59 -80
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +122 -164
- 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/lib/main.d.ts +1 -1
- package/node_modules/esbuild/lib/main.js +8 -8
- package/node_modules/esbuild/package.json +23 -23
- package/node_modules/is-typed-array/CHANGELOG.md +6 -0
- package/node_modules/is-typed-array/index.js +2 -81
- package/node_modules/is-typed-array/package.json +4 -6
- package/node_modules/which-typed-array/CHANGELOG.md +7 -0
- package/node_modules/which-typed-array/index.js +55 -22
- package/node_modules/which-typed-array/package.json +3 -4
- package/node_modules/which-typed-array/test/index.js +1 -1
- package/package.json +5 -5
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1417.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){
|
@@ -260331,7 +260331,7 @@ AWS.util.update(AWS, {
|
|
260331
260331
|
/**
|
260332
260332
|
* @constant
|
260333
260333
|
*/
|
260334
|
-
VERSION: '2.
|
260334
|
+
VERSION: '2.1417.0',
|
260335
260335
|
|
260336
260336
|
/**
|
260337
260337
|
* @api private
|
@@ -282512,7 +282512,7 @@ var LRUCache = /** @class */ (function () {
|
|
282512
282512
|
}());
|
282513
282513
|
exports.LRUCache = LRUCache;
|
282514
282514
|
},{}],467:[function(require,module,exports){
|
282515
|
-
// AWS SDK for JavaScript v2.
|
282515
|
+
// AWS SDK for JavaScript v2.1417.0
|
282516
282516
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
282517
282517
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
282518
282518
|
require('./browser_loader');
|