cdk-comprehend-s3olap 2.0.64 → 2.0.67

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 (41) 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 +12 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/amp-2020-08-01.min.json +176 -20
  8. package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.examples.json +5 -0
  9. package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.min.json +522 -0
  10. package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.paginators.json +14 -0
  11. package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +265 -136
  12. package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.paginators.json +5 -0
  13. package/node_modules/aws-sdk/apis/metadata.json +6 -0
  14. package/node_modules/aws-sdk/apis/personalize-runtime-2018-05-22.min.json +19 -2
  15. package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.examples.json +5 -0
  16. package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.min.json +1058 -0
  17. package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.paginators.json +34 -0
  18. package/node_modules/aws-sdk/clients/all.d.ts +2 -0
  19. package/node_modules/aws-sdk/clients/all.js +3 -1
  20. package/node_modules/aws-sdk/clients/amp.d.ts +128 -0
  21. package/node_modules/aws-sdk/clients/backupstorage.d.ts +469 -0
  22. package/node_modules/aws-sdk/clients/backupstorage.js +18 -0
  23. package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +178 -0
  24. package/node_modules/aws-sdk/clients/ivs.d.ts +31 -31
  25. package/node_modules/aws-sdk/clients/personalizeruntime.d.ts +30 -1
  26. package/node_modules/aws-sdk/clients/privatenetworks.d.ts +1092 -0
  27. package/node_modules/aws-sdk/clients/privatenetworks.js +18 -0
  28. package/node_modules/aws-sdk/clients/rds.d.ts +1 -1
  29. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  30. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +82 -8
  31. package/node_modules/aws-sdk/dist/aws-sdk.js +28 -5
  32. package/node_modules/aws-sdk/dist/aws-sdk.min.js +33 -33
  33. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
  34. package/node_modules/aws-sdk/lib/core.js +1 -1
  35. package/node_modules/aws-sdk/package.json +1 -1
  36. package/node_modules/esbuild/install.js +4 -4
  37. package/node_modules/esbuild/lib/main.js +7 -7
  38. package/node_modules/esbuild/package.json +22 -22
  39. package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
  40. package/node_modules/esbuild-linux-64/package.json +1 -1
  41. package/package.json +8 -8
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1192.0
1
+ // AWS SDK for JavaScript v2.1194.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){
@@ -169610,6 +169610,12 @@ module.exports={
169610
169610
  "licensemanagerusersubscriptions": {
169611
169611
  "prefix": "license-manager-user-subscriptions",
169612
169612
  "name": "LicenseManagerUserSubscriptions"
169613
+ },
169614
+ "backupstorage": {
169615
+ "name": "BackupStorage"
169616
+ },
169617
+ "privatenetworks": {
169618
+ "name": "PrivateNetworks"
169613
169619
  }
169614
169620
  }
169615
169621
  },{}],164:[function(require,module,exports){
@@ -177841,7 +177847,23 @@ module.exports={
177841
177847
  "filterValues": {
177842
177848
  "shape": "S9"
177843
177849
  },
177844
- "recommenderArn": {}
177850
+ "recommenderArn": {},
177851
+ "promotions": {
177852
+ "type": "list",
177853
+ "member": {
177854
+ "type": "structure",
177855
+ "members": {
177856
+ "name": {},
177857
+ "percentPromotedItems": {
177858
+ "type": "integer"
177859
+ },
177860
+ "filterArn": {},
177861
+ "filterValues": {
177862
+ "shape": "S9"
177863
+ }
177864
+ }
177865
+ }
177866
+ }
177845
177867
  }
177846
177868
  },
177847
177869
  "output": {
@@ -177881,7 +177903,8 @@ module.exports={
177881
177903
  "itemId": {},
177882
177904
  "score": {
177883
177905
  "type": "double"
177884
- }
177906
+ },
177907
+ "promotionName": {}
177885
177908
  }
177886
177909
  }
177887
177910
  }
@@ -240938,7 +240961,7 @@ AWS.util.update(AWS, {
240938
240961
  /**
240939
240962
  * @constant
240940
240963
  */
240941
- VERSION: '2.1192.0',
240964
+ VERSION: '2.1194.0',
240942
240965
 
240943
240966
  /**
240944
240967
  * @api private
@@ -262883,7 +262906,7 @@ var LRUCache = /** @class */ (function () {
262883
262906
  }());
262884
262907
  exports.LRUCache = LRUCache;
262885
262908
  },{}],457:[function(require,module,exports){
262886
- // AWS SDK for JavaScript v2.1192.0
262909
+ // AWS SDK for JavaScript v2.1194.0
262887
262910
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
262888
262911
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
262889
262912
  require('./browser_loader');