cdk-comprehend-s3olap 2.0.99 → 2.0.101

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 (28) 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 +7 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +247 -3
  8. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.paginators.json +12 -0
  9. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1075 -1058
  10. package/node_modules/aws-sdk/apis/mediaconnect-2018-11-14.min.json +21 -0
  11. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +335 -6
  12. package/node_modules/aws-sdk/clients/ec2.d.ts +53 -37
  13. package/node_modules/aws-sdk/clients/mediaconnect.d.ts +25 -1
  14. package/node_modules/aws-sdk/clients/rds.d.ts +18 -18
  15. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  16. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +5 -5
  17. package/node_modules/aws-sdk/dist/aws-sdk.js +1337 -1064
  18. package/node_modules/aws-sdk/dist/aws-sdk.min.js +82 -82
  19. package/node_modules/aws-sdk/lib/core.js +1 -1
  20. package/node_modules/aws-sdk/package.json +1 -1
  21. package/node_modules/esbuild/bin/esbuild +2 -1
  22. package/node_modules/esbuild/install.js +5 -4
  23. package/node_modules/esbuild/lib/main.d.ts +2 -0
  24. package/node_modules/esbuild/lib/main.js +606 -663
  25. package/node_modules/esbuild/package.json +23 -22
  26. package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
  27. package/node_modules/esbuild-linux-64/package.json +1 -1
  28. package/package.json +7 -7
@@ -391,6 +391,45 @@
391
391
  },
392
392
  "idempotent": true
393
393
  },
394
+ "GetImport": {
395
+ "input": {
396
+ "type": "structure",
397
+ "required": [
398
+ "ImportId"
399
+ ],
400
+ "members": {
401
+ "ImportId": {}
402
+ }
403
+ },
404
+ "output": {
405
+ "type": "structure",
406
+ "members": {
407
+ "ImportId": {},
408
+ "Destinations": {
409
+ "shape": "S1y"
410
+ },
411
+ "ImportSource": {
412
+ "shape": "S1z"
413
+ },
414
+ "StartEventTime": {
415
+ "type": "timestamp"
416
+ },
417
+ "EndEventTime": {
418
+ "type": "timestamp"
419
+ },
420
+ "ImportStatus": {},
421
+ "CreatedTimestamp": {
422
+ "type": "timestamp"
423
+ },
424
+ "UpdatedTimestamp": {
425
+ "type": "timestamp"
426
+ },
427
+ "ImportStatistics": {
428
+ "shape": "S22"
429
+ }
430
+ }
431
+ }
432
+ },
394
433
  "GetInsightSelectors": {
395
434
  "input": {
396
435
  "type": "structure",
@@ -406,7 +445,7 @@
406
445
  "members": {
407
446
  "TrailARN": {},
408
447
  "InsightSelectors": {
409
- "shape": "S1y"
448
+ "shape": "S25"
410
449
  }
411
450
  }
412
451
  },
@@ -625,6 +664,82 @@
625
664
  },
626
665
  "idempotent": true
627
666
  },
667
+ "ListImportFailures": {
668
+ "input": {
669
+ "type": "structure",
670
+ "required": [
671
+ "ImportId"
672
+ ],
673
+ "members": {
674
+ "ImportId": {},
675
+ "MaxResults": {
676
+ "type": "integer"
677
+ },
678
+ "NextToken": {}
679
+ }
680
+ },
681
+ "output": {
682
+ "type": "structure",
683
+ "members": {
684
+ "Failures": {
685
+ "type": "list",
686
+ "member": {
687
+ "type": "structure",
688
+ "members": {
689
+ "Location": {},
690
+ "Status": {},
691
+ "ErrorType": {},
692
+ "ErrorMessage": {},
693
+ "LastUpdatedTime": {
694
+ "type": "timestamp"
695
+ }
696
+ }
697
+ }
698
+ },
699
+ "NextToken": {}
700
+ }
701
+ },
702
+ "idempotent": true
703
+ },
704
+ "ListImports": {
705
+ "input": {
706
+ "type": "structure",
707
+ "members": {
708
+ "MaxResults": {
709
+ "type": "integer"
710
+ },
711
+ "Destination": {},
712
+ "ImportStatus": {},
713
+ "NextToken": {}
714
+ }
715
+ },
716
+ "output": {
717
+ "type": "structure",
718
+ "members": {
719
+ "Imports": {
720
+ "type": "list",
721
+ "member": {
722
+ "type": "structure",
723
+ "members": {
724
+ "ImportId": {},
725
+ "ImportStatus": {},
726
+ "Destinations": {
727
+ "shape": "S1y"
728
+ },
729
+ "CreatedTimestamp": {
730
+ "type": "timestamp"
731
+ },
732
+ "UpdatedTimestamp": {
733
+ "type": "timestamp"
734
+ }
735
+ }
736
+ }
737
+ },
738
+ "NextToken": {}
739
+ }
740
+ },
741
+ "idempotent": true
742
+ },
628
743
  "ListPublicKeys": {
629
744
  "input": {
630
745
  "type": "structure",
@@ -873,7 +988,7 @@
873
988
  "members": {
874
989
  "TrailName": {},
875
990
  "InsightSelectors": {
876
- "shape": "S1y"
991
+ "shape": "S25"
877
992
  }
878
993
  }
879
994
  },
@@ -882,7 +997,7 @@
882
997
  "members": {
883
998
  "TrailARN": {},
884
999
  "InsightSelectors": {
885
- "shape": "S1y"
1000
+ "shape": "S25"
886
1001
  }
887
1002
  }
888
1003
  },
