cdk-comprehend-s3olap 2.0.48 → 2.0.51

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 (60) hide show
  1. package/.jsii +5 -5
  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 +25 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +34 -3
  8. package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +116 -0
  9. package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +67 -20
  10. package/node_modules/aws-sdk/apis/config-2014-11-12.paginators.json +5 -0
  11. package/node_modules/aws-sdk/apis/detective-2018-10-26.min.json +213 -39
  12. package/node_modules/aws-sdk/apis/detective-2018-10-26.paginators.json +5 -0
  13. package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +3 -0
  14. package/node_modules/aws-sdk/apis/globalaccelerator-2018-08-08.min.json +70 -53
  15. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +776 -162
  16. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.paginators.json +6 -0
  17. package/node_modules/aws-sdk/apis/lookoutvision-2020-11-20.min.json +35 -6
  18. package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +149 -6
  19. package/node_modules/aws-sdk/apis/macie2-2020-01-01.waiters2.json +25 -0
  20. package/node_modules/aws-sdk/apis/marketplace-catalog-2018-09-17.min.json +3 -1
  21. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +3 -0
  22. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +7 -1
  23. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +717 -67
  24. package/node_modules/aws-sdk/apis/transfer-2018-11-05.paginators.json +24 -0
  25. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +104 -66
  26. package/node_modules/aws-sdk/clients/appsync.d.ts +41 -3
  27. package/node_modules/aws-sdk/clients/autoscaling.d.ts +118 -118
  28. package/node_modules/aws-sdk/clients/chime.d.ts +135 -4
  29. package/node_modules/aws-sdk/clients/configservice.d.ts +66 -0
  30. package/node_modules/aws-sdk/clients/detective.d.ts +176 -4
  31. package/node_modules/aws-sdk/clients/ec2.d.ts +23 -23
  32. package/node_modules/aws-sdk/clients/es.d.ts +7 -3
  33. package/node_modules/aws-sdk/clients/globalaccelerator.d.ts +109 -85
  34. package/node_modules/aws-sdk/clients/guardduty.d.ts +604 -1
  35. package/node_modules/aws-sdk/clients/lookoutvision.d.ts +53 -9
  36. package/node_modules/aws-sdk/clients/macie2.d.ts +131 -9
  37. package/node_modules/aws-sdk/clients/macie2.js +1 -0
  38. package/node_modules/aws-sdk/clients/marketplacecatalog.d.ts +1 -1
  39. package/node_modules/aws-sdk/clients/opensearch.d.ts +7 -3
  40. package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
  41. package/node_modules/aws-sdk/clients/rds.d.ts +2 -2
  42. package/node_modules/aws-sdk/clients/rekognition.d.ts +12 -4
  43. package/node_modules/aws-sdk/clients/securityhub.d.ts +3 -3
  44. package/node_modules/aws-sdk/clients/ssm.d.ts +12 -12
  45. package/node_modules/aws-sdk/clients/transfer.d.ts +1000 -86
  46. package/node_modules/aws-sdk/clients/workspaces.d.ts +65 -5
  47. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  48. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +575 -568
  49. package/node_modules/aws-sdk/dist/aws-sdk.js +82 -24
  50. package/node_modules/aws-sdk/dist/aws-sdk.min.js +72 -72
  51. package/node_modules/aws-sdk/dist-tools/service-collector.js +4 -6
  52. package/node_modules/aws-sdk/lib/core.js +1 -1
  53. package/node_modules/aws-sdk/package.json +1 -1
  54. package/node_modules/esbuild/install.js +4 -4
  55. package/node_modules/esbuild/lib/main.d.ts +5 -1
  56. package/node_modules/esbuild/lib/main.js +13 -7
  57. package/node_modules/esbuild/package.json +21 -21
  58. package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
  59. package/node_modules/esbuild-linux-64/package.json +1 -1
  60. package/package.json +8 -8
@@ -1911,6 +1911,53 @@
1911
1911
  }
1912
1912
  }
1913
1913
  },
