|
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", |
|
934 | 940 | "sbom": { |
935 | 941 | "target": "com.amazonaws.inspectorscan#Sbom", |
936 | 942 | "traits": { |
937 | | - "smithy.api#documentation": "<p>The JSON file for the SBOM you want to scan. The SBOM must be in CycloneDX 1.5 format.</p>", |
| 943 | + "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>", |
938 | 944 | "smithy.api#required": {} |
939 | 945 | } |
940 | 946 | }, |
|
981 | 987 | } |
982 | 988 | }, |
983 | 989 | "traits": { |
984 | | - "smithy.api#documentation": "<p>The request was denied due to request throttling.\n \n </p>", |
| 990 | + "smithy.api#documentation": "<p>The request was denied due to request throttling. </p>", |
985 | 991 | "smithy.api#error": "client", |
986 | 992 | "smithy.api#httpError": 429, |
987 | 993 | "smithy.api#retryable": { |
|
1024 | 1030 | "name": { |
1025 | 1031 | "target": "smithy.api#String", |
1026 | 1032 | "traits": { |
1027 | | - "smithy.api#documentation": "<p>The name of the validation exception.\n \n </p>", |
| 1033 | + "smithy.api#documentation": "<p>The name of the validation exception. </p>", |
1028 | 1034 | "smithy.api#required": {} |
1029 | 1035 | } |
1030 | 1036 | }, |
1031 | 1037 | "message": { |
1032 | 1038 | "target": "smithy.api#String", |
1033 | 1039 | "traits": { |
1034 | | - "smithy.api#documentation": "<p>The validation exception message.\n </p>", |
| 1040 | + "smithy.api#documentation": "<p>The validation exception message. </p>", |
1035 | 1041 | "smithy.api#required": {} |
1036 | 1042 | } |
1037 | 1043 | } |
1038 | 1044 | }, |
1039 | 1045 | "traits": { |
1040 | | - "smithy.api#documentation": "<p>The request has failed validation due to missing required fields or having invalid inputs.\n </p>" |
| 1046 | + "smithy.api#documentation": "<p>The request has failed validation due to missing required fields or having invalid inputs. </p>" |
1041 | 1047 | } |
1042 | 1048 | }, |
1043 | 1049 | "com.amazonaws.inspectorscan#ValidationExceptionFields": { |
|
0 commit comments