cdk-comprehend-s3olap 2.0.46 → 2.0.49

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 (42) 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 +10 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +34 -3
  8. package/node_modules/aws-sdk/apis/detective-2018-10-26.min.json +213 -39
  9. package/node_modules/aws-sdk/apis/detective-2018-10-26.paginators.json +5 -0
  10. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +776 -162
  11. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.paginators.json +6 -0
  12. package/node_modules/aws-sdk/apis/lookoutvision-2020-11-20.min.json +13 -4
  13. package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +149 -6
  14. package/node_modules/aws-sdk/apis/macie2-2020-01-01.waiters2.json +25 -0
  15. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +7 -1
  16. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +717 -67
  17. package/node_modules/aws-sdk/apis/transfer-2018-11-05.paginators.json +24 -0
  18. package/node_modules/aws-sdk/clients/appsync.d.ts +41 -3
  19. package/node_modules/aws-sdk/clients/autoscaling.d.ts +118 -118
  20. package/node_modules/aws-sdk/clients/detective.d.ts +176 -4
  21. package/node_modules/aws-sdk/clients/guardduty.d.ts +604 -1
  22. package/node_modules/aws-sdk/clients/lookoutvision.d.ts +14 -2
  23. package/node_modules/aws-sdk/clients/macie2.d.ts +131 -9
  24. package/node_modules/aws-sdk/clients/macie2.js +1 -0
  25. package/node_modules/aws-sdk/clients/rds.d.ts +2 -2
  26. package/node_modules/aws-sdk/clients/rekognition.d.ts +12 -4
  27. package/node_modules/aws-sdk/clients/securityhub.d.ts +3 -3
  28. package/node_modules/aws-sdk/clients/transfer.d.ts +1000 -86
  29. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  30. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +567 -560
  31. package/node_modules/aws-sdk/dist/aws-sdk.js +10 -4
  32. package/node_modules/aws-sdk/dist/aws-sdk.min.js +22 -22
  33. package/node_modules/aws-sdk/lib/core.js +1 -1
  34. package/node_modules/aws-sdk/package.json +1 -1
  35. package/node_modules/esbuild/bin/esbuild +4 -1
  36. package/node_modules/esbuild/install.js +11 -5
  37. package/node_modules/esbuild/lib/main.d.ts +2 -2
  38. package/node_modules/esbuild/lib/main.js +91 -72
  39. package/node_modules/esbuild/package.json +21 -21
  40. package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
  41. package/node_modules/esbuild-linux-64/package.json +1 -1
  42. package/package.json +8 -8
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1181.0
1
+ // AWS SDK for JavaScript v2.1182.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){
@@ -198776,7 +198776,10 @@ module.exports={
198776
198776
  "ManifestSummary": {
198777
198777
  "shape": "S14"
198778
198778
  },
198779
- "KmsKeyId": {}
198779
+ "KmsKeyId": {},
198780
+ "MaxInferenceUnits": {
198781
+ "type": "integer"
198782
+ }
198780
198783
  }
198781
198784
  }
198782
198785
  },
@@ -200169,6 +200172,9 @@ module.exports={
200169
200172
  "ProjectVersionArn": {},
200170
200173
  "MinInferenceUnits": {
200171
200174
  "type": "integer"
200175
+ },
200176
+ "MaxInferenceUnits": {
200177
+ "type": "integer"
200172
200178
  }
200173
200179
  }
200174
200180
  },
@@ -240845,7 +240851,7 @@ AWS.util.update(AWS, {
240845
240851
  /**
240846
240852
  * @constant
240847
240853
  */
240848
- VERSION: '2.1181.0',
240854
+ VERSION: '2.1182.0',
240849
240855
 
240850
240856
  /**
240851
240857
  * @api private
@@ -262790,7 +262796,7 @@ var LRUCache = /** @class */ (function () {
262790
262796
  }());
262791
262797
  exports.LRUCache = LRUCache;
262792
262798
  },{}],457:[function(require,module,exports){
262793
- // AWS SDK for JavaScript v2.1181.0
262799
+ // AWS SDK for JavaScript v2.1182.0
262794
262800
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
262795
262801
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
262796
262802
  require('./browser_loader');