1914
+ "ListConformancePackComplianceScores": {
1915
+ "input": {
1916
+ "type": "structure",
1917
+ "members": {
1918
+ "Filters": {
1919
+ "type": "structure",
1920
+ "required": [
1921
+ "ConformancePackNames"
1922
+ ],
1923
+ "members": {
1924
+ "ConformancePackNames": {
1925
+ "type": "list",
1926
+ "member": {}
1927
+ }
1928
+ }
1929
+ },
1930
+ "SortOrder": {},
1931
+ "SortBy": {},
1932
+ "Limit": {
1933
+ "type": "integer"
1934
+ },
1935
+ "NextToken": {}
1936
+ }
1937
+ },
1938
+ "output": {
1939
+ "type": "structure",
1940
+ "required": [
1941
+ "ConformancePackComplianceScores"
1942
+ ],
1943
+ "members": {
1944
+ "NextToken": {},
1945
+ "ConformancePackComplianceScores": {
1946
+ "type": "list",
1947
+ "member": {
1948
+ "type": "structure",
1949
+ "members": {
1950
+ "Score": {},
1951
+ "ConformancePackName": {},
1952
+ "LastUpdatedTime": {
1953
+ "type": "timestamp"
1954
+ }
1955
+ }
1956
+ }
1957
+ }
1958
+ }
1959
+ }
1960
+ },
1914
1961
  "ListDiscoveredResources": {
1915
1962
  "input": {
1916
1963
  "type": "structure",
@@ -2006,7 +2053,7 @@
2006
2053
  "type": "structure",
2007
2054
  "members": {
2008
2055
  "Tags": {
2009
- "shape": "Sas"
2056
+ "shape": "Sb2"
2010
2057
  },
2011
2058
  "NextToken": {}
2012
2059
  }
@@ -2023,7 +2070,7 @@
2023
2070
  "AuthorizedAccountId": {},
2024
2071
  "AuthorizedAwsRegion": {},
2025
2072
  "Tags": {
2026
- "shape": "Sax"
2073
+ "shape": "Sb7"
2027
2074
  }
2028
2075
  }
2029
2076
  },
@@ -2047,7 +2094,7 @@
2047
2094
  "shape": "S33"
2048
2095
  },
2049
2096
  "Tags": {
2050
- "shape": "Sax"
2097
+ "shape": "Sb7"
2051
2098
  }
2052
2099
  }
2053
2100
  }
@@ -2067,7 +2114,7 @@
2067
2114
  "shape": "S40"
2068
2115
  },
2069
2116
  "Tags": {
2070
- "shape": "Sax"
2117
+ "shape": "Sb7"
2071
2118
  }
2072
2119
  }
2073
2120
  },
@@ -2138,7 +2185,7 @@
2138
2185
  ],
2139
2186
  "members": {
2140
2187
  "Evaluations": {
2141
- "shape": "Sb9"
2188
+ "shape": "Sbj"
2142
2189
  },
2143
2190
  "ResultToken": {},
2144
2191
  "TestMode": {
@@ -2150,7 +2197,7 @@
2150
2197
  "type": "structure",
2151
2198
  "members": {
2152
2199
  "FailedEvaluations": {
2153
- "shape": "Sb9"
2200
+ "shape": "Sbj"
2154
2201
  }
2155
2202
  }
2156
2203
  }
@@ -2387,7 +2434,7 @@
2387
2434
  "shape": "Sa6"
2388
2435
  },
2389
2436
  "Tags": {
2390
- "shape": "Sax"
2437
+ "shape": "Sb7"
2391
2438
  }
2392
2439
  }
2393
2440
  },
@@ -2421,10 +2468,10 @@
2421
2468
  "type": "structure",
2422
2469
  "members": {
2423
2470
  "Results": {
2424
- "shape": "Sc2"
2471
+ "shape": "Scc"
2425
2472
  },
2426
2473
  "QueryInfo": {
2427
- "shape": "Sc3"
2474
+ "shape": "Scd"
2428
2475
  },
2429
2476
  "NextToken": {}
2430
2477
  }
@@ -2448,10 +2495,10 @@
2448
2495
  "type": "structure",
2449
2496
  "members": {
2450
2497
  "Results": {
2451
- "shape": "Sc2"
2498
+ "shape": "Scc"
2452
2499
  },
2453
2500
  "QueryInfo": {
2454
- "shape": "Sc3"
2501
+ "shape": "Scd"
2455
2502
  },
2456
2503
  "NextToken": {}
2457
2504
  }
@@ -2528,7 +2575,7 @@
2528
2575
  "members": {
2529
2576
  "ResourceArn": {},
2530
2577
  "Tags": {
2531
- "shape": "Sas"
2578
+ "shape": "Sb2"
2532
2579
  }
2533
2580
  }
2534
2581
  }
@@ -3164,26 +3211,26 @@
3164
3211
  "Expression": {}
3165
3212
  }
3166
3213
  },
