cdk-comprehend-s3olap 2.0.39 → 2.0.42
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 +15 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +174 -35
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.paginators.json +17 -0
- package/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json +38 -3
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +4 -1
- package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +1 -4
- package/node_modules/aws-sdk/apis/kms-2014-11-01.paginators.json +21 -0
- package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +4 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +928 -551
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/sagemaker-edge-2020-09-23.min.json +84 -4
- package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.min.json +181 -36
- package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/devopsguru.d.ts +188 -0
- package/node_modules/aws-sdk/clients/discovery.d.ts +10 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +79 -55
- package/node_modules/aws-sdk/clients/elasticache.d.ts +12 -8
- package/node_modules/aws-sdk/clients/glue.d.ts +3 -3
- package/node_modules/aws-sdk/clients/kms.d.ts +46 -46
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +6 -2
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +476 -1
- package/node_modules/aws-sdk/clients/sagemakeredge.d.ts +146 -0
- package/node_modules/aws-sdk/clients/ssoadmin.d.ts +191 -16
- 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 +13 -13
- package/node_modules/aws-sdk/dist/aws-sdk.js +29 -8
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +56 -56
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +6 -6
@@ -530,6 +530,12 @@
|
|
530
530
|
"members": {
|
531
531
|
"OptInStatus": {}
|
532
532
|
}
|
533
|
+
},
|
534
|
+
"LogsAnomalyDetection": {
|
535
|
+
"type": "structure",
|
536
|
+
"members": {
|
537
|
+
"OptInStatus": {}
|
538
|
+
}
|
533
539
|
}
|
534
540
|
}
|
535
541
|
}
|
@@ -555,7 +561,7 @@
|
|
555
561
|
"type": "structure",
|
556
562
|
"members": {
|
557
563
|
"ResourceCollection": {
|
558
|
-
"shape": "
|
564
|
+
"shape": "S43"
|
559
565
|
},
|
560
566
|
"Status": {},
|
561
567
|
"Costs": {
|
@@ -669,7 +675,7 @@
|
|
669
675
|
"locationName": "InsightId"
|
670
676
|
},
|
671
677
|
"StartTimeRange": {
|
672
|
-
"shape": "
|
678
|
+
"shape": "S4n"
|
673
679
|
},
|
674
680
|
"MaxResults": {
|
675
681
|
"type": "integer"
|
@@ -755,6 +761,81 @@
|
|
755
761
|
}
|
756
762
|
}
|
757
763
|
},
|
764
|
+
"ListAnomalousLogGroups": {
|
765
|
+
"http": {
|
766
|
+
"requestUri": "/list-log-anomalies",
|
767
|
+
"responseCode": 200
|
768
|
+
},
|
769
|
+
"input": {
|
770
|
+
"type": "structure",
|
771
|
+
"required": [
|
772
|
+
"InsightId"
|
773
|
+
],
|
774
|
+
"members": {
|
775
|
+
"InsightId": {},
|
776
|
+
"MaxResults": {
|
777
|
+
"type": "integer"
|
778
|
+
},
|
779
|
+
"NextToken": {}
|
780
|
+
}
|
781
|
+
},
|
782
|
+
"output": {
|
783
|
+
"type": "structure",
|
784
|
+
"required": [
|
785
|
+
"InsightId",
|
786
|
+
"AnomalousLogGroups"
|
787
|
+
],
|
788
|
+
"members": {
|
789
|
+
"InsightId": {},
|
790
|
+
"AnomalousLogGroups": {
|
791
|
+
"type": "list",
|
792
|
+
"member": {
|
793
|
+
"type": "structure",
|
794
|
+
"members": {
|
795
|
+
"LogGroupName": {},
|
796
|
+
"ImpactStartTime": {
|
797
|
+
"type": "timestamp"
|
798
|
+
},
|
799
|
+
"ImpactEndTime": {
|
800
|
+
"type": "timestamp"
|
801
|
+
},
|
802
|
+
"NumberOfLogLinesScanned": {
|
803
|
+
"type": "integer"
|
804
|
+
},
|
805
|
+
"LogAnomalyShowcases": {
|
806
|
+
"type": "list",
|
807
|
+
"member": {
|
808
|
+
"type": "structure",
|
809
|
+
"members": {
|
810
|
+
"LogAnomalyClasses": {
|
811
|
+
"type": "list",
|
812
|
+
"member": {
|
813
|
+
"type": "structure",
|
814
|
+
"members": {
|
815
|
+
"LogStreamName": {},
|
816
|
+
"LogAnomalyType": {},
|
817
|
+
"LogAnomalyToken": {},
|
818
|
+
"LogEventId": {},
|
819
|
+
"Explanation": {},
|
820
|
+
"NumberOfLogLinesOccurrences": {
|
821
|
+
"type": "integer"
|
822
|
+
},
|
823
|
+
"LogEventTimestamp": {
|
824
|
+
"type": "timestamp"
|
825
|
+
}
|
826
|
+
}
|
827
|
+
}
|
828
|
+
}
|
829
|
+
}
|
830
|
+
}
|
831
|
+
}
|
832
|
+
}
|
833
|
+
}
|
834
|
+
},
|
835
|
+
"NextToken": {}
|
836
|
+
}
|
837
|
+
}
|
838
|
+
},
|
758
839
|
"ListEvents": {
|
759
840
|
"http": {
|
760
841
|
"requestUri": "/events",
|
@@ -852,7 +933,7 @@
|
|
852
933
|
],
|
853
934
|
"members": {
|
854
935
|
"StatusFilter": {
|
855
|
-
"shape": "
|
936
|
+
"shape": "S5t"
|
856
937
|
},
|
857
938
|
"MaxResults": {
|
858
939
|
"type": "integer"
|
@@ -864,10 +945,62 @@
|
|
864
945
|
"type": "structure",
|
865
946
|
"members": {
|
866
947
|
"ProactiveInsights": {
|
867
|
-
"shape": "
|
948
|
+
"shape": "S61"
|
868
949
|
},
|
869
950
|
"ReactiveInsights": {
|
870
|
-
"shape": "
|
951
|
+
"shape": "S67"
|
952
|
+
},
|
953
|
+
"NextToken": {}
|
954
|
+
}
|
955
|
+
}
|
956
|
+
},
|
957
|
+
"ListMonitoredResources": {
|
958
|
+
"http": {
|
959
|
+
"requestUri": "/monitoredResources",
|
960
|
+
"responseCode": 200
|
961
|
+
},
|
962
|
+
"input": {
|
963
|
+
"type": "structure",
|
964
|
+
"required": [
|
965
|
+
"Filters"
|
966
|
+
],
|
967
|
+
"members": {
|
968
|
+
"Filters": {
|
969
|
+
"type": "structure",
|
970
|
+
"required": [
|
971
|
+
"ResourcePermission",
|
972
|
+
"ResourceTypeFilters"
|
973
|
+
],
|
974
|
+
"members": {
|
975
|
+
"ResourcePermission": {},
|
976
|
+
"ResourceTypeFilters": {
|
977
|
+
"type": "list",
|
978
|
+
"member": {}
|
979
|
+
}
|
980
|
+
}
|
981
|
+
},
|
982
|
+
"MaxResults": {
|
983
|
+
"type": "integer"
|
984
|
+
},
|
985
|
+
"NextToken": {}
|
986
|
+
}
|
987
|
+
},
|
988
|
+
"output": {
|
989
|
+
"type": "structure",
|
990
|
+
"required": [
|
991
|
+
"MonitoredResourceIdentifiers"
|
992
|
+
],
|
993
|
+
"members": {
|
994
|
+
"MonitoredResourceIdentifiers": {
|
995
|
+
"type": "list",
|
996
|
+
"member": {
|
997
|
+
"type": "structure",
|
998
|
+
"members": {
|
999
|
+
"MonitoredResourceName": {},
|
1000
|
+
"Type": {},
|
1001
|
+
"ResourcePermission": {}
|
1002
|
+
}
|
1003
|
+
}
|
871
1004
|
},
|
872
1005
|
"NextToken": {}
|
873
1006
|
}
|
@@ -915,7 +1048,7 @@
|
|
915
1048
|
],
|
916
1049
|
"members": {
|
917
1050
|
"StatusFilter": {
|
918
|
-
"shape": "
|
1051
|
+
"shape": "S5t"
|
919
1052
|
},
|
920
1053
|
"MaxResults": {
|
921
1054
|
"type": "integer"
|
@@ -955,7 +1088,7 @@
|
|
955
1088
|
"shape": "S21"
|
956
1089
|
},
|
957
1090
|
"ServiceCollection": {
|
958
|
-
"shape": "
|
1091
|
+
"shape": "S63"
|
959
1092
|
}
|
960
1093
|
}
|
961
1094
|
}
|
@@ -978,7 +1111,7 @@
|
|
978
1111
|
"shape": "S21"
|
979
1112
|
},
|
980
1113
|
"ServiceCollection": {
|
981
|
-
"shape": "
|
1114
|
+
"shape": "S63"
|
982
1115
|
}
|
983
1116
|
}
|
984
1117
|
}
|
@@ -1135,22 +1268,22 @@
|
|
1135
1268
|
],
|
1136
1269
|
"members": {
|
1137
1270
|
"StartTimeRange": {
|
1138
|
-
"shape": "
|
1271
|
+
"shape": "S4n"
|
1139
1272
|
},
|
1140
1273
|
"Filters": {
|
1141
1274
|
"type": "structure",
|
1142
1275
|
"members": {
|
1143
1276
|
"Severities": {
|
1144
|
-
"shape": "
|
1277
|
+
"shape": "S7u"
|
1145
1278
|
},
|
1146
1279
|
"Statuses": {
|
1147
|
-
"shape": "
|
1280
|
+
"shape": "S7v"
|
1148
1281
|
},
|
1149
1282
|
"ResourceCollection": {
|
1150
1283
|
"shape": "S21"
|
1151
1284
|
},
|
1152
1285
|
"ServiceCollection": {
|
1153
|
-
"shape": "
|
1286
|
+
"shape": "S63"
|
1154
1287
|
}
|
1155
1288
|
}
|
1156
1289
|
},
|
@@ -1165,10 +1298,10 @@
|
|
1165
1298
|
"type": "structure",
|
1166
1299
|
"members": {
|
1167
1300
|
"ProactiveInsights": {
|
1168
|
-
"shape": "
|
1301
|
+
"shape": "S61"
|
1169
1302
|
},
|
1170
1303
|
"ReactiveInsights": {
|
1171
|
-
"shape": "
|
1304
|
+
"shape": "S67"
|
1172
1305
|
},
|
1173
1306
|
"NextToken": {}
|
1174
1307
|
}
|
@@ -1192,22 +1325,22 @@
|
|
1192
1325
|
"member": {}
|
1193
1326
|
},
|
1194
1327
|
"StartTimeRange": {
|
1195
|
-
"shape": "
|
1328
|
+
"shape": "S4n"
|
1196
1329
|
},
|
1197
1330
|
"Filters": {
|
1198
1331
|
"type": "structure",
|
1199
1332
|
"members": {
|
1200
1333
|
"Severities": {
|
1201
|
-
"shape": "
|
1334
|
+
"shape": "S7u"
|
1202
1335
|
},
|
1203
1336
|
"Statuses": {
|
1204
|
-
"shape": "
|
1337
|
+
"shape": "S7v"
|
1205
1338
|
},
|
1206
1339
|
"ResourceCollection": {
|
1207
1340
|
"shape": "S21"
|
1208
1341
|
},
|
1209
1342
|
"ServiceCollection": {
|
1210
|
-
"shape": "
|
1343
|
+
"shape": "S63"
|
1211
1344
|
}
|
1212
1345
|
}
|
1213
1346
|
},
|
@@ -1222,10 +1355,10 @@
|
|
1222
1355
|
"type": "structure",
|
1223
1356
|
"members": {
|
1224
1357
|
"ProactiveInsights": {
|
1225
|
-
"shape": "
|
1358
|
+
"shape": "S61"
|
1226
1359
|
},
|
1227
1360
|
"ReactiveInsights": {
|
1228
|
-
"shape": "
|
1361
|
+
"shape": "S67"
|
1229
1362
|
},
|
1230
1363
|
"NextToken": {}
|
1231
1364
|
}
|
@@ -1244,7 +1377,7 @@
|
|
1244
1377
|
],
|
1245
1378
|
"members": {
|
1246
1379
|
"ResourceCollection": {
|
1247
|
-
"shape": "
|
1380
|
+
"shape": "S43"
|
1248
1381
|
},
|
1249
1382
|
"ClientToken": {
|
1250
1383
|
"idempotencyToken": true
|
@@ -1347,6 +1480,12 @@
|
|
1347
1480
|
"members": {
|
1348
1481
|
"OptInStatus": {}
|
1349
1482
|
}
|
1483
|
+
},
|
1484
|
+
"LogsAnomalyDetection": {
|
1485
|
+
"type": "structure",
|
1486
|
+
"members": {
|
1487
|
+
"OptInStatus": {}
|
1488
|
+
}
|
1350
1489
|
}
|
1351
1490
|
}
|
1352
1491
|
}
|
@@ -1704,7 +1843,7 @@
|
|
1704
1843
|
}
|
1705
1844
|
}
|
1706
1845
|
},
|
1707
|
-
"
|
1846
|
+
"S43": {
|
1708
1847
|
"type": "structure",
|
1709
1848
|
"members": {
|
1710
1849
|
"CloudFormation": {
|
@@ -1735,7 +1874,7 @@
|
|
1735
1874
|
}
|
1736
1875
|
}
|
1737
1876
|
},
|
1738
|
-
"
|
1877
|
+
"S4n": {
|
1739
1878
|
"type": "structure",
|
1740
1879
|
"members": {
|
1741
1880
|
"FromTime": {
|
@@ -1746,7 +1885,7 @@
|
|
1746
1885
|
}
|
1747
1886
|
}
|
1748
1887
|
},
|
1749
|
-
"
|
1888
|
+
"S5t": {
|
1750
1889
|
"type": "structure",
|
1751
1890
|
"members": {
|
1752
1891
|
"Ongoing": {
|
@@ -1788,13 +1927,13 @@
|
|
1788
1927
|
"members": {
|
1789
1928
|
"Type": {},
|
1790
1929
|
"StartTimeRange": {
|
1791
|
-
"shape": "
|
1930
|
+
"shape": "S4n"
|
1792
1931
|
}
|
1793
1932
|
}
|
1794
1933
|
}
|
1795
1934
|
}
|
1796
1935
|
},
|
1797
|
-
"
|
1936
|
+
"S61": {
|
1798
1937
|
"type": "list",
|
1799
1938
|
"member": {
|
1800
1939
|
"type": "structure",
|
@@ -1813,15 +1952,15 @@
|
|
1813
1952
|
"shape": "S21"
|
1814
1953
|
},
|
1815
1954
|
"ServiceCollection": {
|
1816
|
-
"shape": "
|
1955
|
+
"shape": "S63"
|
1817
1956
|
},
|
1818
1957
|
"AssociatedResourceArns": {
|
1819
|
-
"shape": "
|
1958
|
+
"shape": "S65"
|
1820
1959
|
}
|
1821
1960
|
}
|
1822
1961
|
}
|
1823
1962
|
},
|
1824
|
-
"
|
1963
|
+
"S63": {
|
1825
1964
|
"type": "structure",
|
1826
1965
|
"members": {
|
1827
1966
|
"ServiceNames": {
|
@@ -1830,11 +1969,11 @@
|
|
1830
1969
|
}
|
1831
1970
|
}
|
1832
1971
|
},
|
1833
|
-
"
|
1972
|
+
"S65": {
|
1834
1973
|
"type": "list",
|
1835
1974
|
"member": {}
|
1836
1975
|
},
|
1837
|
-
"
|
1976
|
+
"S67": {
|
1838
1977
|
"type": "list",
|
1839
1978
|
"member": {
|
1840
1979
|
"type": "structure",
|
@@ -1850,19 +1989,19 @@
|
|
1850
1989
|
"shape": "S21"
|
1851
1990
|
},
|
1852
1991
|
"ServiceCollection": {
|
1853
|
-
"shape": "
|
1992
|
+
"shape": "S63"
|
1854
1993
|
},
|
1855
1994
|
"AssociatedResourceArns": {
|
1856
|
-
"shape": "
|
1995
|
+
"shape": "S65"
|
1857
1996
|
}
|
1858
1997
|
}
|
1859
1998
|
}
|
1860
1999
|
},
|
1861
|
-
"
|
2000
|
+
"S7u": {
|
1862
2001
|
"type": "list",
|
1863
2002
|
"member": {}
|
1864
2003
|
},
|
1865
|
-
"
|
2004
|
+
"S7v": {
|
1866
2005
|
"type": "list",
|
1867
2006
|
"member": {}
|
1868
2007
|
}
|
@@ -52,6 +52,15 @@
|
|
52
52
|
"ProactiveAnomalies"
|
53
53
|
]
|
54
54
|
},
|
55
|
+
"ListAnomalousLogGroups": {
|
56
|
+
"input_token": "NextToken",
|
57
|
+
"limit_key": "MaxResults",
|
58
|
+
"output_token": "NextToken",
|
59
|
+
"result_key": [
|
60
|
+
"InsightId",
|
61
|
+
"AnomalousLogGroups"
|
62
|
+
]
|
63
|
+
},
|
55
64
|
"ListEvents": {
|
56
65
|
"input_token": "NextToken",
|
57
66
|
"limit_key": "MaxResults",
|
@@ -67,6 +76,14 @@
|
|
67
76
|
"ReactiveInsights"
|
68
77
|
]
|
69
78
|
},
|
79
|
+
"ListMonitoredResources": {
|
80
|
+
"input_token": "NextToken",
|
81
|
+
"limit_key": "MaxResults",
|
82
|
+
"output_token": "NextToken",
|
83
|
+
"result_key": [
|
84
|
+
"MonitoredResourceIdentifiers"
|
85
|
+
]
|
86
|
+
},
|
70
87
|
"ListNotificationChannels": {
|
71
88
|
"input_token": "NextToken",
|
72
89
|
"output_token": "NextToken",
|
@@ -543,6 +543,41 @@
|
|
543
543
|
"type": "integer"
|
544
544
|
}
|
545
545
|
}
|
546
|
+
},
|
547
|
+
"agentlessCollectorSummary": {
|
548
|
+
"type": "structure",
|
549
|
+
"required": [
|
550
|
+
"activeAgentlessCollectors",
|
551
|
+
"healthyAgentlessCollectors",
|
552
|
+
"denyListedAgentlessCollectors",
|
553
|
+
"shutdownAgentlessCollectors",
|
554
|
+
"unhealthyAgentlessCollectors",
|
555
|
+
"totalAgentlessCollectors",
|
556
|
+
"unknownAgentlessCollectors"
|
557
|
+
],
|
558
|
+
"members": {
|
559
|
+
"activeAgentlessCollectors": {
|
560
|
+
"type": "integer"
|
561
|
+
},
|
562
|
+
"healthyAgentlessCollectors": {
|
563
|
+
"type": "integer"
|
564
|
+
},
|
565
|
+
"denyListedAgentlessCollectors": {
|
566
|
+
"type": "integer"
|
567
|
+
},
|
568
|
+
"shutdownAgentlessCollectors": {
|
569
|
+
"type": "integer"
|
570
|
+
},
|
571
|
+
"unhealthyAgentlessCollectors": {
|
572
|
+
"type": "integer"
|
573
|
+
},
|
574
|
+
"totalAgentlessCollectors": {
|
575
|
+
"type": "integer"
|
576
|
+
},
|
577
|
+
"unknownAgentlessCollectors": {
|
578
|
+
"type": "integer"
|
579
|
+
}
|
580
|
+
}
|
546
581
|
}
|
547
582
|
}
|
548
583
|
}
|
@@ -683,7 +718,7 @@
|
|
683
718
|
"type": "structure",
|
684
719
|
"members": {
|
685
720
|
"agentsConfigurationStatus": {
|
686
|
-
"shape": "
|
721
|
+
"shape": "S3k"
|
687
722
|
}
|
688
723
|
}
|
689
724
|
}
|
@@ -776,7 +811,7 @@
|
|
776
811
|
"type": "structure",
|
777
812
|
"members": {
|
778
813
|
"agentsConfigurationStatus": {
|
779
|
-
"shape": "
|
814
|
+
"shape": "S3k"
|
780
815
|
}
|
781
816
|
}
|
782
817
|
}
|
@@ -933,7 +968,7 @@
|
|
933
968
|
"errorsAndFailedEntriesZip": {}
|
934
969
|
}
|
935
970
|
},
|
936
|
-
"
|
971
|
+
"S3k": {
|
937
972
|
"type": "list",
|
938
973
|
"member": {
|
939
974
|
"type": "structure",
|
@@ -1,5 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"pagination": {
|
3
|
+
"DescribeCustomKeyStores": {
|
4
|
+
"input_token": "Marker",
|
5
|
+
"limit_key": "Limit",
|
6
|
+
"more_results": "Truncated",
|
7
|
+
"output_token": "NextMarker",
|
8
|
+
"result_key": "CustomKeyStores"
|
9
|
+
},
|
3
10
|
"ListAliases": {
|
4
11
|
"input_token": "Marker",
|
5
12
|
"limit_key": "Limit",
|
@@ -27,6 +34,20 @@
|
|
27
34
|
"more_results": "Truncated",
|
28
35
|
"output_token": "NextMarker",
|
29
36
|
"result_key": "Keys"
|
37
|
+
},
|
38
|
+
"ListResourceTags": {
|
39
|
+
"input_token": "Marker",
|
40
|
+
"limit_key": "Limit",
|
41
|
+
"more_results": "Truncated",
|
42
|
+
"output_token": "NextMarker",
|
43
|
+
"result_key": "Tags"
|
44
|
+
},
|
45
|
+
"ListRetirableGrants": {
|
46
|
+
"input_token": "Marker",
|
47
|
+
"limit_key": "Limit",
|
48
|
+
"more_results": "Truncated",
|
49
|
+
"output_token": "NextMarker",
|
50
|
+
"result_key": "Grants"
|
30
51
|
}
|
31
52
|
}
|
32
53
|
}
|