cdk-comprehend-s3olap 2.0.7 → 2.0.10

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.
Files changed (49) hide show
  1. package/.jsii +5 -5
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +17 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/budgets-2016-10-20.min.json +53 -53
  8. package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +278 -73
  9. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +325 -98
  10. package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +105 -48
  11. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +146 -143
  12. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  13. package/node_modules/aws-sdk/apis/redshift-data-2019-12-20.min.json +25 -16
  14. package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.examples.json +5 -0
  15. package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.min.json +1206 -0
  16. package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.paginators.json +40 -0
  17. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +841 -300
  18. package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +45 -0
  19. package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.paginators.json +6 -0
  20. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  21. package/node_modules/aws-sdk/clients/all.js +2 -1
  22. package/node_modules/aws-sdk/clients/budgets.d.ts +2 -1
  23. package/node_modules/aws-sdk/clients/finspacedata.d.ts +201 -4
  24. package/node_modules/aws-sdk/clients/guardduty.d.ts +186 -4
  25. package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +69 -2
  26. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +6 -1
  27. package/node_modules/aws-sdk/clients/redshiftdata.d.ts +51 -14
  28. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +1525 -0
  29. package/node_modules/aws-sdk/clients/redshiftserverless.js +18 -0
  30. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +6 -6
  31. package/node_modules/aws-sdk/clients/securityhub.d.ts +1020 -19
  32. package/node_modules/aws-sdk/clients/servicecatalogappregistry.d.ts +49 -2
  33. package/node_modules/aws-sdk/clients/workspaces.d.ts +10 -10
  34. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +17 -9
  35. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +80 -27
  36. package/node_modules/aws-sdk/dist/aws-sdk.js +21 -10
  37. package/node_modules/aws-sdk/dist/aws-sdk.min.js +36 -36
  38. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  39. package/node_modules/aws-sdk/lib/core.js +1 -1
  40. package/node_modules/aws-sdk/lib/util.js +15 -7
  41. package/node_modules/aws-sdk/package.json +1 -1
  42. package/node_modules/esbuild/bin/esbuild +1 -0
  43. package/node_modules/esbuild/install.js +5 -4
  44. package/node_modules/esbuild/lib/main.d.ts +3 -1
  45. package/node_modules/esbuild/lib/main.js +15 -10
  46. package/node_modules/esbuild/package.json +21 -21
  47. package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
  48. package/node_modules/esbuild-linux-64/package.json +1 -1
  49. package/package.json +10 -10
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1153.0
1
+ // AWS SDK for JavaScript v2.1156.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){
@@ -168824,6 +168824,9 @@ module.exports={
168824
168824
  },
168825
168825
  "m2": {
168826
168826
  "name": "M2"
168827
+ },
168828
+ "redshiftserverless": {
168829
+ "name": "RedshiftServerless"
168827
168830
  }
168828
168831
  }
168829
168832
  },{}],164:[function(require,module,exports){
@@ -239963,7 +239966,7 @@ AWS.util.update(AWS, {
239963
239966
  /**
239964
239967
  * @constant
239965
239968
  */
239966
- VERSION: '2.1153.0',
239969
+ VERSION: '2.1156.0',
239967
239970
 
239968
239971
  /**
239969
239972
  * @api private
@@ -253307,20 +253310,28 @@ var util = {
253307
253310
  parse: function string(ini) {
253308
253311
  var currentSection, map = {};
253309
253312
  util.arrayEach(ini.split(/\r?\n/), function(line) {
253310
- line = line.split(/(^|\s)[;#]/)[0]; // remove comments
253311
- var section = line.match(/^\s*\[([^\[\]]+)\]\s*$/);
253312
- if (section) {
253313
- currentSection = section[1];
253313
+ line = line.split(/(^|\s)[;#]/)[0].trim(); // remove comments and trim
253314
+ var isSection = line[0] === '[' && line[line.length - 1] === ']';
253315
+ if (isSection) {
253316
+ currentSection = line.substring(1, line.length - 1);
253314
253317
  if (currentSection === '__proto__' || currentSection.split(/\s/)[1] === '__proto__') {
253315
253318
  throw util.error(
253316
253319
  new Error('Cannot load profile name \'' + currentSection + '\' from shared ini file.')
253317
253320
  );
253318
253321
  }
253319
253322
  } else if (currentSection) {
253320
- var item = line.match(/^\s*(.+?)\s*=\s*(.+?)\s*$/);
253321
- if (item) {
253323
+ var indexOfEqualsSign = line.indexOf('=');
253324
+ var start = 0;
253325
+ var end = line.length - 1;
253326
+ var isAssignment =
253327
+ indexOfEqualsSign !== -1 && indexOfEqualsSign !== start && indexOfEqualsSign !== end;
253328
+
253329
+ if (isAssignment) {
253330
+ var name = line.substring(0, indexOfEqualsSign).trim();
253331
+ var value = line.substring(indexOfEqualsSign + 1).trim();
253332
+
253322
253333
  map[currentSection] = map[currentSection] || {};
253323
- map[currentSection][item[1]] = item[2];
253334
+ map[currentSection][name] = value;
253324
253335
  }
253325
253336
  }
253326
253337
  });
@@ -261887,7 +261898,7 @@ var LRUCache = /** @class */ (function () {
261887
261898
  }());
261888
261899
  exports.LRUCache = LRUCache;
261889
261900
  },{}],457:[function(require,module,exports){
261890
- // AWS SDK for JavaScript v2.1153.0
261901
+ // AWS SDK for JavaScript v2.1156.0
261891
261902
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
261892
261903
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
261893
261904
  require('./browser_loader');