cdk-comprehend-s3olap 2.0.115 → 2.0.116
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 +10 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +563 -490
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/runtime.sagemaker-2017-05-13.min.json +4 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +657 -655
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +28 -55
- package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +451 -350
- package/node_modules/aws-sdk/clients/amplifyuibuilder.js +1 -0
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +18 -18
- package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/elasticinference.d.ts +12 -12
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +30 -20
- package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +4 -0
- package/node_modules/aws-sdk/clients/wafv2.d.ts +62 -89
- 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 +293 -286
- 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 +5 -5
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1350.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){
|
@@ -254874,7 +254874,7 @@ AWS.util.update(AWS, {
|
|
254874
254874
|
/**
|
254875
254875
|
* @constant
|
254876
254876
|
*/
|
254877
|
-
VERSION: '2.
|
254877
|
+
VERSION: '2.1350.0',
|
254878
254878
|
|
254879
254879
|
/**
|
254880
254880
|
* @api private
|
@@ -276991,7 +276991,7 @@ var LRUCache = /** @class */ (function () {
|
|
276991
276991
|
}());
|
276992
276992
|
exports.LRUCache = LRUCache;
|
276993
276993
|
},{}],462:[function(require,module,exports){
|
276994
|
-
// AWS SDK for JavaScript v2.
|
276994
|
+
// AWS SDK for JavaScript v2.1350.0
|
276995
276995
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
276996
276996
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
276997
276997
|
require('./browser_loader');
|