cdk-comprehend-s3olap 2.0.9 → 2.0.12

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 +5 -5
  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 +10 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.examples.json +5 -0
  8. package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.min.json +767 -0
  9. package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.paginators.json +10 -0
  10. package/node_modules/aws-sdk/apis/metadata.json +6 -0
  11. package/node_modules/aws-sdk/apis/redshift-data-2019-12-20.min.json +25 -16
  12. package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.examples.json +5 -0
  13. package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.min.json +1206 -0
  14. package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.paginators.json +40 -0
  15. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +841 -300
  16. package/node_modules/aws-sdk/clients/all.d.ts +2 -0
  17. package/node_modules/aws-sdk/clients/all.js +3 -1
  18. package/node_modules/aws-sdk/clients/connect.d.ts +1 -1
  19. package/node_modules/aws-sdk/clients/connectcampaigns.d.ts +446 -0
  20. package/node_modules/aws-sdk/clients/connectcampaigns.js +18 -0
  21. package/node_modules/aws-sdk/clients/dynamodb.d.ts +18 -18
  22. package/node_modules/aws-sdk/clients/dynamodbstreams.d.ts +1 -1
  23. package/node_modules/aws-sdk/clients/redshiftdata.d.ts +51 -14
  24. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +1525 -0
  25. package/node_modules/aws-sdk/clients/redshiftserverless.js +18 -0
  26. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +6 -6
  27. package/node_modules/aws-sdk/clients/securityhub.d.ts +1020 -19
  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 +80 -6
  30. package/node_modules/aws-sdk/dist/aws-sdk.js +9 -3
  31. package/node_modules/aws-sdk/dist/aws-sdk.min.js +36 -36
  32. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
  33. package/node_modules/aws-sdk/lib/core.js +1 -1
  34. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +11 -11
  35. package/node_modules/aws-sdk/package.json +1 -1
  36. package/node_modules/esbuild/install.js +5 -22
  37. package/node_modules/esbuild/lib/main.d.ts +4 -0
  38. package/node_modules/esbuild/lib/main.js +28 -31
  39. package/node_modules/esbuild/package.json +21 -21
  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 +8 -8
@@ -0,0 +1,40 @@
1
+ {
2
+ "pagination": {
3
+ "ListEndpointAccess": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults",
7
+ "result_key": "endpoints"
8
+ },
9
+ "ListNamespaces": {
10
+ "input_token": "nextToken",
11
+ "output_token": "nextToken",
12
+ "limit_key": "maxResults",
13
+ "result_key": "namespaces"
14
+ },
15
+ "ListRecoveryPoints": {
16
+ "input_token": "nextToken",
17
+ "output_token": "nextToken",
18
+ "limit_key": "maxResults",
19
+ "result_key": "recoveryPoints"
20
+ },
21
+ "ListSnapshots": {
22
+ "input_token": "nextToken",
23
+ "output_token": "nextToken",
24
+ "limit_key": "maxResults",
25
+ "result_key": "snapshots"
26
+ },
27
+ "ListUsageLimits": {
28
+ "input_token": "nextToken",
29
+ "output_token": "nextToken",
30
+ "limit_key": "maxResults",
31
+ "result_key": "usageLimits"
32
+ },
33
+ "ListWorkgroups": {
34
+ "input_token": "nextToken",
35
+ "output_token": "nextToken",
36
+ "limit_key": "maxResults",
37
+ "result_key": "workgroups"
38
+ }
39
+ }
40
+ }