|
503 | 503 | {"shape":"InternalServerException"}
|
504 | 504 | ]
|
505 | 505 | },
|
| 506 | + "SearchVulnerabilities":{ |
| 507 | + "name":"SearchVulnerabilities", |
| 508 | + "http":{ |
| 509 | + "method":"POST", |
| 510 | + "requestUri":"/vulnerabilities/search", |
| 511 | + "responseCode":200 |
| 512 | + }, |
| 513 | + "input":{"shape":"SearchVulnerabilitiesRequest"}, |
| 514 | + "output":{"shape":"SearchVulnerabilitiesResponse"}, |
| 515 | + "errors":[ |
| 516 | + {"shape":"ValidationException"}, |
| 517 | + {"shape":"AccessDeniedException"}, |
| 518 | + {"shape":"ThrottlingException"}, |
| 519 | + {"shape":"InternalServerException"} |
| 520 | + ] |
| 521 | + }, |
506 | 522 | "TagResource":{
|
507 | 523 | "name":"TagResource",
|
508 | 524 | "http":{
|
|
837 | 853 | "accountId":{"shape":"AccountId"}
|
838 | 854 | }
|
839 | 855 | },
|
| 856 | + "AtigData":{ |
| 857 | + "type":"structure", |
| 858 | + "members":{ |
| 859 | + "firstSeen":{"shape":"FirstSeen"}, |
| 860 | + "lastSeen":{"shape":"LastSeen"}, |
| 861 | + "targets":{"shape":"Targets"}, |
| 862 | + "ttps":{"shape":"Ttps"} |
| 863 | + } |
| 864 | + }, |
840 | 865 | "AutoEnable":{
|
841 | 866 | "type":"structure",
|
842 | 867 | "required":[
|
|
1032 | 1057 | "reportId":{"shape":"ReportId"}
|
1033 | 1058 | }
|
1034 | 1059 | },
|
| 1060 | + "CisaAction":{ |
| 1061 | + "type":"string", |
| 1062 | + "min":0 |
| 1063 | + }, |
| 1064 | + "CisaData":{ |
| 1065 | + "type":"structure", |
| 1066 | + "members":{ |
| 1067 | + "action":{"shape":"CisaAction"}, |
| 1068 | + "dateAdded":{"shape":"CisaDateAdded"}, |
| 1069 | + "dateDue":{"shape":"CisaDateDue"} |
| 1070 | + } |
| 1071 | + }, |
| 1072 | + "CisaDateAdded":{"type":"timestamp"}, |
| 1073 | + "CisaDateDue":{"type":"timestamp"}, |
1035 | 1074 | "ClientToken":{
|
1036 | 1075 | "type":"string",
|
1037 | 1076 | "max":64,
|
|
1213 | 1252 | "type":"string",
|
1214 | 1253 | "enum":["USD"]
|
1215 | 1254 | },
|
| 1255 | + "Cvss2":{ |
| 1256 | + "type":"structure", |
| 1257 | + "members":{ |
| 1258 | + "baseScore":{"shape":"Cvss2BaseScore"}, |
| 1259 | + "scoringVector":{"shape":"Cvss2ScoringVector"} |
| 1260 | + } |
| 1261 | + }, |
| 1262 | + "Cvss2BaseScore":{"type":"double"}, |
| 1263 | + "Cvss2ScoringVector":{ |
| 1264 | + "type":"string", |
| 1265 | + "min":0 |
| 1266 | + }, |
| 1267 | + "Cvss3":{ |
| 1268 | + "type":"structure", |
| 1269 | + "members":{ |
| 1270 | + "baseScore":{"shape":"Cvss3BaseScore"}, |
| 1271 | + "scoringVector":{"shape":"Cvss3ScoringVector"} |
| 1272 | + } |
| 1273 | + }, |
| 1274 | + "Cvss3BaseScore":{"type":"double"}, |
| 1275 | + "Cvss3ScoringVector":{ |
| 1276 | + "type":"string", |
| 1277 | + "min":0 |
| 1278 | + }, |
1216 | 1279 | "CvssScore":{
|
1217 | 1280 | "type":"structure",
|
1218 | 1281 | "required":[
|
|
1264 | 1327 | "type":"list",
|
1265 | 1328 | "member":{"shape":"CvssScore"}
|
1266 | 1329 | },
|
| 1330 | + "Cwe":{ |
| 1331 | + "type":"string", |
| 1332 | + "min":0 |
| 1333 | + }, |
| 1334 | + "Cwes":{ |
| 1335 | + "type":"list", |
| 1336 | + "member":{"shape":"Cwe"}, |
| 1337 | + "min":0 |
| 1338 | + }, |
1267 | 1339 | "DateFilter":{
|
1268 | 1340 | "type":"structure",
|
1269 | 1341 | "members":{
|
|
1343 | 1415 | "kmsKeyArn":{"shape":"String"}
|
1344 | 1416 | }
|
1345 | 1417 | },
|
| 1418 | + "DetectionPlatforms":{ |
| 1419 | + "type":"list", |
| 1420 | + "member":{"shape":"NonEmptyString"}, |
| 1421 | + "max":100, |
| 1422 | + "min":0 |
| 1423 | + }, |
1346 | 1424 | "DisableDelegatedAdminAccountRequest":{
|
1347 | 1425 | "type":"structure",
|
1348 | 1426 | "required":["delegatedAdminAccountId"],
|
|
1556 | 1634 | "failedAccounts":{"shape":"FailedAccountList"}
|
1557 | 1635 | }
|
1558 | 1636 | },
|
| 1637 | + "Epss":{ |
| 1638 | + "type":"structure", |
| 1639 | + "members":{ |
| 1640 | + "score":{"shape":"EpssScore"} |
| 1641 | + } |
| 1642 | + }, |
| 1643 | + "EpssScore":{"type":"double"}, |
1559 | 1644 | "ErrorCode":{
|
1560 | 1645 | "type":"string",
|
1561 | 1646 | "enum":[
|
|
1587 | 1672 | "NO"
|
1588 | 1673 | ]
|
1589 | 1674 | },
|
| 1675 | + "ExploitObserved":{ |
| 1676 | + "type":"structure", |
| 1677 | + "members":{ |
| 1678 | + "firstSeen":{"shape":"FirstSeen"}, |
| 1679 | + "lastSeen":{"shape":"LastSeen"} |
| 1680 | + } |
| 1681 | + }, |
1590 | 1682 | "ExploitabilityDetails":{
|
1591 | 1683 | "type":"structure",
|
1592 | 1684 | "members":{
|
|
1842 | 1934 | "ALL"
|
1843 | 1935 | ]
|
1844 | 1936 | },
|
| 1937 | + "FirstSeen":{"type":"timestamp"}, |
1845 | 1938 | "FixAvailable":{
|
1846 | 1939 | "type":"string",
|
1847 | 1940 | "enum":[
|
|
2185 | 2278 | "vpcId":{"shape":"VpcId"}
|
2186 | 2279 | }
|
2187 | 2280 | },
|
| 2281 | + "LastSeen":{"type":"timestamp"}, |
2188 | 2282 | "LayerList":{
|
2189 | 2283 | "type":"list",
|
2190 | 2284 | "member":{"shape":"LambdaLayerArn"},
|
|
2746 | 2840 | "text":{"shape":"NonEmptyString"}
|
2747 | 2841 | }
|
2748 | 2842 | },
|
| 2843 | + "RelatedVulnerabilities":{ |
| 2844 | + "type":"list", |
| 2845 | + "member":{"shape":"RelatedVulnerability"}, |
| 2846 | + "max":100, |
| 2847 | + "min":0 |
| 2848 | + }, |
| 2849 | + "RelatedVulnerability":{ |
| 2850 | + "type":"string", |
| 2851 | + "min":0 |
| 2852 | + }, |
2749 | 2853 | "RelationshipStatus":{
|
2750 | 2854 | "type":"string",
|
2751 | 2855 | "enum":[
|
|
2987 | 3091 | "PACKAGE"
|
2988 | 3092 | ]
|
2989 | 3093 | },
|
| 3094 | + "SearchVulnerabilitiesFilterCriteria":{ |
| 3095 | + "type":"structure", |
| 3096 | + "required":["vulnerabilityIds"], |
| 3097 | + "members":{ |
| 3098 | + "vulnerabilityIds":{"shape":"VulnIdList"} |
| 3099 | + } |
| 3100 | + }, |
| 3101 | + "SearchVulnerabilitiesRequest":{ |
| 3102 | + "type":"structure", |
| 3103 | + "required":["filterCriteria"], |
| 3104 | + "members":{ |
| 3105 | + "filterCriteria":{"shape":"SearchVulnerabilitiesFilterCriteria"}, |
| 3106 | + "nextToken":{"shape":"NextToken"} |
| 3107 | + } |
| 3108 | + }, |
| 3109 | + "SearchVulnerabilitiesResponse":{ |
| 3110 | + "type":"structure", |
| 3111 | + "required":["vulnerabilities"], |
| 3112 | + "members":{ |
| 3113 | + "nextToken":{"shape":"NextToken"}, |
| 3114 | + "vulnerabilities":{"shape":"Vulnerabilities"} |
| 3115 | + } |
| 3116 | + }, |
2990 | 3117 | "SecurityGroupId":{
|
2991 | 3118 | "type":"string",
|
2992 | 3119 | "pattern":"^sg-([a-z0-9]{8}|[a-z0-9]{17}|\\*)$"
|
|
3213 | 3340 | "members":{
|
3214 | 3341 | }
|
3215 | 3342 | },
|
| 3343 | + "Target":{ |
| 3344 | + "type":"string", |
| 3345 | + "max":50, |
| 3346 | + "min":0 |
| 3347 | + }, |
| 3348 | + "Targets":{ |
| 3349 | + "type":"list", |
| 3350 | + "member":{"shape":"Target"}, |
| 3351 | + "min":0 |
| 3352 | + }, |
3216 | 3353 | "ThrottlingException":{
|
3217 | 3354 | "type":"structure",
|
3218 | 3355 | "required":["message"],
|
|
3260 | 3397 | "ALL"
|
3261 | 3398 | ]
|
3262 | 3399 | },
|
| 3400 | + "Ttp":{ |
| 3401 | + "type":"string", |
| 3402 | + "max":30, |
| 3403 | + "min":0 |
| 3404 | + }, |
| 3405 | + "Ttps":{ |
| 3406 | + "type":"list", |
| 3407 | + "member":{"shape":"Ttp"}, |
| 3408 | + "min":0 |
| 3409 | + }, |
3263 | 3410 | "UntagResourceRequest":{
|
3264 | 3411 | "type":"structure",
|
3265 | 3412 | "required":[
|
|
3444 | 3591 | "OTHER"
|
3445 | 3592 | ]
|
3446 | 3593 | },
|
| 3594 | + "VendorCreatedAt":{"type":"timestamp"}, |
| 3595 | + "VendorSeverity":{ |
| 3596 | + "type":"string", |
| 3597 | + "max":64, |
| 3598 | + "min":1 |
| 3599 | + }, |
| 3600 | + "VendorUpdatedAt":{"type":"timestamp"}, |
3447 | 3601 | "Version":{
|
3448 | 3602 | "type":"string",
|
3449 | 3603 | "pattern":"^\\$LATEST|[0-9]+$"
|
|
3452 | 3606 | "type":"string",
|
3453 | 3607 | "pattern":"^vpc-([a-z0-9]{8}|[a-z0-9]{17}|\\*)$"
|
3454 | 3608 | },
|
| 3609 | + "VulnId":{ |
| 3610 | + "type":"string", |
| 3611 | + "pattern":"^CVE-[12][0-9]{3}-[0-9]{1,10}$" |
| 3612 | + }, |
| 3613 | + "VulnIdList":{ |
| 3614 | + "type":"list", |
| 3615 | + "member":{"shape":"VulnId"}, |
| 3616 | + "max":1, |
| 3617 | + "min":1 |
| 3618 | + }, |
| 3619 | + "Vulnerabilities":{ |
| 3620 | + "type":"list", |
| 3621 | + "member":{"shape":"Vulnerability"}, |
| 3622 | + "max":1, |
| 3623 | + "min":0 |
| 3624 | + }, |
| 3625 | + "Vulnerability":{ |
| 3626 | + "type":"structure", |
| 3627 | + "required":["id"], |
| 3628 | + "members":{ |
| 3629 | + "atigData":{"shape":"AtigData"}, |
| 3630 | + "cisaData":{"shape":"CisaData"}, |
| 3631 | + "cvss2":{"shape":"Cvss2"}, |
| 3632 | + "cvss3":{"shape":"Cvss3"}, |
| 3633 | + "cwes":{"shape":"Cwes"}, |
| 3634 | + "description":{"shape":"VulnerabilityDescription"}, |
| 3635 | + "detectionPlatforms":{"shape":"DetectionPlatforms"}, |
| 3636 | + "epss":{"shape":"Epss"}, |
| 3637 | + "exploitObserved":{"shape":"ExploitObserved"}, |
| 3638 | + "id":{"shape":"NonEmptyString"}, |
| 3639 | + "referenceUrls":{"shape":"VulnerabilityReferenceUrls"}, |
| 3640 | + "relatedVulnerabilities":{"shape":"RelatedVulnerabilities"}, |
| 3641 | + "source":{"shape":"VulnerabilitySource"}, |
| 3642 | + "sourceUrl":{"shape":"VulnerabilitySourceUrl"}, |
| 3643 | + "vendorCreatedAt":{"shape":"VendorCreatedAt"}, |
| 3644 | + "vendorSeverity":{"shape":"VendorSeverity"}, |
| 3645 | + "vendorUpdatedAt":{"shape":"VendorUpdatedAt"} |
| 3646 | + } |
| 3647 | + }, |
| 3648 | + "VulnerabilityDescription":{"type":"string"}, |
3455 | 3649 | "VulnerabilityId":{
|
3456 | 3650 | "type":"string",
|
3457 | 3651 | "max":128,
|
|
3461 | 3655 | "type":"list",
|
3462 | 3656 | "member":{"shape":"VulnerabilityId"}
|
3463 | 3657 | },
|
| 3658 | + "VulnerabilityReferenceUrl":{ |
| 3659 | + "type":"string", |
| 3660 | + "min":0 |
| 3661 | + }, |
| 3662 | + "VulnerabilityReferenceUrls":{ |
| 3663 | + "type":"list", |
| 3664 | + "member":{"shape":"VulnerabilityReferenceUrl"}, |
| 3665 | + "max":100, |
| 3666 | + "min":0 |
| 3667 | + }, |
| 3668 | + "VulnerabilitySource":{ |
| 3669 | + "type":"string", |
| 3670 | + "enum":["NVD"] |
| 3671 | + }, |
| 3672 | + "VulnerabilitySourceUrl":{ |
| 3673 | + "type":"string", |
| 3674 | + "min":0 |
| 3675 | + }, |
3464 | 3676 | "VulnerablePackage":{
|
3465 | 3677 | "type":"structure",
|
3466 | 3678 | "required":[
|
|
0 commit comments