aws-sdk 2.1346.0 → 2.1347.0
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/CHANGELOG.md +19 -1
- package/README.md +1 -1
- package/apis/autoscaling-2011-01-01.examples.json +72 -0
- package/apis/autoscaling-2011-01-01.min.json +13 -5
- package/apis/autoscaling-2011-01-01.paginators.json +5 -0
- package/apis/batch-2016-08-10.min.json +4 -1
- package/apis/compute-optimizer-2019-11-01.min.json +15 -11
- package/apis/drs-2020-02-26.min.json +21 -2
- package/apis/ec2-2016-11-15.min.json +754 -660
- package/apis/elasticmapreduce-2009-03-31.min.json +82 -66
- package/apis/glue-2017-03-31.min.json +0 -1
- package/apis/guardduty-2017-11-28.min.json +590 -111
- package/apis/guardduty-2017-11-28.paginators.json +6 -0
- package/apis/imagebuilder-2019-12-02.min.json +546 -75
- package/apis/imagebuilder-2019-12-02.paginators.json +23 -0
- package/apis/ivs-2020-07-14.min.json +58 -46
- package/apis/kendra-2019-02-03.min.json +494 -240
- package/apis/metadata.json +4 -0
- package/apis/network-firewall-2020-11-12.min.json +238 -9
- package/apis/network-firewall-2020-11-12.paginators.json +6 -0
- package/apis/sagemaker-geospatial-2020-05-27.min.json +135 -107
- package/apis/vpc-lattice-2022-11-30.examples.json +5 -0
- package/apis/vpc-lattice-2022-11-30.min.json +2363 -0
- package/apis/vpc-lattice-2022-11-30.paginators.json +58 -0
- package/apis/wellarchitected-2020-03-31.min.json +125 -21
- package/apis/wellarchitected-2020-03-31.paginators.json +5 -0
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/autoscaling.d.ts +63 -36
- package/clients/batch.d.ts +13 -0
- package/clients/computeoptimizer.d.ts +13 -3
- package/clients/drs.d.ts +25 -5
- package/clients/ec2.d.ts +112 -1
- package/clients/emr.d.ts +20 -0
- package/clients/glue.d.ts +0 -4
- package/clients/guardduty.d.ts +491 -8
- package/clients/imagebuilder.d.ts +931 -128
- package/clients/ivs.d.ts +17 -0
- package/clients/kendra.d.ts +424 -75
- package/clients/networkfirewall.d.ts +289 -0
- package/clients/sagemakergeospatial.d.ts +183 -147
- package/clients/vpclattice.d.ts +2772 -0
- package/clients/vpclattice.js +18 -0
- package/clients/wellarchitected.d.ts +125 -34
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +60 -23
- package/dist/aws-sdk.js +861 -734
- package/dist/aws-sdk.min.js +97 -96
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"type": "structure",
|
|
155
155
|
"members": {
|
|
156
156
|
"MalwareProtection": {
|
|
157
|
-
"shape": "
|
|
157
|
+
"shape": "Sx",
|
|
158
158
|
"locationName": "malwareProtection"
|
|
159
159
|
}
|
|
160
160
|
}
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
"type": "integer"
|
|
194
194
|
},
|
|
195
195
|
"FindingCriteria": {
|
|
196
|
-
"shape": "
|
|
196
|
+
"shape": "S16",
|
|
197
197
|
"locationName": "findingCriteria"
|
|
198
198
|
},
|
|
199
199
|
"ClientToken": {
|
|
@@ -316,7 +316,7 @@
|
|
|
316
316
|
],
|
|
317
317
|
"members": {
|
|
318
318
|
"UnprocessedAccounts": {
|
|
319
|
-
"shape": "
|
|
319
|
+
"shape": "S1r",
|
|
320
320
|
"locationName": "unprocessedAccounts"
|
|
321
321
|
}
|
|
322
322
|
}
|
|
@@ -343,7 +343,7 @@
|
|
|
343
343
|
"locationName": "destinationType"
|
|
344
344
|
},
|
|
345
345
|
"DestinationProperties": {
|
|
346
|
-
"shape": "
|
|
346
|
+
"shape": "S1v",
|
|
347
347
|
"locationName": "destinationProperties"
|
|
348
348
|
},
|
|
349
349
|
"ClientToken": {
|
|
@@ -457,7 +457,7 @@
|
|
|
457
457
|
],
|
|
458
458
|
"members": {
|
|
459
459
|
"AccountIds": {
|
|
460
|
-
"shape": "
|
|
460
|
+
"shape": "S25",
|
|
461
461
|
"locationName": "accountIds"
|
|
462
462
|
}
|
|
463
463
|
}
|
|
@@ -469,7 +469,7 @@
|
|
|
469
469
|
],
|
|
470
470
|
"members": {
|
|
471
471
|
"UnprocessedAccounts": {
|
|
472
|
-
"shape": "
|
|
472
|
+
"shape": "S1r",
|
|
473
473
|
"locationName": "unprocessedAccounts"
|
|
474
474
|
}
|
|
475
475
|
}
|
|
@@ -566,7 +566,7 @@
|
|
|
566
566
|
],
|
|
567
567
|
"members": {
|
|
568
568
|
"AccountIds": {
|
|
569
|
-
"shape": "
|
|
569
|
+
"shape": "S25",
|
|
570
570
|
"locationName": "accountIds"
|
|
571
571
|
}
|
|
572
572
|
}
|
|
@@ -578,7 +578,7 @@
|
|
|
578
578
|
],
|
|
579
579
|
"members": {
|
|
580
580
|
"UnprocessedAccounts": {
|
|
581
|
-
"shape": "
|
|
581
|
+
"shape": "S1r",
|
|
582
582
|
"locationName": "unprocessedAccounts"
|
|
583
583
|
}
|
|
584
584
|
}
|
|
@@ -601,7 +601,7 @@
|
|
|
601
601
|
"locationName": "detectorId"
|
|
602
602
|
},
|
|
603
603
|
"AccountIds": {
|
|
604
|
-
"shape": "
|
|
604
|
+
"shape": "S25",
|
|
605
605
|
"locationName": "accountIds"
|
|
606
606
|
}
|
|
607
607
|
}
|
|
@@ -613,7 +613,7 @@
|
|
|
613
613
|
],
|
|
614
614
|
"members": {
|
|
615
615
|
"UnprocessedAccounts": {
|
|
616
|
-
"shape": "
|
|
616
|
+
"shape": "S1r",
|
|
617
617
|
"locationName": "unprocessedAccounts"
|
|
618
618
|
}
|
|
619
619
|
}
|
|
@@ -733,7 +733,7 @@
|
|
|
733
733
|
}
|
|
734
734
|
},
|
|
735
735
|
"SortCriteria": {
|
|
736
|
-
"shape": "
|
|
736
|
+
"shape": "S2u",
|
|
737
737
|
"locationName": "sortCriteria"
|
|
738
738
|
}
|
|
739
739
|
}
|
|
@@ -815,7 +815,7 @@
|
|
|
815
815
|
"type": "long"
|
|
816
816
|
},
|
|
817
817
|
"AttachedVolumes": {
|
|
818
|
-
"shape": "
|
|
818
|
+
"shape": "S37",
|
|
819
819
|
"locationName": "attachedVolumes"
|
|
820
820
|
}
|
|
821
821
|
}
|
|
@@ -949,6 +949,21 @@
|
|
|
949
949
|
},
|
|
950
950
|
"AutoEnable": {
|
|
951
951
|
"locationName": "autoEnable"
|
|
952
|
+
},
|
|
953
|
+
"AdditionalConfiguration": {
|
|
954
|
+
"locationName": "additionalConfiguration",
|
|
955
|
+
"type": "list",
|
|
956
|
+
"member": {
|
|
957
|
+
"type": "structure",
|
|
958
|
+
"members": {
|
|
959
|
+
"Name": {
|
|
960
|
+
"locationName": "name"
|
|
961
|
+
},
|
|
962
|
+
"AutoEnable": {
|
|
963
|
+
"locationName": "autoEnable"
|
|
964
|
+
}
|
|
965
|
+
}
|
|
966
|
+
}
|
|
952
967
|
}
|
|
953
968
|
}
|
|
954
969
|
}
|
|
@@ -1009,7 +1024,7 @@
|
|
|
1009
1024
|
"type": "long"
|
|
1010
1025
|
},
|
|
1011
1026
|
"DestinationProperties": {
|
|
1012
|
-
"shape": "
|
|
1027
|
+
"shape": "S1v",
|
|
1013
1028
|
"locationName": "destinationProperties"
|
|
1014
1029
|
}
|
|
1015
1030
|
}
|
|
@@ -1103,7 +1118,7 @@
|
|
|
1103
1118
|
"locationName": "detectorId"
|
|
1104
1119
|
},
|
|
1105
1120
|
"AccountIds": {
|
|
1106
|
-
"shape": "
|
|
1121
|
+
"shape": "S25",
|
|
1107
1122
|
"locationName": "accountIds"
|
|
1108
1123
|
}
|
|
1109
1124
|
}
|
|
@@ -1115,7 +1130,7 @@
|
|
|
1115
1130
|
],
|
|
1116
1131
|
"members": {
|
|
1117
1132
|
"UnprocessedAccounts": {
|
|
1118
|
-
"shape": "
|
|
1133
|
+
"shape": "S1r",
|
|
1119
1134
|
"locationName": "unprocessedAccounts"
|
|
1120
1135
|
}
|
|
1121
1136
|
}
|
|
@@ -1187,6 +1202,61 @@
|
|
|
1187
1202
|
}
|
|
1188
1203
|
}
|
|
1189
1204
|
},
|
|
1205
|
+
"GetCoverageStatistics": {
|
|
1206
|
+
"http": {
|
|
1207
|
+
"requestUri": "/detector/{detectorId}/coverage/statistics",
|
|
1208
|
+
"responseCode": 200
|
|
1209
|
+
},
|
|
1210
|
+
"input": {
|
|
1211
|
+
"type": "structure",
|
|
1212
|
+
"required": [
|
|
1213
|
+
"DetectorId",
|
|
1214
|
+
"StatisticsType"
|
|
1215
|
+
],
|
|
1216
|
+
"members": {
|
|
1217
|
+
"DetectorId": {
|
|
1218
|
+
"location": "uri",
|
|
1219
|
+
"locationName": "detectorId"
|
|
1220
|
+
},
|
|
1221
|
+
"FilterCriteria": {
|
|
1222
|
+
"shape": "S48",
|
|
1223
|
+
"locationName": "filterCriteria"
|
|
1224
|
+
},
|
|
1225
|
+
"StatisticsType": {
|
|
1226
|
+
"locationName": "statisticsType",
|
|
1227
|
+
"type": "list",
|
|
1228
|
+
"member": {}
|
|
1229
|
+
}
|
|
1230
|
+
}
|
|
1231
|
+
},
|
|
1232
|
+
"output": {
|
|
1233
|
+
"type": "structure",
|
|
1234
|
+
"members": {
|
|
1235
|
+
"CoverageStatistics": {
|
|
1236
|
+
"locationName": "coverageStatistics",
|
|
1237
|
+
"type": "structure",
|
|
1238
|
+
"members": {
|
|
1239
|
+
"CountByResourceType": {
|
|
1240
|
+
"locationName": "countByResourceType",
|
|
1241
|
+
"type": "map",
|
|
1242
|
+
"key": {},
|
|
1243
|
+
"value": {
|
|
1244
|
+
"type": "long"
|
|
1245
|
+
}
|
|
1246
|
+
},
|
|
1247
|
+
"CountByCoverageStatus": {
|
|
1248
|
+
"locationName": "countByCoverageStatus",
|
|
1249
|
+
"type": "map",
|
|
1250
|
+
"key": {},
|
|
1251
|
+
"value": {
|
|
1252
|
+
"type": "long"
|
|
1253
|
+
}
|
|
1254
|
+
}
|
|
1255
|
+
}
|
|
1256
|
+
}
|
|
1257
|
+
}
|
|
1258
|
+
}
|
|
1259
|
+
},
|
|
1190
1260
|
"GetDetector": {
|
|
1191
1261
|
"http": {
|
|
1192
1262
|
"method": "GET",
|
|
@@ -1228,7 +1298,7 @@
|
|
|
1228
1298
|
"locationName": "updatedAt"
|
|
1229
1299
|
},
|
|
1230
1300
|
"DataSources": {
|
|
1231
|
-
"shape": "
|
|
1301
|
+
"shape": "S4o",
|
|
1232
1302
|
"deprecated": true,
|
|
1233
1303
|
"deprecatedMessage": "This parameter is deprecated, use Features instead",
|
|
1234
1304
|
"locationName": "dataSources"
|
|
@@ -1252,6 +1322,25 @@
|
|
|
1252
1322
|
"UpdatedAt": {
|
|
1253
1323
|
"locationName": "updatedAt",
|
|
1254
1324
|
"type": "timestamp"
|
|
1325
|
+
},
|
|
1326
|
+
"AdditionalConfiguration": {
|
|
1327
|
+
"locationName": "additionalConfiguration",
|
|
1328
|
+
"type": "list",
|
|
1329
|
+
"member": {
|
|
1330
|
+
"type": "structure",
|
|
1331
|
+
"members": {
|
|
1332
|
+
"Name": {
|
|
1333
|
+
"locationName": "name"
|
|
1334
|
+
},
|
|
1335
|
+
"Status": {
|
|
1336
|
+
"locationName": "status"
|
|
1337
|
+
},
|
|
1338
|
+
"UpdatedAt": {
|
|
1339
|
+
"locationName": "updatedAt",
|
|
1340
|
+
"type": "timestamp"
|
|
1341
|
+
}
|
|
1342
|
+
}
|
|
1343
|
+
}
|
|
1255
1344
|
}
|
|
1256
1345
|
}
|
|
1257
1346
|
}
|
|
@@ -1304,7 +1393,7 @@
|
|
|
1304
1393
|
"type": "integer"
|
|
1305
1394
|
},
|
|
1306
1395
|
"FindingCriteria": {
|
|
1307
|
-
"shape": "
|
|
1396
|
+
"shape": "S16",
|
|
1308
1397
|
"locationName": "findingCriteria"
|
|
1309
1398
|
},
|
|
1310
1399
|
"Tags": {
|
|
@@ -1335,7 +1424,7 @@
|
|
|
1335
1424
|
"locationName": "findingIds"
|
|
1336
1425
|
},
|
|
1337
1426
|
"SortCriteria": {
|
|
1338
|
-
"shape": "
|
|
1427
|
+
"shape": "S2u",
|
|
1339
1428
|
"locationName": "sortCriteria"
|
|
1340
1429
|
}
|
|
1341
1430
|
}
|
|
@@ -1440,7 +1529,7 @@
|
|
|
1440
1529
|
}
|
|
1441
1530
|
},
|
|
1442
1531
|
"Tags": {
|
|
1443
|
-
"shape": "
|
|
1532
|
+
"shape": "S5c",
|
|
1444
1533
|
"locationName": "tags"
|
|
1445
1534
|
},
|
|
1446
1535
|
"DefaultServerSideEncryption": {
|
|
@@ -1496,7 +1585,7 @@
|
|
|
1496
1585
|
}
|
|
1497
1586
|
},
|
|
1498
1587
|
"BlockPublicAccess": {
|
|
1499
|
-
"shape": "
|
|
1588
|
+
"shape": "S5k",
|
|
1500
1589
|
"locationName": "blockPublicAccess"
|
|
1501
1590
|
}
|
|
1502
1591
|
}
|
|
@@ -1506,7 +1595,7 @@
|
|
|
1506
1595
|
"type": "structure",
|
|
1507
1596
|
"members": {
|
|
1508
1597
|
"BlockPublicAccess": {
|
|
1509
|
-
"shape": "
|
|
1598
|
+
"shape": "S5k",
|
|
1510
1599
|
"locationName": "blockPublicAccess"
|
|
1511
1600
|
}
|
|
1512
1601
|
}
|
|
@@ -1645,7 +1734,7 @@
|
|
|
1645
1734
|
}
|
|
1646
1735
|
},
|
|
1647
1736
|
"Tags": {
|
|
1648
|
-
"shape": "
|
|
1737
|
+
"shape": "S5c",
|
|
1649
1738
|
"locationName": "tags"
|
|
1650
1739
|
}
|
|
1651
1740
|
}
|
|
@@ -1667,7 +1756,7 @@
|
|
|
1667
1756
|
"locationName": "status"
|
|
1668
1757
|
},
|
|
1669
1758
|
"Tags": {
|
|
1670
|
-
"shape": "
|
|
1759
|
+
"shape": "S5c",
|
|
1671
1760
|
"locationName": "tags"
|
|
1672
1761
|
},
|
|
1673
1762
|
"CreatedAt": {
|
|
@@ -1718,11 +1807,11 @@
|
|
|
1718
1807
|
"type": "boolean"
|
|
1719
1808
|
},
|
|
1720
1809
|
"Containers": {
|
|
1721
|
-
"shape": "
|
|
1810
|
+
"shape": "S62",
|
|
1722
1811
|
"locationName": "containers"
|
|
1723
1812
|
},
|
|
1724
1813
|
"Volumes": {
|
|
1725
|
-
"shape": "
|
|
1814
|
+
"shape": "S67",
|
|
1726
1815
|
"locationName": "volumes"
|
|
1727
1816
|
}
|
|
1728
1817
|
}
|
|
@@ -1737,11 +1826,11 @@
|
|
|
1737
1826
|
"type": "structure",
|
|
1738
1827
|
"members": {
|
|
1739
1828
|
"ScannedVolumeDetails": {
|
|
1740
|
-
"shape": "
|
|
1829
|
+
"shape": "S37",
|
|
1741
1830
|
"locationName": "scannedVolumeDetails"
|
|
1742
1831
|
},
|
|
1743
1832
|
"SkippedVolumeDetails": {
|
|
1744
|
-
"shape": "
|
|
1833
|
+
"shape": "S37",
|
|
1745
1834
|
"locationName": "skippedVolumeDetails"
|
|
1746
1835
|
}
|
|
1747
1836
|
}
|
|
@@ -1772,7 +1861,7 @@
|
|
|
1772
1861
|
"type": "integer"
|
|
1773
1862
|
},
|
|
1774
1863
|
"Tags": {
|
|
1775
|
-
"shape": "
|
|
1864
|
+
"shape": "S5c",
|
|
1776
1865
|
"locationName": "tags"
|
|
1777
1866
|
},
|
|
1778
1867
|
"TaskDetails": {
|
|
@@ -1800,15 +1889,15 @@
|
|
|
1800
1889
|
"locationName": "startedBy"
|
|
1801
1890
|
},
|
|
1802
1891
|
"Tags": {
|
|
1803
|
-
"shape": "
|
|
1892
|
+
"shape": "S5c",
|
|
1804
1893
|
"locationName": "tags"
|
|
1805
1894
|
},
|
|
1806
1895
|
"Volumes": {
|
|
1807
|
-
"shape": "
|
|
1896
|
+
"shape": "S67",
|
|
1808
1897
|
"locationName": "volumes"
|
|
1809
1898
|
},
|
|
1810
1899
|
"Containers": {
|
|
1811
|
-
"shape": "
|
|
1900
|
+
"shape": "S62",
|
|
1812
1901
|
"locationName": "containers"
|
|
1813
1902
|
},
|
|
1814
1903
|
"Group": {
|
|
@@ -1819,7 +1908,7 @@
|
|
|
1819
1908
|
}
|
|
1820
1909
|
},
|
|
1821
1910
|
"ContainerDetails": {
|
|
1822
|
-
"shape": "
|
|
1911
|
+
"shape": "S63",
|
|
1823
1912
|
"locationName": "containerDetails"
|
|
1824
1913
|
},
|
|
1825
1914
|
"RdsDbInstanceDetails": {
|
|
@@ -1842,7 +1931,7 @@
|
|
|
1842
1931
|
"locationName": "dbInstanceArn"
|
|
1843
1932
|
},
|
|
1844
1933
|
"Tags": {
|
|
1845
|
-
"shape": "
|
|
1934
|
+
"shape": "S5c",
|
|
1846
1935
|
"locationName": "tags"
|
|
1847
1936
|
}
|
|
1848
1937
|
}
|
|
@@ -1910,7 +1999,7 @@
|
|
|
1910
1999
|
"locationName": "userAgent"
|
|
1911
2000
|
},
|
|
1912
2001
|
"RemoteIpDetails": {
|
|
1913
|
-
"shape": "
|
|
2002
|
+
"shape": "S6j",
|
|
1914
2003
|
"locationName": "remoteIpDetails"
|
|
1915
2004
|
},
|
|
1916
2005
|
"ServiceName": {
|
|
@@ -1965,18 +2054,18 @@
|
|
|
1965
2054
|
"locationName": "connectionDirection"
|
|
1966
2055
|
},
|
|
1967
2056
|
"LocalPortDetails": {
|
|
1968
|
-
"shape": "
|
|
2057
|
+
"shape": "S6s",
|
|
1969
2058
|
"locationName": "localPortDetails"
|
|
1970
2059
|
},
|
|
1971
2060
|
"Protocol": {
|
|
1972
2061
|
"locationName": "protocol"
|
|
1973
2062
|
},
|
|
1974
2063
|
"LocalIpDetails": {
|
|
1975
|
-
"shape": "
|
|
2064
|
+
"shape": "S6t",
|
|
1976
2065
|
"locationName": "localIpDetails"
|
|
1977
2066
|
},
|
|
1978
2067
|
"RemoteIpDetails": {
|
|
1979
|
-
"shape": "
|
|
2068
|
+
"shape": "S6j",
|
|
1980
2069
|
"locationName": "remoteIpDetails"
|
|
1981
2070
|
},
|
|
1982
2071
|
"RemotePortDetails": {
|
|
@@ -2009,15 +2098,15 @@
|
|
|
2009
2098
|
"type": "structure",
|
|
2010
2099
|
"members": {
|
|
2011
2100
|
"LocalPortDetails": {
|
|
2012
|
-
"shape": "
|
|
2101
|
+
"shape": "S6s",
|
|
2013
2102
|
"locationName": "localPortDetails"
|
|
2014
2103
|
},
|
|
2015
2104
|
"LocalIpDetails": {
|
|
2016
|
-
"shape": "
|
|
2105
|
+
"shape": "S6t",
|
|
2017
2106
|
"locationName": "localIpDetails"
|
|
2018
2107
|
},
|
|
2019
2108
|
"RemoteIpDetails": {
|
|
2020
|
-
"shape": "
|
|
2109
|
+
"shape": "S6j",
|
|
2021
2110
|
"locationName": "remoteIpDetails"
|
|
2022
2111
|
}
|
|
2023
2112
|
}
|
|
@@ -2044,7 +2133,7 @@
|
|
|
2044
2133
|
"locationName": "userAgent"
|
|
2045
2134
|
},
|
|
2046
2135
|
"RemoteIpDetails": {
|
|
2047
|
-
"shape": "
|
|
2136
|
+
"shape": "S6j",
|
|
2048
2137
|
"locationName": "remoteIpDetails"
|
|
2049
2138
|
},
|
|
2050
2139
|
"StatusCode": {
|
|
@@ -2061,7 +2150,7 @@
|
|
|
2061
2150
|
"type": "structure",
|
|
2062
2151
|
"members": {
|
|
2063
2152
|
"RemoteIpDetails": {
|
|
2064
|
-
"shape": "
|
|
2153
|
+
"shape": "S6j",
|
|
2065
2154
|
"locationName": "remoteIpDetails"
|
|
2066
2155
|
},
|
|
2067
2156
|
"LoginAttributes": {
|
|
@@ -2286,6 +2375,90 @@
|
|
|
2286
2375
|
}
|
|
2287
2376
|
}
|
|
2288
2377
|
}
|
|
2378
|
+
},
|
|
2379
|
+
"RuntimeDetails": {
|
|
2380
|
+
"locationName": "runtimeDetails",
|
|
2381
|
+
"type": "structure",
|
|
2382
|
+
"members": {
|
|
2383
|
+
"Process": {
|
|
2384
|
+
"shape": "S7k",
|
|
2385
|
+
"locationName": "process"
|
|
2386
|
+
},
|
|
2387
|
+
"Context": {
|
|
2388
|
+
"locationName": "context",
|
|
2389
|
+
"type": "structure",
|
|
2390
|
+
"members": {
|
|
2391
|
+
"ModifyingProcess": {
|
|
2392
|
+
"shape": "S7k",
|
|
2393
|
+
"locationName": "modifyingProcess"
|
|
2394
|
+
},
|
|
2395
|
+
"ModifiedAt": {
|
|
2396
|
+
"locationName": "modifiedAt",
|
|
2397
|
+
"type": "timestamp"
|
|
2398
|
+
},
|
|
2399
|
+
"ScriptPath": {
|
|
2400
|
+
"locationName": "scriptPath"
|
|
2401
|
+
},
|
|
2402
|
+
"LibraryPath": {
|
|
2403
|
+
"locationName": "libraryPath"
|
|
2404
|
+
},
|
|
2405
|
+
"LdPreloadValue": {
|
|
2406
|
+
"locationName": "ldPreloadValue"
|
|
2407
|
+
},
|
|
2408
|
+
"SocketPath": {
|
|
2409
|
+
"locationName": "socketPath"
|
|
2410
|
+
},
|
|
2411
|
+
"RuncBinaryPath": {
|
|
2412
|
+
"locationName": "runcBinaryPath"
|
|
2413
|
+
},
|
|
2414
|
+
"ReleaseAgentPath": {
|
|
2415
|
+
"locationName": "releaseAgentPath"
|
|
2416
|
+
},
|
|
2417
|
+
"MountSource": {
|
|
2418
|
+
"locationName": "mountSource"
|
|
2419
|
+
},
|
|
2420
|
+
"MountTarget": {
|
|
2421
|
+
"locationName": "mountTarget"
|
|
2422
|
+
},
|
|
2423
|
+
"FileSystemType": {
|
|
2424
|
+
"locationName": "fileSystemType"
|
|
2425
|
+
},
|
|
2426
|
+
"Flags": {
|
|
2427
|
+
"locationName": "flags",
|
|
2428
|
+
"type": "list",
|
|
2429
|
+
"member": {}
|
|
2430
|
+
},
|
|
2431
|
+
"ModuleName": {
|
|
2432
|
+
"locationName": "moduleName"
|
|
2433
|
+
},
|
|
2434
|
+
"ModuleFilePath": {
|
|
2435
|
+
"locationName": "moduleFilePath"
|
|
2436
|
+
},
|
|
2437
|
+
"ModuleSha256": {
|
|
2438
|
+
"locationName": "moduleSha256"
|
|
2439
|
+
},
|
|
2440
|
+
"ShellHistoryFilePath": {
|
|
2441
|
+
"locationName": "shellHistoryFilePath"
|
|
2442
|
+
},
|
|
2443
|
+
"TargetProcess": {
|
|
2444
|
+
"shape": "S7k",
|
|
2445
|
+
"locationName": "targetProcess"
|
|
2446
|
+
},
|
|
2447
|
+
"AddressFamily": {
|
|
2448
|
+
"locationName": "addressFamily"
|
|
2449
|
+
},
|
|
2450
|
+
"IanaProtocolNumber": {
|
|
2451
|
+
"locationName": "ianaProtocolNumber",
|
|
2452
|
+
"type": "integer"
|
|
2453
|
+
},
|
|
2454
|
+
"MemoryRegions": {
|
|
2455
|
+
"locationName": "memoryRegions",
|
|
2456
|
+
"type": "list",
|
|
2457
|
+
"member": {}
|
|
2458
|
+
}
|
|
2459
|
+
}
|
|
2460
|
+
}
|
|
2461
|
+
}
|
|
2289
2462
|
}
|
|
2290
2463
|
}
|
|
2291
2464
|
},
|
|
@@ -2330,7 +2503,7 @@
|
|
|
2330
2503
|
"member": {}
|
|
2331
2504
|
},
|
|
2332
2505
|
"FindingCriteria": {
|
|
2333
|
-
"shape": "
|
|
2506
|
+
"shape": "S16",
|
|
2334
2507
|
"locationName": "findingCriteria"
|
|
2335
2508
|
}
|
|
2336
2509
|
}
|
|
@@ -2451,7 +2624,7 @@
|
|
|
2451
2624
|
"type": "structure",
|
|
2452
2625
|
"members": {
|
|
2453
2626
|
"ScanResourceCriteria": {
|
|
2454
|
-
"shape": "
|
|
2627
|
+
"shape": "S83",
|
|
2455
2628
|
"locationName": "scanResourceCriteria"
|
|
2456
2629
|
},
|
|
2457
2630
|
"EbsSnapshotPreservation": {
|
|
@@ -2528,7 +2701,7 @@
|
|
|
2528
2701
|
"locationName": "detectorId"
|
|
2529
2702
|
},
|
|
2530
2703
|
"AccountIds": {
|
|
2531
|
-
"shape": "
|
|
2704
|
+
"shape": "S25",
|
|
2532
2705
|
"locationName": "accountIds"
|
|
2533
2706
|
}
|
|
2534
2707
|
}
|
|
@@ -2553,7 +2726,7 @@
|
|
|
2553
2726
|
"locationName": "accountId"
|
|
2554
2727
|
},
|
|
2555
2728
|
"DataSources": {
|
|
2556
|
-
"shape": "
|
|
2729
|
+
"shape": "S4o",
|
|
2557
2730
|
"deprecated": true,
|
|
2558
2731
|
"deprecatedMessage": "This parameter is deprecated, use Features instead",
|
|
2559
2732
|
"locationName": "dataSources"
|
|
@@ -2573,6 +2746,25 @@
|
|
|
2573
2746
|
"UpdatedAt": {
|
|
2574
2747
|
"locationName": "updatedAt",
|
|
2575
2748
|
"type": "timestamp"
|
|
2749
|
+
},
|
|
2750
|
+
"AdditionalConfiguration": {
|
|
2751
|
+
"locationName": "additionalConfiguration",
|
|
2752
|
+
"type": "list",
|
|
2753
|
+
"member": {
|
|
2754
|
+
"type": "structure",
|
|
2755
|
+
"members": {
|
|
2756
|
+
"Name": {
|
|
2757
|
+
"locationName": "name"
|
|
2758
|
+
},
|
|
2759
|
+
"Status": {
|
|
2760
|
+
"locationName": "status"
|
|
2761
|
+
},
|
|
2762
|
+
"UpdatedAt": {
|
|
2763
|
+
"locationName": "updatedAt",
|
|
2764
|
+
"type": "timestamp"
|
|
2765
|
+
}
|
|
2766
|
+
}
|
|
2767
|
+
}
|
|
2576
2768
|
}
|
|
2577
2769
|
}
|
|
2578
2770
|
}
|
|
@@ -2581,7 +2773,7 @@
|
|
|
2581
2773
|
}
|
|
2582
2774
|
},
|
|
2583
2775
|
"UnprocessedAccounts": {
|
|
2584
|
-
"shape": "
|
|
2776
|
+
"shape": "S1r",
|
|
2585
2777
|
"locationName": "unprocessedAccounts"
|
|
2586
2778
|
}
|
|
2587
2779
|
}
|
|
@@ -2604,7 +2796,7 @@
|
|
|
2604
2796
|
"locationName": "detectorId"
|
|
2605
2797
|
},
|
|
2606
2798
|
"AccountIds": {
|
|
2607
|
-
"shape": "
|
|
2799
|
+
"shape": "S25",
|
|
2608
2800
|
"locationName": "accountIds"
|
|
2609
2801
|
}
|
|
2610
2802
|
}
|
|
@@ -2617,11 +2809,11 @@
|
|
|
2617
2809
|
],
|
|
2618
2810
|
"members": {
|
|
2619
2811
|
"Members": {
|
|
2620
|
-
"shape": "
|
|
2812
|
+
"shape": "S8n",
|
|
2621
2813
|
"locationName": "members"
|
|
2622
2814
|
},
|
|
2623
2815
|
"UnprocessedAccounts": {
|
|
2624
|
-
"shape": "
|
|
2816
|
+
"shape": "S1r",
|
|
2625
2817
|
"locationName": "unprocessedAccounts"
|
|
2626
2818
|
}
|
|
2627
2819
|
}
|
|
@@ -2643,7 +2835,7 @@
|
|
|
2643
2835
|
"locationName": "detectorId"
|
|
2644
2836
|
},
|
|
2645
2837
|
"AccountIds": {
|
|
2646
|
-
"shape": "
|
|
2838
|
+
"shape": "S25",
|
|
2647
2839
|
"locationName": "accountIds"
|
|
2648
2840
|
}
|
|
2649
2841
|
}
|
|
@@ -2667,19 +2859,19 @@
|
|
|
2667
2859
|
"type": "structure",
|
|
2668
2860
|
"members": {
|
|
2669
2861
|
"CloudTrail": {
|
|
2670
|
-
"shape": "
|
|
2862
|
+
"shape": "S8u",
|
|
2671
2863
|
"locationName": "cloudTrail"
|
|
2672
2864
|
},
|
|
2673
2865
|
"DnsLogs": {
|
|
2674
|
-
"shape": "
|
|
2866
|
+
"shape": "S8u",
|
|
2675
2867
|
"locationName": "dnsLogs"
|
|
2676
2868
|
},
|
|
2677
2869
|
"FlowLogs": {
|
|
2678
|
-
"shape": "
|
|
2870
|
+
"shape": "S8u",
|
|
2679
2871
|
"locationName": "flowLogs"
|
|
2680
2872
|
},
|
|
2681
2873
|
"S3Logs": {
|
|
2682
|
-
"shape": "
|
|
2874
|
+
"shape": "S8u",
|
|
2683
2875
|
"locationName": "s3Logs"
|
|
2684
2876
|
},
|
|
2685
2877
|
"Kubernetes": {
|
|
@@ -2687,7 +2879,7 @@
|
|
|
2687
2879
|
"type": "structure",
|
|
2688
2880
|
"members": {
|
|
2689
2881
|
"AuditLogs": {
|
|
2690
|
-
"shape": "
|
|
2882
|
+
"shape": "S8u",
|
|
2691
2883
|
"locationName": "auditLogs"
|
|
2692
2884
|
}
|
|
2693
2885
|
}
|
|
@@ -2697,7 +2889,7 @@
|
|
|
2697
2889
|
"type": "structure",
|
|
2698
2890
|
"members": {
|
|
2699
2891
|
"ScanEc2InstanceWithFindings": {
|
|
2700
|
-
"shape": "
|
|
2892
|
+
"shape": "S8u",
|
|
2701
2893
|
"locationName": "scanEc2InstanceWithFindings"
|
|
2702
2894
|
}
|
|
2703
2895
|
}
|
|
@@ -2724,7 +2916,7 @@
|
|
|
2724
2916
|
}
|
|
2725
2917
|
},
|
|
2726
2918
|
"UnprocessedAccounts": {
|
|
2727
|
-
"shape": "
|
|
2919
|
+
"shape": "S1r",
|
|
2728
2920
|
"locationName": "unprocessedAccounts"
|
|
2729
2921
|
}
|
|
2730
2922
|
}
|
|
@@ -2806,7 +2998,7 @@
|
|
|
2806
2998
|
"type": "structure",
|
|
2807
2999
|
"members": {
|
|
2808
3000
|
"AccountIds": {
|
|
2809
|
-
"shape": "
|
|
3001
|
+
"shape": "S25",
|
|
2810
3002
|
"locationName": "accountIds"
|
|
2811
3003
|
},
|
|
2812
3004
|
"DataSources": {
|
|
@@ -2857,7 +3049,7 @@
|
|
|
2857
3049
|
"locationName": "accountId"
|
|
2858
3050
|
},
|
|
2859
3051
|
"Total": {
|
|
2860
|
-
"shape": "
|
|
3052
|
+
"shape": "S9f",
|
|
2861
3053
|
"locationName": "total"
|
|
2862
3054
|
}
|
|
2863
3055
|
}
|
|
@@ -2873,18 +3065,18 @@
|
|
|
2873
3065
|
"locationName": "dataSource"
|
|
2874
3066
|
},
|
|
2875
3067
|
"Total": {
|
|
2876
|
-
"shape": "
|
|
3068
|
+
"shape": "S9f",
|
|
2877
3069
|
"locationName": "total"
|
|
2878
3070
|
}
|
|
2879
3071
|
}
|
|
2880
3072
|
}
|
|
2881
3073
|
},
|
|
2882
3074
|
"SumByResource": {
|
|
2883
|
-
"shape": "
|
|
3075
|
+
"shape": "S9i",
|
|
2884
3076
|
"locationName": "sumByResource"
|
|
2885
3077
|
},
|
|
2886
3078
|
"TopResources": {
|
|
2887
|
-
"shape": "
|
|
3079
|
+
"shape": "S9i",
|
|
2888
3080
|
"locationName": "topResources"
|
|
2889
3081
|
},
|
|
2890
3082
|
"SumByFeature": {
|
|
@@ -2897,7 +3089,7 @@
|
|
|
2897
3089
|
"locationName": "feature"
|
|
2898
3090
|
},
|
|
2899
3091
|
"Total": {
|
|
2900
|
-
"shape": "
|
|
3092
|
+
"shape": "S9f",
|
|
2901
3093
|
"locationName": "total"
|
|
2902
3094
|
}
|
|
2903
3095
|
}
|
|
@@ -2928,7 +3120,7 @@
|
|
|
2928
3120
|
"locationName": "detectorId"
|
|
2929
3121
|
},
|
|
2930
3122
|
"AccountIds": {
|
|
2931
|
-
"shape": "
|
|
3123
|
+
"shape": "S25",
|
|
2932
3124
|
"locationName": "accountIds"
|
|
2933
3125
|
},
|
|
2934
3126
|
"DisableEmailNotification": {
|
|
@@ -2947,12 +3139,130 @@
|
|
|
2947
3139
|
],
|
|
2948
3140
|
"members": {
|
|
2949
3141
|
"UnprocessedAccounts": {
|
|
2950
|
-
"shape": "
|
|
3142
|
+
"shape": "S1r",
|
|
2951
3143
|
"locationName": "unprocessedAccounts"
|
|
2952
3144
|
}
|
|
2953
3145
|
}
|
|
2954
3146
|
}
|
|
2955
3147
|
},
|
|
3148
|
+
"ListCoverage": {
|
|
3149
|
+
"http": {
|
|
3150
|
+
"requestUri": "/detector/{detectorId}/coverage",
|
|
3151
|
+
"responseCode": 200
|
|
3152
|
+
},
|
|
3153
|
+
"input": {
|
|
3154
|
+
"type": "structure",
|
|
3155
|
+
"required": [
|
|
3156
|
+
"DetectorId"
|
|
3157
|
+
],
|
|
3158
|
+
"members": {
|
|
3159
|
+
"DetectorId": {
|
|
3160
|
+
"location": "uri",
|
|
3161
|
+
"locationName": "detectorId"
|
|
3162
|
+
},
|
|
3163
|
+
"NextToken": {
|
|
3164
|
+
"locationName": "nextToken"
|
|
3165
|
+
},
|
|
3166
|
+
"MaxResults": {
|
|
3167
|
+
"locationName": "maxResults",
|
|
3168
|
+
"type": "integer"
|
|
3169
|
+
},
|
|
3170
|
+
"FilterCriteria": {
|
|
3171
|
+
"shape": "S48",
|
|
3172
|
+
"locationName": "filterCriteria"
|
|
3173
|
+
},
|
|
3174
|
+
"SortCriteria": {
|
|
3175
|
+
"locationName": "sortCriteria",
|
|
3176
|
+
"type": "structure",
|
|
3177
|
+
"members": {
|
|
3178
|
+
"AttributeName": {
|
|
3179
|
+
"locationName": "attributeName"
|
|
3180
|
+
},
|
|
3181
|
+
"OrderBy": {
|
|
3182
|
+
"locationName": "orderBy"
|
|
3183
|
+
}
|
|
3184
|
+
}
|
|
3185
|
+
}
|
|
3186
|
+
}
|
|
3187
|
+
},
|
|
3188
|
+
"output": {
|
|
3189
|
+
"type": "structure",
|
|
3190
|
+
"required": [
|
|
3191
|
+
"Resources"
|
|
3192
|
+
],
|
|
3193
|
+
"members": {
|
|
3194
|
+
"Resources": {
|
|
3195
|
+
"locationName": "resources",
|
|
3196
|
+
"type": "list",
|
|
3197
|
+
"member": {
|
|
3198
|
+
"type": "structure",
|
|
3199
|
+
"members": {
|
|
3200
|
+
"ResourceId": {
|
|
3201
|
+
"locationName": "resourceId"
|
|
3202
|
+
},
|
|
3203
|
+
"DetectorId": {
|
|
3204
|
+
"locationName": "detectorId"
|
|
3205
|
+
},
|
|
3206
|
+
"AccountId": {
|
|
3207
|
+
"locationName": "accountId"
|
|
3208
|
+
},
|
|
3209
|
+
"ResourceDetails": {
|
|
3210
|
+
"locationName": "resourceDetails",
|
|
3211
|
+
"type": "structure",
|
|
3212
|
+
"members": {
|
|
3213
|
+
"EksClusterDetails": {
|
|
3214
|
+
"locationName": "eksClusterDetails",
|
|
3215
|
+
"type": "structure",
|
|
3216
|
+
"members": {
|
|
3217
|
+
"ClusterName": {
|
|
3218
|
+
"locationName": "clusterName"
|
|
3219
|
+
},
|
|
3220
|
+
"CoveredNodes": {
|
|
3221
|
+
"locationName": "coveredNodes",
|
|
3222
|
+
"type": "long"
|
|
3223
|
+
},
|
|
3224
|
+
"CompatibleNodes": {
|
|
3225
|
+
"locationName": "compatibleNodes",
|
|
3226
|
+
"type": "long"
|
|
3227
|
+
},
|
|
3228
|
+
"AddonDetails": {
|
|
3229
|
+
"locationName": "addonDetails",
|
|
3230
|
+
"type": "structure",
|
|
3231
|
+
"members": {
|
|
3232
|
+
"AddonVersion": {
|
|
3233
|
+
"locationName": "addonVersion"
|
|
3234
|
+
},
|
|
3235
|
+
"AddonStatus": {
|
|
3236
|
+
"locationName": "addonStatus"
|
|
3237
|
+
}
|
|
3238
|
+
}
|
|
3239
|
+
}
|
|
3240
|
+
}
|
|
3241
|
+
},
|
|
3242
|
+
"ResourceType": {
|
|
3243
|
+
"locationName": "resourceType"
|
|
3244
|
+
}
|
|
3245
|
+
}
|
|
3246
|
+
},
|
|
3247
|
+
"CoverageStatus": {
|
|
3248
|
+
"locationName": "coverageStatus"
|
|
3249
|
+
},
|
|
3250
|
+
"Issue": {
|
|
3251
|
+
"locationName": "issue"
|
|
3252
|
+
},
|
|
3253
|
+
"UpdatedAt": {
|
|
3254
|
+
"locationName": "updatedAt",
|
|
3255
|
+
"type": "timestamp"
|
|
3256
|
+
}
|
|
3257
|
+
}
|
|
3258
|
+
}
|
|
3259
|
+
},
|
|
3260
|
+
"NextToken": {
|
|
3261
|
+
"locationName": "nextToken"
|
|
3262
|
+
}
|
|
3263
|
+
}
|
|
3264
|
+
}
|
|
3265
|
+
},
|
|
2956
3266
|
"ListDetectors": {
|
|
2957
3267
|
"http": {
|
|
2958
3268
|
"method": "GET",
|
|
@@ -3050,11 +3360,11 @@
|
|
|
3050
3360
|
"locationName": "detectorId"
|
|
3051
3361
|
},
|
|
3052
3362
|
"FindingCriteria": {
|
|
3053
|
-
"shape": "
|
|
3363
|
+
"shape": "S16",
|
|
3054
3364
|
"locationName": "findingCriteria"
|
|
3055
3365
|
},
|
|
3056
3366
|
"SortCriteria": {
|
|
3057
|
-
"shape": "
|
|
3367
|
+
"shape": "S2u",
|
|
3058
3368
|
"locationName": "sortCriteria"
|
|
3059
3369
|
},
|
|
3060
3370
|
"MaxResults": {
|
|
@@ -3211,7 +3521,7 @@
|
|
|
3211
3521
|
"type": "structure",
|
|
3212
3522
|
"members": {
|
|
3213
3523
|
"Members": {
|
|
3214
|
-
"shape": "
|
|
3524
|
+
"shape": "S8n",
|
|
3215
3525
|
"locationName": "members"
|
|
3216
3526
|
},
|
|
3217
3527
|
"NextToken": {
|
|
@@ -3415,7 +3725,7 @@
|
|
|
3415
3725
|
"locationName": "detectorId"
|
|
3416
3726
|
},
|
|
3417
3727
|
"AccountIds": {
|
|
3418
|
-
"shape": "
|
|
3728
|
+
"shape": "S25",
|
|
3419
3729
|
"locationName": "accountIds"
|
|
3420
3730
|
}
|
|
3421
3731
|
}
|
|
@@ -3427,7 +3737,7 @@
|
|
|
3427
3737
|
],
|
|
3428
3738
|
"members": {
|
|
3429
3739
|
"UnprocessedAccounts": {
|
|
3430
|
-
"shape": "
|
|
3740
|
+
"shape": "S1r",
|
|
3431
3741
|
"locationName": "unprocessedAccounts"
|
|
3432
3742
|
}
|
|
3433
3743
|
}
|
|
@@ -3450,7 +3760,7 @@
|
|
|
3450
3760
|
"locationName": "detectorId"
|
|
3451
3761
|
},
|
|
3452
3762
|
"AccountIds": {
|
|
3453
|
-
"shape": "
|
|
3763
|
+
"shape": "S25",
|
|
3454
3764
|
"locationName": "accountIds"
|
|
3455
3765
|
}
|
|
3456
3766
|
}
|
|
@@ -3462,7 +3772,7 @@
|
|
|
3462
3772
|
],
|
|
3463
3773
|
"members": {
|
|
3464
3774
|
"UnprocessedAccounts": {
|
|
3465
|
-
"shape": "
|
|
3775
|
+
"shape": "S1r",
|
|
3466
3776
|
"locationName": "unprocessedAccounts"
|
|
3467
3777
|
}
|
|
3468
3778
|
}
|
|
@@ -3622,7 +3932,7 @@
|
|
|
3622
3932
|
"type": "integer"
|
|
3623
3933
|
},
|
|
3624
3934
|
"FindingCriteria": {
|
|
3625
|
-
"shape": "
|
|
3935
|
+
"shape": "S16",
|
|
3626
3936
|
"locationName": "findingCriteria"
|
|
3627
3937
|
}
|
|
3628
3938
|
}
|
|
@@ -3726,7 +4036,7 @@
|
|
|
3726
4036
|
"locationName": "detectorId"
|
|
3727
4037
|
},
|
|
3728
4038
|
"ScanResourceCriteria": {
|
|
3729
|
-
"shape": "
|
|
4039
|
+
"shape": "S83",
|
|
3730
4040
|
"locationName": "scanResourceCriteria"
|
|
3731
4041
|
},
|
|
3732
4042
|
"EbsSnapshotPreservation": {
|
|
@@ -3756,7 +4066,7 @@
|
|
|
3756
4066
|
"locationName": "detectorId"
|
|
3757
4067
|
},
|
|
3758
4068
|
"AccountIds": {
|
|
3759
|
-
"shape": "
|
|
4069
|
+
"shape": "S25",
|
|
3760
4070
|
"locationName": "accountIds"
|
|
3761
4071
|
},
|
|
3762
4072
|
"DataSources": {
|
|
@@ -3776,6 +4086,21 @@
|
|
|
3776
4086
|
},
|
|
3777
4087
|
"Status": {
|
|
3778
4088
|
"locationName": "status"
|
|
4089
|
+
},
|
|
4090
|
+
"AdditionalConfiguration": {
|
|
4091
|
+
"locationName": "additionalConfiguration",
|
|
4092
|
+
"type": "list",
|
|
4093
|
+
"member": {
|
|
4094
|
+
"type": "structure",
|
|
4095
|
+
"members": {
|
|
4096
|
+
"Name": {
|
|
4097
|
+
"locationName": "name"
|
|
4098
|
+
},
|
|
4099
|
+
"Status": {
|
|
4100
|
+
"locationName": "status"
|
|
4101
|
+
}
|
|
4102
|
+
}
|
|
4103
|
+
}
|
|
3779
4104
|
}
|
|
3780
4105
|
}
|
|
3781
4106
|
}
|
|
@@ -3789,7 +4114,7 @@
|
|
|
3789
4114
|
],
|
|
3790
4115
|
"members": {
|
|
3791
4116
|
"UnprocessedAccounts": {
|
|
3792
|
-
"shape": "
|
|
4117
|
+
"shape": "S1r",
|
|
3793
4118
|
"locationName": "unprocessedAccounts"
|
|
3794
4119
|
}
|
|
3795
4120
|
}
|
|
@@ -3892,6 +4217,21 @@
|
|
|
3892
4217
|
},
|
|
3893
4218
|
"AutoEnable": {
|
|
3894
4219
|
"locationName": "autoEnable"
|
|
4220
|
+
},
|
|
4221
|
+
"AdditionalConfiguration": {
|
|
4222
|
+
"locationName": "additionalConfiguration",
|
|
4223
|
+
"type": "list",
|
|
4224
|
+
"member": {
|
|
4225
|
+
"type": "structure",
|
|
4226
|
+
"members": {
|
|
4227
|
+
"Name": {
|
|
4228
|
+
"locationName": "name"
|
|
4229
|
+
},
|
|
4230
|
+
"AutoEnable": {
|
|
4231
|
+
"locationName": "autoEnable"
|
|
4232
|
+
}
|
|
4233
|
+
}
|
|
4234
|
+
}
|
|
3895
4235
|
}
|
|
3896
4236
|
}
|
|
3897
4237
|
}
|
|
@@ -3927,7 +4267,7 @@
|
|
|
3927
4267
|
"locationName": "destinationId"
|
|
3928
4268
|
},
|
|
3929
4269
|
"DestinationProperties": {
|
|
3930
|
-
"shape": "
|
|
4270
|
+
"shape": "S1v",
|
|
3931
4271
|
"locationName": "destinationProperties"
|
|
3932
4272
|
}
|
|
3933
4273
|
}
|
|
@@ -4051,11 +4391,26 @@
|
|
|
4051
4391
|
},
|
|
4052
4392
|
"Status": {
|
|
4053
4393
|
"locationName": "status"
|
|
4394
|
+
},
|
|
4395
|
+
"AdditionalConfiguration": {
|
|
4396
|
+
"locationName": "additionalConfiguration",
|
|
4397
|
+
"type": "list",
|
|
4398
|
+
"member": {
|
|
4399
|
+
"type": "structure",
|
|
4400
|
+
"members": {
|
|
4401
|
+
"Name": {
|
|
4402
|
+
"locationName": "name"
|
|
4403
|
+
},
|
|
4404
|
+
"Status": {
|
|
4405
|
+
"locationName": "status"
|
|
4406
|
+
}
|
|
4407
|
+
}
|
|
4408
|
+
}
|
|
4054
4409
|
}
|
|
4055
4410
|
}
|
|
4056
4411
|
}
|
|
4057
4412
|
},
|
|
4058
|
-
"
|
|
4413
|
+
"Sx": {
|
|
4059
4414
|
"type": "structure",
|
|
4060
4415
|
"members": {
|
|
4061
4416
|
"ScanEc2InstanceWithFindings": {
|
|
@@ -4081,7 +4436,7 @@
|
|
|
4081
4436
|
}
|
|
4082
4437
|
}
|
|
4083
4438
|
},
|
|
4084
|
-
"
|
|
4439
|
+
"S16": {
|
|
4085
4440
|
"type": "structure",
|
|
4086
4441
|
"members": {
|
|
4087
4442
|
"Criterion": {
|
|
@@ -4124,14 +4479,12 @@
|
|
|
4124
4479
|
"type": "integer"
|
|
4125
4480
|
},
|
|
4126
4481
|
"Equals": {
|
|
4127
|
-
"
|
|
4128
|
-
"
|
|
4129
|
-
"member": {}
|
|
4482
|
+
"shape": "S1c",
|
|
4483
|
+
"locationName": "equals"
|
|
4130
4484
|
},
|
|
4131
4485
|
"NotEquals": {
|
|
4132
|
-
"
|
|
4133
|
-
"
|
|
4134
|
-
"member": {}
|
|
4486
|
+
"shape": "S1d",
|
|
4487
|
+
"locationName": "notEquals"
|
|
4135
4488
|
},
|
|
4136
4489
|
"GreaterThan": {
|
|
4137
4490
|
"locationName": "greaterThan",
|
|
@@ -4154,7 +4507,15 @@
|
|
|
4154
4507
|
}
|
|
4155
4508
|
}
|
|
4156
4509
|
},
|
|
4157
|
-
"
|
|
4510
|
+
"S1c": {
|
|
4511
|
+
"type": "list",
|
|
4512
|
+
"member": {}
|
|
4513
|
+
},
|
|
4514
|
+
"S1d": {
|
|
4515
|
+
"type": "list",
|
|
4516
|
+
"member": {}
|
|
4517
|
+
},
|
|
4518
|
+
"S1r": {
|
|
4158
4519
|
"type": "list",
|
|
4159
4520
|
"member": {
|
|
4160
4521
|
"type": "structure",
|
|
@@ -4172,7 +4533,7 @@
|
|
|
4172
4533
|
}
|
|
4173
4534
|
}
|
|
4174
4535
|
},
|
|
4175
|
-
"
|
|
4536
|
+
"S1v": {
|
|
4176
4537
|
"type": "structure",
|
|
4177
4538
|
"members": {
|
|
4178
4539
|
"DestinationArn": {
|
|
@@ -4183,11 +4544,11 @@
|
|
|
4183
4544
|
}
|
|
4184
4545
|
}
|
|
4185
4546
|
},
|
|
4186
|
-
"
|
|
4547
|
+
"S25": {
|
|
4187
4548
|
"type": "list",
|
|
4188
4549
|
"member": {}
|
|
4189
4550
|
},
|
|
4190
|
-
"
|
|
4551
|
+
"S2u": {
|
|
4191
4552
|
"type": "structure",
|
|
4192
4553
|
"members": {
|
|
4193
4554
|
"AttributeName": {
|
|
@@ -4198,7 +4559,7 @@
|
|
|
4198
4559
|
}
|
|
4199
4560
|
}
|
|
4200
4561
|
},
|
|
4201
|
-
"
|
|
4562
|
+
"S37": {
|
|
4202
4563
|
"type": "list",
|
|
4203
4564
|
"member": {
|
|
4204
4565
|
"type": "structure",
|
|
@@ -4228,7 +4589,38 @@
|
|
|
4228
4589
|
}
|
|
4229
4590
|
}
|
|
4230
4591
|
},
|
|
4231
|
-
"
|
|
4592
|
+
"S48": {
|
|
4593
|
+
"type": "structure",
|
|
4594
|
+
"members": {
|
|
4595
|
+
"FilterCriterion": {
|
|
4596
|
+
"locationName": "filterCriterion",
|
|
4597
|
+
"type": "list",
|
|
4598
|
+
"member": {
|
|
4599
|
+
"type": "structure",
|
|
4600
|
+
"members": {
|
|
4601
|
+
"CriterionKey": {
|
|
4602
|
+
"locationName": "criterionKey"
|
|
4603
|
+
},
|
|
4604
|
+
"FilterCondition": {
|
|
4605
|
+
"locationName": "filterCondition",
|
|
4606
|
+
"type": "structure",
|
|
4607
|
+
"members": {
|
|
4608
|
+
"Equals": {
|
|
4609
|
+
"shape": "S1c",
|
|
4610
|
+
"locationName": "equals"
|
|
4611
|
+
},
|
|
4612
|
+
"NotEquals": {
|
|
4613
|
+
"shape": "S1d",
|
|
4614
|
+
"locationName": "notEquals"
|
|
4615
|
+
}
|
|
4616
|
+
}
|
|
4617
|
+
}
|
|
4618
|
+
}
|
|
4619
|
+
}
|
|
4620
|
+
}
|
|
4621
|
+
}
|
|
4622
|
+
},
|
|
4623
|
+
"S4o": {
|
|
4232
4624
|
"type": "structure",
|
|
4233
4625
|
"required": [
|
|
4234
4626
|
"CloudTrail",
|
|
@@ -4307,12 +4699,12 @@
|
|
|
4307
4699
|
}
|
|
4308
4700
|
},
|
|
4309
4701
|
"MalwareProtection": {
|
|
4310
|
-
"shape": "
|
|
4702
|
+
"shape": "Sx",
|
|
4311
4703
|
"locationName": "malwareProtection"
|
|
4312
4704
|
}
|
|
4313
4705
|
}
|
|
4314
4706
|
},
|
|
4315
|
-
"
|
|
4707
|
+
"S5c": {
|
|
4316
4708
|
"type": "list",
|
|
4317
4709
|
"member": {
|
|
4318
4710
|
"type": "structure",
|
|
@@ -4326,7 +4718,7 @@
|
|
|
4326
4718
|
}
|
|
4327
4719
|
}
|
|
4328
4720
|
},
|
|
4329
|
-
"
|
|
4721
|
+
"S5k": {
|
|
4330
4722
|
"type": "structure",
|
|
4331
4723
|
"members": {
|
|
4332
4724
|
"IgnorePublicAcls": {
|
|
@@ -4347,13 +4739,13 @@
|
|
|
4347
4739
|
}
|
|
4348
4740
|
}
|
|
4349
4741
|
},
|
|
4350
|
-
"
|
|
4742
|
+
"S62": {
|
|
4351
4743
|
"type": "list",
|
|
4352
4744
|
"member": {
|
|
4353
|
-
"shape": "
|
|
4745
|
+
"shape": "S63"
|
|
4354
4746
|
}
|
|
4355
4747
|
},
|
|
4356
|
-
"
|
|
4748
|
+
"S63": {
|
|
4357
4749
|
"type": "structure",
|
|
4358
4750
|
"members": {
|
|
4359
4751
|
"ContainerRuntime": {
|
|
@@ -4398,7 +4790,7 @@
|
|
|
4398
4790
|
}
|
|
4399
4791
|
}
|
|
4400
4792
|
},
|
|
4401
|
-
"
|
|
4793
|
+
"S67": {
|
|
4402
4794
|
"type": "list",
|
|
4403
4795
|
"member": {
|
|
4404
4796
|
"type": "structure",
|
|
@@ -4418,7 +4810,7 @@
|
|
|
4418
4810
|
}
|
|
4419
4811
|
}
|
|
4420
4812
|
},
|
|
4421
|
-
"
|
|
4813
|
+
"S6j": {
|
|
4422
4814
|
"type": "structure",
|
|
4423
4815
|
"members": {
|
|
4424
4816
|
"City": {
|
|
@@ -4479,7 +4871,7 @@
|
|
|
4479
4871
|
}
|
|
4480
4872
|
}
|
|
4481
4873
|
},
|
|
4482
|
-
"
|
|
4874
|
+
"S6s": {
|
|
4483
4875
|
"type": "structure",
|
|
4484
4876
|
"members": {
|
|
4485
4877
|
"Port": {
|
|
@@ -4491,7 +4883,7 @@
|
|
|
4491
4883
|
}
|
|
4492
4884
|
}
|
|
4493
4885
|
},
|
|
4494
|
-
"
|
|
4886
|
+
"S6t": {
|
|
4495
4887
|
"type": "structure",
|
|
4496
4888
|
"members": {
|
|
4497
4889
|
"IpAddressV4": {
|
|
@@ -4499,20 +4891,107 @@
|
|
|
4499
4891
|
}
|
|
4500
4892
|
}
|
|
4501
4893
|
},
|
|
4502
|
-
"
|
|
4894
|
+
"S7k": {
|
|
4895
|
+
"type": "structure",
|
|
4896
|
+
"members": {
|
|
4897
|
+
"Name": {
|
|
4898
|
+
"locationName": "name"
|
|
4899
|
+
},
|
|
4900
|
+
"ExecutablePath": {
|
|
4901
|
+
"locationName": "executablePath"
|
|
4902
|
+
},
|
|
4903
|
+
"ExecutableSha256": {
|
|
4904
|
+
"locationName": "executableSha256"
|
|
4905
|
+
},
|
|
4906
|
+
"NamespacePid": {
|
|
4907
|
+
"locationName": "namespacePid",
|
|
4908
|
+
"type": "integer"
|
|
4909
|
+
},
|
|
4910
|
+
"Pwd": {
|
|
4911
|
+
"locationName": "pwd"
|
|
4912
|
+
},
|
|
4913
|
+
"Pid": {
|
|
4914
|
+
"locationName": "pid",
|
|
4915
|
+
"type": "integer"
|
|
4916
|
+
},
|
|
4917
|
+
"StartTime": {
|
|
4918
|
+
"locationName": "startTime",
|
|
4919
|
+
"type": "timestamp"
|
|
4920
|
+
},
|
|
4921
|
+
"Uuid": {
|
|
4922
|
+
"locationName": "uuid"
|
|
4923
|
+
},
|
|
4924
|
+
"ParentUuid": {
|
|
4925
|
+
"locationName": "parentUuid"
|
|
4926
|
+
},
|
|
4927
|
+
"User": {
|
|
4928
|
+
"locationName": "user"
|
|
4929
|
+
},
|
|
4930
|
+
"UserId": {
|
|
4931
|
+
"locationName": "userId",
|
|
4932
|
+
"type": "integer"
|
|
4933
|
+
},
|
|
4934
|
+
"Euid": {
|
|
4935
|
+
"locationName": "euid",
|
|
4936
|
+
"type": "integer"
|
|
4937
|
+
},
|
|
4938
|
+
"Lineage": {
|
|
4939
|
+
"locationName": "lineage",
|
|
4940
|
+
"type": "list",
|
|
4941
|
+
"member": {
|
|
4942
|
+
"type": "structure",
|
|
4943
|
+
"members": {
|
|
4944
|
+
"StartTime": {
|
|
4945
|
+
"locationName": "startTime",
|
|
4946
|
+
"type": "timestamp"
|
|
4947
|
+
},
|
|
4948
|
+
"NamespacePid": {
|
|
4949
|
+
"locationName": "namespacePid",
|
|
4950
|
+
"type": "integer"
|
|
4951
|
+
},
|
|
4952
|
+
"UserId": {
|
|
4953
|
+
"locationName": "userId",
|
|
4954
|
+
"type": "integer"
|
|
4955
|
+
},
|
|
4956
|
+
"Name": {
|
|
4957
|
+
"locationName": "name"
|
|
4958
|
+
},
|
|
4959
|
+
"Pid": {
|
|
4960
|
+
"locationName": "pid",
|
|
4961
|
+
"type": "integer"
|
|
4962
|
+
},
|
|
4963
|
+
"Uuid": {
|
|
4964
|
+
"locationName": "uuid"
|
|
4965
|
+
},
|
|
4966
|
+
"ExecutablePath": {
|
|
4967
|
+
"locationName": "executablePath"
|
|
4968
|
+
},
|
|
4969
|
+
"Euid": {
|
|
4970
|
+
"locationName": "euid",
|
|
4971
|
+
"type": "integer"
|
|
4972
|
+
},
|
|
4973
|
+
"ParentUuid": {
|
|
4974
|
+
"locationName": "parentUuid"
|
|
4975
|
+
}
|
|
4976
|
+
}
|
|
4977
|
+
}
|
|
4978
|
+
}
|
|
4979
|
+
}
|
|
4980
|
+
},
|
|
4981
|
+
"S83": {
|
|
4503
4982
|
"type": "structure",
|
|
4504
4983
|
"members": {
|
|
4505
4984
|
"Include": {
|
|
4506
|
-
"shape": "
|
|
4985
|
+
"shape": "S84",
|
|
4507
4986
|
"locationName": "include"
|
|
4508
4987
|
},
|
|
4509
4988
|
"Exclude": {
|
|
4510
|
-
"shape": "
|
|
4989
|
+
"shape": "S84",
|
|
4511
4990
|
"locationName": "exclude"
|
|
4512
4991
|
}
|
|
4513
4992
|
}
|
|
4514
4993
|
},
|
|
4515
|
-
"
|
|
4994
|
+
"S84": {
|
|
4516
4995
|
"type": "map",
|
|
4517
4996
|
"key": {},
|
|
4518
4997
|
"value": {
|
|
@@ -4542,7 +5021,7 @@
|
|
|
4542
5021
|
}
|
|
4543
5022
|
}
|
|
4544
5023
|
},
|
|
4545
|
-
"
|
|
5024
|
+
"S8n": {
|
|
4546
5025
|
"type": "list",
|
|
4547
5026
|
"member": {
|
|
4548
5027
|
"type": "structure",
|
|
@@ -4581,7 +5060,7 @@
|
|
|
4581
5060
|
}
|
|
4582
5061
|
}
|
|
4583
5062
|
},
|
|
4584
|
-
"
|
|
5063
|
+
"S8u": {
|
|
4585
5064
|
"type": "structure",
|
|
4586
5065
|
"members": {
|
|
4587
5066
|
"FreeTrialDaysRemaining": {
|
|
@@ -4590,7 +5069,7 @@
|
|
|
4590
5069
|
}
|
|
4591
5070
|
}
|
|
4592
5071
|
},
|
|
4593
|
-
"
|
|
5072
|
+
"S9f": {
|
|
4594
5073
|
"type": "structure",
|
|
4595
5074
|
"members": {
|
|
4596
5075
|
"Amount": {
|
|
@@ -4601,7 +5080,7 @@
|
|
|
4601
5080
|
}
|
|
4602
5081
|
}
|
|
4603
5082
|
},
|
|
4604
|
-
"
|
|
5083
|
+
"S9i": {
|
|
4605
5084
|
"type": "list",
|
|
4606
5085
|
"member": {
|
|
4607
5086
|
"type": "structure",
|
|
@@ -4610,7 +5089,7 @@
|
|
|
4610
5089
|
"locationName": "resource"
|
|
4611
5090
|
},
|
|
4612
5091
|
"Total": {
|
|
4613
|
-
"shape": "
|
|
5092
|
+
"shape": "S9f",
|
|
4614
5093
|
"locationName": "total"
|
|
4615
5094
|
}
|
|
4616
5095
|
}
|