cdk-comprehend-s3olap 2.0.204 → 2.0.206

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 (31) 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 +12 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +281 -278
  8. package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +57 -15
  9. package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +79 -40
  10. package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +274 -130
  11. package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +6 -0
  12. package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +12 -6
  13. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +561 -528
  14. package/node_modules/aws-sdk/clients/comprehendmedical.d.ts +46 -46
  15. package/node_modules/aws-sdk/clients/connect.d.ts +11 -11
  16. package/node_modules/aws-sdk/clients/ec2.d.ts +10 -5
  17. package/node_modules/aws-sdk/clients/kms.d.ts +58 -2
  18. package/node_modules/aws-sdk/clients/location.d.ts +50 -14
  19. package/node_modules/aws-sdk/clients/mgn.d.ts +275 -7
  20. package/node_modules/aws-sdk/clients/outposts.d.ts +4 -4
  21. package/node_modules/aws-sdk/clients/quicksight.d.ts +53 -7
  22. package/node_modules/aws-sdk/clients/rds.d.ts +35 -35
  23. package/node_modules/aws-sdk/clients/securityhub.d.ts +19 -19
  24. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  25. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +8 -8
  26. package/node_modules/aws-sdk/dist/aws-sdk.js +420 -336
  27. package/node_modules/aws-sdk/dist/aws-sdk.min.js +70 -70
  28. package/node_modules/aws-sdk/lib/core.js +1 -1
  29. package/node_modules/aws-sdk/lib/credentials/shared_ini_file_credentials.js +2 -0
  30. package/node_modules/aws-sdk/package.json +1 -1
  31. package/package.json +5 -5
@@ -66,6 +66,12 @@
66
66
  "limit_key": "maxResults",
67
67
  "result_key": "items"
68
68
  },
69
+ "ListManagedAccounts": {
70
+ "input_token": "nextToken",
71
+ "output_token": "nextToken",
72
+ "limit_key": "maxResults",
73
+ "result_key": "items"
74
+ },
69
75
  "ListSourceServerActions": {
70
76
  "input_token": "nextToken",
71
77
  "output_token": "nextToken",
@@ -3,32 +3,38 @@
3
3
  "GetOutpostInstanceTypes": {
4
4
  "input_token": "NextToken",
5
5
  "output_token": "NextToken",
6
- "limit_key": "MaxResults"
6
+ "limit_key": "MaxResults",
7
+ "result_key": "InstanceTypes"
7
8
  },
8
9
  "ListAssets": {
9
10
  "input_token": "NextToken",
10
11
  "output_token": "NextToken",
11
- "limit_key": "MaxResults"
12
+ "limit_key": "MaxResults",
13
+ "result_key": "Assets"
12
14
  },
13
15
  "ListCatalogItems": {
14
16
  "input_token": "NextToken",
15
17
  "output_token": "NextToken",
16
- "limit_key": "MaxResults"
18
+ "limit_key": "MaxResults",
19
+ "result_key": "CatalogItems"
17
20
  },
18
21
  "ListOrders": {
19
22
  "input_token": "NextToken",
20
23
  "output_token": "NextToken",
21
- "limit_key": "MaxResults"
24
+ "limit_key": "MaxResults",
25
+ "result_key": "Orders"
22
26
  },
23
27
  "ListOutposts": {
24
28
  "input_token": "NextToken",
25
29
  "output_token": "NextToken",
26
- "limit_key": "MaxResults"
30
+ "limit_key": "MaxResults",
31
+ "result_key": "Outposts"
27
32
  },
28
33
  "ListSites": {
29
34
  "input_token": "NextToken",
30
35
  "output_token": "NextToken",
31
- "limit_key": "MaxResults"
36
+ "limit_key": "MaxResults",
37
+ "result_key": "Sites"
32
38
  }
33
39
  }
34
40
  }