cdk-comprehend-s3olap 2.0.83 → 2.0.86

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 (50) hide show
  1. package/.jsii +3 -3
  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 +15 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/controltower-2018-05-10.examples.json +5 -0
  8. package/node_modules/aws-sdk/apis/controltower-2018-05-10.min.json +148 -0
  9. package/node_modules/aws-sdk/apis/controltower-2018-05-10.paginators.json +10 -0
  10. package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +26 -19
  11. package/node_modules/aws-sdk/apis/identitystore-2020-06-15.min.json +732 -15
  12. package/node_modules/aws-sdk/apis/identitystore-2020-06-15.paginators.json +16 -2
  13. package/node_modules/aws-sdk/apis/iotthingsgraph-2018-09-06.min.json +105 -35
  14. package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +25 -19
  15. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +282 -31
  16. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +10 -0
  17. package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +390 -119
  18. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  19. package/node_modules/aws-sdk/apis/rds-data-2018-08-01.min.json +132 -132
  20. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +483 -459
  21. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  22. package/node_modules/aws-sdk/clients/all.js +2 -1
  23. package/node_modules/aws-sdk/clients/cloudfront.d.ts +7 -7
  24. package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +134 -134
  25. package/node_modules/aws-sdk/clients/controltower.d.ts +169 -0
  26. package/node_modules/aws-sdk/clients/controltower.js +18 -0
  27. package/node_modules/aws-sdk/clients/greengrassv2.d.ts +22 -13
  28. package/node_modules/aws-sdk/clients/identitystore.d.ts +806 -22
  29. package/node_modules/aws-sdk/clients/iotthingsgraph.d.ts +2 -2
  30. package/node_modules/aws-sdk/clients/ivs.d.ts +9 -0
  31. package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +399 -10
  32. package/node_modules/aws-sdk/clients/macie2.d.ts +289 -41
  33. package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +130 -130
  34. package/node_modules/aws-sdk/clients/route53.d.ts +1 -1
  35. package/node_modules/aws-sdk/clients/sagemaker.d.ts +63 -17
  36. package/node_modules/aws-sdk/clients/sso.d.ts +19 -19
  37. package/node_modules/aws-sdk/clients/ssoadmin.d.ts +115 -115
  38. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  39. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +51 -14
  40. package/node_modules/aws-sdk/dist/aws-sdk.js +6 -3
  41. package/node_modules/aws-sdk/dist/aws-sdk.min.js +33 -33
  42. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  43. package/node_modules/aws-sdk/lib/core.js +1 -1
  44. package/node_modules/aws-sdk/package.json +1 -1
  45. package/node_modules/es-abstract/2020/SameValueNonNumeric.js +1 -1
  46. package/node_modules/es-abstract/2021/SameValueNonNumeric.js +1 -1
  47. package/node_modules/es-abstract/2022/SameValueNonNumeric.js +1 -1
  48. package/node_modules/es-abstract/CHANGELOG.md +8 -0
  49. package/node_modules/es-abstract/package.json +9 -8
  50. package/package.json +5 -5
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1205.0
1
+ // AWS SDK for JavaScript v2.1208.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){
@@ -170726,6 +170726,9 @@ module.exports={
170726
170726
  "supportapp": {
170727
170727
  "prefix": "support-app",
170728
170728
  "name": "SupportApp"
170729
+ },
170730
+ "controltower": {
170731
+ "name": "ControlTower"
170729
170732
  }
170730
170733
  }
170731
170734
  },{}],164:[function(require,module,exports){
@@ -242387,7 +242390,7 @@ AWS.util.update(AWS, {
242387
242390
  /**
242388
242391
  * @constant
242389
242392
  */
242390
- VERSION: '2.1205.0',
242393
+ VERSION: '2.1208.0',
242391
242394
 
242392
242395
  /**
242393
242396
  * @api private
@@ -264371,7 +264374,7 @@ var LRUCache = /** @class */ (function () {
264371
264374
  }());
264372
264375
  exports.LRUCache = LRUCache;
264373
264376
  },{}],458:[function(require,module,exports){
264374
- // AWS SDK for JavaScript v2.1205.0
264377
+ // AWS SDK for JavaScript v2.1208.0
264375
264378
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
264376
264379
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
264377
264380
  require('./browser_loader');