1{
2  "version":"2.0",
3  "metadata":{
4    "apiVersion":"2020-06-08",
5    "endpointPrefix":"inspector2",
6    "jsonVersion":"1.1",
7    "protocol":"rest-json",
8    "serviceAbbreviation":"Inspector2",
9    "serviceFullName":"Inspector2",
10    "serviceId":"Inspector2",
11    "signatureVersion":"v4",
12    "signingName":"inspector2",
13    "uid":"inspector2-2020-06-08"
14  },
15  "operations":{
16    "AssociateMember":{
17      "name":"AssociateMember",
18      "http":{
19        "method":"POST",
20        "requestUri":"/members/associate",
21        "responseCode":200
22      },
23      "input":{"shape":"AssociateMemberRequest"},
24      "output":{"shape":"AssociateMemberResponse"},
25      "errors":[
26        {"shape":"ValidationException"},
27        {"shape":"AccessDeniedException"},
28        {"shape":"ThrottlingException"},
29        {"shape":"InternalServerException"}
30      ],
31      "documentation":"<p>Associates an Amazon Web Services account with an Amazon Inspector delegated administrator. An HTTP 200 response indicates the association was successfully started, but doesn’t indicate whether it was completed. You can check if the association completed by using <a href=\"https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListMembers.html\">ListMembers</a> for multiple accounts or <a href=\"https://docs.aws.amazon.com/inspector/v2/APIReference/API_GetMember.html\">GetMembers</a> for a single account.</p>"
32    },
33    "BatchGetAccountStatus":{
34      "name":"BatchGetAccountStatus",
35      "http":{
36        "method":"POST",
37        "requestUri":"/status/batch/get",
38        "responseCode":200
39      },
40      "input":{"shape":"BatchGetAccountStatusRequest"},
41      "output":{"shape":"BatchGetAccountStatusResponse"},
42      "errors":[
43        {"shape":"ValidationException"},
44        {"shape":"AccessDeniedException"},
45        {"shape":"ResourceNotFoundException"},
46        {"shape":"ThrottlingException"},
47        {"shape":"InternalServerException"}
48      ],
49      "documentation":"<p>Retrieves the Amazon Inspector status of multiple Amazon Web Services accounts within your environment.</p>"
50    },
51    "BatchGetCodeSnippet":{
52      "name":"BatchGetCodeSnippet",
53      "http":{
54        "method":"POST",
55        "requestUri":"/codesnippet/batchget",
56        "responseCode":200
57      },
58      "input":{"shape":"BatchGetCodeSnippetRequest"},
59      "output":{"shape":"BatchGetCodeSnippetResponse"},
60      "errors":[
61        {"shape":"ValidationException"},
62        {"shape":"AccessDeniedException"},
63        {"shape":"ThrottlingException"},
64        {"shape":"InternalServerException"}
65      ],
66      "documentation":"<p>Retrieves code snippets from findings that Amazon Inspector detected code vulnerabilities in.</p>"
67    },
68    "BatchGetFindingDetails":{
69      "name":"BatchGetFindingDetails",
70      "http":{
71        "method":"POST",
72        "requestUri":"/findings/details/batch/get",
73        "responseCode":200
74      },
75      "input":{"shape":"BatchGetFindingDetailsRequest"},
76      "output":{"shape":"BatchGetFindingDetailsResponse"},
77      "errors":[
78        {"shape":"ValidationException"},
79        {"shape":"AccessDeniedException"},
80        {"shape":"ThrottlingException"},
81        {"shape":"InternalServerException"}
82      ],
83      "documentation":"<p>Gets vulnerability details for findings.</p>"
84    },
85    "BatchGetFreeTrialInfo":{
86      "name":"BatchGetFreeTrialInfo",
87      "http":{
88        "method":"POST",
89        "requestUri":"/freetrialinfo/batchget",
90        "responseCode":200
91      },
92      "input":{"shape":"BatchGetFreeTrialInfoRequest"},
93      "output":{"shape":"BatchGetFreeTrialInfoResponse"},
94      "errors":[
95        {"shape":"ValidationException"},
96        {"shape":"AccessDeniedException"},
97        {"shape":"ThrottlingException"},
98        {"shape":"InternalServerException"}
99      ],
100      "documentation":"<p>Gets free trial status for multiple Amazon Web Services accounts.</p>"
101    },
102    "BatchGetMemberEc2DeepInspectionStatus":{
103      "name":"BatchGetMemberEc2DeepInspectionStatus",
104      "http":{
105        "method":"POST",
106        "requestUri":"/ec2deepinspectionstatus/member/batch/get",
107        "responseCode":200
108      },
109      "input":{"shape":"BatchGetMemberEc2DeepInspectionStatusRequest"},
110      "output":{"shape":"BatchGetMemberEc2DeepInspectionStatusResponse"},
111      "errors":[
112        {"shape":"ValidationException"},
113        {"shape":"AccessDeniedException"},
114        {"shape":"ThrottlingException"},
115        {"shape":"InternalServerException"}
116      ],
117      "documentation":"<p>Retrieves Amazon Inspector deep inspection activation status of multiple member accounts within your organization. You must be the delegated administrator of an organization in Amazon Inspector to use this API.</p>"
118    },
119    "BatchUpdateMemberEc2DeepInspectionStatus":{
120      "name":"BatchUpdateMemberEc2DeepInspectionStatus",
121      "http":{
122        "method":"POST",
123        "requestUri":"/ec2deepinspectionstatus/member/batch/update",
124        "responseCode":200
125      },
126      "input":{"shape":"BatchUpdateMemberEc2DeepInspectionStatusRequest"},
127      "output":{"shape":"BatchUpdateMemberEc2DeepInspectionStatusResponse"},
128      "errors":[
129        {"shape":"ValidationException"},
130        {"shape":"AccessDeniedException"},
131        {"shape":"ThrottlingException"},
132        {"shape":"InternalServerException"}
133      ],
134      "documentation":"<p>Activates or deactivates Amazon Inspector deep inspection for the provided member accounts in your organization. You must be the delegated administrator of an organization in Amazon Inspector to use this API.</p>"
135    },
136    "CancelFindingsReport":{
137      "name":"CancelFindingsReport",
138      "http":{
139        "method":"POST",
140        "requestUri":"/reporting/cancel",
141        "responseCode":200
142      },
143      "input":{"shape":"CancelFindingsReportRequest"},
144      "output":{"shape":"CancelFindingsReportResponse"},
145      "errors":[
146        {"shape":"ValidationException"},
147        {"shape":"AccessDeniedException"},
148        {"shape":"ResourceNotFoundException"},
149        {"shape":"ThrottlingException"},
150        {"shape":"InternalServerException"}
151      ],
152      "documentation":"<p>Cancels the given findings report.</p>"
153    },
154    "CancelSbomExport":{
155      "name":"CancelSbomExport",
156      "http":{
157        "method":"POST",
158        "requestUri":"/sbomexport/cancel",
159        "responseCode":200
160      },
161      "input":{"shape":"CancelSbomExportRequest"},
162      "output":{"shape":"CancelSbomExportResponse"},
163      "errors":[
164        {"shape":"ValidationException"},
165        {"shape":"AccessDeniedException"},
166        {"shape":"ThrottlingException"},
167        {"shape":"ResourceNotFoundException"},
168        {"shape":"InternalServerException"}
169      ],
170      "documentation":"<p>Cancels a software bill of materials (SBOM) report.</p>",
171      "idempotent":true
172    },
173    "CreateCisScanConfiguration":{
174      "name":"CreateCisScanConfiguration",
175      "http":{
176        "method":"POST",
177        "requestUri":"/cis/scan-configuration/create",
178        "responseCode":200
179      },
180      "input":{"shape":"CreateCisScanConfigurationRequest"},
181      "output":{"shape":"CreateCisScanConfigurationResponse"},
182      "errors":[
183        {"shape":"ValidationException"},
184        {"shape":"AccessDeniedException"},
185        {"shape":"ThrottlingException"},
186        {"shape":"InternalServerException"}
187      ],
188      "documentation":"<p>Creates a CIS scan configuration.</p>"
189    },
190    "CreateFilter":{
191      "name":"CreateFilter",
192      "http":{
193        "method":"POST",
194        "requestUri":"/filters/create",
195        "responseCode":200
196      },
197      "input":{"shape":"CreateFilterRequest"},
198      "output":{"shape":"CreateFilterResponse"},
199      "errors":[
200        {"shape":"ServiceQuotaExceededException"},
201        {"shape":"BadRequestException"},
202        {"shape":"ValidationException"},
203        {"shape":"AccessDeniedException"},
204        {"shape":"ThrottlingException"},
205        {"shape":"InternalServerException"}
206      ],
207      "documentation":"<p>Creates a filter resource using specified filter criteria. When the filter action is set to <code>SUPPRESS</code> this action creates a suppression rule.</p>"
208    },
209    "CreateFindingsReport":{
210      "name":"CreateFindingsReport",
211      "http":{
212        "method":"POST",
213        "requestUri":"/reporting/create",
214        "responseCode":200
215      },
216      "input":{"shape":"CreateFindingsReportRequest"},
217      "output":{"shape":"CreateFindingsReportResponse"},
218      "errors":[
219        {"shape":"ValidationException"},
220        {"shape":"AccessDeniedException"},
221        {"shape":"ResourceNotFoundException"},
222        {"shape":"ThrottlingException"},
223        {"shape":"InternalServerException"}
224      ],
225      "documentation":"<p>Creates a finding report. By default only <code>ACTIVE</code> findings are returned in the report. To see <code>SUPRESSED</code> or <code>CLOSED</code> findings you must specify a value for the <code>findingStatus</code> filter criteria. </p>"
226    },
227    "CreateSbomExport":{
228      "name":"CreateSbomExport",
229      "http":{
230        "method":"POST",
231        "requestUri":"/sbomexport/create",
232        "responseCode":200
233      },
234      "input":{"shape":"CreateSbomExportRequest"},
235      "output":{"shape":"CreateSbomExportResponse"},
236      "errors":[
237        {"shape":"ValidationException"},
238        {"shape":"AccessDeniedException"},
239        {"shape":"ThrottlingException"},
240        {"shape":"ResourceNotFoundException"},
241        {"shape":"InternalServerException"}
242      ],
243      "documentation":"<p>Creates a software bill of materials (SBOM) report.</p>",
244      "idempotent":true
245    },
246    "DeleteCisScanConfiguration":{
247      "name":"DeleteCisScanConfiguration",
248      "http":{
249        "method":"POST",
250        "requestUri":"/cis/scan-configuration/delete",
251        "responseCode":200
252      },
253      "input":{"shape":"DeleteCisScanConfigurationRequest"},
254      "output":{"shape":"DeleteCisScanConfigurationResponse"},
255      "errors":[
256        {"shape":"ValidationException"},
257        {"shape":"AccessDeniedException"},
258        {"shape":"ResourceNotFoundException"},
259        {"shape":"ThrottlingException"},
260        {"shape":"InternalServerException"}
261      ],
262      "documentation":"<p>Deletes a CIS scan configuration.</p>"
263    },
264    "DeleteFilter":{
265      "name":"DeleteFilter",
266      "http":{
267        "method":"POST",
268        "requestUri":"/filters/delete",
269        "responseCode":200
270      },
271      "input":{"shape":"DeleteFilterRequest"},
272      "output":{"shape":"DeleteFilterResponse"},
273      "errors":[
274        {"shape":"ValidationException"},
275        {"shape":"AccessDeniedException"},
276        {"shape":"ResourceNotFoundException"},
277        {"shape":"ThrottlingException"},
278        {"shape":"InternalServerException"}
279      ],
280      "documentation":"<p>Deletes a filter resource.</p>"
281    },
282    "DescribeOrganizationConfiguration":{
283      "name":"DescribeOrganizationConfiguration",
284      "http":{
285        "method":"POST",
286        "requestUri":"/organizationconfiguration/describe",
287        "responseCode":200
288      },
289      "input":{"shape":"DescribeOrganizationConfigurationRequest"},
290      "output":{"shape":"DescribeOrganizationConfigurationResponse"},
291      "errors":[
292        {"shape":"ValidationException"},
293        {"shape":"AccessDeniedException"},
294        {"shape":"ThrottlingException"},
295        {"shape":"InternalServerException"}
296      ],
297      "documentation":"<p>Describe Amazon Inspector configuration settings for an Amazon Web Services organization.</p>"
298    },
299    "Disable":{
300      "name":"Disable",
301      "http":{
302        "method":"POST",
303        "requestUri":"/disable",
304        "responseCode":200
305      },
306      "input":{"shape":"DisableRequest"},
307      "output":{"shape":"DisableResponse"},
308      "errors":[
309        {"shape":"ValidationException"},
310        {"shape":"AccessDeniedException"},
311        {"shape":"ResourceNotFoundException"},
312        {"shape":"ThrottlingException"},
313        {"shape":"InternalServerException"}
314      ],
315      "documentation":"<p>Disables Amazon Inspector scans for one or more Amazon Web Services accounts. Disabling all scan types in an account disables the Amazon Inspector service.</p>"
316    },
317    "DisableDelegatedAdminAccount":{
318      "name":"DisableDelegatedAdminAccount",
319      "http":{
320        "method":"POST",
321        "requestUri":"/delegatedadminaccounts/disable",
322        "responseCode":200
323      },
324      "input":{"shape":"DisableDelegatedAdminAccountRequest"},
325      "output":{"shape":"DisableDelegatedAdminAccountResponse"},
326      "errors":[
327        {"shape":"ConflictException"},
328        {"shape":"ValidationException"},
329        {"shape":"AccessDeniedException"},
330        {"shape":"ResourceNotFoundException"},
331        {"shape":"ThrottlingException"},
332        {"shape":"InternalServerException"}
333      ],
334      "documentation":"<p>Disables the Amazon Inspector delegated administrator for your organization.</p>"
335    },
336    "DisassociateMember":{
337      "name":"DisassociateMember",
338      "http":{
339        "method":"POST",
340        "requestUri":"/members/disassociate",
341        "responseCode":200
342      },
343      "input":{"shape":"DisassociateMemberRequest"},
344      "output":{"shape":"DisassociateMemberResponse"},
345      "errors":[
346        {"shape":"ValidationException"},
347        {"shape":"AccessDeniedException"},
348        {"shape":"ThrottlingException"},
349        {"shape":"InternalServerException"}
350      ],
351      "documentation":"<p>Disassociates a member account from an Amazon Inspector delegated administrator.</p>"
352    },
353    "Enable":{
354      "name":"Enable",
355      "http":{
356        "method":"POST",
357        "requestUri":"/enable",
358        "responseCode":200
359      },
360      "input":{"shape":"EnableRequest"},
361      "output":{"shape":"EnableResponse"},
362      "errors":[
363        {"shape":"ValidationException"},
364        {"shape":"AccessDeniedException"},
365        {"shape":"ResourceNotFoundException"},
366        {"shape":"ThrottlingException"},
367        {"shape":"InternalServerException"}
368      ],
369      "documentation":"<p>Enables Amazon Inspector scans for one or more Amazon Web Services accounts.</p>"
370    },
371    "EnableDelegatedAdminAccount":{
372      "name":"EnableDelegatedAdminAccount",
373      "http":{
374        "method":"POST",
375        "requestUri":"/delegatedadminaccounts/enable",
376        "responseCode":200
377      },
378      "input":{"shape":"EnableDelegatedAdminAccountRequest"},
379      "output":{"shape":"EnableDelegatedAdminAccountResponse"},
380      "errors":[
381        {"shape":"ConflictException"},
382        {"shape":"ValidationException"},
383        {"shape":"AccessDeniedException"},
384        {"shape":"ResourceNotFoundException"},
385        {"shape":"ThrottlingException"},
386        {"shape":"InternalServerException"}
387      ],
388      "documentation":"<p>Enables the Amazon Inspector delegated administrator for your Organizations organization.</p>"
389    },
390    "GetCisScanReport":{
391      "name":"GetCisScanReport",
392      "http":{
393        "method":"POST",
394        "requestUri":"/cis/scan/report/get",
395        "responseCode":200
396      },
397      "input":{"shape":"GetCisScanReportRequest"},
398      "output":{"shape":"GetCisScanReportResponse"},
399      "errors":[
400        {"shape":"ValidationException"},
401        {"shape":"AccessDeniedException"},
402        {"shape":"ThrottlingException"},
403        {"shape":"InternalServerException"}
404      ],
405      "documentation":"<p>Retrieves a CIS scan report.</p>"
406    },
407    "GetCisScanResultDetails":{
408      "name":"GetCisScanResultDetails",
409      "http":{
410        "method":"POST",
411        "requestUri":"/cis/scan-result/details/get",
412        "responseCode":200
413      },
414      "input":{"shape":"GetCisScanResultDetailsRequest"},
415      "output":{"shape":"GetCisScanResultDetailsResponse"},
416      "errors":[
417        {"shape":"AccessDeniedException"},
418        {"shape":"ValidationException"},
419        {"shape":"ThrottlingException"},
420        {"shape":"InternalServerException"}
421      ],
422      "documentation":"<p>Retrieves CIS scan result details.</p>"
423    },
424    "GetConfiguration":{
425      "name":"GetConfiguration",
426      "http":{
427        "method":"POST",
428        "requestUri":"/configuration/get",
429        "responseCode":200
430      },
431      "input":{"shape":"GetConfigurationRequest"},
432      "output":{"shape":"GetConfigurationResponse"},
433      "errors":[
434        {"shape":"ResourceNotFoundException"},
435        {"shape":"ThrottlingException"},
436        {"shape":"InternalServerException"}
437      ],
438      "documentation":"<p>Retrieves setting configurations for Inspector scans.</p>"
439    },
440    "GetDelegatedAdminAccount":{
441      "name":"GetDelegatedAdminAccount",
442      "http":{
443        "method":"POST",
444        "requestUri":"/delegatedadminaccounts/get",
445        "responseCode":200
446      },
447      "input":{"shape":"GetDelegatedAdminAccountRequest"},
448      "output":{"shape":"GetDelegatedAdminAccountResponse"},
449      "errors":[
450        {"shape":"AccessDeniedException"},
451        {"shape":"ValidationException"},
452        {"shape":"ResourceNotFoundException"},
453        {"shape":"ThrottlingException"},
454        {"shape":"InternalServerException"}
455      ],
456      "documentation":"<p>Retrieves information about the Amazon Inspector delegated administrator for your organization.</p>"
457    },
458    "GetEc2DeepInspectionConfiguration":{
459      "name":"GetEc2DeepInspectionConfiguration",
460      "http":{
461        "method":"POST",
462        "requestUri":"/ec2deepinspectionconfiguration/get",
463        "responseCode":200
464      },
465      "input":{"shape":"GetEc2DeepInspectionConfigurationRequest"},
466      "output":{"shape":"GetEc2DeepInspectionConfigurationResponse"},
467      "errors":[
468        {"shape":"AccessDeniedException"},
469        {"shape":"ResourceNotFoundException"},
470        {"shape":"ThrottlingException"},
471        {"shape":"InternalServerException"}
472      ],
473      "documentation":"<p>Retrieves the activation status of Amazon Inspector deep inspection and custom paths associated with your account. </p>"
474    },
475    "GetEncryptionKey":{
476      "name":"GetEncryptionKey",
477      "http":{
478        "method":"GET",
479        "requestUri":"/encryptionkey/get",
480        "responseCode":200
481      },
482      "input":{"shape":"GetEncryptionKeyRequest"},
483      "output":{"shape":"GetEncryptionKeyResponse"},
484      "errors":[
485        {"shape":"ValidationException"},
486        {"shape":"AccessDeniedException"},
487        {"shape":"ThrottlingException"},
488        {"shape":"ResourceNotFoundException"},
489        {"shape":"InternalServerException"}
490      ],
491      "documentation":"<p>Gets an encryption key.</p>"
492    },
493    "GetFindingsReportStatus":{
494      "name":"GetFindingsReportStatus",
495      "http":{
496        "method":"POST",
497        "requestUri":"/reporting/status/get",
498        "responseCode":200
499      },
500      "input":{"shape":"GetFindingsReportStatusRequest"},
501      "output":{"shape":"GetFindingsReportStatusResponse"},
502      "errors":[
503        {"shape":"ValidationException"},
504        {"shape":"AccessDeniedException"},
505        {"shape":"ResourceNotFoundException"},
506        {"shape":"ThrottlingException"},
507        {"shape":"InternalServerException"}
508      ],
509      "documentation":"<p>Gets the status of a findings report.</p>"
510    },
511    "GetMember":{
512      "name":"GetMember",
513      "http":{
514        "method":"POST",
515        "requestUri":"/members/get",
516        "responseCode":200
517      },
518      "input":{"shape":"GetMemberRequest"},
519      "output":{"shape":"GetMemberResponse"},
520      "errors":[
521        {"shape":"ValidationException"},
522        {"shape":"AccessDeniedException"},
523        {"shape":"ResourceNotFoundException"},
524        {"shape":"ThrottlingException"},
525        {"shape":"InternalServerException"}
526      ],
527      "documentation":"<p>Gets member information for your organization.</p>"
528    },
529    "GetSbomExport":{
530      "name":"GetSbomExport",
531      "http":{
532        "method":"POST",
533        "requestUri":"/sbomexport/get",
534        "responseCode":200
535      },
536      "input":{"shape":"GetSbomExportRequest"},
537      "output":{"shape":"GetSbomExportResponse"},
538      "errors":[
539        {"shape":"ValidationException"},
540        {"shape":"AccessDeniedException"},
541        {"shape":"ResourceNotFoundException"},
542        {"shape":"ThrottlingException"},
543        {"shape":"InternalServerException"}
544      ],
545      "documentation":"<p>Gets details of a software bill of materials (SBOM) report.</p>",
546      "idempotent":true
547    },
548    "ListAccountPermissions":{
549      "name":"ListAccountPermissions",
550      "http":{
551        "method":"POST",
552        "requestUri":"/accountpermissions/list",
553        "responseCode":200
554      },
555      "input":{"shape":"ListAccountPermissionsRequest"},
556      "output":{"shape":"ListAccountPermissionsResponse"},
557      "errors":[
558        {"shape":"ValidationException"},
559        {"shape":"AccessDeniedException"},
560        {"shape":"ThrottlingException"},
561        {"shape":"InternalServerException"}
562      ],
563      "documentation":"<p>Lists the permissions an account has to configure Amazon Inspector.</p>"
564    },
565    "ListCisScanConfigurations":{
566      "name":"ListCisScanConfigurations",
567      "http":{
568        "method":"POST",
569        "requestUri":"/cis/scan-configuration/list",
570        "responseCode":200
571      },
572      "input":{"shape":"ListCisScanConfigurationsRequest"},
573      "output":{"shape":"ListCisScanConfigurationsResponse"},
574      "errors":[
575        {"shape":"AccessDeniedException"},
576        {"shape":"ValidationException"},
577        {"shape":"ThrottlingException"},
578        {"shape":"InternalServerException"}
579      ],
580      "documentation":"<p>Lists CIS scan configurations.</p>"
581    },
582    "ListCisScanResultsAggregatedByChecks":{
583      "name":"ListCisScanResultsAggregatedByChecks",
584      "http":{
585        "method":"POST",
586        "requestUri":"/cis/scan-result/check/list",
587        "responseCode":200
588      },
589      "input":{"shape":"ListCisScanResultsAggregatedByChecksRequest"},
590      "output":{"shape":"ListCisScanResultsAggregatedByChecksResponse"},
591      "errors":[
592        {"shape":"AccessDeniedException"},
593        {"shape":"ValidationException"},
594        {"shape":"ThrottlingException"},
595        {"shape":"InternalServerException"}
596      ],
597      "documentation":"<p>Lists scan results aggregated by checks.</p>"
598    },
599    "ListCisScanResultsAggregatedByTargetResource":{
600      "name":"ListCisScanResultsAggregatedByTargetResource",
601      "http":{
602        "method":"POST",
603        "requestUri":"/cis/scan-result/resource/list",
604        "responseCode":200
605      },
606      "input":{"shape":"ListCisScanResultsAggregatedByTargetResourceRequest"},
607      "output":{"shape":"ListCisScanResultsAggregatedByTargetResourceResponse"},
608      "errors":[
609        {"shape":"AccessDeniedException"},
610        {"shape":"ValidationException"},
611        {"shape":"ThrottlingException"},
612        {"shape":"InternalServerException"}
613      ],
614      "documentation":"<p>Lists scan results aggregated by a target resource.</p>"
615    },
616    "ListCisScans":{
617      "name":"ListCisScans",
618      "http":{
619        "method":"POST",
620        "requestUri":"/cis/scan/list",
621        "responseCode":200
622      },
623      "input":{"shape":"ListCisScansRequest"},
624      "output":{"shape":"ListCisScansResponse"},
625      "errors":[
626        {"shape":"AccessDeniedException"},
627        {"shape":"ValidationException"},
628        {"shape":"ThrottlingException"},
629        {"shape":"InternalServerException"}
630      ],
631      "documentation":"<p>Returns a CIS scan list.</p>"
632    },
633    "ListCoverage":{
634      "name":"ListCoverage",
635      "http":{
636        "method":"POST",
637        "requestUri":"/coverage/list",
638        "responseCode":200
639      },
640      "input":{"shape":"ListCoverageRequest"},
641      "output":{"shape":"ListCoverageResponse"},
642      "errors":[
643        {"shape":"ValidationException"},
644        {"shape":"ThrottlingException"},
645        {"shape":"InternalServerException"}
646      ],
647      "documentation":"<p>Lists coverage details for you environment.</p>"
648    },
649    "ListCoverageStatistics":{
650      "name":"ListCoverageStatistics",
651      "http":{
652        "method":"POST",
653        "requestUri":"/coverage/statistics/list",
654        "responseCode":200
655      },
656      "input":{"shape":"ListCoverageStatisticsRequest"},
657      "output":{"shape":"ListCoverageStatisticsResponse"},
658      "errors":[
659        {"shape":"ValidationException"},
660        {"shape":"ThrottlingException"},
661        {"shape":"InternalServerException"}
662      ],
663      "documentation":"<p>Lists Amazon Inspector coverage statistics for your environment.</p>"
664    },
665    "ListDelegatedAdminAccounts":{
666      "name":"ListDelegatedAdminAccounts",
667      "http":{
668        "method":"POST",
669        "requestUri":"/delegatedadminaccounts/list",
670        "responseCode":200
671      },
672      "input":{"shape":"ListDelegatedAdminAccountsRequest"},
673      "output":{"shape":"ListDelegatedAdminAccountsResponse"},
674      "errors":[
675        {"shape":"ValidationException"},
676        {"shape":"AccessDeniedException"},
677        {"shape":"ThrottlingException"},
678        {"shape":"InternalServerException"}
679      ],
680      "documentation":"<p>Lists information about the Amazon Inspector delegated administrator of your organization.</p>"
681    },
682    "ListFilters":{
683      "name":"ListFilters",
684      "http":{
685        "method":"POST",
686        "requestUri":"/filters/list",
687        "responseCode":200
688      },
689      "input":{"shape":"ListFiltersRequest"},
690      "output":{"shape":"ListFiltersResponse"},
691      "errors":[
692        {"shape":"ValidationException"},
693        {"shape":"AccessDeniedException"},
694        {"shape":"ThrottlingException"},
695        {"shape":"InternalServerException"}
696      ],
697      "documentation":"<p>Lists the filters associated with your account.</p>"
698    },
699    "ListFindingAggregations":{
700      "name":"ListFindingAggregations",
701      "http":{
702        "method":"POST",
703        "requestUri":"/findings/aggregation/list",
704        "responseCode":200
705      },
706      "input":{"shape":"ListFindingAggregationsRequest"},
707      "output":{"shape":"ListFindingAggregationsResponse"},
708      "errors":[
709        {"shape":"ValidationException"},
710        {"shape":"ThrottlingException"},
711        {"shape":"InternalServerException"}
712      ],
713      "documentation":"<p>Lists aggregated finding data for your environment based on specific criteria.</p>"
714    },
715    "ListFindings":{
716      "name":"ListFindings",
717      "http":{
718        "method":"POST",
719        "requestUri":"/findings/list",
720        "responseCode":200
721      },
722      "input":{"shape":"ListFindingsRequest"},
723      "output":{"shape":"ListFindingsResponse"},
724      "errors":[
725        {"shape":"ValidationException"},
726        {"shape":"ThrottlingException"},
727        {"shape":"InternalServerException"}
728      ],
729      "documentation":"<p>Lists findings for your environment.</p>"
730    },
731    "ListMembers":{
732      "name":"ListMembers",
733      "http":{
734        "method":"POST",
735        "requestUri":"/members/list",
736        "responseCode":200
737      },
738      "input":{"shape":"ListMembersRequest"},
739      "output":{"shape":"ListMembersResponse"},
740      "errors":[
741        {"shape":"ValidationException"},
742        {"shape":"AccessDeniedException"},
743        {"shape":"ThrottlingException"},
744        {"shape":"InternalServerException"}
745      ],
746      "documentation":"<p>List members associated with the Amazon Inspector delegated administrator for your organization.</p>"
747    },
748    "ListTagsForResource":{
749      "name":"ListTagsForResource",
750      "http":{
751        "method":"GET",
752        "requestUri":"/tags/{resourceArn}",
753        "responseCode":200
754      },
755      "input":{"shape":"ListTagsForResourceRequest"},
756      "output":{"shape":"ListTagsForResourceResponse"},
757      "errors":[
758        {"shape":"ValidationException"},
759        {"shape":"ResourceNotFoundException"},
760        {"shape":"ThrottlingException"},
761        {"shape":"InternalServerException"}
762      ],
763      "documentation":"<p>Lists all tags attached to a given resource.</p>"
764    },
765    "ListUsageTotals":{
766      "name":"ListUsageTotals",
767      "http":{
768        "method":"POST",
769        "requestUri":"/usage/list",
770        "responseCode":200
771      },
772      "input":{"shape":"ListUsageTotalsRequest"},
773      "output":{"shape":"ListUsageTotalsResponse"},
774      "errors":[
775        {"shape":"ValidationException"},
776        {"shape":"AccessDeniedException"},
777        {"shape":"ThrottlingException"},
778        {"shape":"InternalServerException"}
779      ],
780      "documentation":"<p>Lists the Amazon Inspector usage totals over the last 30 days.</p>"
781    },
782    "ResetEncryptionKey":{
783      "name":"ResetEncryptionKey",
784      "http":{
785        "method":"PUT",
786        "requestUri":"/encryptionkey/reset",
787        "responseCode":200
788      },
789      "input":{"shape":"ResetEncryptionKeyRequest"},
790      "output":{"shape":"ResetEncryptionKeyResponse"},
791      "errors":[
792        {"shape":"ValidationException"},
793        {"shape":"AccessDeniedException"},
794        {"shape":"ThrottlingException"},
795        {"shape":"ResourceNotFoundException"},
796        {"shape":"InternalServerException"}
797      ],
798      "documentation":"<p>Resets an encryption key. After the key is reset your resources will be encrypted by an Amazon Web Services owned key.</p>",
799      "idempotent":true
800    },
801    "SearchVulnerabilities":{
802      "name":"SearchVulnerabilities",
803      "http":{
804        "method":"POST",
805        "requestUri":"/vulnerabilities/search",
806        "responseCode":200
807      },
808      "input":{"shape":"SearchVulnerabilitiesRequest"},
809      "output":{"shape":"SearchVulnerabilitiesResponse"},
810      "errors":[
811        {"shape":"ValidationException"},
812        {"shape":"AccessDeniedException"},
813        {"shape":"ThrottlingException"},
814        {"shape":"InternalServerException"}
815      ],
816      "documentation":"<p>Lists Amazon Inspector coverage details for a specific vulnerability.</p>"
817    },
818    "SendCisSessionHealth":{
819      "name":"SendCisSessionHealth",
820      "http":{
821        "method":"PUT",
822        "requestUri":"/cissession/health/send",
823        "responseCode":200
824      },
825      "input":{"shape":"SendCisSessionHealthRequest"},
826      "output":{"shape":"SendCisSessionHealthResponse"},
827      "errors":[
828        {"shape":"ConflictException"},
829        {"shape":"ValidationException"},
830        {"shape":"AccessDeniedException"},
831        {"shape":"ThrottlingException"},
832        {"shape":"InternalServerException"}
833      ],
834      "documentation":"<p> Sends a CIS session health. This API is used by the Amazon Inspector SSM plugin to communicate with the Amazon Inspector service. The Amazon Inspector SSM plugin calls this API to start a CIS scan session for the scan ID supplied by the service. </p>",
835      "idempotent":true
836    },
837    "SendCisSessionTelemetry":{
838      "name":"SendCisSessionTelemetry",
839      "http":{
840        "method":"PUT",
841        "requestUri":"/cissession/telemetry/send",
842        "responseCode":200
843      },
844      "input":{"shape":"SendCisSessionTelemetryRequest"},
845      "output":{"shape":"SendCisSessionTelemetryResponse"},
846      "errors":[
847        {"shape":"ConflictException"},
848        {"shape":"ValidationException"},
849        {"shape":"AccessDeniedException"},
850        {"shape":"ThrottlingException"},
851        {"shape":"InternalServerException"}
852      ],
853      "documentation":"<p> Sends a CIS session telemetry. This API is used by the Amazon Inspector SSM plugin to communicate with the Amazon Inspector service. The Amazon Inspector SSM plugin calls this API to start a CIS scan session for the scan ID supplied by the service. </p>",
854      "idempotent":true
855    },
856    "StartCisSession":{
857      "name":"StartCisSession",
858      "http":{
859        "method":"PUT",
860        "requestUri":"/cissession/start",
861        "responseCode":200
862      },
863      "input":{"shape":"StartCisSessionRequest"},
864      "output":{"shape":"StartCisSessionResponse"},
865      "errors":[
866        {"shape":"ConflictException"},
867        {"shape":"ValidationException"},
868        {"shape":"AccessDeniedException"},
869        {"shape":"ThrottlingException"},
870        {"shape":"InternalServerException"}
871      ],
872      "documentation":"<p> Starts a CIS session. This API is used by the Amazon Inspector SSM plugin to communicate with the Amazon Inspector service. The Amazon Inspector SSM plugin calls this API to start a CIS scan session for the scan ID supplied by the service. </p>",
873      "idempotent":true
874    },
875    "StopCisSession":{
876      "name":"StopCisSession",
877      "http":{
878        "method":"PUT",
879        "requestUri":"/cissession/stop",
880        "responseCode":200
881      },
882      "input":{"shape":"StopCisSessionRequest"},
883      "output":{"shape":"StopCisSessionResponse"},
884      "errors":[
885        {"shape":"ConflictException"},
886        {"shape":"ValidationException"},
887        {"shape":"AccessDeniedException"},
888        {"shape":"ThrottlingException"},
889        {"shape":"InternalServerException"}
890      ],
891      "documentation":"<p> Stops a CIS session. This API is used by the Amazon Inspector SSM plugin to communicate with the Amazon Inspector service. The Amazon Inspector SSM plugin calls this API to start a CIS scan session for the scan ID supplied by the service. </p>",
892      "idempotent":true
893    },
894    "TagResource":{
895      "name":"TagResource",
896      "http":{
897        "method":"POST",
898        "requestUri":"/tags/{resourceArn}",
899        "responseCode":200
900      },
901      "input":{"shape":"TagResourceRequest"},
902      "output":{"shape":"TagResourceResponse"},
903      "errors":[
904        {"shape":"BadRequestException"},
905        {"shape":"ValidationException"},
906        {"shape":"ResourceNotFoundException"},
907        {"shape":"ThrottlingException"},
908        {"shape":"InternalServerException"}
909      ],
910      "documentation":"<p>Adds tags to a resource.</p>",
911      "idempotent":true
912    },
913    "UntagResource":{
914      "name":"UntagResource",
915      "http":{
916        "method":"DELETE",
917        "requestUri":"/tags/{resourceArn}",
918        "responseCode":200
919      },
920      "input":{"shape":"UntagResourceRequest"},
921      "output":{"shape":"UntagResourceResponse"},
922      "errors":[
923        {"shape":"ValidationException"},
924        {"shape":"ResourceNotFoundException"},
925        {"shape":"ThrottlingException"},
926        {"shape":"InternalServerException"}
927      ],
928      "documentation":"<p>Removes tags from a resource.</p>"
929    },
930    "UpdateCisScanConfiguration":{
931      "name":"UpdateCisScanConfiguration",
932      "http":{
933        "method":"POST",
934        "requestUri":"/cis/scan-configuration/update",
935        "responseCode":200
936      },
937      "input":{"shape":"UpdateCisScanConfigurationRequest"},
938      "output":{"shape":"UpdateCisScanConfigurationResponse"},
939      "errors":[
940        {"shape":"ValidationException"},
941        {"shape":"AccessDeniedException"},
942        {"shape":"ResourceNotFoundException"},
943        {"shape":"ThrottlingException"},
944        {"shape":"InternalServerException"}
945      ],
946      "documentation":"<p>Updates a CIS scan configuration.</p>"
947    },
948    "UpdateConfiguration":{
949      "name":"UpdateConfiguration",
950      "http":{
951        "method":"POST",
952        "requestUri":"/configuration/update",
953        "responseCode":200
954      },
955      "input":{"shape":"UpdateConfigurationRequest"},
956      "output":{"shape":"UpdateConfigurationResponse"},
957      "errors":[
958        {"shape":"ValidationException"},
959        {"shape":"AccessDeniedException"},
960        {"shape":"ThrottlingException"},
961        {"shape":"InternalServerException"}
962      ],
963      "documentation":"<p>Updates setting configurations for your Amazon Inspector account. When you use this API as an Amazon Inspector delegated administrator this updates the setting for all accounts you manage. Member accounts in an organization cannot update this setting.</p>"
964    },
965    "UpdateEc2DeepInspectionConfiguration":{
966      "name":"UpdateEc2DeepInspectionConfiguration",
967      "http":{
968        "method":"POST",
969        "requestUri":"/ec2deepinspectionconfiguration/update",
970        "responseCode":200
971      },
972      "input":{"shape":"UpdateEc2DeepInspectionConfigurationRequest"},
973      "output":{"shape":"UpdateEc2DeepInspectionConfigurationResponse"},
974      "errors":[
975        {"shape":"ValidationException"},
976        {"shape":"AccessDeniedException"},
977        {"shape":"ThrottlingException"},
978        {"shape":"InternalServerException"}
979      ],
980      "documentation":"<p>Activates, deactivates Amazon Inspector deep inspection, or updates custom paths for your account. </p>"
981    },
982    "UpdateEncryptionKey":{
983      "name":"UpdateEncryptionKey",
984      "http":{
985        "method":"PUT",
986        "requestUri":"/encryptionkey/update",
987        "responseCode":200
988      },
989      "input":{"shape":"UpdateEncryptionKeyRequest"},
990      "output":{"shape":"UpdateEncryptionKeyResponse"},
991      "errors":[
992        {"shape":"ValidationException"},
993        {"shape":"AccessDeniedException"},
994        {"shape":"ThrottlingException"},
995        {"shape":"ResourceNotFoundException"},
996        {"shape":"InternalServerException"}
997      ],
998      "documentation":"<p>Updates an encryption key. A <code>ResourceNotFoundException</code> means that an Amazon Web Services owned key is being used for encryption.</p>",
999      "idempotent":true
1000    },
1001    "UpdateFilter":{
1002      "name":"UpdateFilter",
1003      "http":{
1004        "method":"POST",
1005        "requestUri":"/filters/update",
1006        "responseCode":200
1007      },
1008      "input":{"shape":"UpdateFilterRequest"},
1009      "output":{"shape":"UpdateFilterResponse"},
1010      "errors":[
1011        {"shape":"ValidationException"},
1012        {"shape":"AccessDeniedException"},
1013        {"shape":"ResourceNotFoundException"},
1014        {"shape":"ThrottlingException"},
1015        {"shape":"InternalServerException"}
1016      ],
1017      "documentation":"<p>Specifies the action that is to be applied to the findings that match the filter.</p>"
1018    },
1019    "UpdateOrgEc2DeepInspectionConfiguration":{
1020      "name":"UpdateOrgEc2DeepInspectionConfiguration",
1021      "http":{
1022        "method":"POST",
1023        "requestUri":"/ec2deepinspectionconfiguration/org/update",
1024        "responseCode":200
1025      },
1026      "input":{"shape":"UpdateOrgEc2DeepInspectionConfigurationRequest"},
1027      "output":{"shape":"UpdateOrgEc2DeepInspectionConfigurationResponse"},
1028      "errors":[
1029        {"shape":"ValidationException"},
1030        {"shape":"AccessDeniedException"},
1031        {"shape":"ThrottlingException"},
1032        {"shape":"InternalServerException"}
1033      ],
1034      "documentation":"<p>Updates the Amazon Inspector deep inspection custom paths for your organization. You must be an Amazon Inspector delegated administrator to use this API.</p>"
1035    },
1036    "UpdateOrganizationConfiguration":{
1037      "name":"UpdateOrganizationConfiguration",
1038      "http":{
1039        "method":"POST",
1040        "requestUri":"/organizationconfiguration/update",
1041        "responseCode":200
1042      },
1043      "input":{"shape":"UpdateOrganizationConfigurationRequest"},
1044      "output":{"shape":"UpdateOrganizationConfigurationResponse"},
1045      "errors":[
1046        {"shape":"AccessDeniedException"},
1047        {"shape":"ValidationException"},
1048        {"shape":"ThrottlingException"},
1049        {"shape":"InternalServerException"}
1050      ],
1051      "documentation":"<p>Updates the configurations for your Amazon Inspector organization.</p>"
1052    }
1053  },
1054  "shapes":{
1055    "AccessDeniedException":{
1056      "type":"structure",
1057      "required":["message"],
1058      "members":{
1059        "message":{"shape":"String"}
1060      },
1061      "documentation":"<p>You do not have sufficient access to perform this action.</p>",
1062      "error":{
1063        "httpStatusCode":403,
1064        "senderFault":true
1065      },
1066      "exception":true
1067    },
1068    "Account":{
1069      "type":"structure",
1070      "required":[
1071        "accountId",
1072        "resourceStatus",
1073        "status"
1074      ],
1075      "members":{
1076        "accountId":{
1077          "shape":"AccountId",
1078          "documentation":"<p>The ID of the Amazon Web Services account.</p>"
1079        },
1080        "resourceStatus":{
1081          "shape":"ResourceStatus",
1082          "documentation":"<p>Details of the status of Amazon Inspector scans by resource type.</p>"
1083        },
1084        "status":{
1085          "shape":"Status",
1086          "documentation":"<p>The status of Amazon Inspector for the account.</p>"
1087        }
1088      },
1089      "documentation":"<p>An Amazon Web Services account within your environment that Amazon Inspector has been enabled for.</p>"
1090    },
1091    "AccountAggregation":{
1092      "type":"structure",
1093      "members":{
1094        "findingType":{
1095          "shape":"AggregationFindingType",
1096          "documentation":"<p>The type of finding.</p>"
1097        },
1098        "resourceType":{
1099          "shape":"AggregationResourceType",
1100          "documentation":"<p>The type of resource.</p>"
1101        },
1102        "sortBy":{
1103          "shape":"AccountSortBy",
1104          "documentation":"<p>The value to sort by.</p>"
1105        },
1106        "sortOrder":{
1107          "shape":"SortOrder",
1108          "documentation":"<p>The sort order (ascending or descending).</p>"
1109        }
1110      },
1111      "documentation":"<p>An object that contains details about an aggregation response based on Amazon Web Services accounts.</p>"
1112    },
1113    "AccountAggregationResponse":{
1114      "type":"structure",
1115      "members":{
1116        "accountId":{
1117          "shape":"AccountId",
1118          "documentation":"<p>The Amazon Web Services account ID.</p>"
1119        },
1120        "severityCounts":{
1121          "shape":"SeverityCounts",
1122          "documentation":"<p>The number of findings by severity.</p>"
1123        }
1124      },
1125      "documentation":"<p>An aggregation of findings by Amazon Web Services account ID.</p>"
1126    },
1127    "AccountId":{
1128      "type":"string",
1129      "max":12,
1130      "min":12,
1131      "pattern":"^\\d{12}$"
1132    },
1133    "AccountIdFilterList":{
1134      "type":"list",
1135      "member":{"shape":"CisStringFilter"},
1136      "max":10,
1137      "min":1
1138    },
1139    "AccountIdSet":{
1140      "type":"list",
1141      "member":{"shape":"AccountId"},
1142      "max":100,
1143      "min":0
1144    },
1145    "AccountList":{
1146      "type":"list",
1147      "member":{"shape":"Account"}
1148    },
1149    "AccountSortBy":{
1150      "type":"string",
1151      "enum":[
1152        "CRITICAL",
1153        "HIGH",
1154        "ALL"
1155      ]
1156    },
1157    "AccountState":{
1158      "type":"structure",
1159      "required":[
1160        "accountId",
1161        "resourceState",
1162        "state"
1163      ],
1164      "members":{
1165        "accountId":{
1166          "shape":"AccountId",
1167          "documentation":"<p>The Amazon Web Services account ID.</p>"
1168        },
1169        "resourceState":{
1170          "shape":"ResourceState",
1171          "documentation":"<p>An object detailing which resources Amazon Inspector is enabled to scan for the account.</p>"
1172        },
1173        "state":{
1174          "shape":"State",
1175          "documentation":"<p>An object detailing the status of Amazon Inspector for the account.</p>"
1176        }
1177      },
1178      "documentation":"<p>An object with details the status of an Amazon Web Services account within your Amazon Inspector environment.</p>"
1179    },
1180    "AccountStateList":{
1181      "type":"list",
1182      "member":{"shape":"AccountState"},
1183      "max":100,
1184      "min":0
1185    },
1186    "AggCounts":{"type":"long"},
1187    "AggregationFindingType":{
1188      "type":"string",
1189      "enum":[
1190        "NETWORK_REACHABILITY",
1191        "PACKAGE_VULNERABILITY",
1192        "CODE_VULNERABILITY"
1193      ]
1194    },
1195    "AggregationRequest":{
1196      "type":"structure",
1197      "members":{
1198        "accountAggregation":{
1199          "shape":"AccountAggregation",
1200          "documentation":"<p>An object that contains details about an aggregation request based on Amazon Web Services account IDs.</p>"
1201        },
1202        "amiAggregation":{
1203          "shape":"AmiAggregation",
1204          "documentation":"<p>An object that contains details about an aggregation request based on Amazon Machine Images (AMIs).</p>"
1205        },
1206        "awsEcrContainerAggregation":{
1207          "shape":"AwsEcrContainerAggregation",
1208          "documentation":"<p>An object that contains details about an aggregation request based on Amazon ECR container images.</p>"
1209        },
1210        "ec2InstanceAggregation":{
1211          "shape":"Ec2InstanceAggregation",
1212          "documentation":"<p>An object that contains details about an aggregation request based on Amazon EC2 instances.</p>"
1213        },
1214        "findingTypeAggregation":{
1215          "shape":"FindingTypeAggregation",
1216          "documentation":"<p>An object that contains details about an aggregation request based on finding types.</p>"
1217        },
1218        "imageLayerAggregation":{
1219          "shape":"ImageLayerAggregation",
1220          "documentation":"<p>An object that contains details about an aggregation request based on container image layers.</p>"
1221        },
1222        "lambdaFunctionAggregation":{
1223          "shape":"LambdaFunctionAggregation",
1224          "documentation":"<p>Returns an object with findings aggregated by Amazon Web Services Lambda function.</p>"
1225        },
1226        "lambdaLayerAggregation":{
1227          "shape":"LambdaLayerAggregation",
1228          "documentation":"<p>Returns an object with findings aggregated by Amazon Web Services Lambda layer.</p>"
1229        },
1230        "packageAggregation":{
1231          "shape":"PackageAggregation",
1232          "documentation":"<p>An object that contains details about an aggregation request based on operating system package type.</p>"
1233        },
1234        "repositoryAggregation":{
1235          "shape":"RepositoryAggregation",
1236          "documentation":"<p>An object that contains details about an aggregation request based on Amazon ECR repositories.</p>"
1237        },
1238        "titleAggregation":{
1239          "shape":"TitleAggregation",
1240          "documentation":"<p>An object that contains details about an aggregation request based on finding title.</p>"
1241        }
1242      },
1243      "documentation":"<p>Contains details about an aggregation request.</p>",
1244      "union":true
1245    },
1246    "AggregationResourceType":{
1247      "type":"string",
1248      "enum":[
1249        "AWS_EC2_INSTANCE",
1250        "AWS_ECR_CONTAINER_IMAGE",
1251        "AWS_LAMBDA_FUNCTION"
1252      ]
1253    },
1254    "AggregationResponse":{
1255      "type":"structure",
1256      "members":{
1257        "accountAggregation":{
1258          "shape":"AccountAggregationResponse",
1259          "documentation":"<p>An object that contains details about an aggregation response based on Amazon Web Services account IDs.</p>"
1260        },
1261        "amiAggregation":{
1262          "shape":"AmiAggregationResponse",
1263          "documentation":"<p>An object that contains details about an aggregation response based on Amazon Machine Images (AMIs).</p>"
1264        },
1265        "awsEcrContainerAggregation":{
1266          "shape":"AwsEcrContainerAggregationResponse",
1267          "documentation":"<p>An object that contains details about an aggregation response based on Amazon ECR container images.</p>"
1268        },
1269        "ec2InstanceAggregation":{
1270          "shape":"Ec2InstanceAggregationResponse",
1271          "documentation":"<p>An object that contains details about an aggregation response based on Amazon EC2 instances.</p>"
1272        },
1273        "findingTypeAggregation":{
1274          "shape":"FindingTypeAggregationResponse",
1275          "documentation":"<p>An object that contains details about an aggregation response based on finding types.</p>"
1276        },
1277        "imageLayerAggregation":{
1278          "shape":"ImageLayerAggregationResponse",
1279          "documentation":"<p>An object that contains details about an aggregation response based on container image layers.</p>"
1280        },
1281        "lambdaFunctionAggregation":{
1282          "shape":"LambdaFunctionAggregationResponse",
1283          "documentation":"<p>An aggregation of findings by Amazon Web Services Lambda function.</p>"
1284        },
1285        "lambdaLayerAggregation":{
1286          "shape":"LambdaLayerAggregationResponse",
1287          "documentation":"<p>An aggregation of findings by Amazon Web Services Lambda layer.</p>"
1288        },
1289        "packageAggregation":{
1290          "shape":"PackageAggregationResponse",
1291          "documentation":"<p>An object that contains details about an aggregation response based on operating system package type.</p>"
1292        },
1293        "repositoryAggregation":{
1294          "shape":"RepositoryAggregationResponse",
1295          "documentation":"<p>An object that contains details about an aggregation response based on Amazon ECR repositories.</p>"
1296        },
1297        "titleAggregation":{
1298          "shape":"TitleAggregationResponse",
1299          "documentation":"<p>An object that contains details about an aggregation response based on finding title.</p>"
1300        }
1301      },
1302      "documentation":"<p>A structure that contains details about the results of an aggregation type.</p>",
1303      "union":true
1304    },
1305    "AggregationResponseList":{
1306      "type":"list",
1307      "member":{"shape":"AggregationResponse"}
1308    },
1309    "AggregationType":{
1310      "type":"string",
1311      "enum":[
1312        "FINDING_TYPE",
1313        "PACKAGE",
1314        "TITLE",
1315        "REPOSITORY",
1316        "AMI",
1317        "AWS_EC2_INSTANCE",
1318        "AWS_ECR_CONTAINER",
1319        "IMAGE_LAYER",
1320        "ACCOUNT",
1321        "AWS_LAMBDA_FUNCTION",
1322        "LAMBDA_LAYER"
1323      ]
1324    },
1325    "AmiAggregation":{
1326      "type":"structure",
1327      "members":{
1328        "amis":{
1329          "shape":"StringFilterList",
1330          "documentation":"<p>The IDs of AMIs to aggregate findings for.</p>"
1331        },
1332        "sortBy":{
1333          "shape":"AmiSortBy",
1334          "documentation":"<p>The value to sort results by.</p>"
1335        },
1336        "sortOrder":{
1337          "shape":"SortOrder",
1338          "documentation":"<p>The order to sort results by.</p>"
1339        }
1340      },
1341      "documentation":"<p>The details that define an aggregation based on Amazon machine images (AMIs).</p>"
1342    },
1343    "AmiAggregationResponse":{
1344      "type":"structure",
1345      "required":["ami"],
1346      "members":{
1347        "accountId":{
1348          "shape":"AccountId",
1349          "documentation":"<p>The Amazon Web Services account ID for the AMI.</p>"
1350        },
1351        "affectedInstances":{
1352          "shape":"Long",
1353          "documentation":"<p>The IDs of Amazon EC2 instances using this AMI.</p>"
1354        },
1355        "ami":{
1356          "shape":"AmiId",
1357          "documentation":"<p>The ID of the AMI that findings were aggregated for.</p>"
1358        },
1359        "severityCounts":{
1360          "shape":"SeverityCounts",
1361          "documentation":"<p>An object that contains the count of matched findings per severity.</p>"
1362        }
1363      },
1364      "documentation":"<p>A response that contains the results of a finding aggregation by AMI.</p>"
1365    },
1366    "AmiId":{
1367      "type":"string",
1368      "pattern":"^ami-([a-z0-9]{8}|[a-z0-9]{17}|\\*)$"
1369    },
1370    "AmiSortBy":{
1371      "type":"string",
1372      "enum":[
1373        "CRITICAL",
1374        "HIGH",
1375        "ALL",
1376        "AFFECTED_INSTANCES"
1377      ]
1378    },
1379    "Architecture":{
1380      "type":"string",
1381      "enum":[
1382        "X86_64",
1383        "ARM64"
1384      ]
1385    },
1386    "ArchitectureList":{
1387      "type":"list",
1388      "member":{"shape":"Architecture"},
1389      "max":1,
1390      "min":1
1391    },
1392    "Arn":{
1393      "type":"string",
1394      "max":1011,
1395      "min":1
1396    },
1397    "AssociateMemberRequest":{
1398      "type":"structure",
1399      "required":["accountId"],
1400      "members":{
1401        "accountId":{
1402          "shape":"AccountId",
1403          "documentation":"<p>The Amazon Web Services account ID of the member account to be associated.</p>"
1404        }
1405      }
1406    },
1407    "AssociateMemberResponse":{
1408      "type":"structure",
1409      "required":["accountId"],
1410      "members":{
1411        "accountId":{
1412          "shape":"AccountId",
1413          "documentation":"<p>The Amazon Web Services account ID of the successfully associated member account.</p>"
1414        }
1415      }
1416    },
1417    "AtigData":{
1418      "type":"structure",
1419      "members":{
1420        "firstSeen":{
1421          "shape":"FirstSeen",
1422          "documentation":"<p>The date and time this vulnerability was first observed.</p>"
1423        },
1424        "lastSeen":{
1425          "shape":"LastSeen",
1426          "documentation":"<p>The date and time this vulnerability was last observed.</p>"
1427        },
1428        "targets":{
1429          "shape":"Targets",
1430          "documentation":"<p>The commercial sectors this vulnerability targets.</p>"
1431        },
1432        "ttps":{
1433          "shape":"Ttps",
1434          "documentation":"<p>The <a href=\"https://attack.mitre.org/\">MITRE ATT&amp;CK</a> tactics, techniques, and procedures (TTPs) associated with vulnerability.</p>"
1435        }
1436      },
1437      "documentation":"<p>The Amazon Web Services Threat Intel Group (ATIG) details for a specific vulnerability.</p>"
1438    },
1439    "AutoEnable":{
1440      "type":"structure",
1441      "required":[
1442        "ec2",
1443        "ecr"
1444      ],
1445      "members":{
1446        "ec2":{
1447          "shape":"Boolean",
1448          "documentation":"<p>Represents whether Amazon EC2 scans are automatically enabled for new members of your Amazon Inspector organization.</p>"
1449        },
1450        "ecr":{
1451          "shape":"Boolean",
1452          "documentation":"<p>Represents whether Amazon ECR scans are automatically enabled for new members of your Amazon Inspector organization.</p>"
1453        },
1454        "lambda":{
1455          "shape":"Boolean",
1456          "documentation":"<p>Represents whether Amazon Web Services Lambda standard scans are automatically enabled for new members of your Amazon Inspector organization. </p>"
1457        },
1458        "lambdaCode":{
1459          "shape":"Boolean",
1460          "documentation":"<p>Represents whether Lambda code scans are automatically enabled for new members of your Amazon Inspector organization. <pre><code> &lt;/p&gt; </code></pre>"
1461        }
1462      },
1463      "documentation":"<p>Represents which scan types are automatically enabled for new members of your Amazon Inspector organization.</p>"
1464    },
1465    "AwsEc2InstanceDetails":{
1466      "type":"structure",
1467      "members":{
1468        "iamInstanceProfileArn":{
1469          "shape":"NonEmptyString",
1470          "documentation":"<p>The IAM instance profile ARN of the Amazon EC2 instance.</p>"
1471        },
1472        "imageId":{
1473          "shape":"NonEmptyString",
1474          "documentation":"<p>The image ID of the Amazon EC2 instance.</p>"
1475        },
1476        "ipV4Addresses":{
1477          "shape":"IpV4AddressList",
1478          "documentation":"<p>The IPv4 addresses of the Amazon EC2 instance.</p>"
1479        },
1480        "ipV6Addresses":{
1481          "shape":"IpV6AddressList",
1482          "documentation":"<p>The IPv6 addresses of the Amazon EC2 instance.</p>"
1483        },
1484        "keyName":{
1485          "shape":"NonEmptyString",
1486          "documentation":"<p>The name of the key pair used to launch the Amazon EC2 instance.</p>"
1487        },
1488        "launchedAt":{
1489          "shape":"DateTimeTimestamp",
1490          "documentation":"<p>The date and time the Amazon EC2 instance was launched at.</p>"
1491        },
1492        "platform":{
1493          "shape":"Platform",
1494          "documentation":"<p>The platform of the Amazon EC2 instance.</p>"
1495        },
1496        "subnetId":{
1497          "shape":"NonEmptyString",
1498          "documentation":"<p>The subnet ID of the Amazon EC2 instance.</p>"
1499        },
1500        "type":{
1501          "shape":"NonEmptyString",
1502          "documentation":"<p>The type of the Amazon EC2 instance.</p>"
1503        },
1504        "vpcId":{
1505          "shape":"NonEmptyString",
1506          "documentation":"<p>The VPC ID of the Amazon EC2 instance.</p>"
1507        }
1508      },
1509      "documentation":"<p>Details of the Amazon EC2 instance involved in a finding.</p>"
1510    },
1511    "AwsEcrContainerAggregation":{
1512      "type":"structure",
1513      "members":{
1514        "architectures":{
1515          "shape":"StringFilterList",
1516          "documentation":"<p>The architecture of the containers.</p>"
1517        },
1518        "imageShas":{
1519          "shape":"StringFilterList",
1520          "documentation":"<p>The image SHA values.</p>"
1521        },
1522        "imageTags":{
1523          "shape":"StringFilterList",
1524          "documentation":"<p>The image tags.</p>"
1525        },
1526        "repositories":{
1527          "shape":"StringFilterList",
1528          "documentation":"<p>The container repositories.</p>"
1529        },
1530        "resourceIds":{
1531          "shape":"StringFilterList",
1532          "documentation":"<p>The container resource IDs.</p>"
1533        },
1534        "sortBy":{
1535          "shape":"AwsEcrContainerSortBy",
1536          "documentation":"<p>The value to sort by.</p>"
1537        },
1538        "sortOrder":{
1539          "shape":"SortOrder",
1540          "documentation":"<p>The sort order (ascending or descending).</p>"
1541        }
1542      },
1543      "documentation":"<p>An aggregation of information about Amazon ECR containers.</p>"
1544    },
1545    "AwsEcrContainerAggregationResponse":{
1546      "type":"structure",
1547      "required":["resourceId"],
1548      "members":{
1549        "accountId":{
1550          "shape":"AccountId",
1551          "documentation":"<p>The Amazon Web Services account ID of the account that owns the container.</p>"
1552        },
1553        "architecture":{
1554          "shape":"String",
1555          "documentation":"<p>The architecture of the container.</p>"
1556        },
1557        "imageSha":{
1558          "shape":"String",
1559          "documentation":"<p>The SHA value of the container image.</p>"
1560        },
1561        "imageTags":{
1562          "shape":"StringList",
1563          "documentation":"<p>The container image stags.</p>"
1564        },
1565        "repository":{
1566          "shape":"String",
1567          "documentation":"<p>The container repository.</p>"
1568        },
1569        "resourceId":{
1570          "shape":"NonEmptyString",
1571          "documentation":"<p>The resource ID of the container.</p>"
1572        },
1573        "severityCounts":{
1574          "shape":"SeverityCounts",
1575          "documentation":"<p>The number of finding by severity.</p>"
1576        }
1577      },
1578      "documentation":"<p>An aggregation of information about Amazon ECR containers.</p>"
1579    },
1580    "AwsEcrContainerImageDetails":{
1581      "type":"structure",
1582      "required":[
1583        "imageHash",
1584        "registry",
1585        "repositoryName"
1586      ],
1587      "members":{
1588        "architecture":{
1589          "shape":"NonEmptyString",
1590          "documentation":"<p>The architecture of the Amazon ECR container image.</p>"
1591        },
1592        "author":{
1593          "shape":"String",
1594          "documentation":"<p>The image author of the Amazon ECR container image.</p>"
1595        },
1596        "imageHash":{
1597          "shape":"ImageHash",
1598          "documentation":"<p>The image hash of the Amazon ECR container image.</p>"
1599        },
1600        "imageTags":{
1601          "shape":"ImageTagList",
1602          "documentation":"<p>The image tags attached to the Amazon ECR container image.</p>"
1603        },
1604        "platform":{
1605          "shape":"Platform",
1606          "documentation":"<p>The platform of the Amazon ECR container image.</p>"
1607        },
1608        "pushedAt":{
1609          "shape":"DateTimeTimestamp",
1610          "documentation":"<p>The date and time the Amazon ECR container image was pushed.</p>"
1611        },
1612        "registry":{
1613          "shape":"NonEmptyString",
1614          "documentation":"<p>The registry for the Amazon ECR container image.</p>"
1615        },
1616        "repositoryName":{
1617          "shape":"NonEmptyString",
1618          "documentation":"<p>The name of the repository the Amazon ECR container image resides in.</p>"
1619        }
1620      },
1621      "documentation":"<p>The image details of the Amazon ECR container image.</p>"
1622    },
1623    "AwsEcrContainerSortBy":{
1624      "type":"string",
1625      "enum":[
1626        "CRITICAL",
1627        "HIGH",
1628        "ALL"
1629      ]
1630    },
1631    "AwsLambdaFunctionDetails":{
1632      "type":"structure",
1633      "required":[
1634        "codeSha256",
1635        "executionRoleArn",
1636        "functionName",
1637        "runtime",
1638        "version"
1639      ],
1640      "members":{
1641        "architectures":{
1642          "shape":"ArchitectureList",
1643          "documentation":"<p>The instruction set architecture that the Amazon Web Services Lambda function supports. Architecture is a string array with one of the valid values. The default architecture value is <code>x86_64</code>.</p>"
1644        },
1645        "codeSha256":{
1646          "shape":"NonEmptyString",
1647          "documentation":"<p>The SHA256 hash of the Amazon Web Services Lambda function's deployment package.</p>"
1648        },
1649        "executionRoleArn":{
1650          "shape":"ExecutionRoleArn",
1651          "documentation":"<p>The Amazon Web Services Lambda function's execution role.</p>"
1652        },
1653        "functionName":{
1654          "shape":"FunctionName",
1655          "documentation":"<p>The name of the Amazon Web Services Lambda function.</p>"
1656        },
1657        "lastModifiedAt":{
1658          "shape":"Timestamp",
1659          "documentation":"<p>The date and time that a user last updated the configuration, in <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\">ISO 8601 format</a> </p>"
1660        },
1661        "layers":{
1662          "shape":"LayerList",
1663          "documentation":"<p>The Amazon Web Services Lambda function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\"> layers</a>. A Lambda function can have up to five layers.</p>"
1664        },
1665        "packageType":{
1666          "shape":"PackageType",
1667          "documentation":"<p>The type of deployment package. Set to <code>Image</code> for container image and set <code>Zip</code> for .zip file archive.</p>"
1668        },
1669        "runtime":{
1670          "shape":"Runtime",
1671          "documentation":"<p>The runtime environment for the Amazon Web Services Lambda function.</p>"
1672        },
1673        "version":{
1674          "shape":"Version",
1675          "documentation":"<p>The version of the Amazon Web Services Lambda function.</p>"
1676        },
1677        "vpcConfig":{
1678          "shape":"LambdaVpcConfig",
1679          "documentation":"<p>The Amazon Web Services Lambda function's networking configuration.</p>"
1680        }
1681      },
1682      "documentation":"<p> A summary of information about the Amazon Web Services Lambda function.</p>"
1683    },
1684    "BadRequestException":{
1685      "type":"structure",
1686      "required":["message"],
1687      "members":{
1688        "message":{"shape":"String"}
1689      },
1690      "documentation":"<p>One or more tags submitted as part of the request is not valid.</p>",
1691      "error":{
1692        "httpStatusCode":400,
1693        "senderFault":true
1694      },
1695      "exception":true
1696    },
1697    "BatchGetAccountStatusRequest":{
1698      "type":"structure",
1699      "members":{
1700        "accountIds":{
1701          "shape":"AccountIdSet",
1702          "documentation":"<p>The 12-digit Amazon Web Services account IDs of the accounts to retrieve Amazon Inspector status for.</p>"
1703        }
1704      }
1705    },
1706    "BatchGetAccountStatusResponse":{
1707      "type":"structure",
1708      "required":["accounts"],
1709      "members":{
1710        "accounts":{
1711          "shape":"AccountStateList",
1712          "documentation":"<p>An array of objects that provide details on the status of Amazon Inspector for each of the requested accounts.</p>"
1713        },
1714        "failedAccounts":{
1715          "shape":"FailedAccountList",
1716          "documentation":"<p>An array of objects detailing any accounts that failed to enable Amazon Inspector and why.</p>"
1717        }
1718      }
1719    },
1720    "BatchGetCodeSnippetRequest":{
1721      "type":"structure",
1722      "required":["findingArns"],
1723      "members":{
1724        "findingArns":{
1725          "shape":"BatchGetCodeSnippetRequestFindingArnsList",
1726          "documentation":"<p>An array of finding ARNs for the findings you want to retrieve code snippets from.</p>"
1727        }
1728      }
1729    },
1730    "BatchGetCodeSnippetRequestFindingArnsList":{
1731      "type":"list",
1732      "member":{"shape":"FindingArn"},
1733      "max":10,
1734      "min":1
1735    },
1736    "BatchGetCodeSnippetResponse":{
1737      "type":"structure",
1738      "members":{
1739        "codeSnippetResults":{
1740          "shape":"CodeSnippetResultList",
1741          "documentation":"<p>The retrieved code snippets associated with the provided finding ARNs.</p>"
1742        },
1743        "errors":{
1744          "shape":"CodeSnippetErrorList",
1745          "documentation":"<p>Any errors Amazon Inspector encountered while trying to retrieve the requested code snippets.</p>"
1746        }
1747      }
1748    },
1749    "BatchGetFindingDetailsRequest":{
1750      "type":"structure",
1751      "required":["findingArns"],
1752      "members":{
1753        "findingArns":{
1754          "shape":"FindingArnList",
1755          "documentation":"<p>A list of finding ARNs.</p>"
1756        }
1757      }
1758    },
1759    "BatchGetFindingDetailsResponse":{
1760      "type":"structure",
1761      "members":{
1762        "errors":{
1763          "shape":"FindingDetailsErrorList",
1764          "documentation":"<p>Error information for findings that details could not be returned for.</p>"
1765        },
1766        "findingDetails":{
1767          "shape":"FindingDetails",
1768          "documentation":"<p>A finding's vulnerability details.</p>"
1769        }
1770      }
1771    },
1772    "BatchGetFreeTrialInfoRequest":{
1773      "type":"structure",
1774      "required":["accountIds"],
1775      "members":{
1776        "accountIds":{
1777          "shape":"BatchGetFreeTrialInfoRequestAccountIdsList",
1778          "documentation":"<p>The account IDs to get free trial status for.</p>"
1779        }
1780      }
1781    },
1782    "BatchGetFreeTrialInfoRequestAccountIdsList":{
1783      "type":"list",
1784      "member":{"shape":"MeteringAccountId"},
1785      "max":100,
1786      "min":1
1787    },
1788    "BatchGetFreeTrialInfoResponse":{
1789      "type":"structure",
1790      "required":[
1791        "accounts",
1792        "failedAccounts"
1793      ],
1794      "members":{
1795        "accounts":{
1796          "shape":"FreeTrialAccountInfoList",
1797          "documentation":"<p>An array of objects that provide Amazon Inspector free trial details for each of the requested accounts. </p>"
1798        },
1799        "failedAccounts":{
1800          "shape":"FreeTrialInfoErrorList",
1801          "documentation":"<p>An array of objects detailing any accounts that free trial data could not be returned for.</p>"
1802        }
1803      }
1804    },
1805    "BatchGetMemberEc2DeepInspectionStatusRequest":{
1806      "type":"structure",
1807      "members":{
1808        "accountIds":{
1809          "shape":"AccountIdSet",
1810          "documentation":"<p>The unique identifiers for the Amazon Web Services accounts to retrieve Amazon Inspector deep inspection activation status for. <pre><code> &lt;/p&gt; </code></pre>"
1811        }
1812      }
1813    },
1814    "BatchGetMemberEc2DeepInspectionStatusResponse":{
1815      "type":"structure",
1816      "members":{
1817        "accountIds":{
1818          "shape":"MemberAccountEc2DeepInspectionStatusStateList",
1819          "documentation":"<p>An array of objects that provide details on the activation status of Amazon Inspector deep inspection for each of the requested accounts. <pre><code> &lt;/p&gt; </code></pre>"
1820        },
1821        "failedAccountIds":{
1822          "shape":"FailedMemberAccountEc2DeepInspectionStatusStateList",
1823          "documentation":"<p>An array of objects that provide details on any accounts that failed to activate Amazon Inspector deep inspection and why. <pre><code> &lt;/p&gt; </code></pre>"
1824        }
1825      }
1826    },
1827    "BatchUpdateMemberEc2DeepInspectionStatusRequest":{
1828      "type":"structure",
1829      "required":["accountIds"],
1830      "members":{
1831        "accountIds":{
1832          "shape":"MemberAccountEc2DeepInspectionStatusList",
1833          "documentation":"<p>The unique identifiers for the Amazon Web Services accounts to change Amazon Inspector deep inspection status for.</p>"
1834        }
1835      }
1836    },
1837    "BatchUpdateMemberEc2DeepInspectionStatusResponse":{
1838      "type":"structure",
1839      "members":{
1840        "accountIds":{
1841          "shape":"MemberAccountEc2DeepInspectionStatusStateList",
1842          "documentation":"<p>An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status was successfully changed for. </p>"
1843        },
1844        "failedAccountIds":{
1845          "shape":"FailedMemberAccountEc2DeepInspectionStatusStateList",
1846          "documentation":"<p>An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status could not be successfully changed for. </p>"
1847        }
1848      }
1849    },
1850    "BenchmarkProfile":{
1851      "type":"string",
1852      "max":128,
1853      "min":0
1854    },
1855    "BenchmarkVersion":{
1856      "type":"string",
1857      "max":8,
1858      "min":0
1859    },
1860    "Boolean":{
1861      "type":"boolean",
1862      "box":true
1863    },
1864    "CancelFindingsReportRequest":{
1865      "type":"structure",
1866      "required":["reportId"],
1867      "members":{
1868        "reportId":{
1869          "shape":"ReportId",
1870          "documentation":"<p>The ID of the report to be canceled.</p>"
1871        }
1872      }
1873    },
1874    "CancelFindingsReportResponse":{
1875      "type":"structure",
1876      "required":["reportId"],
1877      "members":{
1878        "reportId":{
1879          "shape":"ReportId",
1880          "documentation":"<p>The ID of the canceled report.</p>"
1881        }
1882      }
1883    },
1884    "CancelSbomExportRequest":{
1885      "type":"structure",
1886      "required":["reportId"],
1887      "members":{
1888        "reportId":{
1889          "shape":"ReportId",
1890          "documentation":"<p>The report ID of the SBOM export to cancel.</p>"
1891        }
1892      }
1893    },
1894    "CancelSbomExportResponse":{
1895      "type":"structure",
1896      "members":{
1897        "reportId":{
1898          "shape":"ReportId",
1899          "documentation":"<p>The report ID of the canceled SBOM export.</p>"
1900        }
1901      }
1902    },
1903    "CheckCount":{
1904      "type":"integer",
1905      "max":65536,
1906      "min":0
1907    },
1908    "CheckIdFilterList":{
1909      "type":"list",
1910      "member":{"shape":"CisStringFilter"},
1911      "max":10,
1912      "min":1
1913    },
1914    "CisAccountIdList":{
1915      "type":"list",
1916      "member":{"shape":"AccountId"},
1917      "max":10000,
1918      "min":1
1919    },
1920    "CisCheckAggregation":{
1921      "type":"structure",
1922      "required":["scanArn"],
1923      "members":{
1924        "accountId":{
1925          "shape":"AccountId",
1926          "documentation":"<p>The account ID for the CIS check.</p>"
1927        },
1928        "checkDescription":{
1929          "shape":"String",
1930          "documentation":"<p>The description for the CIS check.</p>"
1931        },
1932        "checkId":{
1933          "shape":"String",
1934          "documentation":"<p>The check ID for the CIS check.</p>"
1935        },
1936        "level":{
1937          "shape":"CisSecurityLevel",
1938          "documentation":"<p>The CIS check level.</p>"
1939        },
1940        "platform":{
1941          "shape":"String",
1942          "documentation":"<p>The CIS check platform.</p>"
1943        },
1944        "scanArn":{
1945          "shape":"CisScanArn",
1946          "documentation":"<p>The scan ARN for the CIS check scan ARN.</p>"
1947        },
1948        "statusCounts":{
1949          "shape":"StatusCounts",
1950          "documentation":"<p>The CIS check status counts.</p>"
1951        },
1952        "title":{
1953          "shape":"String",
1954          "documentation":"<p>The CIS check title.</p>"
1955        }
1956      },
1957      "documentation":"<p>A CIS check.</p>"
1958    },
1959    "CisCheckAggregationList":{
1960      "type":"list",
1961      "member":{"shape":"CisCheckAggregation"},
1962      "max":1000,
1963      "min":1
1964    },
1965    "CisDateFilter":{
1966      "type":"structure",
1967      "members":{
1968        "earliestScanStartTime":{
1969          "shape":"Timestamp",
1970          "documentation":"<p>The CIS date filter's earliest scan start time.</p>"
1971        },
1972        "latestScanStartTime":{
1973          "shape":"Timestamp",
1974          "documentation":"<p>The CIS date filter's latest scan start time.</p>"
1975        }
1976      },
1977      "documentation":"<p>The CIS date filter.</p>"
1978    },
1979    "CisFindingArn":{
1980      "type":"string",
1981      "pattern":"^arn:aws(-gov|-cn)?:inspector2:[-.a-z0-9]{0,20}:\\d{12}:owner/\\d{12}/cis-finding/[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
1982    },
1983    "CisFindingArnFilterList":{
1984      "type":"list",
1985      "member":{"shape":"CisStringFilter"},
1986      "max":10,
1987      "min":1
1988    },
1989    "CisFindingStatus":{
1990      "type":"string",
1991      "enum":[
1992        "PASSED",
1993        "FAILED",
1994        "SKIPPED"
1995      ]
1996    },
1997    "CisFindingStatusComparison":{
1998      "type":"string",
1999      "enum":["EQUALS"]
2000    },
2001    "CisFindingStatusFilter":{
2002      "type":"structure",
2003      "required":[
2004        "comparison",
2005        "value"
2006      ],
2007      "members":{
2008        "comparison":{
2009          "shape":"CisFindingStatusComparison",
2010          "documentation":"<p>The comparison value of the CIS finding status filter.</p>"
2011        },
2012        "value":{
2013          "shape":"CisFindingStatus",
2014          "documentation":"<p>The value of the CIS finding status filter.</p>"
2015        }
2016      },
2017      "documentation":"<p>The CIS finding status filter.</p>"
2018    },
2019    "CisFindingStatusFilterList":{
2020      "type":"list",
2021      "member":{"shape":"CisFindingStatusFilter"},
2022      "max":10,
2023      "min":1
2024    },
2025    "CisNumberFilter":{
2026      "type":"structure",
2027      "members":{
2028        "lowerInclusive":{
2029          "shape":"Integer",
2030          "documentation":"<p>The CIS number filter's lower inclusive.</p>"
2031        },
2032        "upperInclusive":{
2033          "shape":"Integer",
2034          "documentation":"<p>The CIS number filter's upper inclusive.</p>"
2035        }
2036      },
2037      "documentation":"<p>The CIS number filter.</p>"
2038    },
2039    "CisNumberFilterList":{
2040      "type":"list",
2041      "member":{"shape":"CisNumberFilter"},
2042      "max":10,
2043      "min":1
2044    },
2045    "CisOwnerId":{
2046      "type":"string",
2047      "pattern":"^\\d{12}|o-[a-z0-9]{10,32}$"
2048    },
2049    "CisReportStatus":{
2050      "type":"string",
2051      "enum":[
2052        "SUCCEEDED",
2053        "FAILED",
2054        "IN_PROGRESS"
2055      ]
2056    },
2057    "CisResultStatus":{
2058      "type":"string",
2059      "enum":[
2060        "PASSED",
2061        "FAILED",
2062        "SKIPPED"
2063      ]
2064    },
2065    "CisResultStatusComparison":{
2066      "type":"string",
2067      "enum":["EQUALS"]
2068    },
2069    "CisResultStatusFilter":{
2070      "type":"structure",
2071      "required":[
2072        "comparison",
2073        "value"
2074      ],
2075      "members":{
2076        "comparison":{
2077          "shape":"CisResultStatusComparison",
2078          "documentation":"<p>The comparison value of the CIS result status filter.</p>"
2079        },
2080        "value":{
2081          "shape":"CisResultStatus",
2082          "documentation":"<p>The value of the CIS result status filter.</p>"
2083        }
2084      },
2085      "documentation":"<p>The CIS result status filter.</p>"
2086    },
2087    "CisResultStatusFilterList":{
2088      "type":"list",
2089      "member":{"shape":"CisResultStatusFilter"},
2090      "max":10,
2091      "min":1
2092    },
2093    "CisRuleDetails":{
2094      "type":"blob",
2095      "max":1000,
2096      "min":0
2097    },
2098    "CisRuleStatus":{
2099      "type":"string",
2100      "enum":[
2101        "FAILED",
2102        "PASSED",
2103        "NOT_EVALUATED",
2104        "INFORMATIONAL",
2105        "UNKNOWN",
2106        "NOT_APPLICABLE",
2107        "ERROR"
2108      ]
2109    },
2110    "CisScan":{
2111      "type":"structure",
2112      "required":[
2113        "scanArn",
2114        "scanConfigurationArn"
2115      ],
2116      "members":{
2117        "failedChecks":{
2118          "shape":"Integer",
2119          "documentation":"<p>The CIS scan's failed checks.</p>"
2120        },
2121        "scanArn":{
2122          "shape":"CisScanArn",
2123          "documentation":"<p>The CIS scan's ARN.</p>"
2124        },
2125        "scanConfigurationArn":{
2126          "shape":"CisScanConfigurationArn",
2127          "documentation":"<p>The CIS scan's configuration ARN.</p>"
2128        },
2129        "scanDate":{
2130          "shape":"Timestamp",
2131          "documentation":"<p>The CIS scan's date.</p>"
2132        },
2133        "scanName":{
2134          "shape":"CisScanName",
2135          "documentation":"<p>The the name of the scan configuration that's associated with this scan.</p>"
2136        },
2137        "scheduledBy":{
2138          "shape":"String",
2139          "documentation":"<p>The account or organization that schedules the CIS scan.</p>"
2140        },
2141        "securityLevel":{
2142          "shape":"CisSecurityLevel",
2143          "documentation":"<p> The security level for the CIS scan. Security level refers to the Benchmark levels that CIS assigns to a profile. </p>"
2144        },
2145        "status":{
2146          "shape":"CisScanStatus",
2147          "documentation":"<p>The CIS scan's status.</p>"
2148        },
2149        "targets":{
2150          "shape":"CisTargets",
2151          "documentation":"<p>The CIS scan's targets.</p>"
2152        },
2153        "totalChecks":{
2154          "shape":"Integer",
2155          "documentation":"<p>The CIS scan's total checks.</p>"
2156        }
2157      },
2158      "documentation":"<p>The CIS scan.</p>"
2159    },
2160    "CisScanArn":{
2161      "type":"string",
2162      "pattern":"^arn:aws(-us-gov|-cn)?:inspector2:[-.a-z0-9]{0,20}:\\d{12}:owner/(\\d{12}|o-[a-z0-9]{10,32})/cis-scan/[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
2163    },
2164    "CisScanArnFilterList":{
2165      "type":"list",
2166      "member":{"shape":"CisStringFilter"},
2167      "max":10,
2168      "min":1
2169    },
2170    "CisScanConfiguration":{
2171      "type":"structure",
2172      "required":["scanConfigurationArn"],
2173      "members":{
2174        "ownerId":{
2175          "shape":"CisOwnerId",
2176          "documentation":"<p>The CIS scan configuration's owner ID.</p>"
2177        },
2178        "scanConfigurationArn":{
2179          "shape":"CisScanConfigurationArn",
2180          "documentation":"<p>The CIS scan configuration's scan configuration ARN.</p>"
2181        },
2182        "scanName":{
2183          "shape":"CisScanName",
2184          "documentation":"<p>The name of the CIS scan configuration.</p>"
2185        },
2186        "schedule":{
2187          "shape":"Schedule",
2188          "documentation":"<p>The CIS scan configuration's schedule.</p>"
2189        },
2190        "securityLevel":{
2191          "shape":"CisSecurityLevel",
2192          "documentation":"<p>The CIS scan configuration's security level.</p>"
2193        },
2194        "tags":{
2195          "shape":"CisTagMap",
2196          "documentation":"<p>The CIS scan configuration's tags.</p>"
2197        },
2198        "targets":{
2199          "shape":"CisTargets",
2200          "documentation":"<p>The CIS scan configuration's targets.</p>"
2201        }
2202      },
2203      "documentation":"<p>The CIS scan configuration.</p>"
2204    },
2205    "CisScanConfigurationArn":{
2206      "type":"string",
2207      "pattern":"^arn:aws(-us-gov|-cn)?:inspector2:[a-z]{2}(-gov)?-[a-z]+-[0-9]{1}:[0-9]{12}:owner/(o-[a-z0-9]+|[0-9]{12})/cis-configuration/[0-9a-fA-F-]+$"
2208    },
2209    "CisScanConfigurationArnFilterList":{
2210      "type":"list",
2211      "member":{"shape":"CisStringFilter"},
2212      "max":10,
2213      "min":1
2214    },
2215    "CisScanConfigurationList":{
2216      "type":"list",
2217      "member":{"shape":"CisScanConfiguration"},
2218      "max":100,
2219      "min":0
2220    },
2221    "CisScanConfigurationsSortBy":{
2222      "type":"string",
2223      "enum":[
2224        "SCAN_NAME",
2225        "SCAN_CONFIGURATION_ARN"
2226      ]
2227    },
2228    "CisScanDateFilterList":{
2229      "type":"list",
2230      "member":{"shape":"CisDateFilter"},
2231      "max":1,
2232      "min":1
2233    },
2234    "CisScanList":{
2235      "type":"list",
2236      "member":{"shape":"CisScan"},
2237      "max":50,
2238      "min":0
2239    },
2240    "CisScanName":{
2241      "type":"string",
2242      "max":128,
2243      "min":1
2244    },
2245    "CisScanNameFilterList":{
2246      "type":"list",
2247      "member":{"shape":"CisStringFilter"},
2248      "max":10,
2249      "min":1
2250    },
2251    "CisScanResultDetails":{
2252      "type":"structure",
2253      "required":["scanArn"],
2254      "members":{
2255        "accountId":{
2256          "shape":"AccountId",
2257          "documentation":"<p>The CIS scan result details' account ID.</p>"
2258        },
2259        "checkDescription":{
2260          "shape":"String",
2261          "documentation":"<p>The account ID that's associated with the CIS scan result details.</p>"
2262        },
2263        "checkId":{
2264          "shape":"String",
2265          "documentation":"<p>The CIS scan result details' check ID.</p>"
2266        },
2267        "findingArn":{
2268          "shape":"CisFindingArn",
2269          "documentation":"<p>The CIS scan result details' finding ARN.</p>"
2270        },
2271        "level":{
2272          "shape":"CisSecurityLevel",
2273          "documentation":"<p>The CIS scan result details' level.</p>"
2274        },
2275        "platform":{
2276          "shape":"String",
2277          "documentation":"<p>The CIS scan result details' platform.</p>"
2278        },
2279        "remediation":{
2280          "shape":"String",
2281          "documentation":"<p>The CIS scan result details' remediation.</p>"
2282        },
2283        "scanArn":{
2284          "shape":"CisScanArn",
2285          "documentation":"<p>The CIS scan result details' scan ARN.</p>"
2286        },
2287        "status":{
2288          "shape":"CisFindingStatus",
2289          "documentation":"<p>The CIS scan result details' status.</p>"
2290        },
2291        "statusReason":{
2292          "shape":"String",
2293          "documentation":"<p>The CIS scan result details' status reason.</p>"
2294        },
2295        "targetResourceId":{
2296          "shape":"ResourceId",
2297          "documentation":"<p>The CIS scan result details' target resource ID.</p>"
2298        },
2299        "title":{
2300          "shape":"String",
2301          "documentation":"<p>The CIS scan result details' title.</p>"
2302        }
2303      },
2304      "documentation":"<p>The CIS scan result details.</p>"
2305    },
2306    "CisScanResultDetailsFilterCriteria":{
2307      "type":"structure",
2308      "members":{
2309        "checkIdFilters":{
2310          "shape":"CheckIdFilterList",
2311          "documentation":"<p>The criteria's check ID filters.</p>"
2312        },
2313        "findingArnFilters":{
2314          "shape":"CisFindingArnFilterList",
2315          "documentation":"<p>The criteria's finding ARN filters.</p>"
2316        },
2317        "findingStatusFilters":{
2318          "shape":"CisFindingStatusFilterList",
2319          "documentation":"<p>The criteria's finding status filters.</p>"
2320        },
2321        "securityLevelFilters":{
2322          "shape":"CisSecurityLevelFilterList",
2323          "documentation":"<p> The criteria's security level filters. . Security level refers to the Benchmark levels that CIS assigns to a profile. </p>"
2324        },
2325        "titleFilters":{
2326          "shape":"TitleFilterList",
2327          "documentation":"<p>The criteria's title filters.</p>"
2328        }
2329      },
2330      "documentation":"<p>The CIS scan result details filter criteria.</p>"
2331    },
2332    "CisScanResultDetailsList":{
2333      "type":"list",
2334      "member":{"shape":"CisScanResultDetails"},
2335      "max":1000,
2336      "min":1
2337    },
2338    "CisScanResultDetailsSortBy":{
2339      "type":"string",
2340      "enum":[
2341        "CHECK_ID",
2342        "STATUS"
2343      ]
2344    },
2345    "CisScanResultsAggregatedByChecksFilterCriteria":{
2346      "type":"structure",
2347      "members":{
2348        "accountIdFilters":{
2349          "shape":"OneAccountIdFilterList",
2350          "documentation":"<p>The criteria's account ID filters.</p>"
2351        },
2352        "checkIdFilters":{
2353          "shape":"CheckIdFilterList",
2354          "documentation":"<p>The criteria's check ID filters.</p>"
2355        },
2356        "failedResourcesFilters":{
2357          "shape":"CisNumberFilterList",
2358          "documentation":"<p>The criteria's failed resources filters.</p>"
2359        },
2360        "platformFilters":{
2361          "shape":"PlatformFilterList",
2362          "documentation":"<p>The criteria's platform filters.</p>"
2363        },
2364        "securityLevelFilters":{
2365          "shape":"CisSecurityLevelFilterList",
2366          "documentation":"<p>The criteria's security level filters.</p>"
2367        },
2368        "titleFilters":{
2369          "shape":"TitleFilterList",
2370          "documentation":"<p>The criteria's title filters.</p>"
2371        }
2372      },
2373      "documentation":"<p>The scan results aggregated by checks filter criteria.</p>"
2374    },
2375    "CisScanResultsAggregatedByChecksSortBy":{
2376      "type":"string",
2377      "enum":[
2378        "CHECK_ID",
2379        "TITLE",
2380        "PLATFORM",
2381        "FAILED_COUNTS",
2382        "SECURITY_LEVEL"
2383      ]
2384    },
2385    "CisScanResultsAggregatedByTargetResourceFilterCriteria":{
2386      "type":"structure",
2387      "members":{
2388        "accountIdFilters":{
2389          "shape":"AccountIdFilterList",
2390          "documentation":"<p>The criteria's account ID filters.</p>"
2391        },
2392        "checkIdFilters":{
2393          "shape":"CheckIdFilterList",
2394          "documentation":"<p>The criteria's check ID filters.</p>"
2395        },
2396        "failedChecksFilters":{
2397          "shape":"CisNumberFilterList",
2398          "documentation":"<p>The criteria's failed checks filters.</p>"
2399        },
2400        "platformFilters":{
2401          "shape":"PlatformFilterList",
2402          "documentation":"<p>The criteria's platform filters.</p>"
2403        },
2404        "statusFilters":{
2405          "shape":"CisResultStatusFilterList",
2406          "documentation":"<p>The criteria's status filter.</p>"
2407        },
2408        "targetResourceIdFilters":{
2409          "shape":"ResourceIdFilterList",
2410          "documentation":"<p>The criteria's target resource ID filters.</p>"
2411        },
2412        "targetResourceTagFilters":{
2413          "shape":"ResourceTagFilterList",
2414          "documentation":"<p>The criteria's target resource tag filters.</p>"
2415        },
2416        "targetStatusFilters":{
2417          "shape":"TargetStatusFilterList",
2418          "documentation":"<p>The criteria's target status filters.</p>"
2419        },
2420        "targetStatusReasonFilters":{
2421          "shape":"TargetStatusReasonFilterList",
2422          "documentation":"<p>The criteria's target status reason filters.</p>"
2423        }
2424      },
2425      "documentation":"<p>The scan results aggregated by target resource filter criteria.</p>"
2426    },
2427    "CisScanResultsAggregatedByTargetResourceSortBy":{
2428      "type":"string",
2429      "enum":[
2430        "RESOURCE_ID",
2431        "FAILED_COUNTS",
2432        "ACCOUNT_ID",
2433        "PLATFORM",
2434        "TARGET_STATUS",
2435        "TARGET_STATUS_REASON"
2436      ]
2437    },
2438    "CisScanResultsMaxResults":{
2439      "type":"integer",
2440      "box":true,
2441      "max":100,
2442      "min":1
2443    },
2444    "CisScanStatus":{
2445      "type":"string",
2446      "enum":[
2447        "FAILED",
2448        "COMPLETED",
2449        "CANCELLED",
2450        "IN_PROGRESS"
2451      ]
2452    },
2453    "CisScanStatusComparison":{
2454      "type":"string",
2455      "enum":["EQUALS"]
2456    },
2457    "CisScanStatusFilter":{
2458      "type":"structure",
2459      "required":[
2460        "comparison",
2461        "value"
2462      ],
2463      "members":{
2464        "comparison":{
2465          "shape":"CisScanStatusComparison",
2466          "documentation":"<p>The filter comparison value.</p>"
2467        },
2468        "value":{
2469          "shape":"CisScanStatus",
2470          "documentation":"<p>The filter value.</p>"
2471        }
2472      },
2473      "documentation":"<p>The CIS scan status filter.</p>"
2474    },
2475    "CisScanStatusFilterList":{
2476      "type":"list",
2477      "member":{"shape":"CisScanStatusFilter"},
2478      "max":10,
2479      "min":1
2480    },
2481    "CisScheduledByFilterList":{
2482      "type":"list",
2483      "member":{"shape":"CisStringFilter"},
2484      "max":10,
2485      "min":1
2486    },
2487    "CisSecurityLevel":{
2488      "type":"string",
2489      "enum":[
2490        "LEVEL_1",
2491        "LEVEL_2"
2492      ]
2493    },
2494    "CisSecurityLevelComparison":{
2495      "type":"string",
2496      "enum":["EQUALS"]
2497    },
2498    "CisSecurityLevelFilter":{
2499      "type":"structure",
2500      "required":[
2501        "comparison",
2502        "value"
2503      ],
2504      "members":{
2505        "comparison":{
2506          "shape":"CisSecurityLevelComparison",
2507          "documentation":"<p>The CIS security filter comparison value.</p>"
2508        },
2509        "value":{
2510          "shape":"CisSecurityLevel",
2511          "documentation":"<p>The CIS security filter value.</p>"
2512        }
2513      },
2514      "documentation":"<p> The CIS security level filter. Security level refers to the Benchmark levels that CIS assigns to a profile. </p>"
2515    },
2516    "CisSecurityLevelFilterList":{
2517      "type":"list",
2518      "member":{"shape":"CisSecurityLevelFilter"},
2519      "max":10,
2520      "min":1
2521    },
2522    "CisSessionMessage":{
2523      "type":"structure",
2524      "required":[
2525        "cisRuleDetails",
2526        "ruleId",
2527        "status"
2528      ],
2529      "members":{
2530        "cisRuleDetails":{
2531          "shape":"CisRuleDetails",
2532          "documentation":"<p>The CIS rule details for the CIS session message.</p>"
2533        },
2534        "ruleId":{
2535          "shape":"RuleId",
2536          "documentation":"<p>The rule ID for the CIS session message.</p>"
2537        },
2538        "status":{
2539          "shape":"CisRuleStatus",
2540          "documentation":"<p>The status of the CIS session message.</p>"
2541        }
2542      },
2543      "documentation":"<p>The CIS session message.</p>"
2544    },
2545    "CisSessionMessages":{
2546      "type":"list",
2547      "member":{"shape":"CisSessionMessage"},
2548      "max":150,
2549      "min":1
2550    },
2551    "CisSortOrder":{
2552      "type":"string",
2553      "enum":[
2554        "ASC",
2555        "DESC"
2556      ]
2557    },
2558    "CisStringComparison":{
2559      "type":"string",
2560      "enum":[
2561        "EQUALS",
2562        "PREFIX",
2563        "NOT_EQUALS"
2564      ]
2565    },
2566    "CisStringFilter":{
2567      "type":"structure",
2568      "required":[
2569        "comparison",
2570        "value"
2571      ],
2572      "members":{
2573        "comparison":{
2574          "shape":"CisStringComparison",
2575          "documentation":"<p>The comparison value of the CIS string filter.</p>"
2576        },
2577        "value":{
2578          "shape":"String",
2579          "documentation":"<p>The value of the CIS string filter.</p>"
2580        }
2581      },
2582      "documentation":"<p>The CIS string filter.</p>"
2583    },
2584    "CisTagMap":{
2585      "type":"map",
2586      "key":{"shape":"MapKey"},
2587      "value":{"shape":"MapValue"}
2588    },
2589    "CisTargetResourceAggregation":{
2590      "type":"structure",
2591      "required":["scanArn"],
2592      "members":{
2593        "accountId":{
2594          "shape":"AccountId",
2595          "documentation":"<p>The account ID for the CIS target resource.</p>"
2596        },
2597        "platform":{
2598          "shape":"String",
2599          "documentation":"<p>The platform for the CIS target resource.</p>"
2600        },
2601        "scanArn":{
2602          "shape":"CisScanArn",
2603          "documentation":"<p>The scan ARN for the CIS target resource.</p>"
2604        },
2605        "statusCounts":{
2606          "shape":"StatusCounts",
2607          "documentation":"<p>The target resource status counts.</p>"
2608        },
2609        "targetResourceId":{
2610          "shape":"ResourceId",
2611          "documentation":"<p>The ID of the target resource.</p>"
2612        },
2613        "targetResourceTags":{
2614          "shape":"TargetResourceTags",
2615          "documentation":"<p>The tag for the target resource.</p>"
2616        },
2617        "targetStatus":{
2618          "shape":"CisTargetStatus",
2619          "documentation":"<p>The status of the target resource.</p>"
2620        },
2621        "targetStatusReason":{
2622          "shape":"CisTargetStatusReason",
2623          "documentation":"<p>The reason for the target resource.</p>"
2624        }
2625      },
2626      "documentation":"<p>The CIS target resource aggregation.</p>"
2627    },
2628    "CisTargetResourceAggregationList":{
2629      "type":"list",
2630      "member":{"shape":"CisTargetResourceAggregation"},
2631      "max":1000,
2632      "min":1
2633    },
2634    "CisTargetStatus":{
2635      "type":"string",
2636      "enum":[
2637        "TIMED_OUT",
2638        "CANCELLED",
2639        "COMPLETED"
2640      ]
2641    },
2642    "CisTargetStatusComparison":{
2643      "type":"string",
2644      "enum":["EQUALS"]
2645    },
2646    "CisTargetStatusFilter":{
2647      "type":"structure",
2648      "required":[
2649        "comparison",
2650        "value"
2651      ],
2652      "members":{
2653        "comparison":{
2654          "shape":"CisTargetStatusComparison",
2655          "documentation":"<p>The comparison value of the CIS target status filter.</p>"
2656        },
2657        "value":{
2658          "shape":"CisTargetStatus",
2659          "documentation":"<p>The value of the CIS target status filter.</p>"
2660        }
2661      },
2662      "documentation":"<p>The CIS target status filter.</p>"
2663    },
2664    "CisTargetStatusReason":{
2665      "type":"string",
2666      "enum":[
2667        "SCAN_IN_PROGRESS",
2668        "UNSUPPORTED_OS",
2669        "SSM_UNMANAGED"
2670      ]
2671    },
2672    "CisTargetStatusReasonFilter":{
2673      "type":"structure",
2674      "required":[
2675        "comparison",
2676        "value"
2677      ],
2678      "members":{
2679        "comparison":{
2680          "shape":"CisTargetStatusComparison",
2681          "documentation":"<p>The comparison value of the CIS target status reason filter.</p>"
2682        },
2683        "value":{
2684          "shape":"CisTargetStatusReason",
2685          "documentation":"<p>The value of the CIS target status reason filter.</p>"
2686        }
2687      },
2688      "documentation":"<p>The CIS target status reason filter.</p>"
2689    },
2690    "CisTargets":{
2691      "type":"structure",
2692      "members":{
2693        "accountIds":{
2694          "shape":"CisAccountIdList",
2695          "documentation":"<p>The CIS target account ids.</p>"
2696        },
2697        "targetResourceTags":{
2698          "shape":"TargetResourceTags",
2699          "documentation":"<p>The CIS target resource tags.</p>"
2700        }
2701      },
2702      "documentation":"<p>The CIS targets.</p>"
2703    },
2704    "CisaAction":{
2705      "type":"string",
2706      "min":0
2707    },
2708    "CisaData":{
2709      "type":"structure",
2710      "members":{
2711        "action":{
2712          "shape":"CisaAction",
2713          "documentation":"<p>The remediation action recommended by CISA for this vulnerability.</p>"
2714        },
2715        "dateAdded":{
2716          "shape":"CisaDateAdded",
2717          "documentation":"<p>The date and time CISA added this vulnerability to their catalogue.</p>"
2718        },
2719        "dateDue":{
2720          "shape":"CisaDateDue",
2721          "documentation":"<p>The date and time CISA expects a fix to have been provided vulnerability.</p>"
2722        }
2723      },
2724      "documentation":"<p>The Cybersecurity and Infrastructure Security Agency (CISA) details for a specific vulnerability.</p>"
2725    },
2726    "CisaDateAdded":{"type":"timestamp"},
2727    "CisaDateDue":{"type":"timestamp"},
2728    "ClientToken":{
2729      "type":"string",
2730      "max":64,
2731      "min":1
2732    },
2733    "CodeFilePath":{
2734      "type":"structure",
2735      "required":[
2736        "endLine",
2737        "fileName",
2738        "filePath",
2739        "startLine"
2740      ],
2741      "members":{
2742        "endLine":{
2743          "shape":"Integer",
2744          "documentation":"<p>The line number of the last line of code that a vulnerability was found in.</p>"
2745        },
2746        "fileName":{
2747          "shape":"NonEmptyString",
2748          "documentation":"<p>The name of the file the code vulnerability was found in.</p>"
2749        },
2750        "filePath":{
2751          "shape":"NonEmptyString",
2752          "documentation":"<p>The file path to the code that a vulnerability was found in.</p>"
2753        },
2754        "startLine":{
2755          "shape":"Integer",
2756          "documentation":"<p>The line number of the first line of code that a vulnerability was found in.</p>"
2757        }
2758      },
2759      "documentation":"<p>Contains information on where a code vulnerability is located in your Lambda function.</p>"
2760    },
2761    "CodeLine":{
2762      "type":"structure",
2763      "required":[
2764        "content",
2765        "lineNumber"
2766      ],
2767      "members":{
2768        "content":{
2769          "shape":"CodeLineContentString",
2770          "documentation":"<p>The content of a line of code</p>"
2771        },
2772        "lineNumber":{
2773          "shape":"Integer",
2774          "documentation":"<p>The line number that a section of code is located at.</p>"
2775        }
2776      },
2777      "documentation":"<p>Contains information on the lines of code associated with a code snippet.</p>"
2778    },
2779    "CodeLineContentString":{
2780      "type":"string",
2781      "max":240,
2782      "min":0
2783    },
2784    "CodeLineList":{
2785      "type":"list",
2786      "member":{"shape":"CodeLine"},
2787      "max":20,
2788      "min":1
2789    },
2790    "CodeSnippetError":{
2791      "type":"structure",
2792      "required":[
2793        "errorCode",
2794        "errorMessage",
2795        "findingArn"
2796      ],
2797      "members":{
2798        "errorCode":{
2799          "shape":"CodeSnippetErrorCode",
2800          "documentation":"<p>The error code for the error that prevented a code snippet from being retrieved.</p>"
2801        },
2802        "errorMessage":{
2803          "shape":"NonEmptyString",
2804          "documentation":"<p>The error message received when Amazon Inspector failed to retrieve a code snippet.</p>"
2805        },
2806        "findingArn":{
2807          "shape":"FindingArn",
2808          "documentation":"<p>The ARN of the finding that a code snippet couldn't be retrieved for.</p>"
2809        }
2810      },
2811      "documentation":"<p>Contains information about any errors encountered while trying to retrieve a code snippet.</p>"
2812    },
2813    "CodeSnippetErrorCode":{
2814      "type":"string",
2815      "enum":[
2816        "INTERNAL_ERROR",
2817        "ACCESS_DENIED",
2818        "CODE_SNIPPET_NOT_FOUND",
2819        "INVALID_INPUT"
2820      ]
2821    },
2822    "CodeSnippetErrorList":{
2823      "type":"list",
2824      "member":{"shape":"CodeSnippetError"}
2825    },
2826    "CodeSnippetResult":{
2827      "type":"structure",
2828      "members":{
2829        "codeSnippet":{
2830          "shape":"CodeLineList",
2831          "documentation":"<p>Contains information on the retrieved code snippet.</p>"
2832        },
2833        "endLine":{
2834          "shape":"Integer",
2835          "documentation":"<p>The line number of the last line of a code snippet.</p>"
2836        },
2837        "findingArn":{
2838          "shape":"FindingArn",
2839          "documentation":"<p>The ARN of a finding that the code snippet is associated with.</p>"
2840        },
2841        "startLine":{
2842          "shape":"Integer",
2843          "documentation":"<p>The line number of the first line of a code snippet.</p>"
2844        },
2845        "suggestedFixes":{
2846          "shape":"SuggestedFixes",
2847          "documentation":"<p>Details of a suggested code fix.</p>"
2848        }
2849      },
2850      "documentation":"<p>Contains information on a code snippet retrieved by Amazon Inspector from a code vulnerability finding.</p>"
2851    },
2852    "CodeSnippetResultList":{
2853      "type":"list",
2854      "member":{"shape":"CodeSnippetResult"}
2855    },
2856    "CodeVulnerabilityDetails":{
2857      "type":"structure",
2858      "required":[
2859        "cwes",
2860        "detectorId",
2861        "detectorName",
2862        "filePath"
2863      ],
2864      "members":{
2865        "cwes":{
2866          "shape":"CweList",
2867          "documentation":"<p>The Common Weakness Enumeration (CWE) item associated with the detected vulnerability.</p>"
2868        },
2869        "detectorId":{
2870          "shape":"NonEmptyString",
2871          "documentation":"<p>The ID for the Amazon CodeGuru detector associated with the finding. For more information on detectors see <a href=\"https://docs.aws.amazon.com/codeguru/detector-library\">Amazon CodeGuru Detector Library</a>.</p>"
2872        },
2873        "detectorName":{
2874          "shape":"NonEmptyString",
2875          "documentation":"<p>The name of the detector used to identify the code vulnerability. For more information on detectors see <a href=\"https://docs.aws.amazon.com/codeguru/detector-library\">CodeGuru Detector Library</a>.</p>"
2876        },
2877        "detectorTags":{
2878          "shape":"DetectorTagList",
2879          "documentation":"<p>The detector tag associated with the vulnerability. Detector tags group related vulnerabilities by common themes or tactics. For a list of available tags by programming language, see <a href=\"https://docs.aws.amazon.com/codeguru/detector-library/java/tags/\">Java tags</a>, or <a href=\"https://docs.aws.amazon.com/codeguru/detector-library/python/tags/\">Python tags</a>. </p>"
2880        },
2881        "filePath":{
2882          "shape":"CodeFilePath",
2883          "documentation":"<p>Contains information on where the code vulnerability is located in your code.</p>"
2884        },
2885        "referenceUrls":{
2886          "shape":"ReferenceUrls",
2887          "documentation":"<p>A URL containing supporting documentation about the code vulnerability detected.</p>"
2888        },
2889        "ruleId":{
2890          "shape":"NonEmptyString",
2891          "documentation":"<p>The identifier for a rule that was used to detect the code vulnerability.</p>"
2892        },
2893        "sourceLambdaLayerArn":{
2894          "shape":"LambdaLayerArn",
2895          "documentation":"<p>The Amazon Resource Name (ARN) of the Lambda layer that the code vulnerability was detected in.</p>"
2896        }
2897      },
2898      "documentation":"<p>Contains information on the code vulnerability identified in your Lambda function.</p>"
2899    },
2900    "Component":{"type":"string"},
2901    "ComponentType":{"type":"string"},
2902    "ComputePlatform":{
2903      "type":"structure",
2904      "members":{
2905        "product":{
2906          "shape":"Product",
2907          "documentation":"<p>The compute platform product.</p>"
2908        },
2909        "vendor":{
2910          "shape":"Vendor",
2911          "documentation":"<p>The compute platform vendor.</p>"
2912        },
2913        "version":{
2914          "shape":"PlatformVersion",
2915          "documentation":"<p>The compute platform version.</p>"
2916        }
2917      },
2918      "documentation":"<p>A compute platform.</p>"
2919    },
2920    "ConflictException":{
2921      "type":"structure",
2922      "required":[
2923        "message",
2924        "resourceId",
2925        "resourceType"
2926      ],
2927      "members":{
2928        "message":{"shape":"String"},
2929        "resourceId":{
2930          "shape":"String",
2931          "documentation":"<p>The ID of the conflicting resource.</p>"
2932        },
2933        "resourceType":{
2934          "shape":"String",
2935          "documentation":"<p>The type of the conflicting resource.</p>"
2936        }
2937      },
2938      "documentation":"<p>A conflict occurred.</p>",
2939      "error":{
2940        "httpStatusCode":409,
2941        "senderFault":true
2942      },
2943      "exception":true
2944    },
2945    "Counts":{
2946      "type":"structure",
2947      "members":{
2948        "count":{
2949          "shape":"AggCounts",
2950          "documentation":"<p>The number of resources.</p>"
2951        },
2952        "groupKey":{
2953          "shape":"GroupKey",
2954          "documentation":"<p>The key associated with this group</p>"
2955        }
2956      },
2957      "documentation":"<p>a structure that contains information on the count of resources within a group.</p>"
2958    },
2959    "CountsList":{
2960      "type":"list",
2961      "member":{"shape":"Counts"},
2962      "max":5,
2963      "min":1
2964    },
2965    "CoverageDateFilter":{
2966      "type":"structure",
2967      "members":{
2968        "endInclusive":{
2969          "shape":"DateTimeTimestamp",
2970          "documentation":"<p>A timestamp representing the end of the time period to filter results by.</p>"
2971        },
2972        "startInclusive":{
2973          "shape":"DateTimeTimestamp",
2974          "documentation":"<p>A timestamp representing the start of the time period to filter results by.</p>"
2975        }
2976      },
2977      "documentation":"<p>Contains details of a coverage date filter.</p>"
2978    },
2979    "CoverageDateFilterList":{
2980      "type":"list",
2981      "member":{"shape":"CoverageDateFilter"},
2982      "max":10,
2983      "min":1
2984    },
2985    "CoverageFilterCriteria":{
2986      "type":"structure",
2987      "members":{
2988        "accountId":{
2989          "shape":"CoverageStringFilterList",
2990          "documentation":"<p>An array of Amazon Web Services account IDs to return coverage statistics for.</p>"
2991        },
2992        "ec2InstanceTags":{
2993          "shape":"CoverageMapFilterList",
2994          "documentation":"<p>The Amazon EC2 instance tags to filter on.</p>"
2995        },
2996        "ecrImageTags":{
2997          "shape":"CoverageStringFilterList",
2998          "documentation":"<p>The Amazon ECR image tags to filter on.</p>"
2999        },
3000        "ecrRepositoryName":{
3001          "shape":"CoverageStringFilterList",
3002          "documentation":"<p>The Amazon ECR repository name to filter on.</p>"
3003        },
3004        "imagePulledAt":{
3005          "shape":"CoverageDateFilterList",
3006          "documentation":"<p>The date an image was last pulled at.</p>"
3007        },
3008        "lambdaFunctionName":{
3009          "shape":"CoverageStringFilterList",
3010          "documentation":"<p>Returns coverage statistics for Amazon Web Services Lambda functions filtered by function names.</p>"
3011        },
3012        "lambdaFunctionRuntime":{
3013          "shape":"CoverageStringFilterList",
3014          "documentation":"<p>Returns coverage statistics for Amazon Web Services Lambda functions filtered by runtime.</p>"
3015        },
3016        "lambdaFunctionTags":{
3017          "shape":"CoverageMapFilterList",
3018          "documentation":"<p>Returns coverage statistics for Amazon Web Services Lambda functions filtered by tag.</p>"
3019        },
3020        "lastScannedAt":{
3021          "shape":"CoverageDateFilterList",
3022          "documentation":"<p>Filters Amazon Web Services resources based on whether Amazon Inspector has checked them for vulnerabilities within the specified time range.</p>"
3023        },
3024        "resourceId":{
3025          "shape":"CoverageStringFilterList",
3026          "documentation":"<p>An array of Amazon Web Services resource IDs to return coverage statistics for.</p>"
3027        },
3028        "resourceType":{
3029          "shape":"CoverageStringFilterList",
3030          "documentation":"<p>An array of Amazon Web Services resource types to return coverage statistics for. The values can be <code>AWS_EC2_INSTANCE</code>, <code>AWS_LAMBDA_FUNCTION</code>, <code>AWS_ECR_CONTAINER_IMAGE</code>, <code>AWS_ECR_REPOSITORY</code> or <code>AWS_ACCOUNT</code>.</p>"
3031        },
3032        "scanStatusCode":{
3033          "shape":"CoverageStringFilterList",
3034          "documentation":"<p>The scan status code to filter on. Valid values are: <code>ValidationException</code>, <code>InternalServerException</code>, <code>ResourceNotFoundException</code>, <code>BadRequestException</code>, and <code>ThrottlingException</code>.</p>"
3035        },
3036        "scanStatusReason":{
3037          "shape":"CoverageStringFilterList",
3038          "documentation":"<p>The scan status reason to filter on.</p>"
3039        },
3040        "scanType":{
3041          "shape":"CoverageStringFilterList",
3042          "documentation":"<p>An array of Amazon Inspector scan types to return coverage statistics for.</p>"
3043        }
3044      },
3045      "documentation":"<p>A structure that identifies filter criteria for <code>GetCoverageStatistics</code>.</p>"
3046    },
3047    "CoverageMapComparison":{
3048      "type":"string",
3049      "enum":["EQUALS"]
3050    },
3051    "CoverageMapFilter":{
3052      "type":"structure",
3053      "required":[
3054        "comparison",
3055        "key"
3056      ],
3057      "members":{
3058        "comparison":{
3059          "shape":"CoverageMapComparison",
3060          "documentation":"<p>The operator to compare coverage on.</p>"
3061        },
3062        "key":{
3063          "shape":"NonEmptyString",
3064          "documentation":"<p>The tag key associated with the coverage map filter.</p>"
3065        },
3066        "value":{
3067          "shape":"NonEmptyString",
3068          "documentation":"<p>The tag value associated with the coverage map filter.</p>"
3069        }
3070      },
3071      "documentation":"<p>Contains details of a coverage map filter.</p>"
3072    },
3073    "CoverageMapFilterList":{
3074      "type":"list",
3075      "member":{"shape":"CoverageMapFilter"},
3076      "max":10,
3077      "min":1
3078    },
3079    "CoverageResourceType":{
3080      "type":"string",
3081      "enum":[
3082        "AWS_EC2_INSTANCE",
3083        "AWS_ECR_CONTAINER_IMAGE",
3084        "AWS_ECR_REPOSITORY",
3085        "AWS_LAMBDA_FUNCTION"
3086      ]
3087    },
3088    "CoverageStringComparison":{
3089      "type":"string",
3090      "enum":[
3091        "EQUALS",
3092        "NOT_EQUALS"
3093      ]
3094    },
3095    "CoverageStringFilter":{
3096      "type":"structure",
3097      "required":[
3098        "comparison",
3099        "value"
3100      ],
3101      "members":{
3102        "comparison":{
3103          "shape":"CoverageStringComparison",
3104          "documentation":"<p>The operator to compare strings on.</p>"
3105        },
3106        "value":{
3107          "shape":"CoverageStringInput",
3108          "documentation":"<p>The value to compare strings on.</p>"
3109        }
3110      },
3111      "documentation":"<p>Contains details of a coverage string filter.</p>"
3112    },
3113    "CoverageStringFilterList":{
3114      "type":"list",
3115      "member":{"shape":"CoverageStringFilter"},
3116      "max":10,
3117      "min":1
3118    },
3119    "CoverageStringInput":{
3120      "type":"string",
3121      "max":1024,
3122      "min":1
3123    },
3124    "CoveredResource":{
3125      "type":"structure",
3126      "required":[
3127        "accountId",
3128        "resourceId",
3129        "resourceType",
3130        "scanType"
3131      ],
3132      "members":{
3133        "accountId":{
3134          "shape":"AccountId",
3135          "documentation":"<p>The Amazon Web Services account ID of the covered resource.</p>"
3136        },
3137        "lastScannedAt":{
3138          "shape":"DateTimeTimestamp",
3139          "documentation":"<p>The date and time the resource was last checked for vulnerabilities.</p>"
3140        },
3141        "resourceId":{
3142          "shape":"ResourceId",
3143          "documentation":"<p>The ID of the covered resource.</p>"
3144        },
3145        "resourceMetadata":{
3146          "shape":"ResourceScanMetadata",
3147          "documentation":"<p>An object that contains details about the metadata.</p>"
3148        },
3149        "resourceType":{
3150          "shape":"CoverageResourceType",
3151          "documentation":"<p>The type of the covered resource.</p>"
3152        },
3153        "scanStatus":{
3154          "shape":"ScanStatus",
3155          "documentation":"<p>The status of the scan covering the resource.</p>"
3156        },
3157        "scanType":{
3158          "shape":"ScanType",
3159          "documentation":"<p>The Amazon Inspector scan type covering the resource.</p>"
3160        }
3161      },
3162      "documentation":"<p>An object that contains details about a resource covered by Amazon Inspector.</p>"
3163    },
3164    "CoveredResources":{
3165      "type":"list",
3166      "member":{"shape":"CoveredResource"}
3167    },
3168    "CreateCisScanConfigurationRequest":{
3169      "type":"structure",
3170      "required":[
3171        "scanName",
3172        "schedule",
3173        "securityLevel",
3174        "targets"
3175      ],
3176      "members":{
3177        "scanName":{
3178          "shape":"CisScanName",
3179          "documentation":"<p>The scan name for the CIS scan configuration.</p>"
3180        },
3181        "schedule":{
3182          "shape":"Schedule",
3183          "documentation":"<p>The schedule for the CIS scan configuration.</p>"
3184        },
3185        "securityLevel":{
3186          "shape":"CisSecurityLevel",
3187          "documentation":"<p> The security level for the CIS scan configuration. Security level refers to the Benchmark levels that CIS assigns to a profile. </p>"
3188        },
3189        "tags":{
3190          "shape":"CisTagMap",
3191          "documentation":"<p>The tags for the CIS scan configuration.</p>"
3192        },
3193        "targets":{
3194          "shape":"CreateCisTargets",
3195          "documentation":"<p>The targets for the CIS scan configuration.</p>"
3196        }
3197      }
3198    },
3199    "CreateCisScanConfigurationResponse":{
3200      "type":"structure",
3201      "members":{
3202        "scanConfigurationArn":{
3203          "shape":"CisScanConfigurationArn",
3204          "documentation":"<p>The scan configuration ARN for the CIS scan configuration.</p>"
3205        }
3206      }
3207    },
3208    "CreateCisTargets":{
3209      "type":"structure",
3210      "required":[
3211        "accountIds",
3212        "targetResourceTags"
3213      ],
3214      "members":{
3215        "accountIds":{
3216          "shape":"TargetAccountList",
3217          "documentation":"<p>The CIS target account ids.</p>"
3218        },
3219        "targetResourceTags":{
3220          "shape":"TargetResourceTags",
3221          "documentation":"<p>The CIS target resource tags.</p>"
3222        }
3223      },
3224      "documentation":"<p>Creates CIS targets.</p>"
3225    },
3226    "CreateFilterRequest":{
3227      "type":"structure",
3228      "required":[
3229        "action",
3230        "filterCriteria",
3231        "name"
3232      ],
3233      "members":{
3234        "action":{
3235          "shape":"FilterAction",
3236          "documentation":"<p>Defines the action that is to be applied to the findings that match the filter.</p>"
3237        },
3238        "description":{
3239          "shape":"FilterDescription",
3240          "documentation":"<p>A description of the filter.</p>"
3241        },
3242        "filterCriteria":{
3243          "shape":"FilterCriteria",
3244          "documentation":"<p>Defines the criteria to be used in the filter for querying findings.</p>"
3245        },
3246        "name":{
3247          "shape":"FilterName",
3248          "documentation":"<p>The name of the filter. Minimum length of 3. Maximum length of 64. Valid characters include alphanumeric characters, dot (.), underscore (_), and dash (-). Spaces are not allowed.</p>"
3249        },
3250        "reason":{
3251          "shape":"FilterReason",
3252          "documentation":"<p>The reason for creating the filter.</p>"
3253        },
3254        "tags":{
3255          "shape":"TagMap",
3256          "documentation":"<p>A list of tags for the filter.</p>"
3257        }
3258      }
3259    },
3260    "CreateFilterResponse":{
3261      "type":"structure",
3262      "required":["arn"],
3263      "members":{
3264        "arn":{
3265          "shape":"FilterArn",
3266          "documentation":"<p>The Amazon Resource Number (ARN) of the successfully created filter.</p>"
3267        }
3268      }
3269    },
3270    "CreateFindingsReportRequest":{
3271      "type":"structure",
3272      "required":[
3273        "reportFormat",
3274        "s3Destination"
3275      ],
3276      "members":{
3277        "filterCriteria":{
3278          "shape":"FilterCriteria",
3279          "documentation":"<p>The filter criteria to apply to the results of the finding report.</p>"
3280        },
3281        "reportFormat":{
3282          "shape":"ReportFormat",
3283          "documentation":"<p>The format to generate the report in.</p>"
3284        },
3285        "s3Destination":{
3286          "shape":"Destination",
3287          "documentation":"<p>The Amazon S3 export destination for the report.</p>"
3288        }
3289      }
3290    },
3291    "CreateFindingsReportResponse":{
3292      "type":"structure",
3293      "members":{
3294        "reportId":{
3295          "shape":"ReportId",
3296          "documentation":"<p>The ID of the report.</p>"
3297        }
3298      }
3299    },
3300    "CreateSbomExportRequest":{
3301      "type":"structure",
3302      "required":[
3303        "reportFormat",
3304        "s3Destination"
3305      ],
3306      "members":{
3307        "reportFormat":{
3308          "shape":"SbomReportFormat",
3309          "documentation":"<p>The output format for the software bill of materials (SBOM) report.</p>"
3310        },
3311        "resourceFilterCriteria":{
3312          "shape":"ResourceFilterCriteria",
3313          "documentation":"<p>The resource filter criteria for the software bill of materials (SBOM) report.</p>"
3314        },
3315        "s3Destination":{"shape":"Destination"}
3316      }
3317    },
3318    "CreateSbomExportResponse":{
3319      "type":"structure",
3320      "members":{
3321        "reportId":{
3322          "shape":"ReportId",
3323          "documentation":"<p>The report ID for the software bill of materials (SBOM) report.</p>"
3324        }
3325      }
3326    },
3327    "Currency":{
3328      "type":"string",
3329      "enum":["USD"]
3330    },
3331    "Cvss2":{
3332      "type":"structure",
3333      "members":{
3334        "baseScore":{
3335          "shape":"Cvss2BaseScore",
3336          "documentation":"<p>The CVSS v2 base score for the vulnerability.</p>"
3337        },
3338        "scoringVector":{
3339          "shape":"Cvss2ScoringVector",
3340          "documentation":"<p>The scoring vector associated with the CVSS v2 score.</p>"
3341        }
3342      },
3343      "documentation":"<p>The Common Vulnerability Scoring System (CVSS) version 2 details for the vulnerability.</p>"
3344    },
3345    "Cvss2BaseScore":{"type":"double"},
3346    "Cvss2ScoringVector":{
3347      "type":"string",
3348      "min":0
3349    },
3350    "Cvss3":{
3351      "type":"structure",
3352      "members":{
3353        "baseScore":{
3354          "shape":"Cvss3BaseScore",
3355          "documentation":"<p>The CVSS v3 base score for the vulnerability.</p>"
3356        },
3357        "scoringVector":{
3358          "shape":"Cvss3ScoringVector",
3359          "documentation":"<p>The scoring vector associated with the CVSS v3 score.</p>"
3360        }
3361      },
3362      "documentation":"<p>The Common Vulnerability Scoring System (CVSS) version 3 details for the vulnerability.</p>"
3363    },
3364    "Cvss3BaseScore":{"type":"double"},
3365    "Cvss3ScoringVector":{
3366      "type":"string",
3367      "min":0
3368    },
3369    "CvssScore":{
3370      "type":"structure",
3371      "required":[
3372        "baseScore",
3373        "scoringVector",
3374        "source",
3375        "version"
3376      ],
3377      "members":{
3378        "baseScore":{
3379          "shape":"Double",
3380          "documentation":"<p>The base CVSS score used for the finding.</p>"
3381        },
3382        "scoringVector":{
3383          "shape":"NonEmptyString",
3384          "documentation":"<p>The vector string of the CVSS score.</p>"
3385        },
3386        "source":{
3387          "shape":"NonEmptyString",
3388          "documentation":"<p>The source of the CVSS score.</p>"
3389        },
3390        "version":{
3391          "shape":"NonEmptyString",
3392          "documentation":"<p>The version of CVSS used for the score.</p>"
3393        }
3394      },
3395      "documentation":"<p>The CVSS score for a finding.</p>"
3396    },
3397    "CvssScoreAdjustment":{
3398      "type":"structure",
3399      "required":[
3400        "metric",
3401        "reason"
3402      ],
3403      "members":{
3404        "metric":{
3405          "shape":"NonEmptyString",
3406          "documentation":"<p>The metric used to adjust the CVSS score.</p>"
3407        },
3408        "reason":{
3409          "shape":"NonEmptyString",
3410          "documentation":"<p>The reason the CVSS score has been adjustment.</p>"
3411        }
3412      },
3413      "documentation":"<p>Details on adjustments Amazon Inspector made to the CVSS score for a finding.</p>"
3414    },
3415    "CvssScoreAdjustmentList":{
3416      "type":"list",
3417      "member":{"shape":"CvssScoreAdjustment"}
3418    },
3419    "CvssScoreDetails":{
3420      "type":"structure",
3421      "required":[
3422        "score",
3423        "scoreSource",
3424        "scoringVector",
3425        "version"
3426      ],
3427      "members":{
3428        "adjustments":{
3429          "shape":"CvssScoreAdjustmentList",
3430          "documentation":"<p>An object that contains details about adjustment Amazon Inspector made to the CVSS score.</p>"
3431        },
3432        "cvssSource":{
3433          "shape":"NonEmptyString",
3434          "documentation":"<p>The source of the CVSS data.</p>"
3435        },
3436        "score":{
3437          "shape":"Double",
3438          "documentation":"<p>The CVSS score.</p>"
3439        },
3440        "scoreSource":{
3441          "shape":"NonEmptyString",
3442          "documentation":"<p>The source for the CVSS score.</p>"
3443        },
3444        "scoringVector":{
3445          "shape":"NonEmptyString",
3446          "documentation":"<p>The vector for the CVSS score.</p>"
3447        },
3448        "version":{
3449          "shape":"NonEmptyString",
3450          "documentation":"<p>The CVSS version used in scoring.</p>"
3451        }
3452      },
3453      "documentation":"<p>Information about the CVSS score.</p>"
3454    },
3455    "CvssScoreList":{
3456      "type":"list",
3457      "member":{"shape":"CvssScore"}
3458    },
3459    "Cwe":{
3460      "type":"string",
3461      "min":0
3462    },
3463    "CweList":{
3464      "type":"list",
3465      "member":{"shape":"NonEmptyString"},
3466      "max":10,
3467      "min":1
3468    },
3469    "Cwes":{
3470      "type":"list",
3471      "member":{"shape":"Cwe"},
3472      "min":0
3473    },
3474    "DailySchedule":{
3475      "type":"structure",
3476      "required":["startTime"],
3477      "members":{
3478        "startTime":{
3479          "shape":"Time",
3480          "documentation":"<p>The schedule start time.</p>"
3481        }
3482      },
3483      "documentation":"<p>A daily schedule.</p>"
3484    },
3485    "DateFilter":{
3486      "type":"structure",
3487      "members":{
3488        "endInclusive":{
3489          "shape":"Timestamp",
3490          "documentation":"<p>A timestamp representing the end of the time period filtered on.</p>"
3491        },
3492        "startInclusive":{
3493          "shape":"Timestamp",
3494          "documentation":"<p>A timestamp representing the start of the time period filtered on.</p>"
3495        }
3496      },
3497      "documentation":"<p>Contains details on the time range used to filter findings.</p>"
3498    },
3499    "DateFilterList":{
3500      "type":"list",
3501      "member":{"shape":"DateFilter"},
3502      "max":10,
3503      "min":1
3504    },
3505    "DateTimeTimestamp":{"type":"timestamp"},
3506    "Day":{
3507      "type":"string",
3508      "enum":[
3509        "SUN",
3510        "MON",
3511        "TUE",
3512        "WED",
3513        "THU",
3514        "FRI",
3515        "SAT"
3516      ]
3517    },
3518    "DaysList":{
3519      "type":"list",
3520      "member":{"shape":"Day"},
3521      "max":7,
3522      "min":1
3523    },
3524    "DelegatedAdmin":{
3525      "type":"structure",
3526      "members":{
3527        "accountId":{
3528          "shape":"AccountId",
3529          "documentation":"<p>The Amazon Web Services account ID of the Amazon Inspector delegated administrator for your organization.</p>"
3530        },
3531        "relationshipStatus":{
3532          "shape":"RelationshipStatus",
3533          "documentation":"<p>The status of the Amazon Inspector delegated administrator.</p>"
3534        }
3535      },
3536      "documentation":"<p>Details of the Amazon Inspector delegated administrator for your organization.</p>"
3537    },
3538    "DelegatedAdminAccount":{
3539      "type":"structure",
3540      "members":{
3541        "accountId":{
3542          "shape":"AccountId",
3543          "documentation":"<p>The Amazon Web Services account ID of the Amazon Inspector delegated administrator for your organization.</p>"
3544        },
3545        "status":{
3546          "shape":"DelegatedAdminStatus",
3547          "documentation":"<p>The status of the Amazon Inspector delegated administrator.</p>"
3548        }
3549      },
3550      "documentation":"<p>Details of the Amazon Inspector delegated administrator for your organization.</p>"
3551    },
3552    "DelegatedAdminAccountList":{
3553      "type":"list",
3554      "member":{"shape":"DelegatedAdminAccount"},
3555      "max":5,
3556      "min":0
3557    },
3558    "DelegatedAdminStatus":{
3559      "type":"string",
3560      "enum":[
3561        "ENABLED",
3562        "DISABLE_IN_PROGRESS"
3563      ]
3564    },
3565    "DeleteCisScanConfigurationRequest":{
3566      "type":"structure",
3567      "required":["scanConfigurationArn"],
3568      "members":{
3569        "scanConfigurationArn":{
3570          "shape":"CisScanConfigurationArn",
3571          "documentation":"<p>The ARN of the CIS scan configuration.</p>"
3572        }
3573      }
3574    },
3575    "DeleteCisScanConfigurationResponse":{
3576      "type":"structure",
3577      "required":["scanConfigurationArn"],
3578      "members":{
3579        "scanConfigurationArn":{
3580          "shape":"CisScanConfigurationArn",
3581          "documentation":"<p>The ARN of the CIS scan configuration.</p>"
3582        }
3583      }
3584    },
3585    "DeleteFilterRequest":{
3586      "type":"structure",
3587      "required":["arn"],
3588      "members":{
3589        "arn":{
3590          "shape":"FilterArn",
3591          "documentation":"<p>The Amazon Resource Number (ARN) of the filter to be deleted.</p>"
3592        }
3593      }
3594    },
3595    "DeleteFilterResponse":{
3596      "type":"structure",
3597      "required":["arn"],
3598      "members":{
3599        "arn":{
3600          "shape":"FilterArn",
3601          "documentation":"<p>The Amazon Resource Number (ARN) of the filter that has been deleted.</p>"
3602        }
3603      }
3604    },
3605    "DescribeOrganizationConfigurationRequest":{
3606      "type":"structure",
3607      "members":{
3608      }
3609    },
3610    "DescribeOrganizationConfigurationResponse":{
3611      "type":"structure",
3612      "members":{
3613        "autoEnable":{
3614          "shape":"AutoEnable",
3615          "documentation":"<p>The scan types are automatically enabled for new members of your organization.</p>"
3616        },
3617        "maxAccountLimitReached":{
3618          "shape":"Boolean",
3619          "documentation":"<p>Represents whether your organization has reached the maximum Amazon Web Services account limit for Amazon Inspector.</p>"
3620        }
3621      }
3622    },
3623    "Destination":{
3624      "type":"structure",
3625      "required":[
3626        "bucketName",
3627        "kmsKeyArn"
3628      ],
3629      "members":{
3630        "bucketName":{
3631          "shape":"String",
3632          "documentation":"<p>The name of the Amazon S3 bucket to export findings to.</p>"
3633        },
3634        "keyPrefix":{
3635          "shape":"String",
3636          "documentation":"<p>The prefix that the findings will be written under.</p>"
3637        },
3638        "kmsKeyArn":{
3639          "shape":"String",
3640          "documentation":"<p>The ARN of the KMS key used to encrypt data when exporting findings.</p>"
3641        }
3642      },
3643      "documentation":"<p>Contains details of the Amazon S3 bucket and KMS key used to export findings.</p>"
3644    },
3645    "DetectionPlatforms":{
3646      "type":"list",
3647      "member":{"shape":"NonEmptyString"},
3648      "max":100,
3649      "min":0
3650    },
3651    "DetectorTagList":{
3652      "type":"list",
3653      "member":{"shape":"NonEmptyString"},
3654      "max":10,
3655      "min":1
3656    },
3657    "DisableDelegatedAdminAccountRequest":{
3658      "type":"structure",
3659      "required":["delegatedAdminAccountId"],
3660      "members":{
3661        "delegatedAdminAccountId":{
3662          "shape":"AccountId",
3663          "documentation":"<p>The Amazon Web Services account ID of the current Amazon Inspector delegated administrator.</p>"
3664        }
3665      }
3666    },
3667    "DisableDelegatedAdminAccountResponse":{
3668      "type":"structure",
3669      "required":["delegatedAdminAccountId"],
3670      "members":{
3671        "delegatedAdminAccountId":{
3672          "shape":"AccountId",
3673          "documentation":"<p>The Amazon Web Services account ID of the successfully disabled delegated administrator.</p>"
3674        }
3675      }
3676    },
3677    "DisableRequest":{
3678      "type":"structure",
3679      "members":{
3680        "accountIds":{
3681          "shape":"AccountIdSet",
3682          "documentation":"<p>An array of account IDs you want to disable Amazon Inspector scans for.</p>"
3683        },
3684        "resourceTypes":{
3685          "shape":"DisableResourceTypeList",
3686          "documentation":"<p>The resource scan types you want to disable.</p>"
3687        }
3688      }
3689    },
3690    "DisableResourceTypeList":{
3691      "type":"list",
3692      "member":{"shape":"ResourceScanType"},
3693      "max":3,
3694      "min":0
3695    },
3696    "DisableResponse":{
3697      "type":"structure",
3698      "required":["accounts"],
3699      "members":{
3700        "accounts":{
3701          "shape":"AccountList",
3702          "documentation":"<p>Information on the accounts that have had Amazon Inspector scans successfully disabled. Details are provided for each account.</p>"
3703        },
3704        "failedAccounts":{
3705          "shape":"FailedAccountList",
3706          "documentation":"<p>Information on any accounts for which Amazon Inspector scans could not be disabled. Details are provided for each account.</p>"
3707        }
3708      }
3709    },
3710    "DisassociateMemberRequest":{
3711      "type":"structure",
3712      "required":["accountId"],
3713      "members":{
3714        "accountId":{
3715          "shape":"AccountId",
3716          "documentation":"<p>The Amazon Web Services account ID of the member account to disassociate.</p>"
3717        }
3718      }
3719    },
3720    "DisassociateMemberResponse":{
3721      "type":"structure",
3722      "required":["accountId"],
3723      "members":{
3724        "accountId":{
3725          "shape":"AccountId",
3726          "documentation":"<p>The Amazon Web Services account ID of the successfully disassociated member.</p>"
3727        }
3728      }
3729    },
3730    "Double":{
3731      "type":"double",
3732      "box":true
3733    },
3734    "Ec2DeepInspectionStatus":{
3735      "type":"string",
3736      "enum":[
3737        "ACTIVATED",
3738        "DEACTIVATED",
3739        "PENDING",
3740        "FAILED"
3741      ]
3742    },
3743    "Ec2InstanceAggregation":{
3744      "type":"structure",
3745      "members":{
3746        "amis":{
3747          "shape":"StringFilterList",
3748          "documentation":"<p>The AMI IDs associated with the Amazon EC2 instances to aggregate findings for.</p>"
3749        },
3750        "instanceIds":{
3751          "shape":"StringFilterList",
3752          "documentation":"<p>The Amazon EC2 instance IDs to aggregate findings for.</p>"
3753        },
3754        "instanceTags":{
3755          "shape":"MapFilterList",
3756          "documentation":"<p>The Amazon EC2 instance tags to aggregate findings for.</p>"
3757        },
3758        "operatingSystems":{
3759          "shape":"StringFilterList",
3760          "documentation":"<p>The operating system types to aggregate findings for. Valid values must be uppercase and underscore separated, examples are <code>ORACLE_LINUX_7</code> and <code>ALPINE_LINUX_3_8</code>.</p>"
3761        },
3762        "sortBy":{
3763          "shape":"Ec2InstanceSortBy",
3764          "documentation":"<p>The value to sort results by.</p>"
3765        },
3766        "sortOrder":{
3767          "shape":"SortOrder",
3768          "documentation":"<p>The order to sort results by.</p>"
3769        }
3770      },
3771      "documentation":"<p>The details that define an aggregation based on Amazon EC2 instances.</p>"
3772    },
3773    "Ec2InstanceAggregationResponse":{
3774      "type":"structure",
3775      "required":["instanceId"],
3776      "members":{
3777        "accountId":{
3778          "shape":"String",
3779          "documentation":"<p>The Amazon Web Services account for the Amazon EC2 instance.</p>"
3780        },
3781        "ami":{
3782          "shape":"AmiId",
3783          "documentation":"<p>The Amazon Machine Image (AMI) of the Amazon EC2 instance.</p>"
3784        },
3785        "instanceId":{
3786          "shape":"NonEmptyString",
3787          "documentation":"<p>The Amazon EC2 instance ID.</p>"
3788        },
3789        "instanceTags":{
3790          "shape":"TagMap",
3791          "documentation":"<p>The tags attached to the instance.</p>"
3792        },
3793        "networkFindings":{
3794          "shape":"Long",
3795          "documentation":"<p>The number of network findings for the Amazon EC2 instance.</p>"
3796        },
3797        "operatingSystem":{
3798          "shape":"String",
3799          "documentation":"<p>The operating system of the Amazon EC2 instance.</p>"
3800        },
3801        "severityCounts":{
3802          "shape":"SeverityCounts",
3803          "documentation":"<p>An object that contains the count of matched findings per severity.</p>"
3804        }
3805      },
3806      "documentation":"<p>A response that contains the results of a finding aggregation by Amazon EC2 instance.</p>"
3807    },
3808    "Ec2InstanceSortBy":{
3809      "type":"string",
3810      "enum":[
3811        "NETWORK_FINDINGS",
3812        "CRITICAL",
3813        "HIGH",
3814        "ALL"
3815      ]
3816    },
3817    "Ec2Metadata":{
3818      "type":"structure",
3819      "members":{
3820        "amiId":{
3821          "shape":"AmiId",
3822          "documentation":"<p>The ID of the Amazon Machine Image (AMI) used to launch the instance.</p>"
3823        },
3824        "platform":{
3825          "shape":"Ec2Platform",
3826          "documentation":"<p>The platform of the instance.</p>"
3827        },
3828        "tags":{
3829          "shape":"TagMap",
3830          "documentation":"<p>The tags attached to the instance.</p>"
3831        }
3832      },
3833      "documentation":"<p>Meta data details of an Amazon EC2 instance.</p>"
3834    },
3835    "Ec2Platform":{
3836      "type":"string",
3837      "enum":[
3838        "WINDOWS",
3839        "LINUX",
3840        "UNKNOWN",
3841        "MACOS"
3842      ]
3843    },
3844    "EcrConfiguration":{
3845      "type":"structure",
3846      "required":["rescanDuration"],
3847      "members":{
3848        "pullDateRescanDuration":{
3849          "shape":"EcrPullDateRescanDuration",
3850          "documentation":"<p>The rescan duration configured for image pull date.</p>"
3851        },
3852        "rescanDuration":{
3853          "shape":"EcrRescanDuration",
3854          "documentation":"<p>The rescan duration configured for image push date.</p>"
3855        }
3856      },
3857      "documentation":"<p>Details about the ECR automated re-scan duration setting for your environment.</p>"
3858    },
3859    "EcrConfigurationState":{
3860      "type":"structure",
3861      "members":{
3862        "rescanDurationState":{
3863          "shape":"EcrRescanDurationState",
3864          "documentation":"<p>An object that contains details about the state of the ECR re-scan settings.</p>"
3865        }
3866      },
3867      "documentation":"<p>Details about the state of the ECR scans for your environment.</p>"
3868    },
3869    "EcrContainerImageMetadata":{
3870      "type":"structure",
3871      "members":{
3872        "imagePulledAt":{
3873          "shape":"DateTimeTimestamp",
3874          "documentation":"<p>The date an image was last pulled at.</p>"
3875        },
3876        "tags":{
3877          "shape":"TagList",
3878          "documentation":"<p>Tags associated with the Amazon ECR image metadata.</p>"
3879        }
3880      },
3881      "documentation":"<p>Information on the Amazon ECR image metadata associated with a finding.</p>"
3882    },
3883    "EcrPullDateRescanDuration":{
3884      "type":"string",
3885      "enum":[
3886        "DAYS_14",
3887        "DAYS_30",
3888        "DAYS_60",
3889        "DAYS_90",
3890        "DAYS_180"
3891      ]
3892    },
3893    "EcrRepositoryMetadata":{
3894      "type":"structure",
3895      "members":{
3896        "name":{
3897          "shape":"String",
3898          "documentation":"<p>The name of the Amazon ECR repository.</p>"
3899        },
3900        "scanFrequency":{
3901          "shape":"EcrScanFrequency",
3902          "documentation":"<p>The frequency of scans.</p>"
3903        }
3904      },
3905      "documentation":"<p>Information on the Amazon ECR repository metadata associated with a finding.</p>"
3906    },
3907    "EcrRescanDuration":{
3908      "type":"string",
3909      "enum":[
3910        "LIFETIME",
3911        "DAYS_30",
3912        "DAYS_180",
3913        "DAYS_14",
3914        "DAYS_60",
3915        "DAYS_90"
3916      ]
3917    },
3918    "EcrRescanDurationState":{
3919      "type":"structure",
3920      "members":{
3921        "pullDateRescanDuration":{
3922          "shape":"EcrPullDateRescanDuration",
3923          "documentation":"<p>The rescan duration configured for image pull date.</p>"
3924        },
3925        "rescanDuration":{
3926          "shape":"EcrRescanDuration",
3927          "documentation":"<p>The rescan duration configured for image push date. <pre><code> &lt;/p&gt; </code></pre>"
3928        },
3929        "status":{
3930          "shape":"EcrRescanDurationStatus",
3931          "documentation":"<p>The status of changes to the ECR automated re-scan duration.</p>"
3932        },
3933        "updatedAt":{
3934          "shape":"DateTimeTimestamp",
3935          "documentation":"<p>A timestamp representing when the last time the ECR scan duration setting was changed.</p>"
3936        }
3937      },
3938      "documentation":"<p>Details about the state of your ECR re-scan duration settings. The ECR re-scan duration defines how long an ECR image will be actively scanned by Amazon Inspector. When the number of days since an image was last pushed exceeds the duration configured for image pull date, and the duration configured for image pull date, the monitoring state of that image becomes <code>inactive</code> and all associated findings are scheduled for closure.</p>"
3939    },
3940    "EcrRescanDurationStatus":{
3941      "type":"string",
3942      "enum":[
3943        "SUCCESS",
3944        "PENDING",
3945        "FAILED"
3946      ]
3947    },
3948    "EcrScanFrequency":{
3949      "type":"string",
3950      "enum":[
3951        "MANUAL",
3952        "SCAN_ON_PUSH",
3953        "CONTINUOUS_SCAN"
3954      ]
3955    },
3956    "EnableDelegatedAdminAccountRequest":{
3957      "type":"structure",
3958      "required":["delegatedAdminAccountId"],
3959      "members":{
3960        "clientToken":{
3961          "shape":"ClientToken",
3962          "documentation":"<p>The idempotency token for the request.</p>",
3963          "idempotencyToken":true
3964        },
3965        "delegatedAdminAccountId":{
3966          "shape":"AccountId",
3967          "documentation":"<p>The Amazon Web Services account ID of the Amazon Inspector delegated administrator.</p>"
3968        }
3969      }
3970    },
3971    "EnableDelegatedAdminAccountResponse":{
3972      "type":"structure",
3973      "required":["delegatedAdminAccountId"],
3974      "members":{
3975        "delegatedAdminAccountId":{
3976          "shape":"AccountId",
3977          "documentation":"<p>The Amazon Web Services account ID of the successfully Amazon Inspector delegated administrator.</p>"
3978        }
3979      }
3980    },
3981    "EnableRequest":{
3982      "type":"structure",
3983      "required":["resourceTypes"],
3984      "members":{
3985        "accountIds":{
3986          "shape":"AccountIdSet",
3987          "documentation":"<p>A list of account IDs you want to enable Amazon Inspector scans for.</p>"
3988        },
3989        "clientToken":{
3990          "shape":"ClientToken",
3991          "documentation":"<p>The idempotency token for the request.</p>",
3992          "idempotencyToken":true
3993        },
3994        "resourceTypes":{
3995          "shape":"EnableResourceTypeList",
3996          "documentation":"<p>The resource scan types you want to enable.</p>"
3997        }
3998      }
3999    },
4000    "EnableResourceTypeList":{
4001      "type":"list",
4002      "member":{"shape":"ResourceScanType"},
4003      "max":3,
4004      "min":1
4005    },
4006    "EnableResponse":{
4007      "type":"structure",
4008      "required":["accounts"],
4009      "members":{
4010        "accounts":{
4011          "shape":"AccountList",
4012          "documentation":"<p>Information on the accounts that have had Amazon Inspector scans successfully enabled. Details are provided for each account.</p>"
4013        },
4014        "failedAccounts":{
4015          "shape":"FailedAccountList",
4016          "documentation":"<p>Information on any accounts for which Amazon Inspector scans could not be enabled. Details are provided for each account.</p>"
4017        }
4018      }
4019    },
4020    "Epss":{
4021      "type":"structure",
4022      "members":{
4023        "score":{
4024          "shape":"EpssScore",
4025          "documentation":"<p>The Exploit Prediction Scoring System (EPSS) score.</p>"
4026        }
4027      },
4028      "documentation":"<p>Details about the Exploit Prediction Scoring System (EPSS) score.</p>"
4029    },
4030    "EpssDetails":{
4031      "type":"structure",
4032      "members":{
4033        "score":{
4034          "shape":"EpssScoreValue",
4035          "documentation":"<p>The EPSS score.</p>"
4036        }
4037      },
4038      "documentation":"<p>Details about the Exploit Prediction Scoring System (EPSS) score for a finding.</p>"
4039    },
4040    "EpssScore":{"type":"double"},
4041    "EpssScoreValue":{
4042      "type":"double",
4043      "max":1.0,
4044      "min":0.0
4045    },
4046    "ErrorCode":{
4047      "type":"string",
4048      "enum":[
4049        "ALREADY_ENABLED",
4050        "ENABLE_IN_PROGRESS",
4051        "DISABLE_IN_PROGRESS",
4052        "SUSPEND_IN_PROGRESS",
4053        "RESOURCE_NOT_FOUND",
4054        "ACCESS_DENIED",
4055        "INTERNAL_ERROR",
4056        "SSM_UNAVAILABLE",
4057        "SSM_THROTTLED",
4058        "EVENTBRIDGE_UNAVAILABLE",
4059        "EVENTBRIDGE_THROTTLED",
4060        "RESOURCE_SCAN_NOT_DISABLED",
4061        "DISASSOCIATE_ALL_MEMBERS",
4062        "ACCOUNT_IS_ISOLATED"
4063      ]
4064    },
4065    "ErrorMessage":{"type":"string"},
4066    "Evidence":{
4067      "type":"structure",
4068      "members":{
4069        "evidenceDetail":{
4070          "shape":"EvidenceDetail",
4071          "documentation":"<p>The evidence details.</p>"
4072        },
4073        "evidenceRule":{
4074          "shape":"EvidenceRule",
4075          "documentation":"<p>The evidence rule.</p>"
4076        },
4077        "severity":{
4078          "shape":"EvidenceSeverity",
4079          "documentation":"<p>The evidence severity.</p>"
4080        }
4081      },
4082      "documentation":"<p>Details of the evidence for a vulnerability identified in a finding.</p>"
4083    },
4084    "EvidenceDetail":{
4085      "type":"string",
4086      "min":0
4087    },
4088    "EvidenceList":{
4089      "type":"list",
4090      "member":{"shape":"Evidence"}
4091    },
4092    "EvidenceRule":{
4093      "type":"string",
4094      "min":0
4095    },
4096    "EvidenceSeverity":{
4097      "type":"string",
4098      "min":0
4099    },
4100    "ExecutionRoleArn":{
4101      "type":"string",
4102      "pattern":"^arn:(aws[a-zA-Z-]*)?:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+$"
4103    },
4104    "ExploitAvailable":{
4105      "type":"string",
4106      "enum":[
4107        "YES",
4108        "NO"
4109      ]
4110    },
4111    "ExploitObserved":{
4112      "type":"structure",
4113      "members":{
4114        "firstSeen":{
4115          "shape":"FirstSeen",
4116          "documentation":"<p>The date an time when the exploit was first seen.</p>"
4117        },
4118        "lastSeen":{
4119          "shape":"LastSeen",
4120          "documentation":"<p>The date an time when the exploit was last seen.</p>"
4121        }
4122      },
4123      "documentation":"<p>Contains information on when this exploit was observed.</p>"
4124    },
4125    "ExploitabilityDetails":{
4126      "type":"structure",
4127      "members":{
4128        "lastKnownExploitAt":{
4129          "shape":"DateTimeTimestamp",
4130          "documentation":"<p>The date and time of the last exploit associated with a finding discovered in your environment.</p>"
4131        }
4132      },
4133      "documentation":"<p>The details of an exploit available for a finding discovered in your environment.</p>"
4134    },
4135    "ExternalReportStatus":{
4136      "type":"string",
4137      "enum":[
4138        "SUCCEEDED",
4139        "IN_PROGRESS",
4140        "CANCELLED",
4141        "FAILED"
4142      ]
4143    },
4144    "FailedAccount":{
4145      "type":"structure",
4146      "required":[
4147        "accountId",
4148        "errorCode",
4149        "errorMessage"
4150      ],
4151      "members":{
4152        "accountId":{
4153          "shape":"AccountId",
4154          "documentation":"<p>The Amazon Web Services account ID.</p>"
4155        },
4156        "errorCode":{
4157          "shape":"ErrorCode",
4158          "documentation":"<p>The error code explaining why the account failed to enable Amazon Inspector.</p>"
4159        },
4160        "errorMessage":{
4161          "shape":"NonEmptyString",
4162          "documentation":"<p>The error message received when the account failed to enable Amazon Inspector.</p>"
4163        },
4164        "resourceStatus":{
4165          "shape":"ResourceStatus",
4166          "documentation":"<p>An object detailing which resources Amazon Inspector is enabled to scan for the account.</p>"
4167        },
4168        "status":{
4169          "shape":"Status",
4170          "documentation":"<p>The status of Amazon Inspector for the account.</p>"
4171        }
4172      },
4173      "documentation":"<p>An object with details on why an account failed to enable Amazon Inspector.</p>"
4174    },
4175    "FailedAccountList":{
4176      "type":"list",
4177      "member":{"shape":"FailedAccount"},
4178      "max":100,
4179      "min":0
4180    },
4181    "FailedMemberAccountEc2DeepInspectionStatusState":{
4182      "type":"structure",
4183      "required":["accountId"],
4184      "members":{
4185        "accountId":{
4186          "shape":"AccountId",
4187          "documentation":"<p>The unique identifier for the Amazon Web Services account of the organization member that failed to activate Amazon Inspector deep inspection.</p>"
4188        },
4189        "ec2ScanStatus":{
4190          "shape":"Status",
4191          "documentation":"<p>The status of EC2 scanning in the account that failed to activate Amazon Inspector deep inspection.</p>"
4192        },
4193        "errorMessage":{
4194          "shape":"NonEmptyString",
4195          "documentation":"<p>The error message explaining why the account failed to activate Amazon Inspector deep inspection.</p>"
4196        }
4197      },
4198      "documentation":"<p>An object that contains details about a member account in your organization that failed to activate Amazon Inspector deep inspection.</p>"
4199    },
4200    "FailedMemberAccountEc2DeepInspectionStatusStateList":{
4201      "type":"list",
4202      "member":{"shape":"FailedMemberAccountEc2DeepInspectionStatusState"},
4203      "max":100,
4204      "min":0
4205    },
4206    "FilePath":{
4207      "type":"string",
4208      "max":1024,
4209      "min":1
4210    },
4211    "Filter":{
4212      "type":"structure",
4213      "required":[
4214        "action",
4215        "arn",
4216        "createdAt",
4217        "criteria",
4218        "name",
4219        "ownerId",
4220        "updatedAt"
4221      ],
4222      "members":{
4223        "action":{
4224          "shape":"FilterAction",
4225          "documentation":"<p>The action that is to be applied to the findings that match the filter.</p>"
4226        },
4227        "arn":{
4228          "shape":"FilterArn",
4229          "documentation":"<p>The Amazon Resource Number (ARN) associated with this filter.</p>"
4230        },
4231        "createdAt":{
4232          "shape":"DateTimeTimestamp",
4233          "documentation":"<p>The date and time this filter was created at.</p>"
4234        },
4235        "criteria":{
4236          "shape":"FilterCriteria",
4237          "documentation":"<p>Details on the filter criteria associated with this filter.</p>"
4238        },
4239        "description":{
4240          "shape":"FilterDescription",
4241          "documentation":"<p>A description of the filter.</p>"
4242        },
4243        "name":{
4244          "shape":"FilterName",
4245          "documentation":"<p>The name of the filter.</p>"
4246        },
4247        "ownerId":{
4248          "shape":"OwnerId",
4249          "documentation":"<p>The Amazon Web Services account ID of the account that created the filter.</p>"
4250        },
4251        "reason":{
4252          "shape":"FilterReason",
4253          "documentation":"<p>The reason for the filter.</p>"
4254        },
4255        "tags":{
4256          "shape":"TagMap",
4257          "documentation":"<p>The tags attached to the filter.</p>"
4258        },
4259        "updatedAt":{
4260          "shape":"DateTimeTimestamp",
4261          "documentation":"<p>The date and time the filter was last updated at.</p>"
4262        }
4263      },
4264      "documentation":"<p>Details about a filter.</p>"
4265    },
4266    "FilterAction":{
4267      "type":"string",
4268      "enum":[
4269        "NONE",
4270        "SUPPRESS"
4271      ]
4272    },
4273    "FilterArn":{
4274      "type":"string",
4275      "max":128,
4276      "min":1
4277    },
4278    "FilterArnList":{
4279      "type":"list",
4280      "member":{"shape":"FilterArn"}
4281    },
4282    "FilterCriteria":{
4283      "type":"structure",
4284      "members":{
4285        "awsAccountId":{
4286          "shape":"StringFilterList",
4287          "documentation":"<p>Details of the Amazon Web Services account IDs used to filter findings.</p>"
4288        },
4289        "codeVulnerabilityDetectorName":{
4290          "shape":"StringFilterList",
4291          "documentation":"<p>The name of the detector used to identify a code vulnerability in a Lambda function used to filter findings.</p>"
4292        },
4293        "codeVulnerabilityDetectorTags":{
4294          "shape":"StringFilterList",
4295          "documentation":"<p>The detector type tag associated with the vulnerability used to filter findings. Detector tags group related vulnerabilities by common themes or tactics. For a list of available tags by programming language, see <a href=\"https://docs.aws.amazon.com/codeguru/detector-library/java/tags/\">Java tags</a>, or <a href=\"https://docs.aws.amazon.com/codeguru/detector-library/python/tags/\">Python tags</a>. </p>"
4296        },
4297        "codeVulnerabilityFilePath":{
4298          "shape":"StringFilterList",
4299          "documentation":"<p>The file path to the file in a Lambda function that contains a code vulnerability used to filter findings.</p>"
4300        },
4301        "componentId":{
4302          "shape":"StringFilterList",
4303          "documentation":"<p>Details of the component IDs used to filter findings.</p>"
4304        },
4305        "componentType":{
4306          "shape":"StringFilterList",
4307          "documentation":"<p>Details of the component types used to filter findings.</p>"
4308        },
4309        "ec2InstanceImageId":{
4310          "shape":"StringFilterList",
4311          "documentation":"<p>Details of the Amazon EC2 instance image IDs used to filter findings.</p>"
4312        },
4313        "ec2InstanceSubnetId":{
4314          "shape":"StringFilterList",
4315          "documentation":"<p>Details of the Amazon EC2 instance subnet IDs used to filter findings.</p>"
4316        },
4317        "ec2InstanceVpcId":{
4318          "shape":"StringFilterList",
4319          "documentation":"<p>Details of the Amazon EC2 instance VPC IDs used to filter findings.</p>"
4320        },
4321        "ecrImageArchitecture":{
4322          "shape":"StringFilterList",
4323          "documentation":"<p>Details of the Amazon ECR image architecture types used to filter findings.</p>"
4324        },
4325        "ecrImageHash":{
4326          "shape":"StringFilterList",
4327          "documentation":"<p>Details of the Amazon ECR image hashes used to filter findings.</p>"
4328        },
4329        "ecrImagePushedAt":{
4330          "shape":"DateFilterList",
4331          "documentation":"<p>Details on the Amazon ECR image push date and time used to filter findings.</p>"
4332        },
4333        "ecrImageRegistry":{
4334          "shape":"StringFilterList",
4335          "documentation":"<p>Details on the Amazon ECR registry used to filter findings.</p>"
4336        },
4337        "ecrImageRepositoryName":{
4338          "shape":"StringFilterList",
4339          "documentation":"<p>Details on the name of the Amazon ECR repository used to filter findings.</p>"
4340        },
4341        "ecrImageTags":{
4342          "shape":"StringFilterList",
4343          "documentation":"<p>The tags attached to the Amazon ECR container image.</p>"
4344        },
4345        "epssScore":{
4346          "shape":"NumberFilterList",
4347          "documentation":"<p>The EPSS score used to filter findings.</p>"
4348        },
4349        "exploitAvailable":{
4350          "shape":"StringFilterList",
4351          "documentation":"<p>Filters the list of Amazon Web Services Lambda findings by the availability of exploits.</p>"
4352        },
4353        "findingArn":{
4354          "shape":"StringFilterList",
4355          "documentation":"<p>Details on the finding ARNs used to filter findings.</p>"
4356        },
4357        "findingStatus":{
4358          "shape":"StringFilterList",
4359          "documentation":"<p>Details on the finding status types used to filter findings.</p>"
4360        },
4361        "findingType":{
4362          "shape":"StringFilterList",
4363          "documentation":"<p>Details on the finding types used to filter findings.</p>"
4364        },
4365        "firstObservedAt":{
4366          "shape":"DateFilterList",
4367          "documentation":"<p>Details on the date and time a finding was first seen used to filter findings.</p>"
4368        },
4369        "fixAvailable":{
4370          "shape":"StringFilterList",
4371          "documentation":"<p>Details on whether a fix is available through a version update. This value can be <code>YES</code>, <code>NO</code>, or <code>PARTIAL</code>. A <code>PARTIAL</code> fix means that some, but not all, of the packages identified in the finding have fixes available through updated versions.</p>"
4372        },
4373        "inspectorScore":{
4374          "shape":"NumberFilterList",
4375          "documentation":"<p>The Amazon Inspector score to filter on.</p>"
4376        },
4377        "lambdaFunctionExecutionRoleArn":{
4378          "shape":"StringFilterList",
4379          "documentation":"<p>Filters the list of Amazon Web Services Lambda functions by execution role.</p>"
4380        },
4381        "lambdaFunctionLastModifiedAt":{
4382          "shape":"DateFilterList",
4383          "documentation":"<p>Filters the list of Amazon Web Services Lambda functions by the date and time that a user last updated the configuration, in <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\">ISO 8601 format</a> </p>"
4384        },
4385        "lambdaFunctionLayers":{
4386          "shape":"StringFilterList",
4387          "documentation":"<p>Filters the list of Amazon Web Services Lambda functions by the function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\"> layers</a>. A Lambda function can have up to five layers.</p>"
4388        },
4389        "lambdaFunctionName":{
4390          "shape":"StringFilterList",
4391          "documentation":"<p>Filters the list of Amazon Web Services Lambda functions by the name of the function.</p>"
4392        },
4393        "lambdaFunctionRuntime":{
4394          "shape":"StringFilterList",
4395          "documentation":"<p>Filters the list of Amazon Web Services Lambda functions by the runtime environment for the Lambda function.</p>"
4396        },
4397        "lastObservedAt":{
4398          "shape":"DateFilterList",
4399          "documentation":"<p>Details on the date and time a finding was last seen used to filter findings.</p>"
4400        },
4401        "networkProtocol":{
4402          "shape":"StringFilterList",
4403          "documentation":"<p>Details on network protocol used to filter findings.</p>"
4404        },
4405        "portRange":{
4406          "shape":"PortRangeFilterList",
4407          "documentation":"<p>Details on the port ranges used to filter findings.</p>"
4408        },
4409        "relatedVulnerabilities":{
4410          "shape":"StringFilterList",
4411          "documentation":"<p>Details on the related vulnerabilities used to filter findings.</p>"
4412        },
4413        "resourceId":{
4414          "shape":"StringFilterList",
4415          "documentation":"<p>Details on the resource IDs used to filter findings.</p>"
4416        },
4417        "resourceTags":{
4418          "shape":"MapFilterList",
4419          "documentation":"<p>Details on the resource tags used to filter findings.</p>"
4420        },
4421        "resourceType":{
4422          "shape":"StringFilterList",
4423          "documentation":"<p>Details on the resource types used to filter findings.</p>"
4424        },
4425        "severity":{
4426          "shape":"StringFilterList",
4427          "documentation":"<p>Details on the severity used to filter findings.</p>"
4428        },
4429        "title":{
4430          "shape":"StringFilterList",
4431          "documentation":"<p>Details on the finding title used to filter findings.</p>"
4432        },
4433        "updatedAt":{
4434          "shape":"DateFilterList",
4435          "documentation":"<p>Details on the date and time a finding was last updated at used to filter findings.</p>"
4436        },
4437        "vendorSeverity":{
4438          "shape":"StringFilterList",
4439          "documentation":"<p>Details on the vendor severity used to filter findings.</p>"
4440        },
4441        "vulnerabilityId":{
4442          "shape":"StringFilterList",
4443          "documentation":"<p>Details on the vulnerability ID used to filter findings.</p>"
4444        },
4445        "vulnerabilitySource":{
4446          "shape":"StringFilterList",
4447          "documentation":"<p>Details on the vulnerability type used to filter findings.</p>"
4448        },
4449        "vulnerablePackages":{
4450          "shape":"PackageFilterList",
4451          "documentation":"<p>Details on the vulnerable packages used to filter findings.</p>"
4452        }
4453      },
4454      "documentation":"<p>Details on the criteria used to define the filter.</p>"
4455    },
4456    "FilterDescription":{
4457      "type":"string",
4458      "max":512,
4459      "min":1
4460    },
4461    "FilterList":{
4462      "type":"list",
4463      "member":{"shape":"Filter"}
4464    },
4465    "FilterName":{
4466      "type":"string",
4467      "max":128,
4468      "min":1
4469    },
4470    "FilterReason":{
4471      "type":"string",
4472      "max":512,
4473      "min":1
4474    },
4475    "Finding":{
4476      "type":"structure",
4477      "required":[
4478        "awsAccountId",
4479        "description",
4480        "findingArn",
4481        "firstObservedAt",
4482        "lastObservedAt",
4483        "remediation",
4484        "resources",
4485        "severity",
4486        "status",
4487        "type"
4488      ],
4489      "members":{
4490        "awsAccountId":{
4491          "shape":"AccountId",
4492          "documentation":"<p>The Amazon Web Services account ID associated with the finding.</p>"
4493        },
4494        "codeVulnerabilityDetails":{
4495          "shape":"CodeVulnerabilityDetails",
4496          "documentation":"<p>Details about the code vulnerability identified in a Lambda function used to filter findings.</p>"
4497        },
4498        "description":{
4499          "shape":"FindingDescription",
4500          "documentation":"<p>The description of the finding.</p>"
4501        },
4502        "epss":{
4503          "shape":"EpssDetails",
4504          "documentation":"<p>The finding's EPSS score.</p>"
4505        },
4506        "exploitAvailable":{
4507          "shape":"ExploitAvailable",
4508          "documentation":"<p>If a finding discovered in your environment has an exploit available.</p>"
4509        },
4510        "exploitabilityDetails":{
4511          "shape":"ExploitabilityDetails",
4512          "documentation":"<p>The details of an exploit available for a finding discovered in your environment.</p>"
4513        },
4514        "findingArn":{
4515          "shape":"FindingArn",
4516          "documentation":"<p>The Amazon Resource Number (ARN) of the finding.</p>"
4517        },
4518        "firstObservedAt":{
4519          "shape":"DateTimeTimestamp",
4520          "documentation":"<p>The date and time that the finding was first observed.</p>"
4521        },
4522        "fixAvailable":{
4523          "shape":"FixAvailable",
4524          "documentation":"<p>Details on whether a fix is available through a version update. This value can be <code>YES</code>, <code>NO</code>, or <code>PARTIAL</code>. A <code>PARTIAL</code> fix means that some, but not all, of the packages identified in the finding have fixes available through updated versions.</p>"
4525        },
4526        "inspectorScore":{
4527          "shape":"Double",
4528          "documentation":"<p>The Amazon Inspector score given to the finding.</p>"
4529        },
4530        "inspectorScoreDetails":{
4531          "shape":"InspectorScoreDetails",
4532          "documentation":"<p>An object that contains details of the Amazon Inspector score.</p>"
4533        },
4534        "lastObservedAt":{
4535          "shape":"DateTimeTimestamp",
4536          "documentation":"<p>The date and time that the finding was last observed.</p>"
4537        },
4538        "networkReachabilityDetails":{
4539          "shape":"NetworkReachabilityDetails",
4540          "documentation":"<p>An object that contains the details of a network reachability finding.</p>"
4541        },
4542        "packageVulnerabilityDetails":{
4543          "shape":"PackageVulnerabilityDetails",
4544          "documentation":"<p>An object that contains the details of a package vulnerability finding.</p>"
4545        },
4546        "remediation":{
4547          "shape":"Remediation",
4548          "documentation":"<p>An object that contains the details about how to remediate a finding.</p>"
4549        },
4550        "resources":{
4551          "shape":"ResourceList",
4552          "documentation":"<p>Contains information on the resources involved in a finding. The <code>resource</code> value determines the valid values for <code>type</code> in your request. For more information, see <a href=\"https://docs.aws.amazon.com/inspector/latest/user/findings-types.html\">Finding types</a> in the Amazon Inspector user guide.</p>"
4553        },
4554        "severity":{
4555          "shape":"Severity",
4556          "documentation":"<p>The severity of the finding. <code>UNTRIAGED</code> applies to <code>PACKAGE_VULNERABILITY</code> type findings that the vendor has not assigned a severity yet. For more information, see <a href=\"https://docs.aws.amazon.com/inspector/latest/user/findings-understanding-severity.html\">Severity levels for findings</a> in the Amazon Inspector user guide.</p>"
4557        },
4558        "status":{
4559          "shape":"FindingStatus",
4560          "documentation":"<p>The status of the finding.</p>"
4561        },
4562        "title":{
4563          "shape":"FindingTitle",
4564          "documentation":"<p>The title of the finding.</p>"
4565        },
4566        "type":{
4567          "shape":"FindingType",
4568          "documentation":"<p>The type of the finding. The <code>type</code> value determines the valid values for <code>resource</code> in your request. For more information, see <a href=\"https://docs.aws.amazon.com/inspector/latest/user/findings-types.html\">Finding types</a> in the Amazon Inspector user guide.</p>"
4569        },
4570        "updatedAt":{
4571          "shape":"DateTimeTimestamp",
4572          "documentation":"<p>The date and time the finding was last updated at.</p>"
4573        }
4574      },
4575      "documentation":"<p>Details about an Amazon Inspector finding.</p>"
4576    },
4577    "FindingArn":{
4578      "type":"string",
4579      "max":100,
4580      "min":1,
4581      "pattern":"^arn:(aws[a-zA-Z-]*)?:inspector2:[a-z]{2}(-gov)?-[a-z]+-\\d{1}:\\d{12}:finding/[a-f0-9]{32}$"
4582    },
4583    "FindingArnList":{
4584      "type":"list",
4585      "member":{"shape":"FindingArn"},
4586      "max":10,
4587      "min":1
4588    },
4589    "FindingDescription":{
4590      "type":"string",
4591      "max":1024,
4592      "min":1
4593    },
4594    "FindingDetail":{
4595      "type":"structure",
4596      "members":{
4597        "cisaData":{"shape":"CisaData"},
4598        "cwes":{
4599          "shape":"Cwes",
4600          "documentation":"<p>The Common Weakness Enumerations (CWEs) associated with the vulnerability.</p>"
4601        },
4602        "epssScore":{
4603          "shape":"Double",
4604          "documentation":"<p>The Exploit Prediction Scoring System (EPSS) score of the vulnerability.</p>"
4605        },
4606        "evidences":{
4607          "shape":"EvidenceList",
4608          "documentation":"<p>Information on the evidence of the vulnerability.</p>"
4609        },
4610        "exploitObserved":{"shape":"ExploitObserved"},
4611        "findingArn":{
4612          "shape":"FindingArn",
4613          "documentation":"<p>The finding ARN that the vulnerability details are associated with.</p>"
4614        },
4615        "referenceUrls":{
4616          "shape":"VulnerabilityReferenceUrls",
4617          "documentation":"<p>The reference URLs for the vulnerability data.</p>"
4618        },
4619        "riskScore":{
4620          "shape":"RiskScore",
4621          "documentation":"<p>The risk score of the vulnerability.</p>"
4622        },
4623        "tools":{
4624          "shape":"Tools",
4625          "documentation":"<p>The known malware tools or kits that can exploit the vulnerability.</p>"
4626        },
4627        "ttps":{
4628          "shape":"Ttps",
4629          "documentation":"<p>The MITRE adversary tactics, techniques, or procedures (TTPs) associated with the vulnerability.</p>"
4630        }
4631      },
4632      "documentation":"<p>Details of the vulnerability identified in a finding.</p>"
4633    },
4634    "FindingDetails":{
4635      "type":"list",
4636      "member":{"shape":"FindingDetail"},
4637      "min":0
4638    },
4639    "FindingDetailsError":{
4640      "type":"structure",
4641      "required":[
4642        "errorCode",
4643        "errorMessage",
4644        "findingArn"
4645      ],
4646      "members":{
4647        "errorCode":{
4648          "shape":"FindingDetailsErrorCode",
4649          "documentation":"<p>The error code.</p>"
4650        },
4651        "errorMessage":{
4652          "shape":"NonEmptyString",
4653          "documentation":"<p>The error message.</p>"
4654        },
4655        "findingArn":{
4656          "shape":"FindingArn",
4657          "documentation":"<p>The finding ARN that returned an error.</p>"
4658        }
4659      },
4660      "documentation":"<p>Details about an error encountered when trying to return vulnerability data for a finding.</p>"
4661    },
4662    "FindingDetailsErrorCode":{
4663      "type":"string",
4664      "enum":[
4665        "INTERNAL_ERROR",
4666        "ACCESS_DENIED",
4667        "FINDING_DETAILS_NOT_FOUND",
4668        "INVALID_INPUT"
4669      ]
4670    },
4671    "FindingDetailsErrorList":{
4672      "type":"list",
4673      "member":{"shape":"FindingDetailsError"}
4674    },
4675    "FindingList":{
4676      "type":"list",
4677      "member":{"shape":"Finding"},
4678      "max":25,
4679      "min":0
4680    },
4681    "FindingStatus":{
4682      "type":"string",
4683      "enum":[
4684        "ACTIVE",
4685        "SUPPRESSED",
4686        "CLOSED"
4687      ]
4688    },
4689    "FindingTitle":{
4690      "type":"string",
4691      "max":1024,
4692      "min":1
4693    },
4694    "FindingType":{
4695      "type":"string",
4696      "enum":[
4697        "NETWORK_REACHABILITY",
4698        "PACKAGE_VULNERABILITY",
4699        "CODE_VULNERABILITY"
4700      ]
4701    },
4702    "FindingTypeAggregation":{
4703      "type":"structure",
4704      "members":{
4705        "findingType":{
4706          "shape":"AggregationFindingType",
4707          "documentation":"<p>The finding type to aggregate.</p>"
4708        },
4709        "resourceType":{
4710          "shape":"AggregationResourceType",
4711          "documentation":"<p>The resource type to aggregate.</p>"
4712        },
4713        "sortBy":{
4714          "shape":"FindingTypeSortBy",
4715          "documentation":"<p>The value to sort results by.</p>"
4716        },
4717        "sortOrder":{
4718          "shape":"SortOrder",
4719          "documentation":"<p>The order to sort results by.</p>"
4720        }
4721      },
4722      "documentation":"<p>The details that define an aggregation based on finding type.</p>"
4723    },
4724    "FindingTypeAggregationResponse":{
4725      "type":"structure",
4726      "members":{
4727        "accountId":{
4728          "shape":"AccountId",
4729          "documentation":"<p>The ID of the Amazon Web Services account associated with the findings.</p>"
4730        },
4731        "severityCounts":{
4732          "shape":"SeverityCounts",
4733          "documentation":"<p>The value to sort results by.</p>"
4734        }
4735      },
4736      "documentation":"<p>A response that contains the results of a finding type aggregation.</p>"
4737    },
4738    "FindingTypeSortBy":{
4739      "type":"string",
4740      "enum":[
4741        "CRITICAL",
4742        "HIGH",
4743        "ALL"
4744      ]
4745    },
4746    "FirstSeen":{"type":"timestamp"},
4747    "FixAvailable":{
4748      "type":"string",
4749      "enum":[
4750        "YES",
4751        "NO",
4752        "PARTIAL"
4753      ]
4754    },
4755    "FreeTrialAccountInfo":{
4756      "type":"structure",
4757      "required":[
4758        "accountId",
4759        "freeTrialInfo"
4760      ],
4761      "members":{
4762        "accountId":{
4763          "shape":"MeteringAccountId",
4764          "documentation":"<p>The account associated with the Amazon Inspector free trial information.</p>"
4765        },
4766        "freeTrialInfo":{
4767          "shape":"FreeTrialInfoList",
4768          "documentation":"<p>Contains information about the Amazon Inspector free trial for an account.</p>"
4769        }
4770      },
4771      "documentation":"<p>Information about the Amazon Inspector free trial for an account.</p>"
4772    },
4773    "FreeTrialAccountInfoList":{
4774      "type":"list",
4775      "member":{"shape":"FreeTrialAccountInfo"}
4776    },
4777    "FreeTrialInfo":{
4778      "type":"structure",
4779      "required":[
4780        "end",
4781        "start",
4782        "status",
4783        "type"
4784      ],
4785      "members":{
4786        "end":{
4787          "shape":"Timestamp",
4788          "documentation":"<p>The date and time that the Amazon Inspector free trail ends for a given account.</p>"
4789        },
4790        "start":{
4791          "shape":"Timestamp",
4792          "documentation":"<p>The date and time that the Amazon Inspector free trail started for a given account.</p>"
4793        },
4794        "status":{
4795          "shape":"FreeTrialStatus",
4796          "documentation":"<p>The order to sort results by.</p>"
4797        },
4798        "type":{
4799          "shape":"FreeTrialType",
4800          "documentation":"<p>The type of scan covered by the Amazon Inspector free trail.</p>"
4801        }
4802      },
4803      "documentation":"<p>An object that contains information about the Amazon Inspector free trial for an account.</p>"
4804    },
4805    "FreeTrialInfoError":{
4806      "type":"structure",
4807      "required":[
4808        "accountId",
4809        "code",
4810        "message"
4811      ],
4812      "members":{
4813        "accountId":{
4814          "shape":"MeteringAccountId",
4815          "documentation":"<p>The account associated with the Amazon Inspector free trial information.</p>"
4816        },
4817        "code":{
4818          "shape":"FreeTrialInfoErrorCode",
4819          "documentation":"<p>The error code.</p>"
4820        },
4821        "message":{
4822          "shape":"String",
4823          "documentation":"<p>The error message returned.</p>"
4824        }
4825      },
4826      "documentation":"<p>Information about an error received while accessing free trail data for an account.</p>"
4827    },
4828    "FreeTrialInfoErrorCode":{
4829      "type":"string",
4830      "enum":[
4831        "ACCESS_DENIED",
4832        "INTERNAL_ERROR"
4833      ]
4834    },
4835    "FreeTrialInfoErrorList":{
4836      "type":"list",
4837      "member":{"shape":"FreeTrialInfoError"}
4838    },
4839    "FreeTrialInfoList":{
4840      "type":"list",
4841      "member":{"shape":"FreeTrialInfo"}
4842    },
4843    "FreeTrialStatus":{
4844      "type":"string",
4845      "enum":[
4846        "ACTIVE",
4847        "INACTIVE"
4848      ]
4849    },
4850    "FreeTrialType":{
4851      "type":"string",
4852      "enum":[
4853        "EC2",
4854        "ECR",
4855        "LAMBDA",
4856        "LAMBDA_CODE"
4857      ]
4858    },
4859    "FunctionName":{
4860      "type":"string",
4861      "pattern":"^[a-zA-Z0-9-_\\.]+(:(\\$LATEST|[a-zA-Z0-9-_]+))?$"
4862    },
4863    "GetCisScanReportRequest":{
4864      "type":"structure",
4865      "required":["scanArn"],
4866      "members":{
4867        "scanArn":{
4868          "shape":"CisScanArn",
4869          "documentation":"<p>The scan ARN.</p>"
4870        },
4871        "targetAccounts":{
4872          "shape":"ReportTargetAccounts",
4873          "documentation":"<p>The target accounts.</p>"
4874        }
4875      }
4876    },
4877    "GetCisScanReportResponse":{
4878      "type":"structure",
4879      "members":{
4880        "status":{
4881          "shape":"CisReportStatus",
4882          "documentation":"<p>The status.</p>"
4883        },
4884        "url":{
4885          "shape":"String",
4886          "documentation":"<p> The URL where the CIS scan report PDF can be downloaded. </p>"
4887        }
4888      }
4889    },
4890    "GetCisScanResultDetailsMaxResults":{
4891      "type":"integer",
4892      "box":true,
4893      "max":1000,
4894      "min":1
4895    },
4896    "GetCisScanResultDetailsRequest":{
4897      "type":"structure",
4898      "required":[
4899        "accountId",
4900        "scanArn",
4901        "targetResourceId"
4902      ],
4903      "members":{
4904        "accountId":{
4905          "shape":"AccountId",
4906          "documentation":"<p>The account ID.</p>"
4907        },
4908        "filterCriteria":{
4909          "shape":"CisScanResultDetailsFilterCriteria",
4910          "documentation":"<p>The filter criteria.</p>"
4911        },
4912        "maxResults":{
4913          "shape":"GetCisScanResultDetailsMaxResults",
4914          "documentation":"<p>The maximum number of CIS scan result details to be returned in a single page of results.</p>"
4915        },
4916        "nextToken":{
4917          "shape":"NextToken",
4918          "documentation":"<p>The pagination token from a previous request that's used to retrieve the next page of results.</p>"
4919        },
4920        "scanArn":{
4921          "shape":"CisScanArn",
4922          "documentation":"<p>The scan ARN.</p>"
4923        },
4924        "sortBy":{
4925          "shape":"CisScanResultDetailsSortBy",
4926          "documentation":"<p>The sort by order.</p>"
4927        },
4928        "sortOrder":{
4929          "shape":"CisSortOrder",
4930          "documentation":"<p>The sort order.</p>"
4931        },
4932        "targetResourceId":{
4933          "shape":"ResourceId",
4934          "documentation":"<p>The target resource ID.</p>"
4935        }
4936      }
4937    },
4938    "GetCisScanResultDetailsResponse":{
4939      "type":"structure",
4940      "members":{
4941        "nextToken":{
4942          "shape":"NextToken",
4943          "documentation":"<p>The pagination token from a previous request that's used to retrieve the next page of results.</p>"
4944        },
4945        "scanResultDetails":{
4946          "shape":"CisScanResultDetailsList",
4947          "documentation":"<p>The scan result details.</p>"
4948        }
4949      }
4950    },
4951    "GetConfigurationRequest":{
4952      "type":"structure",
4953      "members":{
4954      }
4955    },
4956    "GetConfigurationResponse":{
4957      "type":"structure",
4958      "members":{
4959        "ecrConfiguration":{
4960          "shape":"EcrConfigurationState",
4961          "documentation":"<p>Specifies how the ECR automated re-scan duration is currently configured for your environment.</p>"
4962        }
4963      }
4964    },
4965    "GetDelegatedAdminAccountRequest":{
4966      "type":"structure",
4967      "members":{
4968      }
4969    },
4970    "GetDelegatedAdminAccountResponse":{
4971      "type":"structure",
4972      "members":{
4973        "delegatedAdmin":{
4974          "shape":"DelegatedAdmin",
4975          "documentation":"<p>The Amazon Web Services account ID of the Amazon Inspector delegated administrator.</p>"
4976        }
4977      }
4978    },
4979    "GetEc2DeepInspectionConfigurationRequest":{
4980      "type":"structure",
4981      "members":{
4982      }
4983    },
4984    "GetEc2DeepInspectionConfigurationResponse":{
4985      "type":"structure",
4986      "members":{
4987        "errorMessage":{
4988          "shape":"NonEmptyString",
4989          "documentation":"<p>An error message explaining why Amazon Inspector deep inspection configurations could not be retrieved for your account.</p>"
4990        },
4991        "orgPackagePaths":{
4992          "shape":"PathList",
4993          "documentation":"<p>The Amazon Inspector deep inspection custom paths for your organization.</p>"
4994        },
4995        "packagePaths":{
4996          "shape":"PathList",
4997          "documentation":"<p>The Amazon Inspector deep inspection custom paths for your account.</p>"
4998        },
4999        "status":{
5000          "shape":"Ec2DeepInspectionStatus",
5001          "documentation":"<p>The activation status of Amazon Inspector deep inspection in your account.</p>"
5002        }
5003      }
5004    },
5005    "GetEncryptionKeyRequest":{
5006      "type":"structure",
5007      "required":[
5008        "resourceType",
5009        "scanType"
5010      ],
5011      "members":{
5012        "resourceType":{
5013          "shape":"ResourceType",
5014          "documentation":"<p>The resource type the key encrypts.</p>",
5015          "location":"querystring",
5016          "locationName":"resourceType"
5017        },
5018        "scanType":{
5019          "shape":"ScanType",
5020          "documentation":"<p>The scan type the key encrypts.</p>",
5021          "location":"querystring",
5022          "locationName":"scanType"
5023        }
5024      }
5025    },
5026    "GetEncryptionKeyResponse":{
5027      "type":"structure",
5028      "required":["kmsKeyId"],
5029      "members":{
5030        "kmsKeyId":{
5031          "shape":"KmsKeyArn",
5032          "documentation":"<p>A kms key ID.</p>"
5033        }
5034      }
5035    },
5036    "GetFindingsReportStatusRequest":{
5037      "type":"structure",
5038      "members":{
5039        "reportId":{
5040          "shape":"ReportId",
5041          "documentation":"<p>The ID of the report to retrieve the status of.</p>"
5042        }
5043      }
5044    },
5045    "GetFindingsReportStatusResponse":{
5046      "type":"structure",
5047      "members":{
5048        "destination":{
5049          "shape":"Destination",
5050          "documentation":"<p>The destination of the report.</p>"
5051        },
5052        "errorCode":{
5053          "shape":"ReportingErrorCode",
5054          "documentation":"<p>The error code of the report.</p>"
5055        },
5056        "errorMessage":{
5057          "shape":"ErrorMessage",
5058          "documentation":"<p>The error message of the report.</p>"
5059        },
5060        "filterCriteria":{
5061          "shape":"FilterCriteria",
5062          "documentation":"<p>The filter criteria associated with the report.</p>"
5063        },
5064        "reportId":{
5065          "shape":"ReportId",
5066          "documentation":"<p>The ID of the report.</p>"
5067        },
5068        "status":{
5069          "shape":"ExternalReportStatus",
5070          "documentation":"<p>The status of the report.</p>"
5071        }
5072      }
5073    },
5074    "GetMemberRequest":{
5075      "type":"structure",
5076      "required":["accountId"],
5077      "members":{
5078        "accountId":{
5079          "shape":"AccountId",
5080          "documentation":"<p>The Amazon Web Services account ID of the member account to retrieve information on.</p>"
5081        }
5082      }
5083    },
5084    "GetMemberResponse":{
5085      "type":"structure",
5086      "members":{
5087        "member":{
5088          "shape":"Member",
5089          "documentation":"<p>Details of the retrieved member account.</p>"
5090        }
5091      }
5092    },
5093    "GetSbomExportRequest":{
5094      "type":"structure",
5095      "required":["reportId"],
5096      "members":{
5097        "reportId":{
5098          "shape":"ReportId",
5099          "documentation":"<p>The report ID of the SBOM export to get details for.</p>"
5100        }
5101      }
5102    },
5103    "GetSbomExportResponse":{
5104      "type":"structure",
5105      "members":{
5106        "errorCode":{
5107          "shape":"ReportingErrorCode",
5108          "documentation":"<p>An error code.</p>"
5109        },
5110        "errorMessage":{
5111          "shape":"NonEmptyString",
5112          "documentation":"<p>An error message.</p>"
5113        },
5114        "filterCriteria":{
5115          "shape":"ResourceFilterCriteria",
5116          "documentation":"<p>Contains details about the resource filter criteria used for the software bill of materials (SBOM) report.</p>"
5117        },
5118        "format":{
5119          "shape":"SbomReportFormat",
5120          "documentation":"<p>The format of the software bill of materials (SBOM) report.</p>"
5121        },
5122        "reportId":{
5123          "shape":"ReportId",
5124          "documentation":"<p>The report ID of the software bill of materials (SBOM) report.</p>"
5125        },
5126        "s3Destination":{"shape":"Destination"},
5127        "status":{
5128          "shape":"ExternalReportStatus",
5129          "documentation":"<p>The status of the software bill of materials (SBOM) report.</p>"
5130        }
5131      }
5132    },
5133    "GroupKey":{
5134      "type":"string",
5135      "enum":[
5136        "SCAN_STATUS_CODE",
5137        "SCAN_STATUS_REASON",
5138        "ACCOUNT_ID",
5139        "RESOURCE_TYPE",
5140        "ECR_REPOSITORY_NAME"
5141      ]
5142    },
5143    "ImageHash":{
5144      "type":"string",
5145      "max":71,
5146      "min":71,
5147      "pattern":"^sha256:[a-z0-9]{64}$"
5148    },
5149    "ImageLayerAggregation":{
5150      "type":"structure",
5151      "members":{
5152        "layerHashes":{
5153          "shape":"StringFilterList",
5154          "documentation":"<p>The hashes associated with the layers.</p>"
5155        },
5156        "repositories":{
5157          "shape":"StringFilterList",
5158          "documentation":"<p>The repository associated with the container image hosting the layers.</p>"
5159        },
5160        "resourceIds":{
5161          "shape":"StringFilterList",
5162          "documentation":"<p>The ID of the container image layer.</p>"
5163        },
5164        "sortBy":{
5165          "shape":"ImageLayerSortBy",
5166          "documentation":"<p>The value to sort results by.</p>"
5167        },
5168        "sortOrder":{
5169          "shape":"SortOrder",
5170          "documentation":"<p>The order to sort results by.</p>"
5171        }
5172      },
5173      "documentation":"<p>The details that define an aggregation based on container image layers.</p>"
5174    },
5175    "ImageLayerAggregationResponse":{
5176      "type":"structure",
5177      "required":[
5178        "accountId",
5179        "layerHash",
5180        "repository",
5181        "resourceId"
5182      ],
5183      "members":{
5184        "accountId":{
5185          "shape":"AccountId",
5186          "documentation":"<p>The ID of the Amazon Web Services account that owns the container image hosting the layer image.</p>"
5187        },
5188        "layerHash":{
5189          "shape":"NonEmptyString",
5190          "documentation":"<p>The layer hash.</p>"
5191        },
5192        "repository":{
5193          "shape":"NonEmptyString",
5194          "documentation":"<p>The repository the layer resides in.</p>"
5195        },
5196        "resourceId":{
5197          "shape":"NonEmptyString",
5198          "documentation":"<p>The resource ID of the container image layer.</p>"
5199        },
5200        "severityCounts":{
5201          "shape":"SeverityCounts",
5202          "documentation":"<p>An object that represents the count of matched findings per severity.</p>"
5203        }
5204      },
5205      "documentation":"<p>A response that contains the results of a finding aggregation by image layer.</p>"
5206    },
5207    "ImageLayerSortBy":{
5208      "type":"string",
5209      "enum":[
5210        "CRITICAL",
5211        "HIGH",
5212        "ALL"
5213      ]
5214    },
5215    "ImageTagList":{
5216      "type":"list",
5217      "member":{"shape":"NonEmptyString"}
5218    },
5219    "InspectorScoreDetails":{
5220      "type":"structure",
5221      "members":{
5222        "adjustedCvss":{
5223          "shape":"CvssScoreDetails",
5224          "documentation":"<p>An object that contains details about the CVSS score given to a finding.</p>"
5225        }
5226      },
5227      "documentation":"<p>Information about the Amazon Inspector score given to a finding.</p>"
5228    },
5229    "Integer":{
5230      "type":"integer",
5231      "box":true
5232    },
5233    "InternalServerException":{
5234      "type":"structure",
5235      "required":["message"],
5236      "members":{
5237        "message":{"shape":"String"},
5238        "retryAfterSeconds":{
5239          "shape":"Integer",
5240          "documentation":"<p>The number of seconds to wait before retrying the request.</p>",
5241          "location":"header",
5242          "locationName":"Retry-After"
5243        }
5244      },
5245      "documentation":"<p>The request has failed due to an internal failure of the Amazon Inspector service.</p>",
5246      "error":{"httpStatusCode":500},
5247      "exception":true,
5248      "fault":true,
5249      "retryable":{"throttling":false}
5250    },
5251    "IpV4Address":{
5252      "type":"string",
5253      "max":15,
5254      "min":7,
5255      "pattern":"^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$"
5256    },
5257    "IpV4AddressList":{
5258      "type":"list",
5259      "member":{"shape":"IpV4Address"}
5260    },
5261    "IpV6Address":{
5262      "type":"string",
5263      "max":47,
5264      "min":1
5265    },
5266    "IpV6AddressList":{
5267      "type":"list",
5268      "member":{"shape":"IpV6Address"}
5269    },
5270    "KmsKeyArn":{
5271      "type":"string",
5272      "pattern":"^arn:aws(-(us-gov|cn))?:kms:([a-z0-9][-.a-z0-9]{0,62})?:[0-9]{12}?:key/(([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})|(mrk-[0-9a-zA-Z]{32}))$"
5273    },
5274    "LambdaFunctionAggregation":{
5275      "type":"structure",
5276      "members":{
5277        "functionNames":{
5278          "shape":"StringFilterList",
5279          "documentation":"<p>The Amazon Web Services Lambda function names to include in the aggregation results.</p>"
5280        },
5281        "functionTags":{
5282          "shape":"MapFilterList",
5283          "documentation":"<p>The tags to include in the aggregation results.</p>"
5284        },
5285        "resourceIds":{
5286          "shape":"StringFilterList",
5287          "documentation":"<p>The resource IDs to include in the aggregation results.</p>"
5288        },
5289        "runtimes":{
5290          "shape":"StringFilterList",
5291          "documentation":"<p>Returns findings aggregated by Amazon Web Services Lambda function runtime environments.</p>"
5292        },
5293        "sortBy":{
5294          "shape":"LambdaFunctionSortBy",
5295          "documentation":"<p>The finding severity to use for sorting the results.</p>"
5296        },
5297        "sortOrder":{
5298          "shape":"SortOrder",
5299          "documentation":"<p>The order to use for sorting the results.</p>"
5300        }
5301      },
5302      "documentation":"<p>The details that define a findings aggregation based on Amazon Web Services Lambda functions.</p>"
5303    },
5304    "LambdaFunctionAggregationResponse":{
5305      "type":"structure",
5306      "required":["resourceId"],
5307      "members":{
5308        "accountId":{
5309          "shape":"AccountId",
5310          "documentation":"<p>The ID of the Amazon Web Services account that owns the Amazon Web Services Lambda function. </p>"
5311        },
5312        "functionName":{
5313          "shape":"String",
5314          "documentation":"<p>The Amazon Web Services Lambda function names included in the aggregation results.</p>"
5315        },
5316        "lambdaTags":{
5317          "shape":"TagMap",
5318          "documentation":"<p>The tags included in the aggregation results.</p>"
5319        },
5320        "lastModifiedAt":{
5321          "shape":"DateTimeTimestamp",
5322          "documentation":"<p>The date that the Amazon Web Services Lambda function included in the aggregation results was last changed.</p>"
5323        },
5324        "resourceId":{
5325          "shape":"NonEmptyString",
5326          "documentation":"<p>The resource IDs included in the aggregation results.</p>"
5327        },
5328        "runtime":{
5329          "shape":"String",
5330          "documentation":"<p>The runtimes included in the aggregation results.</p>"
5331        },
5332        "severityCounts":{"shape":"SeverityCounts"}
5333      },
5334      "documentation":"<p>A response that contains the results of an Amazon Web Services Lambda function finding aggregation.</p>"
5335    },
5336    "LambdaFunctionMetadata":{
5337      "type":"structure",
5338      "members":{
5339        "functionName":{
5340          "shape":"String",
5341          "documentation":"<p>The name of a function.</p>"
5342        },
5343        "functionTags":{
5344          "shape":"TagMap",
5345          "documentation":"<p>The resource tags on an Amazon Web Services Lambda function.</p>"
5346        },
5347        "layers":{
5348          "shape":"LambdaLayerList",
5349          "documentation":"<p>The layers for an Amazon Web Services Lambda function. A Lambda function can have up to five layers.</p>"
5350        },
5351        "runtime":{
5352          "shape":"Runtime",
5353          "documentation":"<p>An Amazon Web Services Lambda function's runtime.</p>"
5354        }
5355      },
5356      "documentation":"<p>The Amazon Web Services Lambda function metadata.</p>"
5357    },
5358    "LambdaFunctionSortBy":{
5359      "type":"string",
5360      "enum":[
5361        "CRITICAL",
5362        "HIGH",
5363        "ALL"
5364      ]
5365    },
5366    "LambdaLayerAggregation":{
5367      "type":"structure",
5368      "members":{
5369        "functionNames":{
5370          "shape":"StringFilterList",
5371          "documentation":"<p>The names of the Amazon Web Services Lambda functions associated with the layers.</p>"
5372        },
5373        "layerArns":{
5374          "shape":"StringFilterList",
5375          "documentation":"<p>The Amazon Resource Name (ARN) of the Amazon Web Services Lambda function layer. </p>"
5376        },
5377        "resourceIds":{
5378          "shape":"StringFilterList",
5379          "documentation":"<p>The resource IDs for the Amazon Web Services Lambda function layers.</p>"
5380        },
5381        "sortBy":{
5382          "shape":"LambdaLayerSortBy",
5383          "documentation":"<p>The finding severity to use for sorting the results.</p>"
5384        },
5385        "sortOrder":{
5386          "shape":"SortOrder",
5387          "documentation":"<p>The order to use for sorting the results.</p>"
5388        }
5389      },
5390      "documentation":"<p>The details that define a findings aggregation based on an Amazon Web Services Lambda function's layers.</p>"
5391    },
5392    "LambdaLayerAggregationResponse":{
5393      "type":"structure",
5394      "required":[
5395        "accountId",
5396        "functionName",
5397        "layerArn",
5398        "resourceId"
5399      ],
5400      "members":{
5401        "accountId":{
5402          "shape":"AccountId",
5403          "documentation":"<p>The account ID of the Amazon Web Services Lambda function layer.</p>"
5404        },
5405        "functionName":{
5406          "shape":"NonEmptyString",
5407          "documentation":"<p>The names of the Amazon Web Services Lambda functions associated with the layers.</p>"
5408        },
5409        "layerArn":{
5410          "shape":"NonEmptyString",
5411          "documentation":"<p>The Amazon Resource Name (ARN) of the Amazon Web Services Lambda function layer.</p>"
5412        },
5413        "resourceId":{
5414          "shape":"NonEmptyString",
5415          "documentation":"<p>The Resource ID of the Amazon Web Services Lambda function layer.</p>"
5416        },
5417        "severityCounts":{"shape":"SeverityCounts"}
5418      },
5419      "documentation":"<p>A response that contains the results of an Amazon Web Services Lambda function layer finding aggregation.</p>"
5420    },
5421    "LambdaLayerArn":{
5422      "type":"string",
5423      "pattern":"^arn:[a-zA-Z0-9-]+:lambda:[a-zA-Z0-9-]+:\\d{12}:layer:[a-zA-Z0-9-_]+:[0-9]+$"
5424    },
5425    "LambdaLayerList":{
5426      "type":"list",
5427      "member":{"shape":"String"},
5428      "max":5,
5429      "min":0
5430    },
5431    "LambdaLayerSortBy":{
5432      "type":"string",
5433      "enum":[
5434        "CRITICAL",
5435        "HIGH",
5436        "ALL"
5437      ]
5438    },
5439    "LambdaVpcConfig":{
5440      "type":"structure",
5441      "members":{
5442        "securityGroupIds":{
5443          "shape":"SecurityGroupIdList",
5444          "documentation":"<p>The VPC security groups and subnets that are attached to an Amazon Web Services Lambda function. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-vpc.html\">VPC Settings</a>.</p>"
5445        },
5446        "subnetIds":{
5447          "shape":"SubnetIdList",
5448          "documentation":"<p>A list of VPC subnet IDs.</p>"
5449        },
5450        "vpcId":{
5451          "shape":"VpcId",
5452          "documentation":"<p>The ID of the VPC.</p>"
5453        }
5454      },
5455      "documentation":"<p>The VPC security groups and subnets that are attached to an Amazon Web Services Lambda function. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-vpc.html\">VPC Settings</a>.</p>"
5456    },
5457    "LastSeen":{"type":"timestamp"},
5458    "LayerList":{
5459      "type":"list",
5460      "member":{"shape":"LambdaLayerArn"},
5461      "max":5,
5462      "min":1
5463    },
5464    "ListAccountPermissionsMaxResults":{
5465      "type":"integer",
5466      "box":true,
5467      "max":1024,
5468      "min":1
5469    },
5470    "ListAccountPermissionsRequest":{
5471      "type":"structure",
5472      "members":{
5473        "maxResults":{
5474          "shape":"ListAccountPermissionsMaxResults",
5475          "documentation":"<p>The maximum number of results the response can return. If your request would return more than the maximum the response will return a <code>nextToken</code> value, use this value when you call the action again to get the remaining results.</p>"
5476        },
5477        "nextToken":{
5478          "shape":"NextToken",
5479          "documentation":"<p>A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. If your response returns more than the <code>maxResults</code> maximum value it will also return a <code>nextToken</code> value. For subsequent calls, use the NextToken value returned from the previous request to continue listing results after the first page.</p>"
5480        },
5481        "service":{
5482          "shape":"Service",
5483          "documentation":"<p>The service scan type to check permissions for.</p>"
5484        }
5485      }
5486    },
5487    "ListAccountPermissionsResponse":{
5488      "type":"structure",
5489      "required":["permissions"],
5490      "members":{
5491        "nextToken":{
5492          "shape":"NextToken",
5493          "documentation":"<p>A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the <code>NextToken</code> value returned from the previous request to continue listing results after the first page.</p>"
5494        },
5495        "permissions":{
5496          "shape":"Permissions",
5497          "documentation":"<p>Contains details on the permissions an account has to configure Amazon Inspector.</p>"
5498        }
5499      }
5500    },
5501    "ListCisScanConfigurationsFilterCriteria":{
5502      "type":"structure",
5503      "members":{
5504        "scanConfigurationArnFilters":{
5505          "shape":"CisScanConfigurationArnFilterList",
5506          "documentation":"<p>The list of scan configuration ARN filters.</p>"
5507        },
5508        "scanNameFilters":{
5509          "shape":"CisScanNameFilterList",
5510          "documentation":"<p>The list of scan name filters.</p>"
5511        },
5512        "targetResourceTagFilters":{
5513          "shape":"ResourceTagFilterList",
5514          "documentation":"<p>The list of target resource tag filters.</p>"
5515        }
5516      },
5517      "documentation":"<p>A list of CIS scan configurations filter criteria.</p>"
5518    },
5519    "ListCisScanConfigurationsMaxResults":{
5520      "type":"integer",
5521      "box":true,
5522      "max":100,
5523      "min":1
5524    },
5525    "ListCisScanConfigurationsRequest":{
5526      "type":"structure",
5527      "members":{
5528        "filterCriteria":{
5529          "shape":"ListCisScanConfigurationsFilterCriteria",
5530          "documentation":"<p>The CIS scan configuration filter criteria.</p>"
5531        },
5532        "maxResults":{
5533          "shape":"ListCisScanConfigurationsMaxResults",
5534          "documentation":"<p>The maximum number of CIS scan configurations to be returned in a single page of results.</p>"
5535        },
5536        "nextToken":{
5537          "shape":"NextToken",
5538          "documentation":"<p>The pagination token from a previous request that's used to retrieve the next page of results.</p>"
5539        },
5540        "sortBy":{
5541          "shape":"CisScanConfigurationsSortBy",
5542          "documentation":"<p>The CIS scan configuration sort by order.</p>"
5543        },
5544        "sortOrder":{
5545          "shape":"CisSortOrder",
5546          "documentation":"<p>The CIS scan configuration sort order order.</p>"
5547        }
5548      }
5549    },
5550    "ListCisScanConfigurationsResponse":{
5551      "type":"structure",
5552      "members":{
5553        "nextToken":{
5554          "shape":"NextToken",
5555          "documentation":"<p>The pagination token from a previous request that's used to retrieve the next page of results.</p>"
5556        },
5557        "scanConfigurations":{
5558          "shape":"CisScanConfigurationList",
5559          "documentation":"<p>The CIS scan configuration scan configurations.</p>"
5560        }
5561      }
5562    },
5563    "ListCisScanResultsAggregatedByChecksRequest":{
5564      "type":"structure",
5565      "required":["scanArn"],
5566      "members":{
5567        "filterCriteria":{
5568          "shape":"CisScanResultsAggregatedByChecksFilterCriteria",
5569          "documentation":"<p>The filter criteria.</p>"
5570        },
5571        "maxResults":{
5572          "shape":"CisScanResultsMaxResults",
5573          "documentation":"<p>The maximum number of scan results aggregated by checks to be returned in a single page of results.</p>"
5574        },
5575        "nextToken":{
5576          "shape":"NextToken",
5577          "documentation":"<p>The pagination token from a previous request that's used to retrieve the next page of results.</p>"
5578        },
5579        "scanArn":{
5580          "shape":"CisScanArn",
5581          "documentation":"<p>The scan ARN.</p>"
5582        },
5583        "sortBy":{
5584          "shape":"CisScanResultsAggregatedByChecksSortBy",
5585          "documentation":"<p>The sort by order.</p>"
5586        },
5587        "sortOrder":{
5588          "shape":"CisSortOrder",
5589          "documentation":"<p>The sort order.</p>"
5590        }
5591      }
5592    },
5593    "ListCisScanResultsAggregatedByChecksResponse":{
5594      "type":"structure",
5595      "members":{
5596        "checkAggregations":{
5597          "shape":"CisCheckAggregationList",
5598          "documentation":"<p>The check aggregations.</p>"
5599        },
5600        "nextToken":{
5601          "shape":"NextToken",
5602          "documentation":"<p>The pagination token from a previous request that's used to retrieve the next page of results.</p>"
5603        }
5604      }
5605    },
5606    "ListCisScanResultsAggregatedByTargetResourceRequest":{
5607      "type":"structure",
5608      "required":["scanArn"],
5609      "members":{
5610        "filterCriteria":{
5611          "shape":"CisScanResultsAggregatedByTargetResourceFilterCriteria",
5612          "documentation":"<p>The filter criteria.</p>"
5613        },
5614        "maxResults":{
5615          "shape":"CisScanResultsMaxResults",
5616          "documentation":"<p>The maximum number of scan results aggregated by a target resource to be returned in a single page of results.</p>"
5617        },
5618        "nextToken":{
5619          "shape":"NextToken",
5620          "documentation":"<p>The pagination token from a previous request that's used to retrieve the next page of results.</p>"
5621        },
5622        "scanArn":{
5623          "shape":"CisScanArn",
5624          "documentation":"<p>The scan ARN.</p>"
5625        },
5626        "sortBy":{
5627          "shape":"CisScanResultsAggregatedByTargetResourceSortBy",
5628          "documentation":"<p>The sort by order.</p>"
5629        },
5630        "sortOrder":{
5631          "shape":"CisSortOrder",
5632          "documentation":"<p>The sort order.</p>"
5633        }
5634      }
5635    },
5636    "ListCisScanResultsAggregatedByTargetResourceResponse":{
5637      "type":"structure",
5638      "members":{
5639        "nextToken":{
5640          "shape":"NextToken",
5641          "documentation":"<p>The pagination token from a previous request that's used to retrieve the next page of results.</p>"
5642        },
5643        "targetResourceAggregations":{
5644          "shape":"CisTargetResourceAggregationList",
5645          "documentation":"<p>The resource aggregations.</p>"
5646        }
5647      }
5648    },
5649    "ListCisScansDetailLevel":{
5650      "type":"string",
5651      "enum":[
5652        "ORGANIZATION",
5653        "MEMBER"
5654      ]
5655    },
5656    "ListCisScansFilterCriteria":{
5657      "type":"structure",
5658      "members":{
5659        "failedChecksFilters":{
5660          "shape":"CisNumberFilterList",
5661          "documentation":"<p>The list of failed checks filters.</p>"
5662        },
5663        "scanArnFilters":{
5664          "shape":"CisScanArnFilterList",
5665          "documentation":"<p>The list of scan ARN filters.</p>"
5666        },
5667        "scanAtFilters":{
5668          "shape":"CisScanDateFilterList",
5669          "documentation":"<p>The list of scan at filters.</p>"
5670        },
5671        "scanConfigurationArnFilters":{
5672          "shape":"CisScanConfigurationArnFilterList",
5673          "documentation":"<p>The list of scan configuration ARN filters.</p>"
5674        },
5675        "scanNameFilters":{
5676          "shape":"CisScanNameFilterList",
5677          "documentation":"<p>The list of scan name filters.</p>"
5678        },
5679        "scanStatusFilters":{
5680          "shape":"CisScanStatusFilterList",
5681          "documentation":"<p>The list of scan status filters.</p>"
5682        },
5683        "scheduledByFilters":{
5684          "shape":"CisScheduledByFilterList",
5685          "documentation":"<p>The list of scheduled by filters.</p>"
5686        },
5687        "targetAccountIdFilters":{
5688          "shape":"AccountIdFilterList",
5689          "documentation":"<p>The list of target account ID filters.</p>"
5690        },
5691        "targetResourceIdFilters":{
5692          "shape":"ResourceIdFilterList",
5693          "documentation":"<p>The list of target resource ID filters.</p>"
5694        },
5695        "targetResourceTagFilters":{
5696          "shape":"ResourceTagFilterList",
5697          "documentation":"<p>The list of target resource tag filters.</p>"
5698        }
5699      },
5700      "documentation":"<p>A list of CIS scans filter criteria.</p>"
5701    },
5702    "ListCisScansMaxResults":{
5703      "type":"integer",
5704      "box":true,
5705      "max":100,
5706      "min":1
5707    },
5708    "ListCisScansRequest":{
5709      "type":"structure",
5710      "members":{
5711        "detailLevel":{
5712          "shape":"ListCisScansDetailLevel",
5713          "documentation":"<p>The detail applied to the CIS scan.</p>"
5714        },
5715        "filterCriteria":{
5716          "shape":"ListCisScansFilterCriteria",
5717          "documentation":"<p>The CIS scan filter criteria.</p>"
5718        },
5719        "maxResults":{
5720          "shape":"ListCisScansMaxResults",
5721          "documentation":"<p>The maximum number of results to be returned.</p>"
5722        },
5723        "nextToken":{
5724          "shape":"NextToken",
5725          "documentation":"<p>The pagination token from a previous request that's used to retrieve the next page of results.</p>"
5726        },
5727        "sortBy":{
5728          "shape":"ListCisScansSortBy",
5729          "documentation":"<p>The CIS scans sort by order.</p>"
5730        },
5731        "sortOrder":{
5732          "shape":"CisSortOrder",
5733          "documentation":"<p>The CIS scans sort order.</p>"
5734        }
5735      }
5736    },
5737    "ListCisScansResponse":{
5738      "type":"structure",
5739      "members":{
5740        "nextToken":{
5741          "shape":"NextToken",
5742          "documentation":"<p>The pagination token from a previous request that's used to retrieve the next page of results.</p>"
5743        },
5744        "scans":{
5745          "shape":"CisScanList",
5746          "documentation":"<p>The CIS scans.</p>"
5747        }
5748      }
5749    },
5750    "ListCisScansSortBy":{
5751      "type":"string",
5752      "enum":[
5753        "STATUS",
5754        "SCHEDULED_BY",
5755        "SCAN_START_DATE",
5756        "FAILED_CHECKS"
5757      ]
5758    },
5759    "ListCoverageMaxResults":{
5760      "type":"integer",
5761      "box":true,
5762      "max":200,
5763      "min":1
5764    },
5765    "ListCoverageRequest":{
5766      "type":"structure",
5767      "members":{
5768        "filterCriteria":{
5769          "shape":"CoverageFilterCriteria",
5770          "documentation":"<p>An object that contains details on the filters to apply to the coverage data for your environment.</p>"
5771        },
5772        "maxResults":{
5773          "shape":"ListCoverageMaxResults",
5774          "documentation":"<p>The maximum number of results the response can return. If your request would return more than the maximum the response will return a <code>nextToken</code> value, use this value when you call the action again to get the remaining results.</p>"
5775        },
5776        "nextToken":{
5777          "shape":"NextToken",
5778          "documentation":"<p>A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. If your response returns more than the <code>maxResults</code> maximum value it will also return a <code>nextToken</code> value. For subsequent calls, use the <code>nextToken</code> value returned from the previous request to continue listing results after the first page.</p>"
5779        }
5780      }
5781    },
5782    "ListCoverageResponse":{
5783      "type":"structure",
5784      "members":{
5785        "coveredResources":{
5786          "shape":"CoveredResources",
5787          "documentation":"<p>An object that contains details on the covered resources in your environment.</p>"
5788        },
5789        "nextToken":{
5790          "shape":"NextToken",
5791          "documentation":"<p>A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the <code>NextToken</code> value returned from the previous request to continue listing results after the first page.</p>"
5792        }
5793      }
5794    },
5795    "ListCoverageStatisticsRequest":{
5796      "type":"structure",
5797      "members":{
5798        "filterCriteria":{
5799          "shape":"CoverageFilterCriteria",
5800          "documentation":"<p>An object that contains details on the filters to apply to the coverage data for your environment.</p>"
5801        },
5802        "groupBy":{
5803          "shape":"GroupKey",
5804          "documentation":"<p>The value to group the results by.</p>"
5805        },
5806        "nextToken":{
5807          "shape":"NextToken",
5808          "documentation":"<p>A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the <code>NextToken</code> value returned from the previous request to continue listing results after the first page.</p>"
5809        }
5810      }
5811    },
5812    "ListCoverageStatisticsResponse":{
5813      "type":"structure",
5814      "required":["totalCounts"],
5815      "members":{
5816        "countsByGroup":{
5817          "shape":"CountsList",
5818          "documentation":"<p>An array with the number for each group.</p>"
5819        },
5820        "nextToken":{
5821          "shape":"NextToken",
5822          "documentation":"<p>A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the <code>NextToken</code> value returned from the previous request to continue listing results after the first page.</p>"
5823        },
5824        "totalCounts":{
5825          "shape":"Long",
5826          "documentation":"<p>The total number for all groups.</p>"
5827        }
5828      }
5829    },
5830    "ListDelegatedAdminAccountsRequest":{
5831      "type":"structure",
5832      "members":{
5833        "maxResults":{
5834          "shape":"ListDelegatedAdminMaxResults",
5835          "documentation":"<p>The maximum number of results the response can return. If your request would return more than the maximum the response will return a <code>nextToken</code> value, use this value when you call the action again to get the remaining results.</p>"
5836        },
5837        "nextToken":{
5838          "shape":"NextToken",
5839          "documentation":"<p>A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. If your response returns more than the <code>maxResults</code> maximum value it will also return a <code>nextToken</code> value. For subsequent calls, use the <code>nextToken</code> value returned from the previous request to continue listing results after the first page.</p>"
5840        }
5841      }
5842    },
5843    "ListDelegatedAdminAccountsResponse":{
5844      "type":"structure",
5845      "members":{
5846        "delegatedAdminAccounts":{
5847          "shape":"DelegatedAdminAccountList",
5848          "documentation":"<p>Details of the Amazon Inspector delegated administrator of your organization.</p>"
5849        },
5850        "nextToken":{
5851          "shape":"NextToken",
5852          "documentation":"<p>A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the <code>NextToken</code> value returned from the previous request to continue listing results after the first page.</p>"
5853        }
5854      }
5855    },
5856    "ListDelegatedAdminMaxResults":{
5857      "type":"integer",
5858      "box":true,
5859      "max":5,
5860      "min":1
5861    },
5862    "ListFilterMaxResults":{
5863      "type":"integer",
5864      "box":true,
5865      "max":100,
5866      "min":1
5867    },
5868    "ListFiltersRequest":{
5869      "type":"structure",
5870      "members":{
5871        "action":{
5872          "shape":"FilterAction",
5873          "documentation":"<p>The action the filter applies to matched findings.</p>"
5874        },
5875        "arns":{
5876          "shape":"FilterArnList",
5877          "documentation":"<p>The Amazon resource number (ARN) of the filter.</p>"
5878        },
5879        "maxResults":{
5880          "shape":"ListFilterMaxResults",
5881          "documentation":"<p>The maximum number of results the response can return. If your request would return more than the maximum the response will return a <code>nextToken</code> value, use this value when you call the action again to get the remaining results.</p>"
5882        },
5883        "nextToken":{
5884          "shape":"NextToken",
5885          "documentation":"<p>A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. If your response returns more than the <code>maxResults</code> maximum value it will also return a <code>nextToken</code> value. For subsequent calls, use the <code>nextToken</code> value returned from the previous request to continue listing results after the first page.</p>"
5886        }
5887      }
5888    },
5889    "ListFiltersResponse":{
5890      "type":"structure",
5891      "required":["filters"],
5892      "members":{
5893        "filters":{
5894          "shape":"FilterList",
5895          "documentation":"<p>Contains details on the filters associated with your account.</p>"
5896        },
5897        "nextToken":{
5898          "shape":"NextToken",
5899          "documentation":"<p>A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the <code>NextToken</code> value returned from the previous request to continue listing results after the first page.</p>"
5900        }
5901      }
5902    },
5903    "ListFindingAggregationsMaxResults":{
5904      "type":"integer",
5905      "box":true,
5906      "max":100,
5907      "min":1
5908    },
5909    "ListFindingAggregationsRequest":{
5910      "type":"structure",
5911      "required":["aggregationType"],
5912      "members":{
5913        "accountIds":{
5914          "shape":"StringFilterList",
5915          "documentation":"<p>The Amazon Web Services account IDs to retrieve finding aggregation data for.</p>"
5916        },
5917        "aggregationRequest":{
5918          "shape":"AggregationRequest",
5919          "documentation":"<p>Details of the aggregation request that is used to filter your aggregation results.</p>"
5920        },
5921        "aggregationType":{
5922          "shape":"AggregationType",
5923          "documentation":"<p>The type of the aggregation request.</p>"
5924        },
5925        "maxResults":{
5926          "shape":"ListFindingAggregationsMaxResults",
5927          "documentation":"<p>The maximum number of results the response can return. If your request would return more than the maximum the response will return a <code>nextToken</code> value, use this value when you call the action again to get the remaining results.</p>"
5928        },
5929        "nextToken":{
5930          "shape":"NextToken",
5931          "documentation":"<p>A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. If your response returns more than the <code>maxResults</code> maximum value it will also return a <code>nextToken</code> value. For subsequent calls, use the <code>nextToken</code> value returned from the previous request to continue listing results after the first page.</p>"
5932        }
5933      }
5934    },
5935    "ListFindingAggregationsResponse":{
5936      "type":"structure",
5937      "required":["aggregationType"],
5938      "members":{
5939        "aggregationType":{
5940          "shape":"AggregationType",
5941          "documentation":"<p>The type of aggregation to perform.</p>"
5942        },
5943        "nextToken":{
5944          "shape":"NextToken",
5945          "documentation":"<p>A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the <code>NextToken</code> value returned from the previous request to continue listing results after the first page.</p>"
5946        },
5947        "responses":{
5948          "shape":"AggregationResponseList",
5949          "documentation":"<p>Objects that contain the results of an aggregation operation.</p>"
5950        }
5951      }
5952    },
5953    "ListFindingsMaxResults":{
5954      "type":"integer",
5955      "box":true,
5956      "max":100,
5957      "min":1
5958    },
5959    "ListFindingsRequest":{
5960      "type":"structure",
5961      "members":{
5962        "filterCriteria":{
5963          "shape":"FilterCriteria",
5964          "documentation":"<p>Details on the filters to apply to your finding results.</p>"
5965        },
5966        "maxResults":{
5967          "shape":"ListFindingsMaxResults",
5968          "documentation":"<p>The maximum number of results the response can return. If your request would return more than the maximum the response will return a <code>nextToken</code> value, use this value when you call the action again to get the remaining results.</p>"
5969        },
5970        "nextToken":{
5971          "shape":"NextToken",
5972          "documentation":"<p>A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. If your response returns more than the <code>maxResults</code> maximum value it will also return a <code>nextToken</code> value. For subsequent calls, use the <code>nextToken</code> value returned from the previous request to continue listing results after the first page.</p>"
5973        },
5974        "sortCriteria":{
5975          "shape":"SortCriteria",
5976          "documentation":"<p>Details on the sort criteria to apply to your finding results.</p>"
5977        }
5978      }
5979    },
5980    "ListFindingsResponse":{
5981      "type":"structure",
5982      "members":{
5983        "findings":{
5984          "shape":"FindingList",
5985          "documentation":"<p>Contains details on the findings in your environment.</p>"
5986        },
5987        "nextToken":{
5988          "shape":"NextToken",
5989          "documentation":"<p>A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the <code>NextToken</code> value returned from the previous request to continue listing results after the first page.</p>"
5990        }
5991      }
5992    },
5993    "ListMembersMaxResults":{
5994      "type":"integer",
5995      "box":true,
5996      "max":50,
5997      "min":1
5998    },
5999    "ListMembersRequest":{
6000      "type":"structure",
6001      "members":{
6002        "maxResults":{
6003          "shape":"ListMembersMaxResults",
6004          "documentation":"<p>The maximum number of results the response can return. If your request would return more than the maximum the response will return a <code>nextToken</code> value, use this value when you call the action again to get the remaining results.</p>"
6005        },
6006        "nextToken":{
6007          "shape":"NextToken",
6008          "documentation":"<p>A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. If your response returns more than the <code>maxResults</code> maximum value it will also return a <code>nextToken</code> value. For subsequent calls, use the <code>nextToken</code> value returned from the previous request to continue listing results after the first page.</p>"
6009        },
6010        "onlyAssociated":{
6011          "shape":"Boolean",
6012          "documentation":"<p>Specifies whether to list only currently associated members if <code>True</code> or to list all members within the organization if <code>False</code>.</p>"
6013        }
6014      }
6015    },
6016    "ListMembersResponse":{
6017      "type":"structure",
6018      "members":{
6019        "members":{
6020          "shape":"MemberList",
6021          "documentation":"<p>An object that contains details for each member account.</p>"
6022        },
6023        "nextToken":{
6024          "shape":"NextToken",
6025          "documentation":"<p>The pagination parameter to be used on the next list operation to retrieve more items.</p>"
6026        }
6027      }
6028    },
6029    "ListTagsForResourceRequest":{
6030      "type":"structure",
6031      "required":["resourceArn"],
6032      "members":{
6033        "resourceArn":{
6034          "shape":"Arn",
6035          "documentation":"<p>The Amazon resource number (ARN) of the resource to list tags of.</p>",
6036          "location":"uri",
6037          "locationName":"resourceArn"
6038        }
6039      }
6040    },
6041    "ListTagsForResourceResponse":{
6042      "type":"structure",
6043      "members":{
6044        "tags":{
6045          "shape":"TagMap",
6046          "documentation":"<p>The tags associated with the resource.</p>"
6047        }
6048      }
6049    },
6050    "ListUsageTotalsMaxResults":{
6051      "type":"integer",
6052      "box":true,
6053      "max":500,
6054      "min":1
6055    },
6056    "ListUsageTotalsNextToken":{
6057      "type":"string",
6058      "min":1
6059    },
6060    "ListUsageTotalsRequest":{
6061      "type":"structure",
6062      "members":{
6063        "accountIds":{
6064          "shape":"UsageAccountIdList",
6065          "documentation":"<p>The Amazon Web Services account IDs to retrieve usage totals for.</p>"
6066        },
6067        "maxResults":{
6068          "shape":"ListUsageTotalsMaxResults",
6069          "documentation":"<p>The maximum number of results the response can return. If your request would return more than the maximum the response will return a <code>nextToken</code> value, use this value when you call the action again to get the remaining results.</p>"
6070        },
6071        "nextToken":{
6072          "shape":"ListUsageTotalsNextToken",
6073          "documentation":"<p>A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. If your response returns more than the <code>maxResults</code> maximum value it will also return a <code>nextToken</code> value. For subsequent calls, use the <code>nextToken</code> value returned from the previous request to continue listing results after the first page.</p>"
6074        }
6075      }
6076    },
6077    "ListUsageTotalsResponse":{
6078      "type":"structure",
6079      "members":{
6080        "nextToken":{
6081          "shape":"ListUsageTotalsNextToken",
6082          "documentation":"<p>The pagination parameter to be used on the next list operation to retrieve more items.</p>"
6083        },
6084        "totals":{
6085          "shape":"UsageTotalList",
6086          "documentation":"<p>An object with details on the total usage for the requested account.</p>"
6087        }
6088      }
6089    },
6090    "Long":{
6091      "type":"long",
6092      "box":true
6093    },
6094    "MapComparison":{
6095      "type":"string",
6096      "enum":["EQUALS"]
6097    },
6098    "MapFilter":{
6099      "type":"structure",
6100      "required":[
6101        "comparison",
6102        "key"
6103      ],
6104      "members":{
6105        "comparison":{
6106          "shape":"MapComparison",
6107          "documentation":"<p>The operator to use when comparing values in the filter.</p>"
6108        },
6109        "key":{
6110          "shape":"MapKey",
6111          "documentation":"<p>The tag key used in the filter.</p>"
6112        },
6113        "value":{
6114          "shape":"MapValue",
6115          "documentation":"<p>The tag value used in the filter.</p>"
6116        }
6117      },
6118      "documentation":"<p>An object that describes details of a map filter.</p>"
6119    },
6120    "MapFilterList":{
6121      "type":"list",
6122      "member":{"shape":"MapFilter"},
6123      "max":10,
6124      "min":1
6125    },
6126    "MapKey":{
6127      "type":"string",
6128      "max":128,
6129      "min":1
6130    },
6131    "MapValue":{
6132      "type":"string",
6133      "max":256,
6134      "min":0
6135    },
6136    "Member":{
6137      "type":"structure",
6138      "members":{
6139        "accountId":{
6140          "shape":"AccountId",
6141          "documentation":"<p>The Amazon Web Services account ID of the member account.</p>"
6142        },
6143        "delegatedAdminAccountId":{
6144          "shape":"AccountId",
6145          "documentation":"<p>The Amazon Web Services account ID of the Amazon Inspector delegated administrator for this member account.</p>"
6146        },
6147        "relationshipStatus":{
6148          "shape":"RelationshipStatus",
6149          "documentation":"<p>The status of the member account.</p>"
6150        },
6151        "updatedAt":{
6152          "shape":"DateTimeTimestamp",
6153          "documentation":"<p>A timestamp showing when the status of this member was last updated.</p>"
6154        }
6155      },
6156      "documentation":"<p>Details on a member account in your organization.</p>"
6157    },
6158    "MemberAccountEc2DeepInspectionStatus":{
6159      "type":"structure",
6160      "required":[
6161        "accountId",
6162        "activateDeepInspection"
6163      ],
6164      "members":{
6165        "accountId":{
6166          "shape":"AccountId",
6167          "documentation":"<p>The unique identifier for the Amazon Web Services account of the organization member.</p>"
6168        },
6169        "activateDeepInspection":{
6170          "shape":"Boolean",
6171          "documentation":"<p>Whether Amazon Inspector deep inspection is active in the account. If <code>TRUE</code> Amazon Inspector deep inspection is active, if <code>FALSE</code> it is not active.</p>"
6172        }
6173      },
6174      "documentation":"<p>An object that contains details about the status of Amazon Inspector deep inspection for a member account in your organization.</p>"
6175    },
6176    "MemberAccountEc2DeepInspectionStatusList":{
6177      "type":"list",
6178      "member":{"shape":"MemberAccountEc2DeepInspectionStatus"},
6179      "max":100,
6180      "min":0
6181    },
6182    "MemberAccountEc2DeepInspectionStatusState":{
6183      "type":"structure",
6184      "required":["accountId"],
6185      "members":{
6186        "accountId":{
6187          "shape":"AccountId",
6188          "documentation":"<p>The unique identifier for the Amazon Web Services account of the organization member</p>"
6189        },
6190        "errorMessage":{
6191          "shape":"NonEmptyString",
6192          "documentation":"<p>The error message explaining why the account failed to activate Amazon Inspector deep inspection.</p>"
6193        },
6194        "status":{
6195          "shape":"Ec2DeepInspectionStatus",
6196          "documentation":"<p>The state of Amazon Inspector deep inspection in the member account.</p>"
6197        }
6198      },
6199      "documentation":"<p>An object that contains details about the state of Amazon Inspector deep inspection for a member account.</p>"
6200    },
6201    "MemberAccountEc2DeepInspectionStatusStateList":{
6202      "type":"list",
6203      "member":{"shape":"MemberAccountEc2DeepInspectionStatusState"},
6204      "max":100,
6205      "min":0
6206    },
6207    "MemberList":{
6208      "type":"list",
6209      "member":{"shape":"Member"},
6210      "max":50,
6211      "min":0
6212    },
6213    "MeteringAccountId":{
6214      "type":"string",
6215      "pattern":"[0-9]{12}"
6216    },
6217    "MonthlyCostEstimate":{
6218      "type":"double",
6219      "min":0
6220    },
6221    "MonthlySchedule":{
6222      "type":"structure",
6223      "required":[
6224        "day",
6225        "startTime"
6226      ],
6227      "members":{
6228        "day":{
6229          "shape":"Day",
6230          "documentation":"<p>The monthly schedule's day.</p>"
6231        },
6232        "startTime":{
6233          "shape":"Time",
6234          "documentation":"<p>The monthly schedule's start time.</p>"
6235        }
6236      },
6237      "documentation":"<p>A monthly schedule.</p>"
6238    },
6239    "NetworkPath":{
6240      "type":"structure",
6241      "members":{
6242        "steps":{
6243          "shape":"StepList",
6244          "documentation":"<p>The details on the steps in the network path.</p>"
6245        }
6246      },
6247      "documentation":"<p>Information on the network path associated with a finding.</p>"
6248    },
6249    "NetworkProtocol":{
6250      "type":"string",
6251      "enum":[
6252        "TCP",
6253        "UDP"
6254      ]
6255    },
6256    "NetworkReachabilityDetails":{
6257      "type":"structure",
6258      "required":[
6259        "networkPath",
6260        "openPortRange",
6261        "protocol"
6262      ],
6263      "members":{
6264        "networkPath":{
6265          "shape":"NetworkPath",
6266          "documentation":"<p>An object that contains details about a network path associated with a finding.</p>"
6267        },
6268        "openPortRange":{
6269          "shape":"PortRange",
6270          "documentation":"<p>An object that contains details about the open port range associated with a finding.</p>"
6271        },
6272        "protocol":{
6273          "shape":"NetworkProtocol",
6274          "documentation":"<p>The protocol associated with a finding.</p>"
6275        }
6276      },
6277      "documentation":"<p>Contains the details of a network reachability finding.</p>"
6278    },
6279    "NextToken":{
6280      "type":"string",
6281      "max":1000000,
6282      "min":0
6283    },
6284    "NonEmptyString":{
6285      "type":"string",
6286      "min":1
6287    },
6288    "NonEmptyStringList":{
6289      "type":"list",
6290      "member":{"shape":"NonEmptyString"}
6291    },
6292    "NumberFilter":{
6293      "type":"structure",
6294      "members":{
6295        "lowerInclusive":{
6296          "shape":"Double",
6297          "documentation":"<p>The lowest number to be included in the filter.</p>"
6298        },
6299        "upperInclusive":{
6300          "shape":"Double",
6301          "documentation":"<p>The highest number to be included in the filter.</p>"
6302        }
6303      },
6304      "documentation":"<p>An object that describes the details of a number filter.</p>"
6305    },
6306    "NumberFilterList":{
6307      "type":"list",
6308      "member":{"shape":"NumberFilter"},
6309      "max":10,
6310      "min":1
6311    },
6312    "OneAccountIdFilterList":{
6313      "type":"list",
6314      "member":{"shape":"CisStringFilter"},
6315      "max":1,
6316      "min":1
6317    },
6318    "OneTimeSchedule":{
6319      "type":"structure",
6320      "members":{
6321      },
6322      "documentation":"<p>A one time schedule.</p>"
6323    },
6324    "Operation":{
6325      "type":"string",
6326      "enum":[
6327        "ENABLE_SCANNING",
6328        "DISABLE_SCANNING",
6329        "ENABLE_REPOSITORY",
6330        "DISABLE_REPOSITORY"
6331      ]
6332    },
6333    "OwnerId":{
6334      "type":"string",
6335      "max":34,
6336      "min":12,
6337      "pattern":"(^\\d{12}$)|(^o-[a-z0-9]{10,32}$)"
6338    },
6339    "PackageAggregation":{
6340      "type":"structure",
6341      "members":{
6342        "packageNames":{
6343          "shape":"StringFilterList",
6344          "documentation":"<p>The names of packages to aggregate findings on.</p>"
6345        },
6346        "sortBy":{
6347          "shape":"PackageSortBy",
6348          "documentation":"<p>The value to sort results by.</p>"
6349        },
6350        "sortOrder":{
6351          "shape":"SortOrder",
6352          "documentation":"<p>The order to sort results by.</p>"
6353        }
6354      },
6355      "documentation":"<p>The details that define an aggregation based on operating system package type.</p>"
6356    },
6357    "PackageAggregationResponse":{
6358      "type":"structure",
6359      "required":["packageName"],
6360      "members":{
6361        "accountId":{
6362          "shape":"AccountId",
6363          "documentation":"<p>The ID of the Amazon Web Services account associated with the findings.</p>"
6364        },
6365        "packageName":{
6366          "shape":"NonEmptyString",
6367          "documentation":"<p>The name of the operating system package.</p>"
6368        },
6369        "severityCounts":{
6370          "shape":"SeverityCounts",
6371          "documentation":"<p>An object that contains the count of matched findings per severity.</p>"
6372        }
6373      },
6374      "documentation":"<p>A response that contains the results of a finding aggregation by image layer.</p>"
6375    },
6376    "PackageArchitecture":{
6377      "type":"string",
6378      "max":64,
6379      "min":1
6380    },
6381    "PackageEpoch":{"type":"integer"},
6382    "PackageFilter":{
6383      "type":"structure",
6384      "members":{
6385        "architecture":{
6386          "shape":"StringFilter",
6387          "documentation":"<p>An object that contains details on the package architecture type to filter on.</p>"
6388        },
6389        "epoch":{
6390          "shape":"NumberFilter",
6391          "documentation":"<p>An object that contains details on the package epoch to filter on.</p>"
6392        },
6393        "name":{
6394          "shape":"StringFilter",
6395          "documentation":"<p>An object that contains details on the name of the package to filter on.</p>"
6396        },
6397        "release":{
6398          "shape":"StringFilter",
6399          "documentation":"<p>An object that contains details on the package release to filter on.</p>"
6400        },
6401        "sourceLambdaLayerArn":{"shape":"StringFilter"},
6402        "sourceLayerHash":{
6403          "shape":"StringFilter",
6404          "documentation":"<p>An object that contains details on the source layer hash to filter on.</p>"
6405        },
6406        "version":{
6407          "shape":"StringFilter",
6408          "documentation":"<p>The package version to filter on.</p>"
6409        }
6410      },
6411      "documentation":"<p>Contains information on the details of a package filter.</p>"
6412    },
6413    "PackageFilterList":{
6414      "type":"list",
6415      "member":{"shape":"PackageFilter"},
6416      "max":10,
6417      "min":1
6418    },
6419    "PackageManager":{
6420      "type":"string",
6421      "enum":[
6422        "BUNDLER",
6423        "CARGO",
6424        "COMPOSER",
6425        "NPM",
6426        "NUGET",
6427        "PIPENV",
6428        "POETRY",
6429        "YARN",
6430        "GOBINARY",
6431        "GOMOD",
6432        "JAR",
6433        "OS",
6434        "PIP",
6435        "PYTHONPKG",
6436        "NODEPKG",
6437        "POM",
6438        "GEMSPEC"
6439      ]
6440    },
6441    "PackageName":{
6442      "type":"string",
6443      "max":1024,
6444      "min":1
6445    },
6446    "PackageRelease":{
6447      "type":"string",
6448      "max":1024,
6449      "min":1
6450    },
6451    "PackageSortBy":{
6452      "type":"string",
6453      "enum":[
6454        "CRITICAL",
6455        "HIGH",
6456        "ALL"
6457      ]
6458    },
6459    "PackageType":{
6460      "type":"string",
6461      "enum":[
6462        "IMAGE",
6463        "ZIP"
6464      ]
6465    },
6466    "PackageVersion":{
6467      "type":"string",
6468      "max":1024,
6469      "min":1
6470    },
6471    "PackageVulnerabilityDetails":{
6472      "type":"structure",
6473      "required":[
6474        "source",
6475        "vulnerabilityId"
6476      ],
6477      "members":{
6478        "cvss":{
6479          "shape":"CvssScoreList",
6480          "documentation":"<p>An object that contains details about the CVSS score of a finding.</p>"
6481        },
6482        "referenceUrls":{
6483          "shape":"NonEmptyStringList",
6484          "documentation":"<p>One or more URLs that contain details about this vulnerability type.</p>"
6485        },
6486        "relatedVulnerabilities":{
6487          "shape":"VulnerabilityIdList",
6488          "documentation":"<p>One or more vulnerabilities related to the one identified in this finding.</p>"
6489        },
6490        "source":{
6491          "shape":"NonEmptyString",
6492          "documentation":"<p>The source of the vulnerability information.</p>"
6493        },
6494        "sourceUrl":{
6495          "shape":"NonEmptyString",
6496          "documentation":"<p>A URL to the source of the vulnerability information.</p>"
6497        },
6498        "vendorCreatedAt":{
6499          "shape":"DateTimeTimestamp",
6500          "documentation":"<p>The date and time that this vulnerability was first added to the vendor's database.</p>"
6501        },
6502        "vendorSeverity":{
6503          "shape":"NonEmptyString",
6504          "documentation":"<p>The severity the vendor has given to this vulnerability type.</p>"
6505        },
6506        "vendorUpdatedAt":{
6507          "shape":"DateTimeTimestamp",
6508          "documentation":"<p>The date and time the vendor last updated this vulnerability in their database.</p>"
6509        },
6510        "vulnerabilityId":{
6511          "shape":"VulnerabilityId",
6512          "documentation":"<p>The ID given to this vulnerability.</p>"
6513        },
6514        "vulnerablePackages":{
6515          "shape":"VulnerablePackageList",
6516          "documentation":"<p>The packages impacted by this vulnerability.</p>"
6517        }
6518      },
6519      "documentation":"<p>Information about a package vulnerability finding.</p>"
6520    },
6521    "Path":{
6522      "type":"string",
6523      "max":512,
6524      "min":1,
6525      "pattern":"^(?:/(?:\\.[-\\w]+|[-\\w]+(?:\\.[-\\w]+)?))+/?$"
6526    },
6527    "PathList":{
6528      "type":"list",
6529      "member":{"shape":"Path"},
6530      "max":5,
6531      "min":0
6532    },
6533    "Permission":{
6534      "type":"structure",
6535      "required":[
6536        "operation",
6537        "service"
6538      ],
6539      "members":{
6540        "operation":{
6541          "shape":"Operation",
6542          "documentation":"<p>The operations that can be performed with the given permissions.</p>"
6543        },
6544        "service":{
6545          "shape":"Service",
6546          "documentation":"<p>The services that the permissions allow an account to perform the given operations for.</p>"
6547        }
6548      },
6549      "documentation":"<p>Contains information on the permissions an account has within Amazon Inspector.</p>"
6550    },
6551    "Permissions":{
6552      "type":"list",
6553      "member":{"shape":"Permission"},
6554      "max":1024,
6555      "min":0
6556    },
6557    "Platform":{
6558      "type":"string",
6559      "max":1024,
6560      "min":1
6561    },
6562    "PlatformFilterList":{
6563      "type":"list",
6564      "member":{"shape":"CisStringFilter"},
6565      "max":10,
6566      "min":1
6567    },
6568    "PlatformVersion":{
6569      "type":"string",
6570      "max":8,
6571      "min":0
6572    },
6573    "Port":{
6574      "type":"integer",
6575      "box":true,
6576      "max":65535,
6577      "min":0
6578    },
6579    "PortRange":{
6580      "type":"structure",
6581      "required":[
6582        "begin",
6583        "end"
6584      ],
6585      "members":{
6586        "begin":{
6587          "shape":"Port",
6588          "documentation":"<p>The beginning port in a port range.</p>"
6589        },
6590        "end":{
6591          "shape":"Port",
6592          "documentation":"<p>The ending port in a port range.</p>"
6593        }
6594      },
6595      "documentation":"<p>Details about the port range associated with a finding.</p>"
6596    },
6597    "PortRangeFilter":{
6598      "type":"structure",
6599      "members":{
6600        "beginInclusive":{
6601          "shape":"Port",
6602          "documentation":"<p>The port number the port range begins at.</p>"
6603        },
6604        "endInclusive":{
6605          "shape":"Port",
6606          "documentation":"<p>The port number the port range ends at.</p>"
6607        }
6608      },
6609      "documentation":"<p>An object that describes the details of a port range filter.</p>"
6610    },
6611    "PortRangeFilterList":{
6612      "type":"list",
6613      "member":{"shape":"PortRangeFilter"},
6614      "max":10,
6615      "min":1
6616    },
6617    "Product":{
6618      "type":"string",
6619      "max":32,
6620      "min":0
6621    },
6622    "Reason":{
6623      "type":"string",
6624      "max":1024,
6625      "min":0
6626    },
6627    "Recommendation":{
6628      "type":"structure",
6629      "members":{
6630        "Url":{
6631          "shape":"NonEmptyString",
6632          "documentation":"<p>The URL address to the CVE remediation recommendations.</p>"
6633        },
6634        "text":{
6635          "shape":"NonEmptyString",
6636          "documentation":"<p>The recommended course of action to remediate the finding.</p>"
6637        }
6638      },
6639      "documentation":"<p>Details about the recommended course of action to remediate the finding.</p>"
6640    },
6641    "ReferenceUrls":{
6642      "type":"list",
6643      "member":{"shape":"NonEmptyString"},
6644      "max":10,
6645      "min":1
6646    },
6647    "RelatedVulnerabilities":{
6648      "type":"list",
6649      "member":{"shape":"RelatedVulnerability"},
6650      "max":100,
6651      "min":0
6652    },
6653    "RelatedVulnerability":{
6654      "type":"string",
6655      "min":0
6656    },
6657    "RelationshipStatus":{
6658      "type":"string",
6659      "enum":[
6660        "CREATED",
6661        "INVITED",
6662        "DISABLED",
6663        "ENABLED",
6664        "REMOVED",
6665        "RESIGNED",
6666        "DELETED",
6667        "EMAIL_VERIFICATION_IN_PROGRESS",
6668        "EMAIL_VERIFICATION_FAILED",
6669        "REGION_DISABLED",
6670        "ACCOUNT_SUSPENDED",
6671        "CANNOT_CREATE_DETECTOR_IN_ORG_MASTER"
6672      ]
6673    },
6674    "Remediation":{
6675      "type":"structure",
6676      "members":{
6677        "recommendation":{
6678          "shape":"Recommendation",
6679          "documentation":"<p>An object that contains information about the recommended course of action to remediate the finding.</p>"
6680        }
6681      },
6682      "documentation":"<p>Information on how to remediate a finding.</p>"
6683    },
6684    "ReportFormat":{
6685      "type":"string",
6686      "enum":[
6687        "CSV",
6688        "JSON"
6689      ]
6690    },
6691    "ReportId":{
6692      "type":"string",
6693      "pattern":"\\b[a-f0-9]{8}\\b-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-\\b[a-f0-9]{12}\\b"
6694    },
6695    "ReportTargetAccounts":{
6696      "type":"list",
6697      "member":{"shape":"AccountId"},
6698      "max":1,
6699      "min":0
6700    },
6701    "ReportingErrorCode":{
6702      "type":"string",
6703      "enum":[
6704        "INTERNAL_ERROR",
6705        "INVALID_PERMISSIONS",
6706        "NO_FINDINGS_FOUND",
6707        "BUCKET_NOT_FOUND",
6708        "INCOMPATIBLE_BUCKET_REGION",
6709        "MALFORMED_KMS_KEY"
6710      ]
6711    },
6712    "RepositoryAggregation":{
6713      "type":"structure",
6714      "members":{
6715        "repositories":{
6716          "shape":"StringFilterList",
6717          "documentation":"<p>The names of repositories to aggregate findings on.</p>"
6718        },
6719        "sortBy":{
6720          "shape":"RepositorySortBy",
6721          "documentation":"<p>The value to sort results by.</p>"
6722        },
6723        "sortOrder":{
6724          "shape":"SortOrder",
6725          "documentation":"<p>The order to sort results by.</p>"
6726        }
6727      },
6728      "documentation":"<p>The details that define an aggregation based on repository.</p>"
6729    },
6730    "RepositoryAggregationResponse":{
6731      "type":"structure",
6732      "required":["repository"],
6733      "members":{
6734        "accountId":{
6735          "shape":"AccountId",
6736          "documentation":"<p>The ID of the Amazon Web Services account associated with the findings.</p>"
6737        },
6738        "affectedImages":{
6739          "shape":"Long",
6740          "documentation":"<p>The number of container images impacted by the findings.</p>"
6741        },
6742        "repository":{
6743          "shape":"NonEmptyString",
6744          "documentation":"<p>The name of the repository associated with the findings.</p>"
6745        },
6746        "severityCounts":{
6747          "shape":"SeverityCounts",
6748          "documentation":"<p>An object that represent the count of matched findings per severity.</p>"
6749        }
6750      },
6751      "documentation":"<p>A response that contains details on the results of a finding aggregation by repository.</p>"
6752    },
6753    "RepositorySortBy":{
6754      "type":"string",
6755      "enum":[
6756        "CRITICAL",
6757        "HIGH",
6758        "ALL",
6759        "AFFECTED_IMAGES"
6760      ]
6761    },
6762    "ResetEncryptionKeyRequest":{
6763      "type":"structure",
6764      "required":[
6765        "resourceType",
6766        "scanType"
6767      ],
6768      "members":{
6769        "resourceType":{
6770          "shape":"ResourceType",
6771          "documentation":"<p>The resource type the key encrypts.</p>"
6772        },
6773        "scanType":{
6774          "shape":"ScanType",
6775          "documentation":"<p>The scan type the key encrypts.</p>"
6776        }
6777      }
6778    },
6779    "ResetEncryptionKeyResponse":{
6780      "type":"structure",
6781      "members":{
6782      }
6783    },
6784    "Resource":{
6785      "type":"structure",
6786      "required":[
6787        "id",
6788        "type"
6789      ],
6790      "members":{
6791        "details":{
6792          "shape":"ResourceDetails",
6793          "documentation":"<p>An object that contains details about the resource involved in a finding.</p>"
6794        },
6795        "id":{
6796          "shape":"NonEmptyString",
6797          "documentation":"<p>The ID of the resource.</p>"
6798        },
6799        "partition":{
6800          "shape":"NonEmptyString",
6801          "documentation":"<p>The partition of the resource.</p>"
6802        },
6803        "region":{
6804          "shape":"NonEmptyString",
6805          "documentation":"<p>The Amazon Web Services Region the impacted resource is located in.</p>"
6806        },
6807        "tags":{
6808          "shape":"TagMap",
6809          "documentation":"<p>The tags attached to the resource.</p>"
6810        },
6811        "type":{
6812          "shape":"ResourceType",
6813          "documentation":"<p>The type of resource.</p>"
6814        }
6815      },
6816      "documentation":"<p>Details about the resource involved in a finding.</p>"
6817    },
6818    "ResourceDetails":{
6819      "type":"structure",
6820      "members":{
6821        "awsEc2Instance":{
6822          "shape":"AwsEc2InstanceDetails",
6823          "documentation":"<p>An object that contains details about the Amazon EC2 instance involved in the finding.</p>"
6824        },
6825        "awsEcrContainerImage":{
6826          "shape":"AwsEcrContainerImageDetails",
6827          "documentation":"<p>An object that contains details about the Amazon ECR container image involved in the finding.</p>"
6828        },
6829        "awsLambdaFunction":{
6830          "shape":"AwsLambdaFunctionDetails",
6831          "documentation":"<p>A summary of the information about an Amazon Web Services Lambda function affected by a finding.</p>"
6832        }
6833      },
6834      "documentation":"<p>Contains details about the resource involved in the finding.</p>"
6835    },
6836    "ResourceFilterCriteria":{
6837      "type":"structure",
6838      "members":{
6839        "accountId":{
6840          "shape":"ResourceStringFilterList",
6841          "documentation":"<p>The account IDs used as resource filter criteria.</p>"
6842        },
6843        "ec2InstanceTags":{
6844          "shape":"ResourceMapFilterList",
6845          "documentation":"<p>The EC2 instance tags used as resource filter criteria.</p>"
6846        },
6847        "ecrImageTags":{
6848          "shape":"ResourceStringFilterList",
6849          "documentation":"<p>The ECR image tags used as resource filter criteria.</p>"
6850        },
6851        "ecrRepositoryName":{
6852          "shape":"ResourceStringFilterList",
6853          "documentation":"<p>The ECR repository names used as resource filter criteria.</p>"
6854        },
6855        "lambdaFunctionName":{
6856          "shape":"ResourceStringFilterList",
6857          "documentation":"<p>The Amazon Web Services Lambda function name used as resource filter criteria.</p>"
6858        },
6859        "lambdaFunctionTags":{
6860          "shape":"ResourceMapFilterList",
6861          "documentation":"<p>The Amazon Web Services Lambda function tags used as resource filter criteria.</p>"
6862        },
6863        "resourceId":{
6864          "shape":"ResourceStringFilterList",
6865          "documentation":"<p>The resource IDs used as resource filter criteria.</p>"
6866        },
6867        "resourceType":{
6868          "shape":"ResourceStringFilterList",
6869          "documentation":"<p>The resource types used as resource filter criteria.</p>"
6870        }
6871      },
6872      "documentation":"<p>The resource filter criteria for a Software bill of materials (SBOM) report.</p>"
6873    },
6874    "ResourceId":{
6875      "type":"string",
6876      "max":341,
6877      "min":10,
6878      "pattern":"(^arn:.*:ecr:.*:\\d{12}:repository\\/(?:[a-z0-9]+(?:[._-][a-z0-9]+)*\\/)*[a-z0-9]+(?:[._-][a-z0-9]+)*(\\/sha256:[a-z0-9]{64})?$)|(^i-([a-z0-9]{8}|[a-z0-9]{17}|\\\\*)$|(^arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}(-gov)?-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9-_\\.]+(:(\\$LATEST|[a-zA-Z0-9-_]+))?$))"
6879    },
6880    "ResourceIdFilterList":{
6881      "type":"list",
6882      "member":{"shape":"CisStringFilter"},
6883      "max":10,
6884      "min":1
6885    },
6886    "ResourceList":{
6887      "type":"list",
6888      "member":{"shape":"Resource"},
6889      "max":10,
6890      "min":1
6891    },
6892    "ResourceMapComparison":{
6893      "type":"string",
6894      "enum":["EQUALS"]
6895    },
6896    "ResourceMapFilter":{
6897      "type":"structure",
6898      "required":[
6899        "comparison",
6900        "key"
6901      ],
6902      "members":{
6903        "comparison":{
6904          "shape":"ResourceMapComparison",
6905          "documentation":"<p>The filter's comparison.</p>"
6906        },
6907        "key":{
6908          "shape":"NonEmptyString",
6909          "documentation":"<p>The filter's key.</p>"
6910        },
6911        "value":{
6912          "shape":"NonEmptyString",
6913          "documentation":"<p>The filter's value.</p>"
6914        }
6915      },
6916      "documentation":"<p>A resource map filter for a software bill of material report.</p>"
6917    },
6918    "ResourceMapFilterList":{
6919      "type":"list",
6920      "member":{"shape":"ResourceMapFilter"},
6921      "max":10,
6922      "min":1
6923    },
6924    "ResourceNotFoundException":{
6925      "type":"structure",
6926      "required":["message"],
6927      "members":{
6928        "message":{"shape":"String"}
6929      },
6930      "documentation":"<p>The operation tried to access an invalid resource. Make sure the resource is specified correctly.</p>",
6931      "error":{
6932        "httpStatusCode":404,
6933        "senderFault":true
6934      },
6935      "exception":true
6936    },
6937    "ResourceScanMetadata":{
6938      "type":"structure",
6939      "members":{
6940        "ec2":{
6941          "shape":"Ec2Metadata",
6942          "documentation":"<p>An object that contains metadata details for an Amazon EC2 instance.</p>"
6943        },
6944        "ecrImage":{
6945          "shape":"EcrContainerImageMetadata",
6946          "documentation":"<p>An object that contains details about the container metadata for an Amazon ECR image.</p>"
6947        },
6948        "ecrRepository":{
6949          "shape":"EcrRepositoryMetadata",
6950          "documentation":"<p>An object that contains details about the repository an Amazon ECR image resides in.</p>"
6951        },
6952        "lambdaFunction":{
6953          "shape":"LambdaFunctionMetadata",
6954          "documentation":"<p>An object that contains metadata details for an Amazon Web Services Lambda function.</p>"
6955        }
6956      },
6957      "documentation":"<p>An object that contains details about the metadata for an Amazon ECR resource.</p>"
6958    },
6959    "ResourceScanType":{
6960      "type":"string",
6961      "enum":[
6962        "EC2",
6963        "ECR",
6964        "LAMBDA",
6965        "LAMBDA_CODE"
6966      ]
6967    },
6968    "ResourceState":{
6969      "type":"structure",
6970      "required":[
6971        "ec2",
6972        "ecr"
6973      ],
6974      "members":{
6975        "ec2":{
6976          "shape":"State",
6977          "documentation":"<p>An object detailing the state of Amazon Inspector scanning for Amazon EC2 resources.</p>"
6978        },
6979        "ecr":{
6980          "shape":"State",
6981          "documentation":"<p>An object detailing the state of Amazon Inspector scanning for Amazon ECR resources.</p>"
6982        },
6983        "lambda":{"shape":"State"},
6984        "lambdaCode":{"shape":"State"}
6985      },
6986      "documentation":"<p>Details the state of Amazon Inspector for each resource type Amazon Inspector scans.</p>"
6987    },
6988    "ResourceStatus":{
6989      "type":"structure",
6990      "required":[
6991        "ec2",
6992        "ecr"
6993      ],
6994      "members":{
6995        "ec2":{
6996          "shape":"Status",
6997          "documentation":"<p>The status of Amazon Inspector scanning for Amazon EC2 resources.</p>"
6998        },
6999        "ecr":{
7000          "shape":"Status",
7001          "documentation":"<p>The status of Amazon Inspector scanning for Amazon ECR resources.</p>"
7002        },
7003        "lambda":{
7004          "shape":"Status",
7005          "documentation":"<p>The status of Amazon Inspector scanning for Amazon Web Services Lambda function.</p>"
7006        },
7007        "lambdaCode":{
7008          "shape":"Status",
7009          "documentation":"<p>The status of Amazon Inspector scanning for custom application code for Amazon Web Services Lambda functions. </p>"
7010        }
7011      },
7012      "documentation":"<p>Details the status of Amazon Inspector for each resource type Amazon Inspector scans.</p>"
7013    },
7014    "ResourceStringComparison":{
7015      "type":"string",
7016      "enum":[
7017        "EQUALS",
7018        "NOT_EQUALS"
7019      ]
7020    },
7021    "ResourceStringFilter":{
7022      "type":"structure",
7023      "required":[
7024        "comparison",
7025        "value"
7026      ],
7027      "members":{
7028        "comparison":{
7029          "shape":"ResourceStringComparison",
7030          "documentation":"<p>The filter's comparison.</p>"
7031        },
7032        "value":{
7033          "shape":"ResourceStringInput",
7034          "documentation":"<p>The filter's value.</p>"
7035        }
7036      },
7037      "documentation":"<p>A resource string filter for a software bill of materials report.</p>"
7038    },
7039    "ResourceStringFilterList":{
7040      "type":"list",
7041      "member":{"shape":"ResourceStringFilter"},
7042      "max":10,
7043      "min":1
7044    },
7045    "ResourceStringInput":{
7046      "type":"string",
7047      "max":1024,
7048      "min":1
7049    },
7050    "ResourceTagFilterList":{
7051      "type":"list",
7052      "member":{"shape":"TagFilter"},
7053      "max":10,
7054      "min":1
7055    },
7056    "ResourceType":{
7057      "type":"string",
7058      "enum":[
7059        "AWS_EC2_INSTANCE",
7060        "AWS_ECR_CONTAINER_IMAGE",
7061        "AWS_ECR_REPOSITORY",
7062        "AWS_LAMBDA_FUNCTION"
7063      ]
7064    },
7065    "RiskScore":{
7066      "type":"integer",
7067      "box":true
7068    },
7069    "RuleId":{
7070      "type":"string",
7071      "max":500,
7072      "min":1
7073    },
7074    "Runtime":{
7075      "type":"string",
7076      "enum":[
7077        "NODEJS",
7078        "NODEJS_12_X",
7079        "NODEJS_14_X",
7080        "NODEJS_16_X",
7081        "JAVA_8",
7082        "JAVA_8_AL2",
7083        "JAVA_11",
7084        "PYTHON_3_7",
7085        "PYTHON_3_8",
7086        "PYTHON_3_9",
7087        "UNSUPPORTED",
7088        "NODEJS_18_X",
7089        "GO_1_X",
7090        "JAVA_17",
7091        "PYTHON_3_10"
7092      ]
7093    },
7094    "SbomReportFormat":{
7095      "type":"string",
7096      "enum":[
7097        "CYCLONEDX_1_4",
7098        "SPDX_2_3"
7099      ]
7100    },
7101    "ScanStatus":{
7102      "type":"structure",
7103      "required":[
7104        "reason",
7105        "statusCode"
7106      ],
7107      "members":{
7108        "reason":{
7109          "shape":"ScanStatusReason",
7110          "documentation":"<p>The scan status. Possible return values and descriptions are: </p> <p> <code>PENDING_INITIAL_SCAN</code> - This resource has been identified for scanning, results will be available soon.</p> <p> <code>ACCESS_DENIED</code> - Resource access policy restricting Amazon Inspector access. Please update the IAM policy.</p> <p> <code>INTERNAL_ERROR</code> - Amazon Inspector has encountered an internal error for this resource. Amazon Inspector service will automatically resolve the issue and resume the scanning. No action required from the user.</p> <p> <code>UNMANAGED_EC2_INSTANCE</code> - The EC2 instance is not managed by SSM, please use the following SSM automation to remediate the issue: <a href=\"https://docs.aws.amazon.com/systems-manager-automation-runbooks/latest/userguide/automation-awssupport-troubleshoot-managed-instance.html\">https://docs.aws.amazon.com/systems-manager-automation-runbooks/latest/userguide/automation-awssupport-troubleshoot-managed-instance.html</a>. Once the instance becomes managed by SSM, Inspector will automatically begin scanning this instance. </p> <p> <code>UNSUPPORTED_OS</code> - Amazon Inspector does not support this OS, architecture, or image manifest type at this time. To see a complete list of supported operating systems see: <a href=\" https://docs.aws.amazon.com/inspector/latest/user/supported.html\">https://docs.aws.amazon.com/inspector/latest/user/supported.html</a>.</p> <p> <code>SCAN_ELIGIBILITY_EXPIRED</code> - The configured scan duration has lapsed for this image.</p> <p> <code>RESOURCE_TERMINATED</code> - This resource has been terminated. The findings and coverage associated with this resource are in the process of being cleaned up.</p> <p> <code>SUCCESSFUL</code> - The scan was successful.</p> <p> <code>NO_RESOURCES_FOUND</code> - Reserved for future use.</p> <p> <code>IMAGE_SIZE_EXCEEDED</code> - Reserved for future use.</p> <p> <code>SCAN_FREQUENCY_MANUAL</code> - This image will not be covered by Amazon Inspector due to the repository scan frequency configuration.</p> <p> <code>SCAN_FREQUENCY_SCAN_ON_PUSH </code>- This image will be scanned one time and will not new findings because of the scan frequency configuration.</p> <p> <code>EC2_INSTANCE_STOPPED</code> - This EC2 instance is in a stopped state, therefore, Amazon Inspector will pause scanning. The existing findings will continue to exist until the instance is terminated. Once the instance is re-started, Inspector will automatically start scanning the instance again. Please note that you will not be charged for this instance while it’s in a stopped state.</p> <p> <code>PENDING_DISABLE</code> - This resource is pending cleanup during disablement. The customer will not be billed while a resource is in the pending disable status.</p> <p> <code>NO INVENTORY</code> - Amazon Inspector couldn’t find software application inventory to scan for vulnerabilities. This might be caused due to required Amazon Inspector associations being deleted or failing to run on your resource. Please verify the status of <code>InspectorInventoryCollection-do-not-delete</code> association in the SSM console for the resource. Additionally, you can verify the instance’s inventory in the SSM Fleet Manager console.</p> <p> <code>STALE_INVENTORY</code> - Amazon Inspector wasn’t able to collect an updated software application inventory in the last 7 days. Please confirm the required Amazon Inspector associations still exist and you can still see an updated inventory in the SSM console.</p> <p> <code>EXCLUDED_BY_TAG</code> - This resource was not scanned because it has been excluded by a tag.</p> <p> <code>UNSUPPORTED_RUNTIME</code> - The function was not scanned because it has an unsupported runtime. To see a complete list of supported runtimes see: <a href=\" https://docs.aws.amazon.com/inspector/latest/user/supported.html\">https://docs.aws.amazon.com/inspector/latest/user/supported.html</a>.</p> <p> <code>UNSUPPORTED_MEDIA_TYPE </code>- The ECR image has an unsupported media type.</p> <p> <code>UNSUPPORTED_CONFIG_FILE</code> - Reserved for future use.</p> <p> <code>DEEP_INSPECTION_PACKAGE_COLLECTION_LIMIT_EXCEEDED</code> - The instance has exceeded the 5000 package limit for Amazon Inspector Deep inspection. To resume Deep inspection for this instance you can try to adjust the custom paths associated with the account.</p> <p> <code>DEEP_INSPECTION_DAILY_SSM_INVENTORY_LIMIT_EXCEEDED</code> - The SSM agent couldn't send inventory to Amazon Inspector because the SSM quota for Inventory data collected per instance per day has already been reached for this instance.</p> <p> <code>DEEP_INSPECTION_COLLECTION_TIME_LIMIT_EXCEEDED</code> - Amazon Inspector failed to extract the package inventory because the package collection time exceeding the maximum threshold of 15 minutes.</p> <p> <code>DEEP_INSPECTION_NO_INVENTORY</code> The Amazon Inspector plugin hasn't yet been able to collect an inventory of packages for this instance. This is usually the result of a pending scan, however, if this status persists after 6 hours, use SSM to ensure that the required Amazon Inspector associations exist and are running for the instance.</p> <p/>"
7111        },
7112        "statusCode":{
7113          "shape":"ScanStatusCode",
7114          "documentation":"<p>The status code of the scan.</p>"
7115        }
7116      },
7117      "documentation":"<p>The status of the scan.</p>"
7118    },
7119    "ScanStatusCode":{
7120      "type":"string",
7121      "enum":[
7122        "ACTIVE",
7123        "INACTIVE"
7124      ]
7125    },
7126    "ScanStatusReason":{
7127      "type":"string",
7128      "enum":[
7129        "PENDING_INITIAL_SCAN",
7130        "ACCESS_DENIED",
7131        "INTERNAL_ERROR",
7132        "UNMANAGED_EC2_INSTANCE",
7133        "UNSUPPORTED_OS",
7134        "SCAN_ELIGIBILITY_EXPIRED",
7135        "RESOURCE_TERMINATED",
7136        "SUCCESSFUL",
7137        "NO_RESOURCES_FOUND",
7138        "IMAGE_SIZE_EXCEEDED",
7139        "SCAN_FREQUENCY_MANUAL",
7140        "SCAN_FREQUENCY_SCAN_ON_PUSH",
7141        "EC2_INSTANCE_STOPPED",
7142        "PENDING_DISABLE",
7143        "NO_INVENTORY",
7144        "STALE_INVENTORY",
7145        "EXCLUDED_BY_TAG",
7146        "UNSUPPORTED_RUNTIME",
7147        "UNSUPPORTED_MEDIA_TYPE",
7148        "UNSUPPORTED_CONFIG_FILE",
7149        "DEEP_INSPECTION_PACKAGE_COLLECTION_LIMIT_EXCEEDED",
7150        "DEEP_INSPECTION_DAILY_SSM_INVENTORY_LIMIT_EXCEEDED",
7151        "DEEP_INSPECTION_COLLECTION_TIME_LIMIT_EXCEEDED",
7152        "DEEP_INSPECTION_NO_INVENTORY"
7153      ]
7154    },
7155    "ScanType":{
7156      "type":"string",
7157      "enum":[
7158        "NETWORK",
7159        "PACKAGE",
7160        "CODE"
7161      ]
7162    },
7163    "Schedule":{
7164      "type":"structure",
7165      "members":{
7166        "daily":{
7167          "shape":"DailySchedule",
7168          "documentation":"<p>The schedule's daily.</p>"
7169        },
7170        "monthly":{
7171          "shape":"MonthlySchedule",
7172          "documentation":"<p>The schedule's monthly.</p>"
7173        },
7174        "oneTime":{
7175          "shape":"OneTimeSchedule",
7176          "documentation":"<p>The schedule's one time.</p>"
7177        },
7178        "weekly":{
7179          "shape":"WeeklySchedule",
7180          "documentation":"<p>The schedule's weekly.</p>"
7181        }
7182      },
7183      "documentation":"<p>A schedule.</p>",
7184      "union":true
7185    },
7186    "SearchVulnerabilitiesFilterCriteria":{
7187      "type":"structure",
7188      "required":["vulnerabilityIds"],
7189      "members":{
7190        "vulnerabilityIds":{
7191          "shape":"VulnIdList",
7192          "documentation":"<p>The IDs for specific vulnerabilities.</p>"
7193        }
7194      },
7195      "documentation":"<p>Details on the criteria used to define the filter for a vulnerability search. </p>"
7196    },
7197    "SearchVulnerabilitiesRequest":{
7198      "type":"structure",
7199      "required":["filterCriteria"],
7200      "members":{
7201        "filterCriteria":{
7202          "shape":"SearchVulnerabilitiesFilterCriteria",
7203          "documentation":"<p>The criteria used to filter the results of a vulnerability search.</p>"
7204        },
7205        "nextToken":{
7206          "shape":"NextToken",
7207          "documentation":"<p>A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the <code>NextToken</code> value returned from the previous request to continue listing results after the first page.</p>"
7208        }
7209      }
7210    },
7211    "SearchVulnerabilitiesResponse":{
7212      "type":"structure",
7213      "required":["vulnerabilities"],
7214      "members":{
7215        "nextToken":{
7216          "shape":"NextToken",
7217          "documentation":"<p>The pagination parameter to be used on the next list operation to retrieve more items.</p>"
7218        },
7219        "vulnerabilities":{
7220          "shape":"Vulnerabilities",
7221          "documentation":"<p>Details about the listed vulnerability.</p>"
7222        }
7223      }
7224    },
7225    "SecurityGroupId":{
7226      "type":"string",
7227      "pattern":"^sg-([a-z0-9]{8}|[a-z0-9]{17}|\\*)$"
7228    },
7229    "SecurityGroupIdList":{
7230      "type":"list",
7231      "member":{"shape":"SecurityGroupId"},
7232      "max":5,
7233      "min":0
7234    },
7235    "SendCisSessionHealthRequest":{
7236      "type":"structure",
7237      "required":[
7238        "scanJobId",
7239        "sessionToken"
7240      ],
7241      "members":{
7242        "scanJobId":{
7243          "shape":"UUID",
7244          "documentation":"<p>A unique identifier for the scan job.</p>"
7245        },
7246        "sessionToken":{
7247          "shape":"UUID",
7248          "documentation":"<p>The unique token that identifies the CIS session.</p>"
7249        }
7250      }
7251    },
7252    "SendCisSessionHealthResponse":{
7253      "type":"structure",
7254      "members":{
7255      }
7256    },
7257    "SendCisSessionTelemetryRequest":{
7258      "type":"structure",
7259      "required":[
7260        "messages",
7261        "scanJobId",
7262        "sessionToken"
7263      ],
7264      "members":{
7265        "messages":{
7266          "shape":"CisSessionMessages",
7267          "documentation":"<p>The CIS session telemetry messages.</p>"
7268        },
7269        "scanJobId":{
7270          "shape":"UUID",
7271          "documentation":"<p>A unique identifier for the scan job.</p>"
7272        },
7273        "sessionToken":{
7274          "shape":"UUID",
7275          "documentation":"<p>The unique token that identifies the CIS session.</p>"
7276        }
7277      }
7278    },
7279    "SendCisSessionTelemetryResponse":{
7280      "type":"structure",
7281      "members":{
7282      }
7283    },
7284    "Service":{
7285      "type":"string",
7286      "enum":[
7287        "EC2",
7288        "ECR",
7289        "LAMBDA"
7290      ]
7291    },
7292    "ServiceQuotaExceededException":{
7293      "type":"structure",
7294      "required":[
7295        "message",
7296        "resourceId"
7297      ],
7298      "members":{
7299        "message":{"shape":"String"},
7300        "resourceId":{
7301          "shape":"String",
7302          "documentation":"<p>The ID of the resource that exceeds a service quota.</p>"
7303        }
7304      },
7305      "documentation":"<p>You have exceeded your service quota. To perform the requested action, remove some of the relevant resources, or use Service Quotas to request a service quota increase.</p>",
7306      "error":{
7307        "httpStatusCode":402,
7308        "senderFault":true
7309      },
7310      "exception":true
7311    },
7312    "Severity":{
7313      "type":"string",
7314      "enum":[
7315        "INFORMATIONAL",
7316        "LOW",
7317        "MEDIUM",
7318        "HIGH",
7319        "CRITICAL",
7320        "UNTRIAGED"
7321      ]
7322    },
7323    "SeverityCounts":{
7324      "type":"structure",
7325      "members":{
7326        "all":{
7327          "shape":"Long",
7328          "documentation":"<p>The total count of findings from all severities.</p>"
7329        },
7330        "critical":{
7331          "shape":"Long",
7332          "documentation":"<p>The total count of critical severity findings.</p>"
7333        },
7334        "high":{
7335          "shape":"Long",
7336          "documentation":"<p>The total count of high severity findings.</p>"
7337        },
7338        "medium":{
7339          "shape":"Long",
7340          "documentation":"<p>The total count of medium severity findings.</p>"
7341        }
7342      },
7343      "documentation":"<p>An object that contains the counts of aggregated finding per severity.</p>"
7344    },
7345    "SortCriteria":{
7346      "type":"structure",
7347      "required":[
7348        "field",
7349        "sortOrder"
7350      ],
7351      "members":{
7352        "field":{
7353          "shape":"SortField",
7354          "documentation":"<p>The finding detail field by which results are sorted.</p>"
7355        },
7356        "sortOrder":{
7357          "shape":"SortOrder",
7358          "documentation":"<p>The order by which findings are sorted.</p>"
7359        }
7360      },
7361      "documentation":"<p>Details about the criteria used to sort finding results.</p>"
7362    },
7363    "SortField":{
7364      "type":"string",
7365      "enum":[
7366        "AWS_ACCOUNT_ID",
7367        "FINDING_TYPE",
7368        "SEVERITY",
7369        "FIRST_OBSERVED_AT",
7370        "LAST_OBSERVED_AT",
7371        "FINDING_STATUS",
7372        "RESOURCE_TYPE",
7373        "ECR_IMAGE_PUSHED_AT",
7374        "ECR_IMAGE_REPOSITORY_NAME",
7375        "ECR_IMAGE_REGISTRY",
7376        "NETWORK_PROTOCOL",
7377        "COMPONENT_TYPE",
7378        "VULNERABILITY_ID",
7379        "VULNERABILITY_SOURCE",
7380        "INSPECTOR_SCORE",
7381        "VENDOR_SEVERITY",
7382        "EPSS_SCORE"
7383      ]
7384    },
7385    "SortOrder":{
7386      "type":"string",
7387      "enum":[
7388        "ASC",
7389        "DESC"
7390      ]
7391    },
7392    "SourceLayerHash":{
7393      "type":"string",
7394      "max":71,
7395      "min":71,
7396      "pattern":"^sha256:[a-z0-9]{64}$"
7397    },
7398    "StartCisSessionMessage":{
7399      "type":"structure",
7400      "required":["sessionToken"],
7401      "members":{
7402        "sessionToken":{
7403          "shape":"UUID",
7404          "documentation":"<p>The unique token that identifies the CIS session.</p>"
7405        }
7406      },
7407      "documentation":"<p>The start CIS session message.</p>"
7408    },
7409    "StartCisSessionRequest":{
7410      "type":"structure",
7411      "required":[
7412        "message",
7413        "scanJobId"
7414      ],
7415      "members":{
7416        "message":{
7417          "shape":"StartCisSessionMessage",
7418          "documentation":"<p>The start CIS session message.</p>"
7419        },
7420        "scanJobId":{
7421          "shape":"UUID",
7422          "documentation":"<p>A unique identifier for the scan job.</p>"
7423        }
7424      }
7425    },
7426    "StartCisSessionResponse":{
7427      "type":"structure",
7428      "members":{
7429      }
7430    },
7431    "State":{
7432      "type":"structure",
7433      "required":[
7434        "errorCode",
7435        "errorMessage",
7436        "status"
7437      ],
7438      "members":{
7439        "errorCode":{
7440          "shape":"ErrorCode",
7441          "documentation":"<p>The error code explaining why the account failed to enable Amazon Inspector.</p>"
7442        },
7443        "errorMessage":{
7444          "shape":"NonEmptyString",
7445          "documentation":"<p>The error message received when the account failed to enable Amazon Inspector.</p>"
7446        },
7447        "status":{
7448          "shape":"Status",
7449          "documentation":"<p>The status of Amazon Inspector for the account.</p>"
7450        }
7451      },
7452      "documentation":"<p>An object that described the state of Amazon Inspector scans for an account.</p>"
7453    },
7454    "Status":{
7455      "type":"string",
7456      "enum":[
7457        "ENABLING",
7458        "ENABLED",
7459        "DISABLING",
7460        "DISABLED",
7461        "SUSPENDING",
7462        "SUSPENDED"
7463      ]
7464    },
7465    "StatusCounts":{
7466      "type":"structure",
7467      "members":{
7468        "failed":{
7469          "shape":"Integer",
7470          "documentation":"<p>The number of checks that failed.</p>"
7471        },
7472        "passed":{
7473          "shape":"Integer",
7474          "documentation":"<p>The number of checks that passed.</p>"
7475        },
7476        "skipped":{
7477          "shape":"Integer",
7478          "documentation":"<p>The number of checks that were skipped.</p>"
7479        }
7480      },
7481      "documentation":"<p>The status counts.</p>"
7482    },
7483    "Step":{
7484      "type":"structure",
7485      "required":[
7486        "componentId",
7487        "componentType"
7488      ],
7489      "members":{
7490        "componentId":{
7491          "shape":"Component",
7492          "documentation":"<p>The component ID.</p>"
7493        },
7494        "componentType":{
7495          "shape":"ComponentType",
7496          "documentation":"<p>The component type.</p>"
7497        }
7498      },
7499      "documentation":"<p>Details about the step associated with a finding.</p>"
7500    },
7501    "StepList":{
7502      "type":"list",
7503      "member":{"shape":"Step"},
7504      "max":30,
7505      "min":1
7506    },
7507    "StopCisMessageProgress":{
7508      "type":"structure",
7509      "members":{
7510        "errorChecks":{
7511          "shape":"CheckCount",
7512          "documentation":"<p>The progress' error checks.</p>"
7513        },
7514        "failedChecks":{
7515          "shape":"CheckCount",
7516          "documentation":"<p>The progress' failed checks.</p>"
7517        },
7518        "informationalChecks":{
7519          "shape":"CheckCount",
7520          "documentation":"<p>The progress' informational checks.</p>"
7521        },
7522        "notApplicableChecks":{
7523          "shape":"CheckCount",
7524          "documentation":"<p>The progress' not applicable checks.</p>"
7525        },
7526        "notEvaluatedChecks":{
7527          "shape":"CheckCount",
7528          "documentation":"<p>The progress' not evaluated checks.</p>"
7529        },
7530        "successfulChecks":{
7531          "shape":"CheckCount",
7532          "documentation":"<p>The progress' successful checks.</p>"
7533        },
7534        "totalChecks":{
7535          "shape":"CheckCount",
7536          "documentation":"<p>The progress' total checks.</p>"
7537        },
7538        "unknownChecks":{
7539          "shape":"CheckCount",
7540          "documentation":"<p>The progress' unknown checks.</p>"
7541        }
7542      },
7543      "documentation":"<p>The stop CIS message progress.</p>"
7544    },
7545    "StopCisSessionMessage":{
7546      "type":"structure",
7547      "required":[
7548        "progress",
7549        "status"
7550      ],
7551      "members":{
7552        "benchmarkProfile":{
7553          "shape":"BenchmarkProfile",
7554          "documentation":"<p>The message benchmark profile.</p>"
7555        },
7556        "benchmarkVersion":{
7557          "shape":"BenchmarkVersion",
7558          "documentation":"<p>The message benchmark version.</p>"
7559        },
7560        "computePlatform":{
7561          "shape":"ComputePlatform",
7562          "documentation":"<p>The message compute platform.</p>"
7563        },
7564        "progress":{
7565          "shape":"StopCisMessageProgress",
7566          "documentation":"<p>The progress of the message.</p>"
7567        },
7568        "reason":{
7569          "shape":"Reason",
7570          "documentation":"<p>The reason for the message.</p>"
7571        },
7572        "status":{
7573          "shape":"StopCisSessionStatus",
7574          "documentation":"<p>The status of the message.</p>"
7575        }
7576      },
7577      "documentation":"<p>The stop CIS session message.</p>"
7578    },
7579    "StopCisSessionRequest":{
7580      "type":"structure",
7581      "required":[
7582        "message",
7583        "scanJobId",
7584        "sessionToken"
7585      ],
7586      "members":{
7587        "message":{
7588          "shape":"StopCisSessionMessage",
7589          "documentation":"<p>The stop CIS session message.</p>"
7590        },
7591        "scanJobId":{
7592          "shape":"UUID",
7593          "documentation":"<p>A unique identifier for the scan job.</p>"
7594        },
7595        "sessionToken":{
7596          "shape":"UUID",
7597          "documentation":"<p>The unique token that identifies the CIS session.</p>"
7598        }
7599      }
7600    },
7601    "StopCisSessionResponse":{
7602      "type":"structure",
7603      "members":{
7604      }
7605    },
7606    "StopCisSessionStatus":{
7607      "type":"string",
7608      "enum":[
7609        "SUCCESS",
7610        "FAILED",
7611        "INTERRUPTED",
7612        "UNSUPPORTED_OS"
7613      ]
7614    },
7615    "String":{"type":"string"},
7616    "StringComparison":{
7617      "type":"string",
7618      "enum":[
7619        "EQUALS",
7620        "PREFIX",
7621        "NOT_EQUALS"
7622      ]
7623    },
7624    "StringFilter":{
7625      "type":"structure",
7626      "required":[
7627        "comparison",
7628        "value"
7629      ],
7630      "members":{
7631        "comparison":{
7632          "shape":"StringComparison",
7633          "documentation":"<p>The operator to use when comparing values in the filter.</p>"
7634        },
7635        "value":{
7636          "shape":"StringInput",
7637          "documentation":"<p>The value to filter on.</p>"
7638        }
7639      },
7640      "documentation":"<p>An object that describes the details of a string filter.</p>"
7641    },
7642    "StringFilterList":{
7643      "type":"list",
7644      "member":{"shape":"StringFilter"},
7645      "max":10,
7646      "min":1
7647    },
7648    "StringInput":{
7649      "type":"string",
7650      "max":1024,
7651      "min":1
7652    },
7653    "StringList":{
7654      "type":"list",
7655      "member":{"shape":"NonEmptyString"}
7656    },
7657    "SubnetId":{
7658      "type":"string",
7659      "pattern":"^subnet-([a-z0-9]{8}|[a-z0-9]{17}|\\*)$"
7660    },
7661    "SubnetIdList":{
7662      "type":"list",
7663      "member":{"shape":"SubnetId"},
7664      "max":16,
7665      "min":0
7666    },
7667    "SuggestedFix":{
7668      "type":"structure",
7669      "members":{
7670        "code":{
7671          "shape":"SuggestedFixCodeString",
7672          "documentation":"<p>The fix's code.</p>"
7673        },
7674        "description":{
7675          "shape":"SuggestedFixDescriptionString",
7676          "documentation":"<p>The fix's description.</p>"
7677        }
7678      },
7679      "documentation":"<p>A suggested fix for a vulnerability in your Lambda function code.</p>"
7680    },
7681    "SuggestedFixCodeString":{
7682      "type":"string",
7683      "max":2500,
7684      "min":1
7685    },
7686    "SuggestedFixDescriptionString":{
7687      "type":"string",
7688      "max":1000,
7689      "min":1
7690    },
7691    "SuggestedFixes":{
7692      "type":"list",
7693      "member":{"shape":"SuggestedFix"},
7694      "max":5,
7695      "min":1
7696    },
7697    "TagComparison":{
7698      "type":"string",
7699      "enum":["EQUALS"]
7700    },
7701    "TagFilter":{
7702      "type":"structure",
7703      "required":[
7704        "comparison",
7705        "key",
7706        "value"
7707      ],
7708      "members":{
7709        "comparison":{
7710          "shape":"TagComparison",
7711          "documentation":"<p>The tag filter comparison value.</p>"
7712        },
7713        "key":{
7714          "shape":"NonEmptyString",
7715          "documentation":"<p>The tag filter key.</p>"
7716        },
7717        "value":{
7718          "shape":"NonEmptyString",
7719          "documentation":"<p>The tag filter value.</p>"
7720        }
7721      },
7722      "documentation":"<p>The tag filter.</p>"
7723    },
7724    "TagKey":{
7725      "type":"string",
7726      "max":128,
7727      "min":1,
7728      "pattern":"^(?!aws:)[a-zA-Z+-=._:/]+$"
7729    },
7730    "TagKeyList":{
7731      "type":"list",
7732      "member":{"shape":"TagKey"},
7733      "max":50,
7734      "min":0
7735    },
7736    "TagList":{
7737      "type":"list",
7738      "member":{"shape":"String"}
7739    },
7740    "TagMap":{
7741      "type":"map",
7742      "key":{"shape":"MapKey"},
7743      "value":{"shape":"MapValue"}
7744    },
7745    "TagResourceRequest":{
7746      "type":"structure",
7747      "required":[
7748        "resourceArn",
7749        "tags"
7750      ],
7751      "members":{
7752        "resourceArn":{
7753          "shape":"Arn",
7754          "documentation":"<p>The Amazon Resource Name (ARN) of the resource to apply a tag to.</p>",
7755          "location":"uri",
7756          "locationName":"resourceArn"
7757        },
7758        "tags":{
7759          "shape":"TagMap",
7760          "documentation":"<p>The tags to be added to a resource.</p>"
7761        }
7762      }
7763    },
7764    "TagResourceResponse":{
7765      "type":"structure",
7766      "members":{
7767      }
7768    },
7769    "TagValueList":{
7770      "type":"list",
7771      "member":{"shape":"String"},
7772      "max":5,
7773      "min":1
7774    },
7775    "Target":{
7776      "type":"string",
7777      "max":50,
7778      "min":0
7779    },
7780    "TargetAccount":{
7781      "type":"string",
7782      "pattern":"^\\d{12}|ALL_ACCOUNTS|SELF$"
7783    },
7784    "TargetAccountList":{
7785      "type":"list",
7786      "member":{"shape":"TargetAccount"},
7787      "max":10000,
7788      "min":1
7789    },
7790    "TargetResourceTags":{
7791      "type":"map",
7792      "key":{"shape":"NonEmptyString"},
7793      "value":{"shape":"TagValueList"},
7794      "max":5,
7795      "min":1
7796    },
7797    "TargetStatusFilterList":{
7798      "type":"list",
7799      "member":{"shape":"CisTargetStatusFilter"},
7800      "max":10,
7801      "min":1
7802    },
7803    "TargetStatusReasonFilterList":{
7804      "type":"list",
7805      "member":{"shape":"CisTargetStatusReasonFilter"},
7806      "max":10,
7807      "min":1
7808    },
7809    "Targets":{
7810      "type":"list",
7811      "member":{"shape":"Target"},
7812      "min":0
7813    },
7814    "ThrottlingException":{
7815      "type":"structure",
7816      "required":["message"],
7817      "members":{
7818        "message":{"shape":"String"},
7819        "retryAfterSeconds":{
7820          "shape":"Integer",
7821          "documentation":"<p>The number of seconds to wait before retrying the request.</p>",
7822          "location":"header",
7823          "locationName":"Retry-After"
7824        }
7825      },
7826      "documentation":"<p>The limit on the number of requests per second was exceeded.</p>",
7827      "error":{
7828        "httpStatusCode":429,
7829        "senderFault":true
7830      },
7831      "exception":true,
7832      "retryable":{"throttling":true}
7833    },
7834    "Time":{
7835      "type":"structure",
7836      "required":[
7837        "timeOfDay",
7838        "timezone"
7839      ],
7840      "members":{
7841        "timeOfDay":{
7842          "shape":"TimeOfDay",
7843          "documentation":"<p>The time of day in 24-hour format (00:00).</p>"
7844        },
7845        "timezone":{
7846          "shape":"Timezone",
7847          "documentation":"<p>The timezone.</p>"
7848        }
7849      },
7850      "documentation":"<p>The time.</p>"
7851    },
7852    "TimeOfDay":{
7853      "type":"string",
7854      "pattern":"^([0-1]?[0-9]|2[0-3]):[0-5][0-9]$"
7855    },
7856    "Timestamp":{"type":"timestamp"},
7857    "Timezone":{
7858      "type":"string",
7859      "max":50,
7860      "min":1
7861    },
7862    "TitleAggregation":{
7863      "type":"structure",
7864      "members":{
7865        "findingType":{
7866          "shape":"AggregationFindingType",
7867          "documentation":"<p>The type of finding to aggregate on.</p>"
7868        },
7869        "resourceType":{
7870          "shape":"AggregationResourceType",
7871          "documentation":"<p>The resource type to aggregate on.</p>"
7872        },
7873        "sortBy":{
7874          "shape":"TitleSortBy",
7875          "documentation":"<p>The value to sort results by.</p>"
7876        },
7877        "sortOrder":{
7878          "shape":"SortOrder",
7879          "documentation":"<p>The order to sort results by.</p>"
7880        },
7881        "titles":{
7882          "shape":"StringFilterList",
7883          "documentation":"<p>The finding titles to aggregate on.</p>"
7884        },
7885        "vulnerabilityIds":{
7886          "shape":"StringFilterList",
7887          "documentation":"<p>The vulnerability IDs of the findings.</p>"
7888        }
7889      },
7890      "documentation":"<p>The details that define an aggregation based on finding title.</p>"
7891    },
7892    "TitleAggregationResponse":{
7893      "type":"structure",
7894      "required":["title"],
7895      "members":{
7896        "accountId":{
7897          "shape":"AccountId",
7898          "documentation":"<p>The ID of the Amazon Web Services account associated with the findings.</p>"
7899        },
7900        "severityCounts":{
7901          "shape":"SeverityCounts",
7902          "documentation":"<p>An object that represent the count of matched findings per severity.</p>"
7903        },
7904        "title":{
7905          "shape":"NonEmptyString",
7906          "documentation":"<p>The title that the findings were aggregated on.</p>"
7907        },
7908        "vulnerabilityId":{
7909          "shape":"String",
7910          "documentation":"<p>The vulnerability ID of the finding.</p>"
7911        }
7912      },
7913      "documentation":"<p>A response that contains details on the results of a finding aggregation by title.</p>"
7914    },
7915    "TitleFilterList":{
7916      "type":"list",
7917      "member":{"shape":"CisStringFilter"},
7918      "max":10,
7919      "min":1
7920    },
7921    "TitleSortBy":{
7922      "type":"string",
7923      "enum":[
7924        "CRITICAL",
7925        "HIGH",
7926        "ALL"
7927      ]
7928    },
7929    "Tool":{
7930      "type":"string",
7931      "min":0
7932    },
7933    "Tools":{
7934      "type":"list",
7935      "member":{"shape":"Tool"}
7936    },
7937    "Ttp":{
7938      "type":"string",
7939      "max":30,
7940      "min":0
7941    },
7942    "Ttps":{
7943      "type":"list",
7944      "member":{"shape":"Ttp"},
7945      "min":0
7946    },
7947    "UUID":{
7948      "type":"string",
7949      "pattern":"^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$"
7950    },
7951    "UntagResourceRequest":{
7952      "type":"structure",
7953      "required":[
7954        "resourceArn",
7955        "tagKeys"
7956      ],
7957      "members":{
7958        "resourceArn":{
7959          "shape":"Arn",
7960          "documentation":"<p>The Amazon Resource Name (ARN) for the resource to remove tags from.</p>",
7961          "location":"uri",
7962          "locationName":"resourceArn"
7963        },
7964        "tagKeys":{
7965          "shape":"TagKeyList",
7966          "documentation":"<p>The tag keys to remove from the resource.</p>",
7967          "location":"querystring",
7968          "locationName":"tagKeys"
7969        }
7970      }
7971    },
7972    "UntagResourceResponse":{
7973      "type":"structure",
7974      "members":{
7975      }
7976    },
7977    "UpdateCisScanConfigurationRequest":{
7978      "type":"structure",
7979      "required":["scanConfigurationArn"],
7980      "members":{
7981        "scanConfigurationArn":{
7982          "shape":"CisScanConfigurationArn",
7983          "documentation":"<p>The CIS scan configuration ARN.</p>"
7984        },
7985        "scanName":{
7986          "shape":"CisScanName",
7987          "documentation":"<p>The scan name for the CIS scan configuration.</p>"
7988        },
7989        "schedule":{
7990          "shape":"Schedule",
7991          "documentation":"<p>The schedule for the CIS scan configuration.</p>"
7992        },
7993        "securityLevel":{
7994          "shape":"CisSecurityLevel",
7995          "documentation":"<p> The security level for the CIS scan configuration. Security level refers to the Benchmark levels that CIS assigns to a profile. </p>"
7996        },
7997        "targets":{
7998          "shape":"UpdateCisTargets",
7999          "documentation":"<p>The targets for the CIS scan configuration.</p>"
8000        }
8001      }
8002    },
8003    "UpdateCisScanConfigurationResponse":{
8004      "type":"structure",
8005      "required":["scanConfigurationArn"],
8006      "members":{
8007        "scanConfigurationArn":{
8008          "shape":"CisScanConfigurationArn",
8009          "documentation":"<p>The CIS scan configuration ARN.</p>"
8010        }
8011      }
8012    },
8013    "UpdateCisTargets":{
8014      "type":"structure",
8015      "members":{
8016        "accountIds":{
8017          "shape":"TargetAccountList",
8018          "documentation":"<p>The target account ids.</p>"
8019        },
8020        "targetResourceTags":{
8021          "shape":"TargetResourceTags",
8022          "documentation":"<p>The target resource tags.</p>"
8023        }
8024      },
8025      "documentation":"<p>Updates CIS targets.</p>"
8026    },
8027    "UpdateConfigurationRequest":{
8028      "type":"structure",
8029      "required":["ecrConfiguration"],
8030      "members":{
8031        "ecrConfiguration":{
8032          "shape":"EcrConfiguration",
8033          "documentation":"<p>Specifies how the ECR automated re-scan will be updated for your environment.</p>"
8034        }
8035      }
8036    },
8037    "UpdateConfigurationResponse":{
8038      "type":"structure",
8039      "members":{
8040      }
8041    },
8042    "UpdateEc2DeepInspectionConfigurationRequest":{
8043      "type":"structure",
8044      "members":{
8045        "activateDeepInspection":{
8046          "shape":"Boolean",
8047          "documentation":"<p>Specify <code>TRUE</code> to activate Amazon Inspector deep inspection in your account, or <code>FALSE</code> to deactivate. Member accounts in an organization cannot deactivate deep inspection, instead the delegated administrator for the organization can deactivate a member account using <a href=\"https://docs.aws.amazon.com/inspector/v2/APIReference/API_BatchUpdateMemberEc2DeepInspectionStatus.html\">BatchUpdateMemberEc2DeepInspectionStatus</a>.</p>"
8048        },
8049        "packagePaths":{
8050          "shape":"PathList",
8051          "documentation":"<p>The Amazon Inspector deep inspection custom paths you are adding for your account.</p>"
8052        }
8053      }
8054    },
8055    "UpdateEc2DeepInspectionConfigurationResponse":{
8056      "type":"structure",
8057      "members":{
8058        "errorMessage":{
8059          "shape":"NonEmptyString",
8060          "documentation":"<p>An error message explaining why new Amazon Inspector deep inspection custom paths could not be added.</p>"
8061        },
8062        "orgPackagePaths":{
8063          "shape":"PathList",
8064          "documentation":"<p>The current Amazon Inspector deep inspection custom paths for the organization.</p>"
8065        },
8066        "packagePaths":{
8067          "shape":"PathList",
8068          "documentation":"<p>The current Amazon Inspector deep inspection custom paths for your account.</p>"
8069        },
8070        "status":{
8071          "shape":"Ec2DeepInspectionStatus",
8072          "documentation":"<p>The status of Amazon Inspector deep inspection in your account.</p>"
8073        }
8074      }
8075    },
8076    "UpdateEncryptionKeyRequest":{
8077      "type":"structure",
8078      "required":[
8079        "kmsKeyId",
8080        "resourceType",
8081        "scanType"
8082      ],
8083      "members":{
8084        "kmsKeyId":{
8085          "shape":"KmsKeyArn",
8086          "documentation":"<p>A KMS key ID for the encryption key.</p>"
8087        },
8088        "resourceType":{
8089          "shape":"ResourceType",
8090          "documentation":"<p>The resource type for the encryption key.</p>"
8091        },
8092        "scanType":{
8093          "shape":"ScanType",
8094          "documentation":"<p>The scan type for the encryption key.</p>"
8095        }
8096      }
8097    },
8098    "UpdateEncryptionKeyResponse":{
8099      "type":"structure",
8100      "members":{
8101      }
8102    },
8103    "UpdateFilterRequest":{
8104      "type":"structure",
8105      "required":["filterArn"],
8106      "members":{
8107        "action":{
8108          "shape":"FilterAction",
8109          "documentation":"<p>Specifies the action that is to be applied to the findings that match the filter.</p>"
8110        },
8111        "description":{
8112          "shape":"FilterDescription",
8113          "documentation":"<p>A description of the filter.</p>"
8114        },
8115        "filterArn":{
8116          "shape":"FilterArn",
8117          "documentation":"<p>The Amazon Resource Number (ARN) of the filter to update.</p>"
8118        },
8119        "filterCriteria":{
8120          "shape":"FilterCriteria",
8121          "documentation":"<p>Defines the criteria to be update in the filter.</p>"
8122        },
8123        "name":{
8124          "shape":"FilterName",
8125          "documentation":"<p>The name of the filter.</p>"
8126        },
8127        "reason":{
8128          "shape":"FilterReason",
8129          "documentation":"<p>The reason the filter was updated.</p>"
8130        }
8131      }
8132    },
8133    "UpdateFilterResponse":{
8134      "type":"structure",
8135      "required":["arn"],
8136      "members":{
8137        "arn":{
8138          "shape":"FilterArn",
8139          "documentation":"<p>The Amazon Resource Number (ARN) of the successfully updated filter.</p>"
8140        }
8141      }
8142    },
8143    "UpdateOrgEc2DeepInspectionConfigurationRequest":{
8144      "type":"structure",
8145      "required":["orgPackagePaths"],
8146      "members":{
8147        "orgPackagePaths":{
8148          "shape":"PathList",
8149          "documentation":"<p>The Amazon Inspector deep inspection custom paths you are adding for your organization.</p>"
8150        }
8151      }
8152    },
8153    "UpdateOrgEc2DeepInspectionConfigurationResponse":{
8154      "type":"structure",
8155      "members":{
8156      }
8157    },
8158    "UpdateOrganizationConfigurationRequest":{
8159      "type":"structure",
8160      "required":["autoEnable"],
8161      "members":{
8162        "autoEnable":{
8163          "shape":"AutoEnable",
8164          "documentation":"<p>Defines which scan types are enabled automatically for new members of your Amazon Inspector organization.</p>"
8165        }
8166      }
8167    },
8168    "UpdateOrganizationConfigurationResponse":{
8169      "type":"structure",
8170      "required":["autoEnable"],
8171      "members":{
8172        "autoEnable":{
8173          "shape":"AutoEnable",
8174          "documentation":"<p>The updated status of scan types automatically enabled for new members of your Amazon Inspector organization.</p>"
8175        }
8176      }
8177    },
8178    "Usage":{
8179      "type":"structure",
8180      "members":{
8181        "currency":{
8182          "shape":"Currency",
8183          "documentation":"<p>The currency type used when calculating usage data.</p>"
8184        },
8185        "estimatedMonthlyCost":{
8186          "shape":"MonthlyCostEstimate",
8187          "documentation":"<p>The estimated monthly cost of Amazon Inspector.</p>"
8188        },
8189        "total":{
8190          "shape":"UsageValue",
8191          "documentation":"<p>The total of usage.</p>"
8192        },
8193        "type":{
8194          "shape":"UsageType",
8195          "documentation":"<p>The type scan.</p>"
8196        }
8197      },
8198      "documentation":"<p>Contains usage information about the cost of Amazon Inspector operation.</p>"
8199    },
8200    "UsageAccountId":{
8201      "type":"string",
8202      "pattern":"[0-9]{12}"
8203    },
8204    "UsageAccountIdList":{
8205      "type":"list",
8206      "member":{"shape":"UsageAccountId"},
8207      "max":7000,
8208      "min":1
8209    },
8210    "UsageList":{
8211      "type":"list",
8212      "member":{"shape":"Usage"}
8213    },
8214    "UsageTotal":{
8215      "type":"structure",
8216      "members":{
8217        "accountId":{
8218          "shape":"MeteringAccountId",
8219          "documentation":"<p>The account ID of the account that usage data was retrieved for.</p>"
8220        },
8221        "usage":{
8222          "shape":"UsageList",
8223          "documentation":"<p>An object representing the total usage for an account.</p>"
8224        }
8225      },
8226      "documentation":"<p>The total of usage for an account ID.</p>"
8227    },
8228    "UsageTotalList":{
8229      "type":"list",
8230      "member":{"shape":"UsageTotal"}
8231    },
8232    "UsageType":{
8233      "type":"string",
8234      "enum":[
8235        "EC2_INSTANCE_HOURS",
8236        "ECR_INITIAL_SCAN",
8237        "ECR_RESCAN",
8238        "LAMBDA_FUNCTION_HOURS",
8239        "LAMBDA_FUNCTION_CODE_HOURS"
8240      ]
8241    },
8242    "UsageValue":{
8243      "type":"double",
8244      "min":0
8245    },
8246    "ValidationException":{
8247      "type":"structure",
8248      "required":[
8249        "message",
8250        "reason"
8251      ],
8252      "members":{
8253        "fields":{
8254          "shape":"ValidationExceptionFields",
8255          "documentation":"<p>The fields that failed validation.</p>"
8256        },
8257        "message":{"shape":"String"},
8258        "reason":{
8259          "shape":"ValidationExceptionReason",
8260          "documentation":"<p>The reason for the validation failure.</p>"
8261        }
8262      },
8263      "documentation":"<p>The request has failed validation due to missing required fields or having invalid inputs.</p>",
8264      "error":{
8265        "httpStatusCode":400,
8266        "senderFault":true
8267      },
8268      "exception":true
8269    },
8270    "ValidationExceptionField":{
8271      "type":"structure",
8272      "required":[
8273        "message",
8274        "name"
8275      ],
8276      "members":{
8277        "message":{
8278          "shape":"String",
8279          "documentation":"<p>The validation exception message.</p>"
8280        },
8281        "name":{
8282          "shape":"String",
8283          "documentation":"<p>The name of the validation exception.</p>"
8284        }
8285      },
8286      "documentation":"<p>An object that describes a validation exception.</p>"
8287    },
8288    "ValidationExceptionFields":{
8289      "type":"list",
8290      "member":{"shape":"ValidationExceptionField"}
8291    },
8292    "ValidationExceptionReason":{
8293      "type":"string",
8294      "enum":[
8295        "CANNOT_PARSE",
8296        "FIELD_VALIDATION_FAILED",
8297        "OTHER"
8298      ]
8299    },
8300    "Vendor":{
8301      "type":"string",
8302      "max":16,
8303      "min":0
8304    },
8305    "VendorCreatedAt":{"type":"timestamp"},
8306    "VendorSeverity":{
8307      "type":"string",
8308      "max":64,
8309      "min":1
8310    },
8311    "VendorUpdatedAt":{"type":"timestamp"},
8312    "Version":{
8313      "type":"string",
8314      "pattern":"^\\$LATEST|[0-9]+$"
8315    },
8316    "VpcId":{
8317      "type":"string",
8318      "pattern":"^vpc-([a-z0-9]{8}|[a-z0-9]{17}|\\*)$"
8319    },
8320    "VulnId":{
8321      "type":"string",
8322      "pattern":"^CVE-[12][0-9]{3}-[0-9]{1,10}$"
8323    },
8324    "VulnIdList":{
8325      "type":"list",
8326      "member":{"shape":"VulnId"},
8327      "max":1,
8328      "min":1
8329    },
8330    "Vulnerabilities":{
8331      "type":"list",
8332      "member":{"shape":"Vulnerability"},
8333      "max":1,
8334      "min":0
8335    },
8336    "Vulnerability":{
8337      "type":"structure",
8338      "required":["id"],
8339      "members":{
8340        "atigData":{
8341          "shape":"AtigData",
8342          "documentation":"<p>An object that contains information about the Amazon Web Services Threat Intel Group (ATIG) details for the vulnerability.</p>"
8343        },
8344        "cisaData":{
8345          "shape":"CisaData",
8346          "documentation":"<p>An object that contains the Cybersecurity and Infrastructure Security Agency (CISA) details for the vulnerability.</p>"
8347        },
8348        "cvss2":{
8349          "shape":"Cvss2",
8350          "documentation":"<p>An object that contains the Common Vulnerability Scoring System (CVSS) Version 2 details for the vulnerability.</p>"
8351        },
8352        "cvss3":{
8353          "shape":"Cvss3",
8354          "documentation":"<p>An object that contains the Common Vulnerability Scoring System (CVSS) Version 3 details for the vulnerability.</p>"
8355        },
8356        "cwes":{
8357          "shape":"Cwes",
8358          "documentation":"<p>The Common Weakness Enumeration (CWE) associated with the vulnerability.</p>"
8359        },
8360        "description":{
8361          "shape":"VulnerabilityDescription",
8362          "documentation":"<p>A description of the vulnerability.</p>"
8363        },
8364        "detectionPlatforms":{
8365          "shape":"DetectionPlatforms",
8366          "documentation":"<p>Platforms that the vulnerability can be detected on.</p>"
8367        },
8368        "epss":{
8369          "shape":"Epss",
8370          "documentation":"<p>An object that contains the Exploit Prediction Scoring System (EPSS) score for a vulnerability.</p>"
8371        },
8372        "exploitObserved":{
8373          "shape":"ExploitObserved",
8374          "documentation":"<p>An object that contains details on when the exploit was observed.</p>"
8375        },
8376        "id":{
8377          "shape":"NonEmptyString",
8378          "documentation":"<p>The ID for the specific vulnerability.</p>"
8379        },
8380        "referenceUrls":{
8381          "shape":"VulnerabilityReferenceUrls",
8382          "documentation":"<p>Links to various resources with more information on this vulnerability. </p>"
8383        },
8384        "relatedVulnerabilities":{
8385          "shape":"RelatedVulnerabilities",
8386          "documentation":"<p>A list of related vulnerabilities.</p>"
8387        },
8388        "source":{
8389          "shape":"VulnerabilitySource",
8390          "documentation":"<p>The source of the vulnerability information. Possible results are <code>RHEL</code>, <code>AMAZON_CVE</code>, <code>DEBIAN</code> or <code>NVD</code>.</p>"
8391        },
8392        "sourceUrl":{
8393          "shape":"VulnerabilitySourceUrl",
8394          "documentation":"<p>A link to the official source material for this vulnerability.</p>"
8395        },
8396        "vendorCreatedAt":{
8397          "shape":"VendorCreatedAt",
8398          "documentation":"<p>The date and time when the vendor created this vulnerability.</p>"
8399        },
8400        "vendorSeverity":{
8401          "shape":"VendorSeverity",
8402          "documentation":"<p>The severity assigned by the vendor.</p>"
8403        },
8404        "vendorUpdatedAt":{
8405          "shape":"VendorUpdatedAt",
8406          "documentation":"<p>The date and time when the vendor last updated this vulnerability.</p>"
8407        }
8408      },
8409      "documentation":"<p>Contains details about a specific vulnerability Amazon Inspector can detect.</p>"
8410    },
8411    "VulnerabilityDescription":{"type":"string"},
8412    "VulnerabilityId":{
8413      "type":"string",
8414      "max":128,
8415      "min":1
8416    },
8417    "VulnerabilityIdList":{
8418      "type":"list",
8419      "member":{"shape":"VulnerabilityId"}
8420    },
8421    "VulnerabilityReferenceUrl":{
8422      "type":"string",
8423      "min":0
8424    },
8425    "VulnerabilityReferenceUrls":{
8426      "type":"list",
8427      "member":{"shape":"VulnerabilityReferenceUrl"},
8428      "max":100,
8429      "min":0
8430    },
8431    "VulnerabilitySource":{
8432      "type":"string",
8433      "enum":["NVD"]
8434    },
8435    "VulnerabilitySourceUrl":{
8436      "type":"string",
8437      "min":0
8438    },
8439    "VulnerablePackage":{
8440      "type":"structure",
8441      "required":[
8442        "name",
8443        "version"
8444      ],
8445      "members":{
8446        "arch":{
8447          "shape":"PackageArchitecture",
8448          "documentation":"<p>The architecture of the vulnerable package.</p>"
8449        },
8450        "epoch":{
8451          "shape":"PackageEpoch",
8452          "documentation":"<p>The epoch of the vulnerable package.</p>"
8453        },
8454        "filePath":{
8455          "shape":"FilePath",
8456          "documentation":"<p>The file path of the vulnerable package.</p>"
8457        },
8458        "fixedInVersion":{
8459          "shape":"PackageVersion",
8460          "documentation":"<p>The version of the package that contains the vulnerability fix.</p>"
8461        },
8462        "name":{
8463          "shape":"PackageName",
8464          "documentation":"<p>The name of the vulnerable package.</p>"
8465        },
8466        "packageManager":{
8467          "shape":"PackageManager",
8468          "documentation":"<p>The package manager of the vulnerable package.</p>"
8469        },
8470        "release":{
8471          "shape":"PackageRelease",
8472          "documentation":"<p>The release of the vulnerable package.</p>"
8473        },
8474        "remediation":{
8475          "shape":"VulnerablePackageRemediation",
8476          "documentation":"<p>The code to run in your environment to update packages with a fix available.</p>"
8477        },
8478        "sourceLambdaLayerArn":{
8479          "shape":"LambdaLayerArn",
8480          "documentation":"<p>The Amazon Resource Number (ARN) of the Amazon Web Services Lambda function affected by a finding.</p>"
8481        },
8482        "sourceLayerHash":{
8483          "shape":"SourceLayerHash",
8484          "documentation":"<p>The source layer hash of the vulnerable package.</p>"
8485        },
8486        "version":{
8487          "shape":"PackageVersion",
8488          "documentation":"<p>The version of the vulnerable package.</p>"
8489        }
8490      },
8491      "documentation":"<p>Information on the vulnerable package identified by a finding.</p>"
8492    },
8493    "VulnerablePackageList":{
8494      "type":"list",
8495      "member":{"shape":"VulnerablePackage"}
8496    },
8497    "VulnerablePackageRemediation":{
8498      "type":"string",
8499      "max":1024,
8500      "min":1
8501    },
8502    "WeeklySchedule":{
8503      "type":"structure",
8504      "required":[
8505        "days",
8506        "startTime"
8507      ],
8508      "members":{
8509        "days":{
8510          "shape":"DaysList",
8511          "documentation":"<p>The weekly schedule's days.</p>"
8512        },
8513        "startTime":{
8514          "shape":"Time",
8515          "documentation":"<p>The weekly schedule's start time.</p>"
8516        }
8517      },
8518      "documentation":"<p>A weekly schedule.</p>"
8519    }
8520  },
8521  "documentation":"<p>Amazon Inspector is a vulnerability discovery service that automates continuous scanning for security vulnerabilities within your Amazon EC2, Amazon ECR, and Amazon Web Services Lambda environments.</p>"
8522}
8523