3167
- "Sas": {
3214
+ "Sb2": {
3168
3215
  "type": "list",
3169
3216
  "member": {
3170
- "shape": "Sat"
3217
+ "shape": "Sb3"
3171
3218
  }
3172
3219
  },
3173
- "Sat": {
3220
+ "Sb3": {
3174
3221
  "type": "structure",
3175
3222
  "members": {
3176
3223
  "Key": {},
3177
3224
  "Value": {}
3178
3225
  }
3179
3226
  },
3180
- "Sax": {
3227
+ "Sb7": {
3181
3228
  "type": "list",
3182
3229
  "member": {
3183
- "shape": "Sat"
3230
+ "shape": "Sb3"
3184
3231
  }
3185
3232
  },
3186
- "Sb9": {
3233
+ "Sbj": {
3187
3234
  "type": "list",
3188
3235
  "member": {
3189
3236
  "type": "structure",
@@ -3204,11 +3251,11 @@
3204
3251
  }
3205
3252
  }
3206
3253
  },
3207
- "Sc2": {
3254
+ "Scc": {
3208
3255
  "type": "list",
3209
3256
  "member": {}
3210
3257
  },
3211
- "Sc3": {
3258
+ "Scd": {
3212
3259
  "type": "structure",
3213
3260
  "members": {
3214
3261
  "SelectFields": {
@@ -186,6 +186,11 @@
186
186
  "output_token": "NextToken",
187
187
  "result_key": "ResourceIdentifiers"
188
188
  },
189
+ "ListConformancePackComplianceScores": {
190
+ "input_token": "NextToken",
191
+ "limit_key": "Limit",
192
+ "output_token": "NextToken"
193
+ },
189
194
  "ListDiscoveredResources": {
190
195
  "input_token": "nextToken",
191
196
  "limit_key": "limit",
@@ -27,6 +27,71 @@
27
27
  }
28
28
  }
29
29
  },
30
+ "BatchGetGraphMemberDatasources": {
31
+ "http": {
32
+ "requestUri": "/graph/datasources/get"
33
+ },
34
+ "input": {
35
+ "type": "structure",
36
+ "required": [
37
+ "GraphArn",
38
+ "AccountIds"
39
+ ],
40
+ "members": {
41
+ "GraphArn": {},
42
+ "AccountIds": {
43
+ "type": "list",
44
+ "member": {}
45
+ }
46
+ }
47
+ },
48
+ "output": {
49
+ "type": "structure",
50
+ "members": {
51
+ "MemberDatasources": {
52
+ "shape": "S7"
53
+ },
54
+ "UnprocessedAccounts": {
55
+ "shape": "Sf"
56
+ }
57
+ }
58
+ }
59
+ },
60
+ "BatchGetMembershipDatasources": {
61
+ "http": {
62
+ "requestUri": "/membership/datasources/get"
63
+ },
64
+ "input": {
65
+ "type": "structure",
66
+ "required": [
67
+ "GraphArns"
68
+ ],
69
+ "members": {
70
+ "GraphArns": {
71
+ "type": "list",
72
+ "member": {}
73
+ }
74
+ }
75
+ },
76
+ "output": {
77
+ "type": "structure",
78
+ "members": {
79
+ "MembershipDatasources": {
80
+ "shape": "S7"
81
+ },
82
+ "UnprocessedGraphs": {
83
+ "type": "list",
84
+ "member": {
85
+ "type": "structure",
86
+ "members": {
87
+ "GraphArn": {},
88
+ "Reason": {}
89
+ }
90
+ }
91
+ }
92
+ }
93
+ }
94
+ },
30
95
  "CreateGraph": {
31
96
  "http": {
32
97
  "requestUri": "/graph"
@@ -35,7 +100,7 @@
35
100
  "type": "structure",
36
101
  "members": {
37
102
  "Tags": {
38
- "shape": "S4"
103
+ "shape": "So"
39
104
  }
40
105
  }
41
106
  },
@@ -82,10 +147,10 @@
82
147
  "type": "structure",
83
148
  "members": {
84
149
  "Members": {
85
- "shape": "Sg"
150
+ "shape": "Sz"
86
151
  },
87
152
  "UnprocessedAccounts": {
88
- "shape": "So"
153
+ "shape": "Sf"
89
154
  }
90
155
  }
91
156
  }
@@ -117,7 +182,7 @@
117
182
  "members": {
118
183
  "GraphArn": {},
119
184
  "AccountIds": {
120
- "shape": "St"
185
+ "shape": "S1b"
121
186
  }
122
187
  }
123
188
  },
@@ -125,10 +190,10 @@
125
190
  "type": "structure",
126
191
  "members": {
127
192
  "AccountIds": {
128
- "shape": "St"
193
+ "shape": "S1b"
129
194
  },
130
195
  "UnprocessedAccounts": {
131
- "shape": "So"
196
+ "shape": "Sf"
132
197
  }
133
198
  }
134
199
  }
@@ -201,7 +266,7 @@
201
266
  "members": {
202
267
  "GraphArn": {},
203
268
  "AccountIds": {
204
- "shape": "St"
269
+ "shape": "S1b"
205
270
  }
206
271
  }
207
272
  },
@@ -209,14 +274,51 @@
209
274
  "type": "structure",
210
275
  "members": {
211
276
  "MemberDetails": {
212
- "shape": "Sg"
277
+ "shape": "Sz"
213
278
  },
214
279
  "UnprocessedAccounts": {
215
- "shape": "So"
280
+ "shape": "Sf"
216
281
  }
217
282
  }
218
283
  }
219
284
  },
