cdk-comprehend-s3olap 2.0.48 → 2.0.49

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 (35) 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 +10 -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/detective-2018-10-26.min.json +213 -39
  9. package/node_modules/aws-sdk/apis/detective-2018-10-26.paginators.json +5 -0
  10. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +776 -162
  11. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.paginators.json +6 -0
  12. package/node_modules/aws-sdk/apis/lookoutvision-2020-11-20.min.json +13 -4
  13. package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +149 -6
  14. package/node_modules/aws-sdk/apis/macie2-2020-01-01.waiters2.json +25 -0
  15. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +7 -1
  16. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +717 -67
  17. package/node_modules/aws-sdk/apis/transfer-2018-11-05.paginators.json +24 -0
  18. package/node_modules/aws-sdk/clients/appsync.d.ts +41 -3
  19. package/node_modules/aws-sdk/clients/autoscaling.d.ts +118 -118
  20. package/node_modules/aws-sdk/clients/detective.d.ts +176 -4
  21. package/node_modules/aws-sdk/clients/guardduty.d.ts +604 -1
  22. package/node_modules/aws-sdk/clients/lookoutvision.d.ts +14 -2
  23. package/node_modules/aws-sdk/clients/macie2.d.ts +131 -9
  24. package/node_modules/aws-sdk/clients/macie2.js +1 -0
  25. package/node_modules/aws-sdk/clients/rds.d.ts +2 -2
  26. package/node_modules/aws-sdk/clients/rekognition.d.ts +12 -4
  27. package/node_modules/aws-sdk/clients/securityhub.d.ts +3 -3
  28. package/node_modules/aws-sdk/clients/transfer.d.ts +1000 -86
  29. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  30. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +567 -560
  31. package/node_modules/aws-sdk/dist/aws-sdk.js +10 -4
  32. package/node_modules/aws-sdk/dist/aws-sdk.min.js +22 -22
  33. package/node_modules/aws-sdk/lib/core.js +1 -1
  34. package/node_modules/aws-sdk/package.json +1 -1
  35. package/package.json +6 -6
@@ -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",