cdk-comprehend-s3olap 2.0.217 → 2.0.219

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 (60) 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/@esbuild/linux-x64/bin/esbuild +0 -0
  6. package/node_modules/@esbuild/linux-x64/package.json +1 -1
  7. package/node_modules/aws-sdk/CHANGELOG.md +15 -1
  8. package/node_modules/aws-sdk/README.md +1 -1
  9. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +20 -4
  10. package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +41 -4
  11. package/node_modules/aws-sdk/apis/grafana-2020-08-18.paginators.json +6 -0
  12. package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +19 -3
  13. package/node_modules/aws-sdk/apis/medical-imaging-2023-07-19.examples.json +5 -0
  14. package/node_modules/aws-sdk/apis/medical-imaging-2023-07-19.min.json +1098 -0
  15. package/node_modules/aws-sdk/apis/medical-imaging-2023-07-19.paginators.json +28 -0
  16. package/node_modules/aws-sdk/apis/medical-imaging-2023-07-19.waiters2.json +5 -0
  17. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  18. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +854 -54
  19. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +30 -0
  20. package/node_modules/aws-sdk/apis/ram-2018-01-04.min.json +49 -36
  21. package/node_modules/aws-sdk/apis/snowball-2016-06-30.examples.json +26 -0
  22. package/node_modules/aws-sdk/apis/snowball-2016-06-30.min.json +113 -55
  23. package/node_modules/aws-sdk/apis/snowball-2016-06-30.paginators.json +5 -0
  24. package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.min.json +98 -24
  25. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +134 -123
  26. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  27. package/node_modules/aws-sdk/clients/all.js +2 -1
  28. package/node_modules/aws-sdk/clients/cloudformation.d.ts +21 -0
  29. package/node_modules/aws-sdk/clients/codegurusecurity.d.ts +3 -3
  30. package/node_modules/aws-sdk/clients/connect.d.ts +2 -2
  31. package/node_modules/aws-sdk/clients/ec2.d.ts +200 -200
  32. package/node_modules/aws-sdk/clients/grafana.d.ts +47 -5
  33. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +1035 -33
  34. package/node_modules/aws-sdk/clients/m2.d.ts +14 -4
  35. package/node_modules/aws-sdk/clients/medicalimaging.d.ts +1102 -0
  36. package/node_modules/aws-sdk/clients/medicalimaging.js +19 -0
  37. package/node_modules/aws-sdk/clients/ram.d.ts +14 -1
  38. package/node_modules/aws-sdk/clients/snowball.d.ts +101 -9
  39. package/node_modules/aws-sdk/clients/ssmsap.d.ts +131 -7
  40. package/node_modules/aws-sdk/clients/translate.d.ts +1 -1
  41. package/node_modules/aws-sdk/clients/wafv2.d.ts +12 -2
  42. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +60 -81
  43. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +175 -173
  44. package/node_modules/aws-sdk/dist/aws-sdk.js +27 -7
  45. package/node_modules/aws-sdk/dist/aws-sdk.min.js +97 -97
  46. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  47. package/node_modules/aws-sdk/lib/core.js +1 -1
  48. package/node_modules/aws-sdk/package.json +1 -1
  49. package/node_modules/esbuild/bin/esbuild +1 -1
  50. package/node_modules/esbuild/lib/main.d.ts +1 -1
  51. package/node_modules/esbuild/lib/main.js +8 -8
  52. package/node_modules/esbuild/package.json +23 -23
  53. package/node_modules/is-typed-array/CHANGELOG.md +6 -0
  54. package/node_modules/is-typed-array/index.js +2 -81
  55. package/node_modules/is-typed-array/package.json +4 -6
  56. package/node_modules/which-typed-array/CHANGELOG.md +7 -0
  57. package/node_modules/which-typed-array/index.js +55 -22
  58. package/node_modules/which-typed-array/package.json +3 -4
  59. package/node_modules/which-typed-array/test/index.js +1 -1
  60. package/package.json +5 -5
@@ -0,0 +1,28 @@
1
+ {
2
+ "pagination": {
3
+ "ListDICOMImportJobs": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults",
7
+ "result_key": "jobSummaries"
8
+ },
9
+ "ListDatastores": {
10
+ "input_token": "nextToken",
11
+ "output_token": "nextToken",
12
+ "limit_key": "maxResults",
13
+ "result_key": "datastoreSummaries"
14
+ },
15
+ "ListImageSetVersions": {
16
+ "input_token": "nextToken",
17
+ "output_token": "nextToken",
18
+ "limit_key": "maxResults",
19
+ "result_key": "imageSetPropertiesList"
20
+ },
21
+ "SearchImageSets": {
22
+ "input_token": "nextToken",
23
+ "output_token": "nextToken",
24
+ "limit_key": "maxResults",
25
+ "result_key": "imageSetsMetadataSummaries"
26
+ }
27
+ }
28
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": 2,
3
+ "waiters": {
4
+ }
5
+ }
@@ -1317,5 +1317,9 @@
1317
1317
  },
1318
1318
  "appfabric": {
1319
1319
  "name": "AppFabric"
1320
+ },
1321
+ "medicalimaging": {
1322
+ "prefix": "medical-imaging",
1323
+ "name": "MedicalImaging"
1320
1324
  }
1321
1325
  }