|
12 | 12 | } |
13 | 13 | }, |
14 | 14 | "traits": { |
15 | | - "smithy.api#documentation": "<p>You do not have sufficient access to perform this action.\n </p>", |
| 15 | + "smithy.api#documentation": "<p>You do not have sufficient access to perform this action. </p>", |
16 | 16 | "smithy.api#error": "client", |
17 | 17 | "smithy.api#httpError": 403 |
18 | 18 | } |
|
685 | 685 | } |
686 | 686 | }, |
687 | 687 | "traits": { |
688 | | - "smithy.api#documentation": "<p>The request processing has failed because of an unknown error, exception or failure.\n \n </p>", |
| 688 | + "smithy.api#documentation": "<p>The request processing has failed because of an unknown error, exception or failure. </p>", |
689 | 689 | "smithy.api#error": "server", |
690 | 690 | "smithy.api#httpError": 500, |
691 | 691 | "smithy.api#retryable": {} |
|
722 | 722 | "traits": { |
723 | 723 | "smithy.api#enumValue": "INSPECTOR" |
724 | 724 | } |
| 725 | + }, |
| 726 | + "INSPECTOR_ALT": { |
| 727 | + "target": "smithy.api#Unit", |
| 728 | + "traits": { |
| 729 | + "smithy.api#enumValue": "INSPECTOR_ALT" |
| 730 | + } |
725 | 731 | } |
726 | 732 | } |
727 | 733 | }, |
|
751 | 757 | } |
752 | 758 | ], |
753 | 759 | "traits": { |
754 | | - "smithy.api#documentation": "<p>Scans a provided CycloneDX 1.5 SBOM and reports on any vulnerabilities discovered in that SBOM. You can generate compatible SBOMs for your resources using the <a href=\"\">Amazon Inspector SBOM generator</a>.</p>", |
| 760 | + "smithy.api#documentation": "<p>Scans a provided CycloneDX 1.5 SBOM and reports on any vulnerabilities discovered in that SBOM. You can generate compatible SBOMs for your resources using the <a href=\"https://docs.aws.amazon.com/inspector/latest/user/sbom-generator.html\">Amazon Inspector SBOM generator</a>.</p> <note> <p> The output of this action reports NVD and CVSS scores when NVD and CVSS scores are available. Because the output reports both scores, you might notice a discrepency between them. However, you can triage the severity of either score depending on the vendor of your choosing. </p> </note>", |
755 | 761 | "smithy.api#examples": [ |
756 | 762 | { |
757 | 763 | "title": "Sample ScanSbom Call", |
|
931 | 937 | "sbom": { |
932 | 938 | "target": "com.amazonaws.inspectorscan#Sbom", |
933 | 939 | "traits": { |
934 | | - "smithy.api#documentation": "<p>The JSON file for the SBOM you want to scan. The SBOM must be in CycloneDX 1.5 format.</p>", |
| 940 | + "smithy.api#documentation": "<p>The JSON file for the SBOM you want to scan. The SBOM must be in CycloneDX 1.5 format. This format limits you to passing 2000 components before throwing a <code>ValidException</code> error.</p>", |
935 | 941 | "smithy.api#required": {} |
936 | 942 | } |
937 | 943 | }, |
|
978 | 984 | } |
979 | 985 | }, |
980 | 986 | "traits": { |
981 | | - "smithy.api#documentation": "<p>The request was denied due to request throttling.\n \n </p>", |
| 987 | + "smithy.api#documentation": "<p>The request was denied due to request throttling. </p>", |
982 | 988 | "smithy.api#error": "client", |
983 | 989 | "smithy.api#httpError": 429, |
984 | 990 | "smithy.api#retryable": { |
|
1021 | 1027 | "name": { |
1022 | 1028 | "target": "smithy.api#String", |
1023 | 1029 | "traits": { |
1024 | | - "smithy.api#documentation": "<p>The name of the validation exception.\n \n </p>", |
| 1030 | + "smithy.api#documentation": "<p>The name of the validation exception. </p>", |
1025 | 1031 | "smithy.api#required": {} |
1026 | 1032 | } |
1027 | 1033 | }, |
1028 | 1034 | "message": { |
1029 | 1035 | "target": "smithy.api#String", |
1030 | 1036 | "traits": { |
1031 | | - "smithy.api#documentation": "<p>The validation exception message.\n </p>", |
| 1037 | + "smithy.api#documentation": "<p>The validation exception message. </p>", |
1032 | 1038 | "smithy.api#required": {} |
1033 | 1039 | } |
1034 | 1040 | } |
1035 | 1041 | }, |
1036 | 1042 | "traits": { |
1037 | | - "smithy.api#documentation": "<p>The request has failed validation due to missing required fields or having invalid inputs.\n </p>" |
| 1043 | + "smithy.api#documentation": "<p>The request has failed validation due to missing required fields or having invalid inputs. </p>" |
1038 | 1044 | } |
1039 | 1045 | }, |
1040 | 1046 | "com.amazonaws.inspectorscan#ValidationExceptionFields": { |
|
0 commit comments