cdk-comprehend-s3olap 2.0.15 → 2.0.18

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 +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/glue-2017-03-31.min.json +69 -13
  8. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +54 -5
  9. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
  10. package/node_modules/aws-sdk/apis/metadata.json +0 -3
  11. package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +233 -44
  12. package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +6 -0
  13. package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.min.json +75 -25
  14. package/node_modules/aws-sdk/apis/pricing-2017-10-15.min.json +6 -0
  15. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +231 -182
  16. package/node_modules/aws-sdk/clients/all.d.ts +0 -1
  17. package/node_modules/aws-sdk/clients/all.js +0 -1
  18. package/node_modules/aws-sdk/clients/apigateway.d.ts +1 -1
  19. package/node_modules/aws-sdk/clients/glue.d.ts +106 -2
  20. package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +69 -1
  21. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +1 -1
  22. package/node_modules/aws-sdk/clients/mgn.d.ts +218 -3
  23. package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +70 -8
  24. package/node_modules/aws-sdk/clients/pricing.d.ts +4 -4
  25. package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +8 -8
  26. package/node_modules/aws-sdk/clients/sagemaker.d.ts +69 -8
  27. package/node_modules/aws-sdk/clients/transfer.d.ts +9 -9
  28. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  29. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +20 -55
  30. package/node_modules/aws-sdk/dist/aws-sdk.js +13 -8
  31. package/node_modules/aws-sdk/dist/aws-sdk.min.js +6 -6
  32. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -2
  33. package/node_modules/aws-sdk/lib/core.js +1 -1
  34. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +5 -1
  35. package/node_modules/aws-sdk/lib/dynamodb/document_client.js +4 -2
  36. package/node_modules/aws-sdk/package.json +1 -1
  37. package/package.json +5 -5
  38. package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.examples.json +0 -5
  39. package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.min.json +0 -1206
  40. package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.paginators.json +0 -40
  41. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +0 -1525
  42. package/node_modules/aws-sdk/clients/redshiftserverless.js +0 -18
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1159.0
1
+ // AWS SDK for JavaScript v2.1162.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){
@@ -168832,9 +168832,6 @@ module.exports={
168832
168832
  "m2": {
168833
168833
  "name": "M2"
168834
168834
  },
168835
- "redshiftserverless": {
168836
- "name": "RedshiftServerless"
168837
- },
168838
168835
  "connectcampaigns": {
168839
168836
  "name": "ConnectCampaigns"
168840
168837
  }
@@ -177538,6 +177535,9 @@ module.exports={
177538
177535
  "type": "list",
177539
177536
  "member": {
177540
177537
  "type": "structure",
177538
+ "required": [
177539
+ "ServiceCode"
177540
+ ],
177541
177541
  "members": {
177542
177542
  "ServiceCode": {},
177543
177543
  "AttributeNames": {
@@ -177587,6 +177587,9 @@ module.exports={
177587
177587
  "GetProducts": {
177588
177588
  "input": {
177589
177589
  "type": "structure",
177590
+ "required": [
177591
+ "ServiceCode"
177592
+ ],
177590
177593
  "members": {
177591
177594
  "ServiceCode": {},
177592
177595
  "Filters": {
@@ -239976,7 +239979,7 @@ AWS.util.update(AWS, {
239976
239979
  /**
239977
239980
  * @constant
239978
239981
  */
239979
- VERSION: '2.1159.0',
239982
+ VERSION: '2.1162.0',
239980
239983
 
239981
239984
  /**
239982
239985
  * @api private
@@ -242153,8 +242156,10 @@ AWS.DynamoDB.DocumentClient = AWS.util.inherit({
242153
242156
  * @option options params [map] An optional map of parameters to bind to every
242154
242157
  * request sent by this service object.
242155
242158
  * @option options service [AWS.DynamoDB] An optional pre-configured instance
242156
- * of the AWS.DynamoDB service object to use for requests. The object may
242157
- * bound parameters used by the document client.
242159
+ * of the AWS.DynamoDB service object. This instance's config will be
242160
+ * copied to a new instance used by this client. You should not need to
242161
+ * retain a reference to the input object, and may destroy it or allow it
242162
+ * to be garbage collected.
242158
242163
  * @option options convertEmptyValues [Boolean] set to true if you would like
242159
242164
  * the document client to convert empty values (0-length strings, binary
242160
242165
  * buffers, and sets) to be converted to NULL types when persisting to
@@ -261908,7 +261913,7 @@ var LRUCache = /** @class */ (function () {
261908
261913
  }());
261909
261914
  exports.LRUCache = LRUCache;
261910
261915
  },{}],457:[function(require,module,exports){
261911
- // AWS SDK for JavaScript v2.1159.0
261916
+ // AWS SDK for JavaScript v2.1162.0
261912
261917
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
261913
261918
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
261914
261919
  require('./browser_loader');