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.
- package/.jsii +4 -4
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/@esbuild/linux-x64/bin/esbuild +0 -0
- package/node_modules/@esbuild/linux-x64/package.json +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +15 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +20 -4
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +41 -4
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +19 -3
- package/node_modules/aws-sdk/apis/medical-imaging-2023-07-19.examples.json +5 -0
- package/node_modules/aws-sdk/apis/medical-imaging-2023-07-19.min.json +1098 -0
- package/node_modules/aws-sdk/apis/medical-imaging-2023-07-19.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/medical-imaging-2023-07-19.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +854 -54
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +30 -0
- package/node_modules/aws-sdk/apis/ram-2018-01-04.min.json +49 -36
- package/node_modules/aws-sdk/apis/snowball-2016-06-30.examples.json +26 -0
- package/node_modules/aws-sdk/apis/snowball-2016-06-30.min.json +113 -55
- package/node_modules/aws-sdk/apis/snowball-2016-06-30.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.min.json +98 -24
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +134 -123
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +21 -0
- package/node_modules/aws-sdk/clients/codegurusecurity.d.ts +3 -3
- package/node_modules/aws-sdk/clients/connect.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ec2.d.ts +200 -200
- package/node_modules/aws-sdk/clients/grafana.d.ts +47 -5
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +1035 -33
- package/node_modules/aws-sdk/clients/m2.d.ts +14 -4
- package/node_modules/aws-sdk/clients/medicalimaging.d.ts +1102 -0
- package/node_modules/aws-sdk/clients/medicalimaging.js +19 -0
- package/node_modules/aws-sdk/clients/ram.d.ts +14 -1
- package/node_modules/aws-sdk/clients/snowball.d.ts +101 -9
- package/node_modules/aws-sdk/clients/ssmsap.d.ts +131 -7
- package/node_modules/aws-sdk/clients/translate.d.ts +1 -1
- package/node_modules/aws-sdk/clients/wafv2.d.ts +12 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +60 -81
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +175 -173
- package/node_modules/aws-sdk/dist/aws-sdk.js +27 -7
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +97 -97
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/esbuild/bin/esbuild +1 -1
- package/node_modules/esbuild/lib/main.d.ts +1 -1
- package/node_modules/esbuild/lib/main.js +8 -8
- package/node_modules/esbuild/package.json +23 -23
- package/node_modules/is-typed-array/CHANGELOG.md +6 -0
- package/node_modules/is-typed-array/index.js +2 -81
- package/node_modules/is-typed-array/package.json +4 -6
- package/node_modules/which-typed-array/CHANGELOG.md +7 -0
- package/node_modules/which-typed-array/index.js +55 -22
- package/node_modules/which-typed-array/package.json +3 -4
- package/node_modules/which-typed-array/test/index.js +1 -1
- 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
|
+
}
|