Skip to content

Commit 501038c

Browse files
feat: update AWS API models
1 parent 3994d75 commit 501038c

File tree

9 files changed

+898
-107
lines changed

9 files changed

+898
-107
lines changed

codegen/sdk/aws-models/gameliftstreams.json

Lines changed: 140 additions & 14 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/guardduty.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15295,6 +15295,13 @@
1529515295
"smithy.api#jsonName": "dbInstanceArn"
1529615296
}
1529715297
},
15298+
"DbiResourceId": {
15299+
"target": "com.amazonaws.guardduty#String",
15300+
"traits": {
15301+
"smithy.api#documentation": "<p>The unique ID of the database resource involved in the activity that prompted GuardDuty\n to generate the finding.</p>",
15302+
"smithy.api#jsonName": "dbiResourceId"
15303+
}
15304+
},
1529815305
"Tags": {
1529915306
"target": "com.amazonaws.guardduty#Tags",
1530015307
"traits": {

codegen/sdk/aws-models/inspector-scan.json

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
},
1414
"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>",
1616
"smithy.api#error": "client",
1717
"smithy.api#httpError": 403
1818
}
@@ -685,7 +685,7 @@
685685
}
686686
},
687687
"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>",
689689
"smithy.api#error": "server",
690690
"smithy.api#httpError": 500,
691691
"smithy.api#retryable": {}
@@ -722,6 +722,12 @@
722722
"traits": {
723723
"smithy.api#enumValue": "INSPECTOR"
724724
}
725+
},
726+
"INSPECTOR_ALT": {
727+
"target": "smithy.api#Unit",
728+
"traits": {
729+
"smithy.api#enumValue": "INSPECTOR_ALT"
730+
}
725731
}
726732
}
727733
},
@@ -751,7 +757,7 @@
751757
}
752758
],
753759
"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>",
755761
"smithy.api#examples": [
756762
{
757763
"title": "Sample ScanSbom Call",
@@ -934,7 +940,7 @@
934940
"sbom": {
935941
"target": "com.amazonaws.inspectorscan#Sbom",
936942
"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>",
938944
"smithy.api#required": {}
939945
}
940946
},
@@ -981,7 +987,7 @@
981987
}
982988
},
983989
"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>",
985991
"smithy.api#error": "client",
986992
"smithy.api#httpError": 429,
987993
"smithy.api#retryable": {
@@ -1024,20 +1030,20 @@
10241030
"name": {
10251031
"target": "smithy.api#String",
10261032
"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>",
10281034
"smithy.api#required": {}
10291035
}
10301036
},
10311037
"message": {
10321038
"target": "smithy.api#String",
10331039
"traits": {
1034-
"smithy.api#documentation": "<p>The validation exception message.\n </p>",
1040+
"smithy.api#documentation": "<p>The validation exception message. </p>",
10351041
"smithy.api#required": {}
10361042
}
10371043
}
10381044
},
10391045
"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>"
10411047
}
10421048
},
10431049
"com.amazonaws.inspectorscan#ValidationExceptionFields": {

0 commit comments

Comments
 (0)