cdk-comprehend-s3olap 2.0.167 → 2.0.169
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 +3 -3
- 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/aws-sdk/CHANGELOG.md +13 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +2 -1
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +510 -509
- package/node_modules/aws-sdk/apis/iotfleetwise-2021-06-17.min.json +86 -43
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +23 -16
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +32 -13
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.examples.json +140 -3
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +465 -158
- package/node_modules/aws-sdk/apis/securitylake-2018-05-10.min.json +457 -447
- package/node_modules/aws-sdk/apis/securitylake-2018-05-10.paginators.json +7 -7
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +168 -159
- package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +5 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +29 -24
- package/node_modules/aws-sdk/clients/groundstation.d.ts +2 -2
- package/node_modules/aws-sdk/clients/iotfleetwise.d.ts +98 -13
- package/node_modules/aws-sdk/clients/location.d.ts +24 -8
- package/node_modules/aws-sdk/clients/memorydb.d.ts +2 -2
- package/node_modules/aws-sdk/clients/personalize.d.ts +34 -17
- package/node_modules/aws-sdk/clients/polly.d.ts +2 -2
- package/node_modules/aws-sdk/clients/securityhub.d.ts +539 -1
- package/node_modules/aws-sdk/clients/securitylake.d.ts +560 -541
- package/node_modules/aws-sdk/clients/wafv2.d.ts +16 -6
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +10 -10
- package/node_modules/aws-sdk/dist/aws-sdk.js +58 -32
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +30 -30
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -1,22 +1,22 @@
|
|
1
1
|
{
|
2
2
|
"pagination": {
|
3
|
-
"
|
3
|
+
"GetDataLakeSources": {
|
4
4
|
"input_token": "nextToken",
|
5
5
|
"output_token": "nextToken",
|
6
|
-
"limit_key": "
|
7
|
-
"result_key": "
|
6
|
+
"limit_key": "maxResults",
|
7
|
+
"result_key": "dataLakeSources"
|
8
8
|
},
|
9
|
-
"
|
9
|
+
"ListDataLakeExceptions": {
|
10
10
|
"input_token": "nextToken",
|
11
11
|
"output_token": "nextToken",
|
12
|
-
"limit_key": "
|
13
|
-
"result_key": "
|
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": "
|
19
|
+
"result_key": "sources"
|
20
20
|
},
|
21
21
|
"ListSubscribers": {
|
22
22
|
"input_token": "nextToken",
|