@@ -948,6 +1063,51 @@
948
1063
  }
949
1064
  }
950
1065
  },
1066
+ "StartImport": {
1067
+ "input": {
1068
+ "type": "structure",
1069
+ "members": {
1070
+ "Destinations": {
1071
+ "shape": "S1y"
1072
+ },
1073
+ "ImportSource": {
1074
+ "shape": "S1z"
1075
+ },
1076
+ "StartEventTime": {
1077
+ "type": "timestamp"
1078
+ },
1079
+ "EndEventTime": {
1080
+ "type": "timestamp"
1081
+ },
1082
+ "ImportId": {}
1083
+ }
1084
+ },
1085
+ "output": {
1086
+ "type": "structure",
1087
+ "members": {
1088
+ "ImportId": {},
1089
+ "Destinations": {
1090
+ "shape": "S1y"
1091
+ },
1092
+ "ImportSource": {
1093
+ "shape": "S1z"
1094
+ },
1095
+ "StartEventTime": {
1096
+ "type": "timestamp"
1097
+ },
1098
+ "EndEventTime": {
1099
+ "type": "timestamp"
1100
+ },
1101
+ "ImportStatus": {},
1102
+ "CreatedTimestamp": {
1103
+ "type": "timestamp"
1104
+ },
1105
+ "UpdatedTimestamp": {
1106
+ "type": "timestamp"
1107
+ }
1108
+ }
1109
+ }
1110
+ },
951
1111
  "StartLogging": {
952
1112
  "input": {
953
1113
  "type": "structure",
@@ -982,6 +1142,45 @@
982
1142
  },
983
1143
  "idempotent": true
984
1144
  },
1145
+ "StopImport": {
1146
+ "input": {
1147
+ "type": "structure",
1148
+ "required": [
1149
+ "ImportId"
1150
+ ],
1151
+ "members": {
1152
+ "ImportId": {}
1153
+ }
1154
+ },
1155
+ "output": {
1156
+ "type": "structure",
1157
+ "members": {
1158
+ "ImportId": {},
1159
+ "ImportSource": {
1160
+ "shape": "S1z"
1161
+ },
1162
+ "Destinations": {
1163
+ "shape": "S1y"
1164
+ },
1165
+ "ImportStatus": {},
1166
+ "CreatedTimestamp": {
1167
+ "type": "timestamp"
1168
+ },
1169
+ "UpdatedTimestamp": {
1170
+ "type": "timestamp"
1171
+ },
1172
+ "StartEventTime": {
1173
+ "type": "timestamp"
1174
+ },
1175
+ "EndEventTime": {
1176
+ "type": "timestamp"
1177
+ },
1178
+ "ImportStatistics": {
1179
+ "shape": "S22"
1180
+ }
1181
+ }
1182
+ }
1183
+ },
985
1184
  "StopLogging": {
986
1185
  "input": {
987
1186
  "type": "structure",
@@ -1239,6 +1438,51 @@
1239
1438
  }
1240
1439
  },
1241
1440
  "S1y": {
1441
+ "type": "list",
1442
+ "member": {}
1443
+ },
1444
+ "S1z": {
1445
+ "type": "structure",
1446
+ "required": [
1447
+ "S3"
1448
+ ],
1449
+ "members": {
1450
+ "S3": {
1451
+ "type": "structure",
1452
+ "required": [
1453
+ "S3LocationUri",
1454
+ "S3BucketRegion",
1455
+ "S3BucketAccessRoleArn"
1456
+ ],
1457
+ "members": {
1458
+ "S3LocationUri": {},
1459
+ "S3BucketRegion": {},
1460
+ "S3BucketAccessRoleArn": {}
1461
+ }
1462
+ }
1463
+ }
1464
+ },
1465
+ "S22": {
1466
+ "type": "structure",
1467
+ "members": {
1468
+ "PrefixesFound": {
1469
+ "type": "long"
1470
+ },
1471
+ "PrefixesCompleted": {
1472
+ "type": "long"
1473
+ },
1474
+ "FilesCompleted": {
1475
+ "type": "long"
1476
+ },
1477
+ "EventsCompleted": {
1478
+ "type": "long"
1479
+ },
1480
+ "FailedEntries": {
1481
+ "type": "long"
1482
+ }
1483
+ }
1484
+ },
1485
+ "S25": {
1242
1486
  "type": "list",
1243
1487
  "member": {
1244
1488
  "type": "structure",
@@ -17,6 +17,18 @@
17
17
  "limit_key": "MaxResults",
18
18
  "output_token": "NextToken"
19
19
  },
20
+ "ListImportFailures": {
21
+ "input_token": "NextToken",
22
+ "limit_key": "MaxResults",
23
+ "output_token": "NextToken",
24
+ "result_key": "Failures"
25
+ },
26
+ "ListImports": {
27
+ "input_token": "NextToken",
28
+ "limit_key": "MaxResults",
29
+ "output_token": "NextToken",
30
+ "result_key": "Imports"
31
+ },
20
32
  "ListPublicKeys": {
21
33
  "input_token": "NextToken",
22
34
  "output_token": "NextToken",