285
+ "ListDatasourcePackages": {
286
+ "http": {
287
+ "requestUri": "/graph/datasources/list"
288
+ },
289
+ "input": {
290
+ "type": "structure",
291
+ "required": [
292
+ "GraphArn"
293
+ ],
294
+ "members": {
295
+ "GraphArn": {},
296
+ "NextToken": {},
297
+ "MaxResults": {
298
+ "type": "integer"
299
+ }
300
+ }
301
+ },
302
+ "output": {
303
+ "type": "structure",
304
+ "members": {
305
+ "DatasourcePackages": {
306
+ "type": "map",
307
+ "key": {},
308
+ "value": {
309
+ "type": "structure",
310
+ "members": {
311
+ "DatasourcePackageIngestState": {},
312
+ "LastIngestStateChange": {
313
+ "shape": "Sb"
314
+ }
315
+ }
316
+ }
317
+ },
318
+ "NextToken": {}
319
+ }
320
+ }
321
+ },
220
322
  "ListGraphs": {
221
323
  "http": {
222
324
  "requestUri": "/graphs/list"
@@ -240,7 +342,7 @@
240
342
  "members": {
241
343
  "Arn": {},
242
344
  "CreatedTime": {
243
- "shape": "Sk"
345
+ "shape": "Se"
244
346
  }
245
347
  }
246
348
  }
@@ -266,7 +368,7 @@
266
368
  "type": "structure",
267
369
  "members": {
268
370
  "Invitations": {
269
- "shape": "Sg"
371
+ "shape": "Sz"
270
372
  },
271
373
  "NextToken": {}
272
374
  }
@@ -293,7 +395,7 @@
293
395
  "type": "structure",
294
396
  "members": {
295
397
  "MemberDetails": {
296
- "shape": "Sg"
398
+ "shape": "Sz"
297
399
  },
298
400
  "NextToken": {}
299
401
  }
@@ -323,7 +425,7 @@
323
425
  "AccountId": {},
324
426
  "GraphArn": {},
325
427
  "DelegationTime": {
326
- "shape": "Sk"
428
+ "shape": "Se"
327
429
  }
328
430
  }
329
431
  }
@@ -354,7 +456,7 @@
354
456
  "type": "structure",
355
457
  "members": {
356
458
  "Tags": {
357
- "shape": "S4"
459
+ "shape": "So"
358
460
  }
359
461
  }
360
462
  }
@@ -406,7 +508,7 @@
406
508
  "locationName": "ResourceArn"
407
509
  },
408
510
  "Tags": {
409
- "shape": "S4"
511
+ "shape": "So"
410
512
  }
411
513
  }
412
514
  },
@@ -445,6 +547,25 @@
445
547
  "members": {}
446
548
  }
447
549
  },
550
+ "UpdateDatasourcePackages": {
551
+ "http": {
552
+ "requestUri": "/graph/datasources/update"
553
+ },
554
+ "input": {
555
+ "type": "structure",
556
+ "required": [
557
+ "GraphArn",
558
+ "DatasourcePackages"
559
+ ],
560
+ "members": {
561
+ "GraphArn": {},
562
+ "DatasourcePackages": {
563
+ "type": "list",
564
+ "member": {}
565
+ }
566
+ }
567
+ }
568
+ },
448
569
  "UpdateOrganizationConfiguration": {
449
570
  "http": {
450
571
  "requestUri": "/orgs/updateOrganizationConfiguration"
@@ -464,12 +585,55 @@
464
585
  }
465
586
  },
