cdk-comprehend-s3olap 2.0.205 → 2.0.207
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 +16 -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 +15 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +643 -216
- package/node_modules/aws-sdk/apis/dms-2016-01-01.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +281 -278
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +146 -131
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +79 -40
- package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +32 -33
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +322 -188
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +209 -191
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +12 -6
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +561 -528
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +32 -18
- package/node_modules/aws-sdk/clients/dms.d.ts +632 -7
- package/node_modules/aws-sdk/clients/ec2.d.ts +10 -5
- package/node_modules/aws-sdk/clients/glue.d.ts +21 -0
- package/node_modules/aws-sdk/clients/location.d.ts +50 -14
- package/node_modules/aws-sdk/clients/medialive.d.ts +101 -0
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +21 -0
- package/node_modules/aws-sdk/clients/outposts.d.ts +4 -4
- package/node_modules/aws-sdk/clients/quicksight.d.ts +53 -7
- package/node_modules/aws-sdk/clients/rds.d.ts +35 -35
- 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 +11 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +395 -354
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +70 -70
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/credentials/shared_ini_file_credentials.js +2 -0
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
@@ -3,32 +3,38 @@
|
|
3
3
|
"GetOutpostInstanceTypes": {
|
4
4
|
"input_token": "NextToken",
|
5
5
|
"output_token": "NextToken",
|
6
|
-
"limit_key": "MaxResults"
|
6
|
+
"limit_key": "MaxResults",
|
7
|
+
"result_key": "InstanceTypes"
|
7
8
|
},
|
8
9
|
"ListAssets": {
|
9
10
|
"input_token": "NextToken",
|
10
11
|
"output_token": "NextToken",
|
11
|
-
"limit_key": "MaxResults"
|
12
|
+
"limit_key": "MaxResults",
|
13
|
+
"result_key": "Assets"
|
12
14
|
},
|
13
15
|
"ListCatalogItems": {
|
14
16
|
"input_token": "NextToken",
|
15
17
|
"output_token": "NextToken",
|
16
|
-
"limit_key": "MaxResults"
|
18
|
+
"limit_key": "MaxResults",
|
19
|
+
"result_key": "CatalogItems"
|
17
20
|
},
|
18
21
|
"ListOrders": {
|
19
22
|
"input_token": "NextToken",
|
20
23
|
"output_token": "NextToken",
|
21
|
-
"limit_key": "MaxResults"
|
24
|
+
"limit_key": "MaxResults",
|
25
|
+
"result_key": "Orders"
|
22
26
|
},
|
23
27
|
"ListOutposts": {
|
24
28
|
"input_token": "NextToken",
|
25
29
|
"output_token": "NextToken",
|
26
|
-
"limit_key": "MaxResults"
|
30
|
+
"limit_key": "MaxResults",
|
31
|
+
"result_key": "Outposts"
|
27
32
|
},
|
28
33
|
"ListSites": {
|
29
34
|
"input_token": "NextToken",
|
30
35
|
"output_token": "NextToken",
|
31
|
-
"limit_key": "MaxResults"
|
36
|
+
"limit_key": "MaxResults",
|
37
|
+
"result_key": "Sites"
|
32
38
|
}
|
33
39
|
}
|
34
40
|
}
|