You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/inspector2/src/main/resources/codegen-resources/service-2.json
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -401,6 +401,7 @@
401
401
{"shape":"ValidationException"},
402
402
{"shape":"AccessDeniedException"},
403
403
{"shape":"ThrottlingException"},
404
+
{"shape":"ResourceNotFoundException"},
404
405
{"shape":"InternalServerException"}
405
406
],
406
407
"documentation":"<p>Retrieves a CIS scan report.</p>"
@@ -2047,6 +2048,13 @@
2047
2048
"type":"string",
2048
2049
"pattern":"^\\d{12}|o-[a-z0-9]{10,32}$"
2049
2050
},
2051
+
"CisReportFormat":{
2052
+
"type":"string",
2053
+
"enum":[
2054
+
"PDF",
2055
+
"CSV"
2056
+
]
2057
+
},
2050
2058
"CisReportStatus":{
2051
2059
"type":"string",
2052
2060
"enum":[
@@ -4922,6 +4930,10 @@
4922
4930
"type":"structure",
4923
4931
"required":["scanArn"],
4924
4932
"members":{
4933
+
"reportFormat":{
4934
+
"shape":"CisReportFormat",
4935
+
"documentation":"<p> The format of the report. Valid values are <code>PDF</code> and <code>CSV</code>. If no value is specified, the report format defaults to <code>PDF</code>. </p>"
4936
+
},
4925
4937
"scanArn":{
4926
4938
"shape":"CisScanArn",
4927
4939
"documentation":"<p>The scan ARN.</p>"
@@ -4941,7 +4953,7 @@
4941
4953
},
4942
4954
"url":{
4943
4955
"shape":"String",
4944
-
"documentation":"<p> The URL where a PDF of the CIS scan report can be downloaded. </p>"
4956
+
"documentation":"<p> The URL where a PDF or CSV of the CIS scan report can be downloaded. </p>"
0 commit comments