cdk-comprehend-s3olap 2.0.391 → 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 (34) 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/keyspaces-2022-02-10.min.json +159 -16
  7. package/node_modules/aws-sdk/apis/metadata.json +0 -8
  8. package/node_modules/aws-sdk/clients/all.d.ts +0 -2
  9. package/node_modules/aws-sdk/clients/all.js +0 -2
  10. package/node_modules/aws-sdk/clients/dynamodb.d.ts +1 -1
  11. package/node_modules/aws-sdk/clients/keyspaces.d.ts +165 -4
  12. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  13. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +109 -211
  14. package/node_modules/aws-sdk/dist/aws-sdk.js +3 -11
  15. package/node_modules/aws-sdk/dist/aws-sdk.min.js +38 -38
  16. package/node_modules/aws-sdk/dist-tools/service-collector.js +1 -1
  17. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -4
  18. package/node_modules/aws-sdk/lib/core.js +1 -1
  19. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
  20. package/node_modules/aws-sdk/package.json +1 -1
  21. package/node_modules/aws-sdk/scripts/console +3 -3
  22. package/package.json +3 -3
  23. package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.examples.json +0 -5
  24. package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.min.json +0 -359
  25. package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.paginators.json +0 -10
  26. package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.examples.json +0 -5
  27. package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.min.json +0 -1286
  28. package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.paginators.json +0 -28
  29. package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.waiters2.json +0 -168
  30. package/node_modules/aws-sdk/clients/cloudfrontkeyvaluestore.d.ts +0 -294
  31. package/node_modules/aws-sdk/clients/cloudfrontkeyvaluestore.js +0 -18
  32. package/node_modules/aws-sdk/clients/neptunegraph.d.ts +0 -1459
  33. package/node_modules/aws-sdk/clients/neptunegraph.js +0 -20
  34. 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
- };