cdk-comprehend-s3olap 2.0.390 → 2.0.392

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 (44) 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/README.md +1 -1
  6. package/node_modules/aws-sdk/apis/iotfleetwise-2021-06-17.min.json +15 -11
  7. package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.min.json +159 -16
  8. package/node_modules/aws-sdk/apis/metadata.json +0 -8
  9. package/node_modules/aws-sdk/apis/payment-cryptography-2021-09-14.min.json +45 -11
  10. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +114 -93
  11. package/node_modules/aws-sdk/clients/all.d.ts +0 -2
  12. package/node_modules/aws-sdk/clients/all.js +0 -2
  13. package/node_modules/aws-sdk/clients/dynamodb.d.ts +1 -1
  14. package/node_modules/aws-sdk/clients/iot.d.ts +1 -1
  15. package/node_modules/aws-sdk/clients/iotfleetwise.d.ts +10 -1
  16. package/node_modules/aws-sdk/clients/keyspaces.d.ts +165 -4
  17. package/node_modules/aws-sdk/clients/macie2.d.ts +13 -13
  18. package/node_modules/aws-sdk/clients/paymentcryptography.d.ts +55 -12
  19. package/node_modules/aws-sdk/clients/personalize.d.ts +6 -6
  20. package/node_modules/aws-sdk/clients/rekognition.d.ts +32 -3
  21. package/node_modules/aws-sdk/clients/securityhub.d.ts +1 -1
  22. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +7 -4
  23. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +122 -218
  24. package/node_modules/aws-sdk/dist/aws-sdk.js +117 -104
  25. package/node_modules/aws-sdk/dist/aws-sdk.min.js +38 -38
  26. package/node_modules/aws-sdk/dist-tools/service-collector.js +1 -1
  27. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -4
  28. package/node_modules/aws-sdk/lib/core.js +1 -1
  29. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
  30. package/node_modules/aws-sdk/package.json +1 -1
  31. package/node_modules/aws-sdk/scripts/console +3 -3
  32. package/package.json +3 -3
  33. package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.examples.json +0 -5
  34. package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.min.json +0 -359
  35. package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.paginators.json +0 -10
  36. package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.examples.json +0 -5
  37. package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.min.json +0 -1286
  38. package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.paginators.json +0 -28
  39. package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.waiters2.json +0 -168
  40. package/node_modules/aws-sdk/clients/cloudfrontkeyvaluestore.d.ts +0 -294
  41. package/node_modules/aws-sdk/clients/cloudfrontkeyvaluestore.js +0 -18
  42. package/node_modules/aws-sdk/clients/neptunegraph.d.ts +0 -1459
  43. package/node_modules/aws-sdk/clients/neptunegraph.js +0 -20
  44. package/node_modules/aws-sdk/lib/services/neptunegraph.js +0 -14
@@ -1,20 +0,0 @@
1
- require('../lib/node_loader');
2
- var AWS = require('../lib/core');
3
- var Service = AWS.Service;
4
- var apiLoader = AWS.apiLoader;
5
-
6
- apiLoader.services['neptunegraph'] = {};
7
- AWS.NeptuneGraph = Service.defineService('neptunegraph', ['2023-11-29']);
8
- require('../lib/services/neptunegraph');
9
- Object.defineProperty(apiLoader.services['neptunegraph'], '2023-11-29', {
10
- get: function get() {
11
- var model = require('../apis/neptune-graph-2023-11-29.min.json');
12
- model.paginators = require('../apis/neptune-graph-2023-11-29.paginators.json').pagination;
13
- model.waiters = require('../apis/neptune-graph-2023-11-29.waiters2.json').waiters;
14
- return model;
15
- },
16
- enumerable: true,
17
- configurable: true
18
- });
19
-
20
- module.exports = AWS.NeptuneGraph;
@@ -1,14 +0,0 @@
1
- var AWS = require('../core');
2
-
3
- if (AWS.NeptuneGraph) {
4
- AWS.util.update(AWS.NeptuneGraph.prototype, {
5
- /**
6
- * @api private
7
- */
8
- validateService: function validateService() {
9
- var msg = 'AWS Neptune Graph is not available in the AWS SDK for JavaScript v2, consider using the AWS SDK for JavaScript v3: https://www.npmjs.com/package/@aws-sdk/client-neptune-graph';
10
- throw AWS.util.error(new Error(),
11
- {name: 'ServiceExcludedFromV2', message: msg});
12
- },
13
- });
14
- };