cdk-comprehend-s3olap 2.0.40 → 2.0.41

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 (29) 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 +9 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json +38 -3
  8. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +4 -1
  9. package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +1 -4
  10. package/node_modules/aws-sdk/apis/kms-2014-11-01.paginators.json +21 -0
  11. package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +4 -0
  12. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +928 -548
  13. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +12 -0
  14. package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.min.json +181 -36
  15. package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.paginators.json +6 -0
  16. package/node_modules/aws-sdk/clients/discovery.d.ts +10 -0
  17. package/node_modules/aws-sdk/clients/ec2.d.ts +79 -55
  18. package/node_modules/aws-sdk/clients/elasticache.d.ts +12 -8
  19. package/node_modules/aws-sdk/clients/kms.d.ts +46 -46
  20. package/node_modules/aws-sdk/clients/mediapackage.d.ts +6 -2
  21. package/node_modules/aws-sdk/clients/sagemaker.d.ts +475 -0
  22. package/node_modules/aws-sdk/clients/ssoadmin.d.ts +191 -16
  23. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  24. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +10 -10
  25. package/node_modules/aws-sdk/dist/aws-sdk.js +29 -8
  26. package/node_modules/aws-sdk/dist/aws-sdk.min.js +56 -56
  27. package/node_modules/aws-sdk/lib/core.js +1 -1
  28. package/node_modules/aws-sdk/package.json +1 -1
  29. package/package.json +4 -4
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1176.0
1
+ // AWS SDK for JavaScript v2.1177.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){
@@ -113348,7 +113348,10 @@ module.exports={
113348
113348
  "ReplicationGroupCreateTime": {
113349
113349
  "type": "timestamp"
113350
113350
  },
113351
- "DataTiering": {}
113351
+ "DataTiering": {},
113352
+ "AutoMinorVersionUpgrade": {
113353
+ "type": "boolean"
113354
+ }
113352
113355
  },
113353
113356
  "wrapper": true
113354
113357
  },
@@ -155343,10 +155346,7 @@ module.exports={
155343
155346
  "input": {
155344
155347
  "type": "structure",
155345
155348
  "required": [
155346
- "CustomKeyStoreName",
155347
- "CloudHsmClusterId",
155348
- "TrustAnchorCertificate",
155349
- "KeyStorePassword"
155349
+ "CustomKeyStoreName"
155350
155350
  ],
155351
155351
  "members": {
155352
155352
  "CustomKeyStoreName": {},
@@ -156625,6 +156625,13 @@ module.exports={
156625
156625
  },{}],144:[function(require,module,exports){
156626
156626
  module.exports={
156627
156627
  "pagination": {
156628
+ "DescribeCustomKeyStores": {
156629
+ "input_token": "Marker",
156630
+ "limit_key": "Limit",
156631
+ "more_results": "Truncated",
156632
+ "output_token": "NextMarker",
156633
+ "result_key": "CustomKeyStores"
156634
+ },
156628
156635
  "ListAliases": {
156629
156636
  "input_token": "Marker",
156630
156637
  "limit_key": "Limit",
@@ -156652,6 +156659,20 @@ module.exports={
156652
156659
  "more_results": "Truncated",
156653
156660
  "output_token": "NextMarker",
156654
156661
  "result_key": "Keys"
156662
+ },
156663
+ "ListResourceTags": {
156664
+ "input_token": "Marker",
156665
+ "limit_key": "Limit",
156666
+ "more_results": "Truncated",
156667
+ "output_token": "NextMarker",
156668
+ "result_key": "Tags"
156669
+ },
156670
+ "ListRetirableGrants": {
156671
+ "input_token": "Marker",
156672
+ "limit_key": "Limit",
156673
+ "more_results": "Truncated",
156674
+ "output_token": "NextMarker",
156675
+ "result_key": "Grants"
156655
156676
  }
156656
156677
  }
156657
156678
  }
@@ -240650,7 +240671,7 @@ AWS.util.update(AWS, {
240650
240671
  /**
240651
240672
  * @constant
240652
240673
  */
240653
- VERSION: '2.1176.0',
240674
+ VERSION: '2.1177.0',
240654
240675
 
240655
240676
  /**
240656
240677
  * @api private
@@ -262595,7 +262616,7 @@ var LRUCache = /** @class */ (function () {
262595
262616
  }());
262596
262617
  exports.LRUCache = LRUCache;
262597
262618
  },{}],457:[function(require,module,exports){
262598
- // AWS SDK for JavaScript v2.1176.0
262619
+ // AWS SDK for JavaScript v2.1177.0
262599
262620
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
262600
262621
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
262601
262622
  require('./browser_loader');