cdk-comprehend-s3olap 2.0.28 → 2.0.31

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 (47) hide show
  1. package/.jsii +16 -3
  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 +19 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +20 -7
  8. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +50 -49
  9. package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +16 -0
  10. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +9 -8
  11. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +319 -73
  12. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +5 -0
  13. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  14. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +112 -111
  15. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +318 -205
  16. package/node_modules/aws-sdk/apis/rds-2014-10-31.waiters2.json +85 -0
  17. package/node_modules/aws-sdk/apis/rolesanywhere-2018-05-10.examples.json +5 -0
  18. package/node_modules/aws-sdk/apis/rolesanywhere-2018-05-10.min.json +819 -0
  19. package/node_modules/aws-sdk/apis/rolesanywhere-2018-05-10.paginators.json +24 -0
  20. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +787 -767
  21. package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +20 -12
  22. package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +272 -39
  23. package/node_modules/aws-sdk/apis/synthetics-2017-10-11.paginators.json +15 -0
  24. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  25. package/node_modules/aws-sdk/clients/all.js +2 -1
  26. package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +24 -7
  27. package/node_modules/aws-sdk/clients/cloudformation.d.ts +5 -0
  28. package/node_modules/aws-sdk/clients/configservice.d.ts +12 -12
  29. package/node_modules/aws-sdk/clients/dms.d.ts +20 -0
  30. package/node_modules/aws-sdk/clients/iot.d.ts +24 -10
  31. package/node_modules/aws-sdk/clients/iotwireless.d.ts +270 -18
  32. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +5 -0
  33. package/node_modules/aws-sdk/clients/quicksight.d.ts +182 -20
  34. package/node_modules/aws-sdk/clients/rds.d.ts +95 -79
  35. package/node_modules/aws-sdk/clients/rolesanywhere.d.ts +788 -0
  36. package/node_modules/aws-sdk/clients/rolesanywhere.js +18 -0
  37. package/node_modules/aws-sdk/clients/sagemaker.d.ts +27 -2
  38. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +9 -0
  39. package/node_modules/aws-sdk/clients/synthetics.d.ts +270 -30
  40. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  41. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +54 -17
  42. package/node_modules/aws-sdk/dist/aws-sdk.js +150 -60
  43. package/node_modules/aws-sdk/dist/aws-sdk.min.js +46 -46
  44. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  45. package/node_modules/aws-sdk/lib/core.js +1 -1
  46. package/node_modules/aws-sdk/package.json +1 -1
  47. package/package.json +4 -4
@@ -0,0 +1,24 @@
1
+ {
2
+ "pagination": {
3
+ "ListCrls": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "result_key": "crls"
7
+ },
8
+ "ListProfiles": {
9
+ "input_token": "nextToken",
10
+ "output_token": "nextToken",
11
+ "result_key": "profiles"
12
+ },
13
+ "ListSubjects": {
14
+ "input_token": "nextToken",
15
+ "output_token": "nextToken",
16
+ "result_key": "subjects"
17
+ },
18
+ "ListTrustAnchors": {
19
+ "input_token": "nextToken",
20
+ "output_token": "nextToken",
21
+ "result_key": "trustAnchors"
22
+ }
23
+ }
24
+ }