cdk-comprehend-s3olap 2.0.36 → 2.0.37
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.
- package/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +14 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +38 -38
- package/node_modules/aws-sdk/apis/codeartifact-2018-09-22.min.json +171 -6
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1 -2
- package/node_modules/aws-sdk/apis/fms-2018-01-01.min.json +56 -44
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +103 -44
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +326 -182
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.min.json +119 -111
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +54 -34
- package/node_modules/aws-sdk/clients/athena.d.ts +6 -4
- package/node_modules/aws-sdk/clients/codeartifact.d.ts +207 -42
- package/node_modules/aws-sdk/clients/configservice.d.ts +7 -7
- package/node_modules/aws-sdk/clients/ec2.d.ts +2 -2
- package/node_modules/aws-sdk/clients/fms.d.ts +23 -3
- package/node_modules/aws-sdk/clients/glue.d.ts +43 -37
- package/node_modules/aws-sdk/clients/inspector2.d.ts +73 -5
- package/node_modules/aws-sdk/clients/kendra.d.ts +316 -131
- package/node_modules/aws-sdk/clients/nimble.d.ts +61 -37
- package/node_modules/aws-sdk/clients/outposts.d.ts +33 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +10 -10
- package/node_modules/aws-sdk/dist/aws-sdk.js +42 -43
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +4 -4
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
@@ -215,8 +215,9 @@
|
|
215
215
|
"shape": "S12"
|
216
216
|
},
|
217
217
|
"name": {},
|
218
|
+
"reason": {},
|
218
219
|
"tags": {
|
219
|
-
"shape": "
|
220
|
+
"shape": "S1o"
|
220
221
|
}
|
221
222
|
}
|
222
223
|
},
|
@@ -247,7 +248,7 @@
|
|
247
248
|
},
|
248
249
|
"reportFormat": {},
|
249
250
|
"s3Destination": {
|
250
|
-
"shape": "
|
251
|
+
"shape": "S1t"
|
251
252
|
}
|
252
253
|
}
|
253
254
|
},
|
@@ -295,7 +296,7 @@
|
|
295
296
|
"type": "structure",
|
296
297
|
"members": {
|
297
298
|
"autoEnable": {
|
298
|
-
"shape": "
|
299
|
+
"shape": "S1z"
|
299
300
|
},
|
300
301
|
"maxAccountLimitReached": {
|
301
302
|
"type": "boolean"
|
@@ -327,7 +328,7 @@
|
|
327
328
|
],
|
328
329
|
"members": {
|
329
330
|
"accounts": {
|
330
|
-
"shape": "
|
331
|
+
"shape": "S25"
|
331
332
|
},
|
332
333
|
"failedAccounts": {
|
333
334
|
"shape": "Se"
|
@@ -413,7 +414,7 @@
|
|
413
414
|
],
|
414
415
|
"members": {
|
415
416
|
"accounts": {
|
416
|
-
"shape": "
|
417
|
+
"shape": "S25"
|
417
418
|
},
|
418
419
|
"failedAccounts": {
|
419
420
|
"shape": "Se"
|
@@ -448,6 +449,36 @@
|
|
448
449
|
}
|
449
450
|
}
|
450
451
|
},
|
452
|
+
"GetConfiguration": {
|
453
|
+
"http": {
|
454
|
+
"requestUri": "/configuration/get",
|
455
|
+
"responseCode": 200
|
456
|
+
},
|
457
|
+
"input": {
|
458
|
+
"type": "structure",
|
459
|
+
"members": {}
|
460
|
+
},
|
461
|
+
"output": {
|
462
|
+
"type": "structure",
|
463
|
+
"members": {
|
464
|
+
"ecrConfiguration": {
|
465
|
+
"type": "structure",
|
466
|
+
"members": {
|
467
|
+
"rescanDurationState": {
|
468
|
+
"type": "structure",
|
469
|
+
"members": {
|
470
|
+
"rescanDuration": {},
|
471
|
+
"status": {},
|
472
|
+
"updatedAt": {
|
473
|
+
"type": "timestamp"
|
474
|
+
}
|
475
|
+
}
|
476
|
+
}
|
477
|
+
}
|
478
|
+
}
|
479
|
+
}
|
480
|
+
}
|
481
|
+
},
|
451
482
|
"GetDelegatedAdminAccount": {
|
452
483
|
"http": {
|
453
484
|
"requestUri": "/delegatedadminaccounts/get",
|
@@ -485,7 +516,7 @@
|
|
485
516
|
"type": "structure",
|
486
517
|
"members": {
|
487
518
|
"destination": {
|
488
|
-
"shape": "
|
519
|
+
"shape": "S1t"
|
489
520
|
},
|
490
521
|
"errorCode": {},
|
491
522
|
"errorMessage": {},
|
@@ -515,7 +546,7 @@
|
|
515
546
|
"type": "structure",
|
516
547
|
"members": {
|
517
548
|
"member": {
|
518
|
-
"shape": "
|
549
|
+
"shape": "S2z"
|
519
550
|
}
|
520
551
|
}
|
521
552
|
}
|
@@ -568,7 +599,7 @@
|
|
568
599
|
"type": "structure",
|
569
600
|
"members": {
|
570
601
|
"filterCriteria": {
|
571
|
-
"shape": "
|
602
|
+
"shape": "S39"
|
572
603
|
},
|
573
604
|
"maxResults": {
|
574
605
|
"type": "integer"
|
@@ -601,7 +632,7 @@
|
|
601
632
|
"amiId": {},
|
602
633
|
"platform": {},
|
603
634
|
"tags": {
|
604
|
-
"shape": "
|
635
|
+
"shape": "S1o"
|
605
636
|
}
|
606
637
|
}
|
607
638
|
},
|
@@ -652,7 +683,7 @@
|
|
652
683
|
"type": "structure",
|
653
684
|
"members": {
|
654
685
|
"filterCriteria": {
|
655
|
-
"shape": "
|
686
|
+
"shape": "S39"
|
656
687
|
},
|
657
688
|
"groupBy": {},
|
658
689
|
"nextToken": {}
|
@@ -766,7 +797,7 @@
|
|
766
797
|
"ownerId": {},
|
767
798
|
"reason": {},
|
768
799
|
"tags": {
|
769
|
-
"shape": "
|
800
|
+
"shape": "S1o"
|
770
801
|
},
|
771
802
|
"updatedAt": {
|
772
803
|
"type": "timestamp"
|
@@ -942,7 +973,7 @@
|
|
942
973
|
"members": {
|
943
974
|
"accountId": {},
|
944
975
|
"severityCounts": {
|
945
|
-
"shape": "
|
976
|
+
"shape": "S5c"
|
946
977
|
}
|
947
978
|
}
|
948
979
|
},
|
@@ -958,7 +989,7 @@
|
|
958
989
|
},
|
959
990
|
"ami": {},
|
960
991
|
"severityCounts": {
|
961
|
-
"shape": "
|
992
|
+
"shape": "S5c"
|
962
993
|
}
|
963
994
|
}
|
964
995
|
},
|
@@ -978,7 +1009,7 @@
|
|
978
1009
|
"repository": {},
|
979
1010
|
"resourceId": {},
|
980
1011
|
"severityCounts": {
|
981
|
-
"shape": "
|
1012
|
+
"shape": "S5c"
|
982
1013
|
}
|
983
1014
|
}
|
984
1015
|
},
|
@@ -992,14 +1023,14 @@
|
|
992
1023
|
"ami": {},
|
993
1024
|
"instanceId": {},
|
994
1025
|
"instanceTags": {
|
995
|
-
"shape": "
|
1026
|
+
"shape": "S1o"
|
996
1027
|
},
|
997
1028
|
"networkFindings": {
|
998
1029
|
"type": "long"
|
999
1030
|
},
|
1000
1031
|
"operatingSystem": {},
|
1001
1032
|
"severityCounts": {
|
1002
|
-
"shape": "
|
1033
|
+
"shape": "S5c"
|
1003
1034
|
}
|
1004
1035
|
}
|
1005
1036
|
},
|
@@ -1008,7 +1039,7 @@
|
|
1008
1039
|
"members": {
|
1009
1040
|
"accountId": {},
|
1010
1041
|
"severityCounts": {
|
1011
|
-
"shape": "
|
1042
|
+
"shape": "S5c"
|
1012
1043
|
}
|
1013
1044
|
}
|
1014
1045
|
},
|
@@ -1026,7 +1057,7 @@
|
|
1026
1057
|
"repository": {},
|
1027
1058
|
"resourceId": {},
|
1028
1059
|
"severityCounts": {
|
1029
|
-
"shape": "
|
1060
|
+
"shape": "S5c"
|
1030
1061
|
}
|
1031
1062
|
}
|
1032
1063
|
},
|
@@ -1039,7 +1070,7 @@
|
|
1039
1070
|
"accountId": {},
|
1040
1071
|
"packageName": {},
|
1041
1072
|
"severityCounts": {
|
1042
|
-
"shape": "
|
1073
|
+
"shape": "S5c"
|
1043
1074
|
}
|
1044
1075
|
}
|
1045
1076
|
},
|
@@ -1055,7 +1086,7 @@
|
|
1055
1086
|
},
|
1056
1087
|
"repository": {},
|
1057
1088
|
"severityCounts": {
|
1058
|
-
"shape": "
|
1089
|
+
"shape": "S5c"
|
1059
1090
|
}
|
1060
1091
|
}
|
1061
1092
|
},
|
@@ -1067,7 +1098,7 @@
|
|
1067
1098
|
"members": {
|
1068
1099
|
"accountId": {},
|
1069
1100
|
"severityCounts": {
|
1070
|
-
"shape": "
|
1101
|
+
"shape": "S5c"
|
1071
1102
|
},
|
1072
1103
|
"title": {},
|
1073
1104
|
"vulnerabilityId": {}
|
@@ -1369,7 +1400,7 @@
|
|
1369
1400
|
"partition": {},
|
1370
1401
|
"region": {},
|
1371
1402
|
"tags": {
|
1372
|
-
"shape": "
|
1403
|
+
"shape": "S1o"
|
1373
1404
|
},
|
1374
1405
|
"type": {}
|
1375
1406
|
}
|
@@ -1412,7 +1443,7 @@
|
|
1412
1443
|
"members": {
|
1413
1444
|
"type": "list",
|
1414
1445
|
"member": {
|
1415
|
-
"shape": "
|
1446
|
+
"shape": "S2z"
|
1416
1447
|
}
|
1417
1448
|
},
|
1418
1449
|
"nextToken": {}
|
@@ -1441,7 +1472,7 @@
|
|
1441
1472
|
"type": "structure",
|
1442
1473
|
"members": {
|
1443
1474
|
"tags": {
|
1444
|
-
"shape": "
|
1475
|
+
"shape": "S1o"
|
1445
1476
|
}
|
1446
1477
|
}
|
1447
1478
|
}
|
@@ -1513,7 +1544,7 @@
|
|
1513
1544
|
"locationName": "resourceArn"
|
1514
1545
|
},
|
1515
1546
|
"tags": {
|
1516
|
-
"shape": "
|
1547
|
+
"shape": "S1o"
|
1517
1548
|
}
|
1518
1549
|
}
|
1519
1550
|
},
|
@@ -1553,6 +1584,33 @@
|
|
1553
1584
|
"members": {}
|
1554
1585
|
}
|
1555
1586
|
},
|
1587
|
+
"UpdateConfiguration": {
|
1588
|
+
"http": {
|
1589
|
+
"requestUri": "/configuration/update",
|
1590
|
+
"responseCode": 200
|
1591
|
+
},
|
1592
|
+
"input": {
|
1593
|
+
"type": "structure",
|
1594
|
+
"required": [
|
1595
|
+
"ecrConfiguration"
|
1596
|
+
],
|
1597
|
+
"members": {
|
1598
|
+
"ecrConfiguration": {
|
1599
|
+
"type": "structure",
|
1600
|
+
"required": [
|
1601
|
+
"rescanDuration"
|
1602
|
+
],
|
1603
|
+
"members": {
|
1604
|
+
"rescanDuration": {}
|
1605
|
+
}
|
1606
|
+
}
|
1607
|
+
}
|
1608
|
+
},
|
1609
|
+
"output": {
|
1610
|
+
"type": "structure",
|
1611
|
+
"members": {}
|
1612
|
+
}
|
1613
|
+
},
|
1556
1614
|
"UpdateFilter": {
|
1557
1615
|
"http": {
|
1558
1616
|
"requestUri": "/filters/update",
|
@@ -1570,7 +1628,8 @@
|
|
1570
1628
|
"filterCriteria": {
|
1571
1629
|
"shape": "S12"
|
1572
1630
|
},
|
1573
|
-
"name": {}
|
1631
|
+
"name": {},
|
1632
|
+
"reason": {}
|
1574
1633
|
}
|
1575
1634
|
},
|
1576
1635
|
"output": {
|
@@ -1595,7 +1654,7 @@
|
|
1595
1654
|
],
|
1596
1655
|
"members": {
|
1597
1656
|
"autoEnable": {
|
1598
|
-
"shape": "
|
1657
|
+
"shape": "S1z"
|
1599
1658
|
}
|
1600
1659
|
}
|
1601
1660
|
},
|
@@ -1606,7 +1665,7 @@
|
|
1606
1665
|
],
|
1607
1666
|
"members": {
|
1608
1667
|
"autoEnable": {
|
1609
|
-
"shape": "
|
1668
|
+
"shape": "S1z"
|
1610
1669
|
}
|
1611
1670
|
}
|
1612
1671
|
}
|
@@ -1853,12 +1912,12 @@
|
|
1853
1912
|
}
|
1854
1913
|
}
|
1855
1914
|
},
|
1856
|
-
"
|
1915
|
+
"S1o": {
|
1857
1916
|
"type": "map",
|
1858
1917
|
"key": {},
|
1859
1918
|
"value": {}
|
1860
1919
|
},
|
1861
|
-
"
|
1920
|
+
"S1t": {
|
1862
1921
|
"type": "structure",
|
1863
1922
|
"required": [
|
1864
1923
|
"bucketName",
|
@@ -1870,7 +1929,7 @@
|
|
1870
1929
|
"kmsKeyArn": {}
|
1871
1930
|
}
|
1872
1931
|
},
|
1873
|
-
"
|
1932
|
+
"S1z": {
|
1874
1933
|
"type": "structure",
|
1875
1934
|
"required": [
|
1876
1935
|
"ec2",
|
@@ -1885,7 +1944,7 @@
|
|
1885
1944
|
}
|
1886
1945
|
}
|
1887
1946
|
},
|
1888
|
-
"
|
1947
|
+
"S25": {
|
1889
1948
|
"type": "list",
|
1890
1949
|
"member": {
|
1891
1950
|
"type": "structure",
|
@@ -1903,7 +1962,7 @@
|
|
1903
1962
|
}
|
1904
1963
|
}
|
1905
1964
|
},
|
1906
|
-
"
|
1965
|
+
"S2z": {
|
1907
1966
|
"type": "structure",
|
1908
1967
|
"members": {
|
1909
1968
|
"accountId": {},
|
@@ -1914,11 +1973,11 @@
|
|
1914
1973
|
}
|
1915
1974
|
}
|
1916
1975
|
},
|
1917
|
-
"
|
1976
|
+
"S39": {
|
1918
1977
|
"type": "structure",
|
1919
1978
|
"members": {
|
1920
1979
|
"accountId": {
|
1921
|
-
"shape": "
|
1980
|
+
"shape": "S3a"
|
1922
1981
|
},
|
1923
1982
|
"ec2InstanceTags": {
|
1924
1983
|
"type": "list",
|
@@ -1936,29 +1995,29 @@
|
|
1936
1995
|
}
|
1937
1996
|
},
|
1938
1997
|
"ecrImageTags": {
|
1939
|
-
"shape": "
|
1998
|
+
"shape": "S3a"
|
1940
1999
|
},
|
1941
2000
|
"ecrRepositoryName": {
|
1942
|
-
"shape": "
|
2001
|
+
"shape": "S3a"
|
1943
2002
|
},
|
1944
2003
|
"resourceId": {
|
1945
|
-
"shape": "
|
2004
|
+
"shape": "S3a"
|
1946
2005
|
},
|
1947
2006
|
"resourceType": {
|
1948
|
-
"shape": "
|
2007
|
+
"shape": "S3a"
|
1949
2008
|
},
|
1950
2009
|
"scanStatusCode": {
|
1951
|
-
"shape": "
|
2010
|
+
"shape": "S3a"
|
1952
2011
|
},
|
1953
2012
|
"scanStatusReason": {
|
1954
|
-
"shape": "
|
2013
|
+
"shape": "S3a"
|
1955
2014
|
},
|
1956
2015
|
"scanType": {
|
1957
|
-
"shape": "
|
2016
|
+
"shape": "S3a"
|
1958
2017
|
}
|
1959
2018
|
}
|
1960
2019
|
},
|
1961
|
-
"
|
2020
|
+
"S3a": {
|
1962
2021
|
"type": "list",
|
1963
2022
|
"member": {
|
1964
2023
|
"type": "structure",
|
@@ -1972,7 +2031,7 @@
|
|
1972
2031
|
}
|
1973
2032
|
}
|
1974
2033
|
},
|
1975
|
-
"
|
2034
|
+
"S5c": {
|
1976
2035
|
"type": "structure",
|
1977
2036
|
"members": {
|
1978
2037
|
"all": {
|