cdk-comprehend-s3olap 2.0.260 → 2.0.261

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 (38) hide show
  1. package/.jsii +3 -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 +12 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +115 -87
  8. package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +238 -63
  9. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +70 -31
  10. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +97 -14
  11. package/node_modules/aws-sdk/apis/metadata.json +7 -0
  12. package/node_modules/aws-sdk/apis/neptunedata-2023-08-01.examples.json +5 -0
  13. package/node_modules/aws-sdk/apis/neptunedata-2023-08-01.min.json +1923 -0
  14. package/node_modules/aws-sdk/apis/neptunedata-2023-08-01.paginators.json +4 -0
  15. package/node_modules/aws-sdk/apis/pca-connector-ad-2018-05-10.examples.json +5 -0
  16. package/node_modules/aws-sdk/apis/pca-connector-ad-2018-05-10.min.json +1465 -0
  17. package/node_modules/aws-sdk/apis/pca-connector-ad-2018-05-10.paginators.json +34 -0
  18. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +739 -728
  19. package/node_modules/aws-sdk/clients/all.d.ts +2 -0
  20. package/node_modules/aws-sdk/clients/all.js +3 -1
  21. package/node_modules/aws-sdk/clients/appflow.d.ts +30 -0
  22. package/node_modules/aws-sdk/clients/apprunner.d.ts +5 -5
  23. package/node_modules/aws-sdk/clients/cleanrooms.d.ts +41 -5
  24. package/node_modules/aws-sdk/clients/datasync.d.ts +144 -21
  25. package/node_modules/aws-sdk/clients/neptunedata.d.ts +1976 -0
  26. package/node_modules/aws-sdk/clients/neptunedata.js +18 -0
  27. package/node_modules/aws-sdk/clients/networkfirewall.d.ts +9 -9
  28. package/node_modules/aws-sdk/clients/pcaconnectorad.d.ts +1606 -0
  29. package/node_modules/aws-sdk/clients/pcaconnectorad.js +18 -0
  30. package/node_modules/aws-sdk/clients/sagemaker.d.ts +21 -1
  31. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  32. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +83 -9
  33. package/node_modules/aws-sdk/dist/aws-sdk.js +10 -3
  34. package/node_modules/aws-sdk/dist/aws-sdk.min.js +38 -38
  35. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
  36. package/node_modules/aws-sdk/lib/core.js +1 -1
  37. package/node_modules/aws-sdk/package.json +1 -1
  38. package/package.json +3 -3
@@ -0,0 +1,34 @@
1
+ {
2
+ "pagination": {
3
+ "ListConnectors": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults",
7
+ "result_key": "Connectors"
8
+ },
9
+ "ListDirectoryRegistrations": {
10
+ "input_token": "NextToken",
11
+ "output_token": "NextToken",
12
+ "limit_key": "MaxResults",
13
+ "result_key": "DirectoryRegistrations"
14
+ },
15
+ "ListServicePrincipalNames": {
16
+ "input_token": "NextToken",
17
+ "output_token": "NextToken",
18
+ "limit_key": "MaxResults",
19
+ "result_key": "ServicePrincipalNames"
20
+ },
21
+ "ListTemplateGroupAccessControlEntries": {
22
+ "input_token": "NextToken",
23
+ "output_token": "NextToken",
24
+ "limit_key": "MaxResults",
25
+ "result_key": "AccessControlEntries"
26
+ },
27
+ "ListTemplates": {
28
+ "input_token": "NextToken",
29
+ "output_token": "NextToken",
30
+ "limit_key": "MaxResults",
31
+ "result_key": "Templates"
32
+ }
33
+ }
34
+ }