cdk-comprehend-s3olap 2.0.176 → 2.0.178
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/aws-sdk/CHANGELOG.md +16 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +3 -0
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +252 -52
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +31 -18
- package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +99 -16
- package/node_modules/aws-sdk/apis/metadata.json +8 -0
- package/node_modules/aws-sdk/apis/payment-cryptography-2021-09-14.examples.json +5 -0
- package/node_modules/aws-sdk/apis/payment-cryptography-2021-09-14.min.json +770 -0
- package/node_modules/aws-sdk/apis/payment-cryptography-2021-09-14.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/payment-cryptography-data-2022-02-03.examples.json +5 -0
- package/node_modules/aws-sdk/apis/payment-cryptography-data-2022-02-03.min.json +1018 -0
- package/node_modules/aws-sdk/apis/payment-cryptography-data-2022-02-03.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +38 -29
- package/node_modules/aws-sdk/apis/timestream-write-2018-11-01.min.json +36 -8
- package/node_modules/aws-sdk/clients/all.d.ts +2 -0
- package/node_modules/aws-sdk/clients/all.js +3 -1
- package/node_modules/aws-sdk/clients/athena.d.ts +6 -2
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +24 -24
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +132 -18
- package/node_modules/aws-sdk/clients/comprehendmedical.d.ts +4 -4
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +201 -0
- package/node_modules/aws-sdk/clients/directconnect.d.ts +6 -6
- package/node_modules/aws-sdk/clients/emrcontainers.d.ts +16 -0
- package/node_modules/aws-sdk/clients/iotdeviceadvisor.d.ts +2 -2
- package/node_modules/aws-sdk/clients/paymentcryptography.d.ts +867 -0
- package/node_modules/aws-sdk/clients/paymentcryptography.js +18 -0
- package/node_modules/aws-sdk/clients/paymentcryptographydata.d.ts +1161 -0
- package/node_modules/aws-sdk/clients/paymentcryptographydata.js +18 -0
- package/node_modules/aws-sdk/clients/servicecatalog.d.ts +10 -2
- package/node_modules/aws-sdk/clients/timestreamwrite.d.ts +39 -4
- 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 +85 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +151 -48
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +98 -98
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +7 -7
@@ -0,0 +1,22 @@
|
|
1
|
+
{
|
2
|
+
"pagination": {
|
3
|
+
"ListAliases": {
|
4
|
+
"input_token": "NextToken",
|
5
|
+
"output_token": "NextToken",
|
6
|
+
"limit_key": "MaxResults",
|
7
|
+
"result_key": "Aliases"
|
8
|
+
},
|
9
|
+
"ListKeys": {
|
10
|
+
"input_token": "NextToken",
|
11
|
+
"output_token": "NextToken",
|
12
|
+
"limit_key": "MaxResults",
|
13
|
+
"result_key": "Keys"
|
14
|
+
},
|
15
|
+
"ListTagsForResource": {
|
16
|
+
"input_token": "NextToken",
|
17
|
+
"output_token": "NextToken",
|
18
|
+
"limit_key": "MaxResults",
|
19
|
+
"result_key": "Tags"
|
20
|
+
}
|
21
|
+
}
|
22
|
+
}
|