466
587
  "shapes": {
467
- "S4": {
588
+ "S7": {
589
+ "type": "list",
590
+ "member": {
591
+ "type": "structure",
592
+ "members": {
593
+ "AccountId": {},
594
+ "GraphArn": {},
595
+ "DatasourcePackageIngestHistory": {
596
+ "type": "map",
597
+ "key": {},
598
+ "value": {
599
+ "shape": "Sb"
600
+ }
601
+ }
602
+ }
603
+ }
604
+ },
605
+ "Sb": {
606
+ "type": "map",
607
+ "key": {},
608
+ "value": {
609
+ "type": "structure",
610
+ "members": {
611
+ "Timestamp": {
612
+ "shape": "Se"
613
+ }
614
+ }
615
+ }
616
+ },
617
+ "Se": {
618
+ "type": "timestamp",
619
+ "timestampFormat": "iso8601"
620
+ },
621
+ "Sf": {
622
+ "type": "list",
623
+ "member": {
624
+ "type": "structure",
625
+ "members": {
626
+ "AccountId": {},
627
+ "Reason": {}
628
+ }
629
+ }
630
+ },
631
+ "So": {
468
632
  "type": "map",
469
633
  "key": {},
470
634
  "value": {}
471
635
  },
472
- "Sg": {
636
+ "Sz": {
473
637
  "type": "list",
474
638
  "member": {
475
639
  "type": "structure",
@@ -485,46 +649,56 @@
485
649
  "Status": {},
486
650
  "DisabledReason": {},
487
651
  "InvitedTime": {
488
- "shape": "Sk"
652
+ "shape": "Se"
489
653
  },
490
654
  "UpdatedTime": {
491
- "shape": "Sk"
655
+ "shape": "Se"
492
656
  },
493
657
  "VolumeUsageInBytes": {
658
+ "deprecated": true,
659
+ "deprecatedMessage": "This property is deprecated. Use VolumeUsageByDatasourcePackage instead.",
494
660
  "type": "long"
495
661
  },
496
662
  "VolumeUsageUpdatedTime": {
497
- "shape": "Sk"
663
+ "shape": "Se",
664
+ "deprecated": true,
665
+ "deprecatedMessage": "This property is deprecated. Use VolumeUsageByDatasourcePackage instead."
498
666
  },
499
667
  "PercentOfGraphUtilization": {
500
668
  "deprecated": true,
501
- "deprecatedMessage": "This property is deprecated. Use VolumeUsageInBytes instead.",
669
+ "deprecatedMessage": "This property is deprecated. Use VolumeUsageByDatasourcePackage instead.",
502
670
  "type": "double"
503
671
  },
504
672
  "PercentOfGraphUtilizationUpdatedTime": {
505
- "shape": "Sk",
673
+ "shape": "Se",
506
674
  "deprecated": true,
507
- "deprecatedMessage": "This property is deprecated. Use VolumeUsageUpdatedTime instead."
675
+ "deprecatedMessage": "This property is deprecated. Use VolumeUsageByDatasourcePackage instead."
508
676
  },
509
- "InvitationType": {}
510
- }
511
- }
512
- },
513
- "Sk": {
514
- "type": "timestamp",
515
- "timestampFormat": "iso8601"
516
- },
517
- "So": {
518
- "type": "list",
519
- "member": {
520
- "type": "structure",
521
- "members": {
522
- "AccountId": {},
523
- "Reason": {}
677
+ "InvitationType": {},
678
+ "VolumeUsageByDatasourcePackage": {
679
+ "type": "map",
680
+ "key": {},
681
+ "value": {
682
+ "type": "structure",
683
+ "members": {
684
+ "VolumeUsageInBytes": {
685
+ "type": "long"
686
+ },
687
+ "VolumeUsageUpdateTime": {
688
+ "shape": "Se"
689
+ }
690
+ }
691
+ }
692
+ },
693
+ "DatasourcePackageIngestStates": {
694
+ "type": "map",
695
+ "key": {},
696
+ "value": {}
697
+ }
524
698
  }
525
699
  }
526
700
  },
527
- "St": {
701
+ "S1b": {
528
702
  "type": "list",
529
703
  "member": {}
530
704
  }
@@ -1,5 +1,10 @@
1
1
  {
2
2
  "pagination": {
3
+ "ListDatasourcePackages": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
3
8
  "ListGraphs": {
4
9
  "input_token": "NextToken",
5
10
  "output_token": "NextToken",
@@ -1631,6 +1631,9 @@
1631
1631
  },
1632
1632
  "Iops": {
1633
1633
  "type": "integer"
1634
+ },
1635
+ "Throughput": {
1636
+ "type": "integer"
1634
1637
  }
1635
1638
  }
1636
1639
  },