cdk-comprehend-s3olap 2.0.168 → 2.0.170

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 (48) 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 +21 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +2 -1
  8. package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +129 -112
  9. package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +29 -12
  10. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +510 -509
  11. package/node_modules/aws-sdk/apis/healthlake-2017-07-01.min.json +43 -17
  12. package/node_modules/aws-sdk/apis/iotfleetwise-2021-06-17.min.json +86 -43
  13. package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +23 -16
  14. package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +90 -40
  15. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +32 -13
  16. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +4 -2
  17. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.examples.json +140 -3
  18. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +465 -158
  19. package/node_modules/aws-sdk/apis/securitylake-2018-05-10.min.json +457 -447
  20. package/node_modules/aws-sdk/apis/securitylake-2018-05-10.paginators.json +7 -7
  21. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +168 -159
  22. package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +360 -71
  23. package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.paginators.json +5 -0
  24. package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +5 -0
  25. package/node_modules/aws-sdk/clients/configservice.d.ts +34 -13
  26. package/node_modules/aws-sdk/clients/frauddetector.d.ts +18 -4
  27. package/node_modules/aws-sdk/clients/glue.d.ts +29 -24
  28. package/node_modules/aws-sdk/clients/groundstation.d.ts +2 -2
  29. package/node_modules/aws-sdk/clients/healthlake.d.ts +40 -10
  30. package/node_modules/aws-sdk/clients/iotfleetwise.d.ts +98 -13
  31. package/node_modules/aws-sdk/clients/location.d.ts +24 -8
  32. package/node_modules/aws-sdk/clients/m2.d.ts +81 -2
  33. package/node_modules/aws-sdk/clients/memorydb.d.ts +2 -2
  34. package/node_modules/aws-sdk/clients/personalize.d.ts +34 -17
  35. package/node_modules/aws-sdk/clients/polly.d.ts +2 -2
  36. package/node_modules/aws-sdk/clients/rds.d.ts +10 -2
  37. package/node_modules/aws-sdk/clients/securityhub.d.ts +539 -1
  38. package/node_modules/aws-sdk/clients/securitylake.d.ts +560 -541
  39. package/node_modules/aws-sdk/clients/servicecatalog.d.ts +8 -8
  40. package/node_modules/aws-sdk/clients/wafv2.d.ts +16 -6
  41. package/node_modules/aws-sdk/clients/workspacesweb.d.ts +254 -0
  42. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  43. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +17 -17
  44. package/node_modules/aws-sdk/dist/aws-sdk.js +191 -146
  45. package/node_modules/aws-sdk/dist/aws-sdk.min.js +63 -63
  46. package/node_modules/aws-sdk/lib/core.js +1 -1
  47. package/node_modules/aws-sdk/package.json +1 -1
  48. package/package.json +3 -3
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "pagination": {
3
- "GetDatalakeStatus": {
3
+ "GetDataLakeSources": {
4
4
  "input_token": "nextToken",
5
5
  "output_token": "nextToken",
6
- "limit_key": "maxAccountResults",
7
- "result_key": "accountSourcesList"
6
+ "limit_key": "maxResults",
7
+ "result_key": "dataLakeSources"
8
8
  },
9
- "ListDatalakeExceptions": {
9
+ "ListDataLakeExceptions": {
10
10
  "input_token": "nextToken",
11
11
  "output_token": "nextToken",
12
- "limit_key": "maxFailures",
13
- "result_key": "nonRetryableFailures"
12
+ "limit_key": "maxResults",
13
+ "result_key": "exceptions"
14
14
  },
15
15
  "ListLogSources": {
16
16
  "input_token": "nextToken",
17
17
  "output_token": "nextToken",
18
18
  "limit_key": "maxResults",
19
- "result_key": "regionSourceTypesAccountsList"
19
+ "result_key": "sources"
20
20
  },
21
21
  "ListSubscribers": {
22
22
  "input_token": "nextToken",