cdk-comprehend-s3olap 2.0.62 → 2.0.65

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 +4 -4
  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 +16 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.examples.json +5 -0
  8. package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.min.json +522 -0
  9. package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.paginators.json +14 -0
  10. package/node_modules/aws-sdk/apis/dlm-2018-01-12.min.json +15 -9
  11. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +627 -623
  12. package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +60 -44
  13. package/node_modules/aws-sdk/apis/metadata.json +6 -0
  14. package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.examples.json +5 -0
  15. package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.min.json +1058 -0
  16. package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.paginators.json +34 -0
  17. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +501 -468
  18. package/node_modules/aws-sdk/apis/sagemaker-a2i-runtime-2019-11-07.min.json +12 -8
  19. package/node_modules/aws-sdk/clients/all.d.ts +2 -0
  20. package/node_modules/aws-sdk/clients/all.js +3 -1
  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/cloudwatch.d.ts +7 -7
  24. package/node_modules/aws-sdk/clients/dlm.d.ts +30 -25
  25. package/node_modules/aws-sdk/clients/ec2.d.ts +1 -0
  26. package/node_modules/aws-sdk/clients/location.d.ts +27 -13
  27. package/node_modules/aws-sdk/clients/privatenetworks.d.ts +1092 -0
  28. package/node_modules/aws-sdk/clients/privatenetworks.js +18 -0
  29. package/node_modules/aws-sdk/clients/sagemaker.d.ts +51 -5
  30. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  31. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +83 -9
  32. package/node_modules/aws-sdk/dist/aws-sdk.js +696 -670
  33. package/node_modules/aws-sdk/dist/aws-sdk.min.js +65 -65
  34. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
  35. package/node_modules/aws-sdk/lib/core.js +1 -1
  36. package/node_modules/aws-sdk/package.json +1 -1
  37. package/node_modules/esbuild/install.js +4 -4
  38. package/node_modules/esbuild/lib/main.js +7 -7
  39. package/node_modules/esbuild/package.json +22 -22
  40. package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
  41. package/node_modules/esbuild-linux-64/package.json +1 -1
  42. package/package.json +7 -7
@@ -0,0 +1,34 @@
1
+ {
2
+ "pagination": {
3
+ "ListDeviceIdentifiers": {
4
+ "input_token": "startToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults",
7
+ "result_key": "deviceIdentifiers"
8
+ },
9
+ "ListNetworkResources": {
10
+ "input_token": "startToken",
11
+ "output_token": "nextToken",
12
+ "limit_key": "maxResults",
13
+ "result_key": "networkResources"
14
+ },
15
+ "ListNetworkSites": {
16
+ "input_token": "startToken",
17
+ "output_token": "nextToken",
18
+ "limit_key": "maxResults",
19
+ "result_key": "networkSites"
20
+ },
21
+ "ListNetworks": {
22
+ "input_token": "startToken",
23
+ "output_token": "nextToken",
24
+ "limit_key": "maxResults",
25
+ "result_key": "networks"
26
+ },
27
+ "ListOrders": {
28
+ "input_token": "startToken",
29
+ "output_token": "nextToken",
30
+ "limit_key": "maxResults",
31
+ "result_key": "orders"
32
+ }
33
+ }
34
+ }