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.
Files changed (44) hide show
  1. package/.jsii +4 -4
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +16 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +3 -0
  8. package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +252 -52
  9. package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.paginators.json +6 -0
  10. package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +31 -18
  11. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +99 -16
  12. package/node_modules/aws-sdk/apis/metadata.json +8 -0
  13. package/node_modules/aws-sdk/apis/payment-cryptography-2021-09-14.examples.json +5 -0
  14. package/node_modules/aws-sdk/apis/payment-cryptography-2021-09-14.min.json +770 -0
  15. package/node_modules/aws-sdk/apis/payment-cryptography-2021-09-14.paginators.json +22 -0
  16. package/node_modules/aws-sdk/apis/payment-cryptography-data-2022-02-03.examples.json +5 -0
  17. package/node_modules/aws-sdk/apis/payment-cryptography-data-2022-02-03.min.json +1018 -0
  18. package/node_modules/aws-sdk/apis/payment-cryptography-data-2022-02-03.paginators.json +4 -0
  19. package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +38 -29
  20. package/node_modules/aws-sdk/apis/timestream-write-2018-11-01.min.json +36 -8
  21. package/node_modules/aws-sdk/clients/all.d.ts +2 -0
  22. package/node_modules/aws-sdk/clients/all.js +3 -1
  23. package/node_modules/aws-sdk/clients/athena.d.ts +6 -2
  24. package/node_modules/aws-sdk/clients/cloudformation.d.ts +24 -24
  25. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +132 -18
  26. package/node_modules/aws-sdk/clients/comprehendmedical.d.ts +4 -4
  27. package/node_modules/aws-sdk/clients/customerprofiles.d.ts +201 -0
  28. package/node_modules/aws-sdk/clients/directconnect.d.ts +6 -6
  29. package/node_modules/aws-sdk/clients/emrcontainers.d.ts +16 -0
  30. package/node_modules/aws-sdk/clients/iotdeviceadvisor.d.ts +2 -2
  31. package/node_modules/aws-sdk/clients/paymentcryptography.d.ts +867 -0
  32. package/node_modules/aws-sdk/clients/paymentcryptography.js +18 -0
  33. package/node_modules/aws-sdk/clients/paymentcryptographydata.d.ts +1161 -0
  34. package/node_modules/aws-sdk/clients/paymentcryptographydata.js +18 -0
  35. package/node_modules/aws-sdk/clients/servicecatalog.d.ts +10 -2
  36. package/node_modules/aws-sdk/clients/timestreamwrite.d.ts +39 -4
  37. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  38. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +85 -11
  39. package/node_modules/aws-sdk/dist/aws-sdk.js +151 -48
  40. package/node_modules/aws-sdk/dist/aws-sdk.min.js +98 -98
  41. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
  42. package/node_modules/aws-sdk/lib/core.js +1 -1
  43. package/node_modules/aws-sdk/package.json +1 -1
  44. 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
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }