cdk-comprehend-s3olap 2.0.15 → 2.0.18
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 +15 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +69 -13
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +54 -5
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/metadata.json +0 -3
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +233 -44
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.min.json +75 -25
- package/node_modules/aws-sdk/apis/pricing-2017-10-15.min.json +6 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +231 -182
- package/node_modules/aws-sdk/clients/all.d.ts +0 -1
- package/node_modules/aws-sdk/clients/all.js +0 -1
- package/node_modules/aws-sdk/clients/apigateway.d.ts +1 -1
- package/node_modules/aws-sdk/clients/glue.d.ts +106 -2
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +69 -1
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +1 -1
- package/node_modules/aws-sdk/clients/mgn.d.ts +218 -3
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +70 -8
- package/node_modules/aws-sdk/clients/pricing.d.ts +4 -4
- package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +8 -8
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +69 -8
- package/node_modules/aws-sdk/clients/transfer.d.ts +9 -9
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +20 -55
- package/node_modules/aws-sdk/dist/aws-sdk.js +13 -8
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +6 -6
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +5 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.js +4 -2
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
- package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.examples.json +0 -5
- package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.min.json +0 -1206
- package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.paginators.json +0 -40
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +0 -1525
- package/node_modules/aws-sdk/clients/redshiftserverless.js +0 -18
@@ -1,40 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"pagination": {
|
3
|
-
"ListEndpointAccess": {
|
4
|
-
"input_token": "nextToken",
|
5
|
-
"output_token": "nextToken",
|
6
|
-
"limit_key": "maxResults",
|
7
|
-
"result_key": "endpoints"
|
8
|
-
},
|
9
|
-
"ListNamespaces": {
|
10
|
-
"input_token": "nextToken",
|
11
|
-
"output_token": "nextToken",
|
12
|
-
"limit_key": "maxResults",
|
13
|
-
"result_key": "namespaces"
|
14
|
-
},
|
15
|
-
"ListRecoveryPoints": {
|
16
|
-
"input_token": "nextToken",
|
17
|
-
"output_token": "nextToken",
|
18
|
-
"limit_key": "maxResults",
|
19
|
-
"result_key": "recoveryPoints"
|
20
|
-
},
|
21
|
-
"ListSnapshots": {
|
22
|
-
"input_token": "nextToken",
|
23
|
-
"output_token": "nextToken",
|
24
|
-
"limit_key": "maxResults",
|
25
|
-
"result_key": "snapshots"
|
26
|
-
},
|
27
|
-
"ListUsageLimits": {
|
28
|
-
"input_token": "nextToken",
|
29
|
-
"output_token": "nextToken",
|
30
|
-
"limit_key": "maxResults",
|
31
|
-
"result_key": "usageLimits"
|
32
|
-
},
|
33
|
-
"ListWorkgroups": {
|
34
|
-
"input_token": "nextToken",
|
35
|
-
"output_token": "nextToken",
|
36
|
-
"limit_key": "maxResults",
|
37
|
-
"result_key": "workgroups"
|
38
|
-
}
|
39
|
-
}
|
40
|
-
}
|