1{
2    "smithy": "1.0",
3    "metadata": {
4        "suppressions": [
5            {
6                "id": "HttpMethodSemantics",
7                "namespace": "*"
8            },
9            {
10                "id": "HttpResponseCodeSemantics",
11                "namespace": "*"
12            },
13            {
14                "id": "PaginatedTrait",
15                "namespace": "*"
16            },
17            {
18                "id": "HttpHeaderTrait",
19                "namespace": "*"
20            },
21            {
22                "id": "HttpUriConflict",
23                "namespace": "*"
24            },
25            {
26                "id": "Service",
27                "namespace": "*"
28            }
29        ]
30    },
31    "shapes": {
32        "com.amazonaws.inspector#AccessDeniedErrorCode": {
33            "type": "string",
34            "traits": {
35                "smithy.api#enum": [
36                    {
37                        "value": "ACCESS_DENIED_TO_ASSESSMENT_TARGET",
38                        "name": "ACCESS_DENIED_TO_ASSESSMENT_TARGET"
39                    },
40                    {
41                        "value": "ACCESS_DENIED_TO_ASSESSMENT_TEMPLATE",
42                        "name": "ACCESS_DENIED_TO_ASSESSMENT_TEMPLATE"
43                    },
44                    {
45                        "value": "ACCESS_DENIED_TO_ASSESSMENT_RUN",
46                        "name": "ACCESS_DENIED_TO_ASSESSMENT_RUN"
47                    },
48                    {
49                        "value": "ACCESS_DENIED_TO_FINDING",
50                        "name": "ACCESS_DENIED_TO_FINDING"
51                    },
52                    {
53                        "value": "ACCESS_DENIED_TO_RESOURCE_GROUP",
54                        "name": "ACCESS_DENIED_TO_RESOURCE_GROUP"
55                    },
56                    {
57                        "value": "ACCESS_DENIED_TO_RULES_PACKAGE",
58                        "name": "ACCESS_DENIED_TO_RULES_PACKAGE"
59                    },
60                    {
61                        "value": "ACCESS_DENIED_TO_SNS_TOPIC",
62                        "name": "ACCESS_DENIED_TO_SNS_TOPIC"
63                    },
64                    {
65                        "value": "ACCESS_DENIED_TO_IAM_ROLE",
66                        "name": "ACCESS_DENIED_TO_IAM_ROLE"
67                    }
68                ]
69            }
70        },
71        "com.amazonaws.inspector#AccessDeniedException": {
72            "type": "structure",
73            "members": {
74                "message": {
75                    "target": "com.amazonaws.inspector#ErrorMessage",
76                    "traits": {
77                        "smithy.api#documentation": "<p>Details of the exception error.</p>",
78                        "smithy.api#required": {}
79                    }
80                },
81                "errorCode": {
82                    "target": "com.amazonaws.inspector#AccessDeniedErrorCode",
83                    "traits": {
84                        "smithy.api#documentation": "<p>Code that indicates the type of error that is generated.</p>",
85                        "smithy.api#required": {}
86                    }
87                },
88                "canRetry": {
89                    "target": "com.amazonaws.inspector#Bool",
90                    "traits": {
91                        "smithy.api#documentation": "<p>You can immediately retry your request.</p>",
92                        "smithy.api#required": {}
93                    }
94                }
95            },
96            "traits": {
97                "smithy.api#documentation": "<p>You do not have required permissions to access the requested resource.</p>",
98                "smithy.api#error": "client",
99                "smithy.api#httpError": 403
100            }
101        },
102        "com.amazonaws.inspector#AddAttributesToFindings": {
103            "type": "operation",
104            "input": {
105                "target": "com.amazonaws.inspector#AddAttributesToFindingsRequest"
106            },
107            "output": {
108                "target": "com.amazonaws.inspector#AddAttributesToFindingsResponse"
109            },
110            "errors": [
111                {
112                    "target": "com.amazonaws.inspector#AccessDeniedException"
113                },
114                {
115                    "target": "com.amazonaws.inspector#InternalException"
116                },
117                {
118                    "target": "com.amazonaws.inspector#InvalidInputException"
119                },
120                {
121                    "target": "com.amazonaws.inspector#NoSuchEntityException"
122                },
123                {
124                    "target": "com.amazonaws.inspector#ServiceTemporarilyUnavailableException"
125                }
126            ],
127            "traits": {
128                "smithy.api#documentation": "<p>Assigns attributes (key and value pairs) to the findings that are specified by the\n         ARNs of the findings.</p>"
129            }
130        },
131        "com.amazonaws.inspector#AddAttributesToFindingsRequest": {
132            "type": "structure",
133            "members": {
134                "findingArns": {
135                    "target": "com.amazonaws.inspector#AddRemoveAttributesFindingArnList",
136                    "traits": {
137                        "smithy.api#documentation": "<p>The ARNs that specify the findings that you want to assign attributes to.</p>",
138                        "smithy.api#required": {}
139                    }
140                },
141                "attributes": {
142                    "target": "com.amazonaws.inspector#UserAttributeList",
143                    "traits": {
144                        "smithy.api#documentation": "<p>The array of attributes that you want to assign to specified findings.</p>",
145                        "smithy.api#required": {}
146                    }
147                }
148            }
149        },
150        "com.amazonaws.inspector#AddAttributesToFindingsResponse": {
151            "type": "structure",
152            "members": {
153                "failedItems": {
154                    "target": "com.amazonaws.inspector#FailedItems",
155                    "traits": {
156                        "smithy.api#documentation": "<p>Attribute details that cannot be described. An error code is provided for each failed\n         item.</p>",
157                        "smithy.api#required": {}
158                    }
159                }
160            }
161        },
162        "com.amazonaws.inspector#AddRemoveAttributesFindingArnList": {
163            "type": "list",
164            "member": {
165                "target": "com.amazonaws.inspector#Arn"
166            },
167            "traits": {
168                "smithy.api#length": {
169                    "min": 1,
170                    "max": 10
171                }
172            }
173        },
174        "com.amazonaws.inspector#AgentAlreadyRunningAssessment": {
175            "type": "structure",
176            "members": {
177                "agentId": {
178                    "target": "com.amazonaws.inspector#AgentId",
179                    "traits": {
180                        "smithy.api#documentation": "<p>ID of the agent that is running on an EC2 instance that is already participating in\n         another started assessment run.</p>",
181                        "smithy.api#required": {}
182                    }
183                },
184                "assessmentRunArn": {
185                    "target": "com.amazonaws.inspector#Arn",
186                    "traits": {
187                        "smithy.api#documentation": "<p>The ARN of the assessment run that has already been started.</p>",
188                        "smithy.api#required": {}
189                    }
190                }
191            },
192            "traits": {
193                "smithy.api#documentation": "<p>Used in the exception error that is thrown if you start an assessment run for an\n         assessment target that includes an EC2 instance that is already participating in another\n         started assessment run.</p>"
194            }
195        },
196        "com.amazonaws.inspector#AgentAlreadyRunningAssessmentList": {
197            "type": "list",
198            "member": {
199                "target": "com.amazonaws.inspector#AgentAlreadyRunningAssessment"
200            },
201            "traits": {
202                "smithy.api#length": {
203                    "min": 1,
204                    "max": 10
205                }
206            }
207        },
208        "com.amazonaws.inspector#AgentFilter": {
209            "type": "structure",
210            "members": {
211                "agentHealths": {
212                    "target": "com.amazonaws.inspector#AgentHealthList",
213                    "traits": {
214                        "smithy.api#documentation": "<p>The current health state of the agent. Values can be set to <b>HEALTHY</b> or <b>UNHEALTHY</b>.</p>",
215                        "smithy.api#required": {}
216                    }
217                },
218                "agentHealthCodes": {
219                    "target": "com.amazonaws.inspector#AgentHealthCodeList",
220                    "traits": {
221                        "smithy.api#documentation": "<p>The detailed health state of the agent. Values can be set to <b>IDLE</b>, <b>RUNNING</b>, <b>SHUTDOWN</b>, <b>UNHEALTHY</b>, <b>THROTTLED</b>, and <b>UNKNOWN</b>. </p>",
222                        "smithy.api#required": {}
223                    }
224                }
225            },
226            "traits": {
227                "smithy.api#documentation": "<p>Contains information about an Amazon Inspector agent. This data type is used as a\n         request parameter in the <a>ListAssessmentRunAgents</a> action.</p>"
228            }
229        },
230        "com.amazonaws.inspector#AgentHealth": {
231            "type": "string",
232            "traits": {
233                "smithy.api#enum": [
234                    {
235                        "value": "HEALTHY",
236                        "name": "HEALTHY"
237                    },
238                    {
239                        "value": "UNHEALTHY",
240                        "name": "UNHEALTHY"
241                    },
242                    {
243                        "value": "UNKNOWN",
244                        "name": "UNKNOWN"
245                    }
246                ]
247            }
248        },
249        "com.amazonaws.inspector#AgentHealthCode": {
250            "type": "string",
251            "traits": {
252                "smithy.api#enum": [
253                    {
254                        "value": "IDLE",
255                        "name": "IDLE"
256                    },
257                    {
258                        "value": "RUNNING",
259                        "name": "RUNNING"
260                    },
261                    {
262                        "value": "SHUTDOWN",
263                        "name": "SHUTDOWN"
264                    },
265                    {
266                        "value": "UNHEALTHY",
267                        "name": "UNHEALTHY"
268                    },
269                    {
270                        "value": "THROTTLED",
271                        "name": "THROTTLED"
272                    },
273                    {
274                        "value": "UNKNOWN",
275                        "name": "UNKNOWN"
276                    }
277                ]
278            }
279        },
280        "com.amazonaws.inspector#AgentHealthCodeList": {
281            "type": "list",
282            "member": {
283                "target": "com.amazonaws.inspector#AgentHealthCode"
284            },
285            "traits": {
286                "smithy.api#length": {
287                    "min": 0,
288                    "max": 10
289                }
290            }
291        },
292        "com.amazonaws.inspector#AgentHealthList": {
293            "type": "list",
294            "member": {
295                "target": "com.amazonaws.inspector#AgentHealth"
296            },
297            "traits": {
298                "smithy.api#length": {
299                    "min": 0,
300                    "max": 10
301                }
302            }
303        },
304        "com.amazonaws.inspector#AgentId": {
305            "type": "string",
306            "traits": {
307                "smithy.api#length": {
308                    "min": 1,
309                    "max": 128
310                }
311            }
312        },
313        "com.amazonaws.inspector#AgentIdList": {
314            "type": "list",
315            "member": {
316                "target": "com.amazonaws.inspector#AgentId"
317            },
318            "traits": {
319                "smithy.api#length": {
320                    "min": 0,
321                    "max": 99
322                }
323            }
324        },
325        "com.amazonaws.inspector#AgentPreview": {
326            "type": "structure",
327            "members": {
328                "hostname": {
329                    "target": "com.amazonaws.inspector#Hostname",
330                    "traits": {
331                        "smithy.api#documentation": "<p>The hostname of the EC2 instance on which the Amazon Inspector Agent is\n         installed.</p>"
332                    }
333                },
334                "agentId": {
335                    "target": "com.amazonaws.inspector#AgentId",
336                    "traits": {
337                        "smithy.api#documentation": "<p>The ID of the EC2 instance where the agent is installed.</p>",
338                        "smithy.api#required": {}
339                    }
340                },
341                "autoScalingGroup": {
342                    "target": "com.amazonaws.inspector#AutoScalingGroup",
343                    "traits": {
344                        "smithy.api#documentation": "<p>The Auto Scaling group for the EC2 instance where the agent is installed.</p>"
345                    }
346                },
347                "agentHealth": {
348                    "target": "com.amazonaws.inspector#AgentHealth",
349                    "traits": {
350                        "smithy.api#documentation": "<p>The health status of the Amazon Inspector Agent.</p>"
351                    }
352                },
353                "agentVersion": {
354                    "target": "com.amazonaws.inspector#AgentVersion",
355                    "traits": {
356                        "smithy.api#documentation": "<p>The version of the Amazon Inspector Agent.</p>"
357                    }
358                },
359                "operatingSystem": {
360                    "target": "com.amazonaws.inspector#OperatingSystem",
361                    "traits": {
362                        "smithy.api#documentation": "<p>The operating system running on the EC2 instance on which the Amazon Inspector Agent\n         is installed.</p>"
363                    }
364                },
365                "kernelVersion": {
366                    "target": "com.amazonaws.inspector#KernelVersion",
367                    "traits": {
368                        "smithy.api#documentation": "<p>The kernel version of the operating system running on the EC2 instance on which the\n         Amazon Inspector Agent is installed.</p>"
369                    }
370                },
371                "ipv4Address": {
372                    "target": "com.amazonaws.inspector#Ipv4Address",
373                    "traits": {
374                        "smithy.api#documentation": "<p>The IP address of the EC2 instance on which the Amazon Inspector Agent is\n         installed.</p>"
375                    }
376                }
377            },
378            "traits": {
379                "smithy.api#documentation": "<p>Used as a response element in the <a>PreviewAgents</a> action.</p>"
380            }
381        },
382        "com.amazonaws.inspector#AgentPreviewList": {
383            "type": "list",
384            "member": {
385                "target": "com.amazonaws.inspector#AgentPreview"
386            },
387            "traits": {
388                "smithy.api#length": {
389                    "min": 0,
390                    "max": 100
391                }
392            }
393        },
394        "com.amazonaws.inspector#AgentVersion": {
395            "type": "string",
396            "traits": {
397                "smithy.api#length": {
398                    "min": 1,
399                    "max": 128
400                }
401            }
402        },
403        "com.amazonaws.inspector#AgentsAlreadyRunningAssessmentException": {
404            "type": "structure",
405            "members": {
406                "message": {
407                    "target": "com.amazonaws.inspector#ErrorMessage",
408                    "traits": {
409                        "smithy.api#documentation": "<p>Details of the exception error.</p>",
410                        "smithy.api#required": {}
411                    }
412                },
413                "agents": {
414                    "target": "com.amazonaws.inspector#AgentAlreadyRunningAssessmentList",
415                    "traits": {
416                        "smithy.api#documentation": "<p></p>",
417                        "smithy.api#required": {}
418                    }
419                },
420                "agentsTruncated": {
421                    "target": "com.amazonaws.inspector#Bool",
422                    "traits": {
423                        "smithy.api#documentation": "<p></p>",
424                        "smithy.api#required": {}
425                    }
426                },
427                "canRetry": {
428                    "target": "com.amazonaws.inspector#Bool",
429                    "traits": {
430                        "smithy.api#documentation": "<p>You can immediately retry your request.</p>",
431                        "smithy.api#required": {}
432                    }
433                }
434            },
435            "traits": {
436                "smithy.api#documentation": "<p>You started an assessment run, but one of the instances is already participating in\n         another assessment run.</p>",
437                "smithy.api#error": "client"
438            }
439        },
440        "com.amazonaws.inspector#AmiId": {
441            "type": "string",
442            "traits": {
443                "smithy.api#length": {
444                    "min": 0,
445                    "max": 256
446                }
447            }
448        },
449        "com.amazonaws.inspector#Arn": {
450            "type": "string",
451            "traits": {
452                "smithy.api#length": {
453                    "min": 1,
454                    "max": 300
455                }
456            }
457        },
458        "com.amazonaws.inspector#ArnCount": {
459            "type": "integer",
460            "traits": {
461                "smithy.api#box": {}
462            }
463        },
464        "com.amazonaws.inspector#AssessmentRulesPackageArnList": {
465            "type": "list",
466            "member": {
467                "target": "com.amazonaws.inspector#Arn"
468            },
469            "traits": {
470                "smithy.api#length": {
471                    "min": 1,
472                    "max": 50
473                }
474            }
475        },
476        "com.amazonaws.inspector#AssessmentRun": {
477            "type": "structure",
478            "members": {
479                "arn": {
480                    "target": "com.amazonaws.inspector#Arn",
481                    "traits": {
482                        "smithy.api#documentation": "<p>The ARN of the assessment run.</p>",
483                        "smithy.api#required": {}
484                    }
485                },
486                "name": {
487                    "target": "com.amazonaws.inspector#AssessmentRunName",
488                    "traits": {
489                        "smithy.api#documentation": "<p>The auto-generated name for the assessment run.</p>",
490                        "smithy.api#required": {}
491                    }
492                },
493                "assessmentTemplateArn": {
494                    "target": "com.amazonaws.inspector#Arn",
495                    "traits": {
496                        "smithy.api#documentation": "<p>The ARN of the assessment template that is associated with the assessment\n         run.</p>",
497                        "smithy.api#required": {}
498                    }
499                },
500                "state": {
501                    "target": "com.amazonaws.inspector#AssessmentRunState",
502                    "traits": {
503                        "smithy.api#documentation": "<p>The state of the assessment run.</p>",
504                        "smithy.api#required": {}
505                    }
506                },
507                "durationInSeconds": {
508                    "target": "com.amazonaws.inspector#AssessmentRunDuration",
509                    "traits": {
510                        "smithy.api#documentation": "<p>The duration of the assessment run.</p>",
511                        "smithy.api#required": {}
512                    }
513                },
514                "rulesPackageArns": {
515                    "target": "com.amazonaws.inspector#AssessmentRulesPackageArnList",
516                    "traits": {
517                        "smithy.api#documentation": "<p>The rules packages selected for the assessment run.</p>",
518                        "smithy.api#required": {}
519                    }
520                },
521                "userAttributesForFindings": {
522                    "target": "com.amazonaws.inspector#UserAttributeList",
523                    "traits": {
524                        "smithy.api#documentation": "<p>The user-defined attributes that are assigned to every generated finding.</p>",
525                        "smithy.api#required": {}
526                    }
527                },
528                "createdAt": {
529                    "target": "com.amazonaws.inspector#Timestamp",
530                    "traits": {
531                        "smithy.api#documentation": "<p>The time when <a>StartAssessmentRun</a> was called.</p>",
532                        "smithy.api#required": {}
533                    }
534                },
535                "startedAt": {
536                    "target": "com.amazonaws.inspector#Timestamp",
537                    "traits": {
538                        "smithy.api#documentation": "<p>The time when <a>StartAssessmentRun</a> was called.</p>"
539                    }
540                },
541                "completedAt": {
542                    "target": "com.amazonaws.inspector#Timestamp",
543                    "traits": {
544                        "smithy.api#documentation": "<p>The assessment run completion time that corresponds to the rules packages evaluation\n         completion time or failure.</p>"
545                    }
546                },
547                "stateChangedAt": {
548                    "target": "com.amazonaws.inspector#Timestamp",
549                    "traits": {
550                        "smithy.api#documentation": "<p>The last time when the assessment run's state changed.</p>",
551                        "smithy.api#required": {}
552                    }
553                },
554                "dataCollected": {
555                    "target": "com.amazonaws.inspector#Bool",
556                    "traits": {
557                        "smithy.api#documentation": "<p>A Boolean value (true or false) that specifies whether the process of collecting data\n         from the agents is completed.</p>",
558                        "smithy.api#required": {}
559                    }
560                },
561                "stateChanges": {
562                    "target": "com.amazonaws.inspector#AssessmentRunStateChangeList",
563                    "traits": {
564                        "smithy.api#documentation": "<p>A list of the assessment run state changes.</p>",
565                        "smithy.api#required": {}
566                    }
567                },
568                "notifications": {
569                    "target": "com.amazonaws.inspector#AssessmentRunNotificationList",
570                    "traits": {
571                        "smithy.api#documentation": "<p>A list of notifications for the event subscriptions. A notification about a\n         particular generated finding is added to this list only once.</p>",
572                        "smithy.api#required": {}
573                    }
574                },
575                "findingCounts": {
576                    "target": "com.amazonaws.inspector#AssessmentRunFindingCounts",
577                    "traits": {
578                        "smithy.api#documentation": "<p>Provides a total count of generated findings per severity.</p>",
579                        "smithy.api#required": {}
580                    }
581                }
582            },
583            "traits": {
584                "smithy.api#documentation": "<p>A snapshot of an Amazon Inspector assessment run that contains the findings of the\n         assessment run .</p>\n         <p>Used as the response element in the <a>DescribeAssessmentRuns</a>\n         action.</p>"
585            }
586        },
587        "com.amazonaws.inspector#AssessmentRunAgent": {
588            "type": "structure",
589            "members": {
590                "agentId": {
591                    "target": "com.amazonaws.inspector#AgentId",
592                    "traits": {
593                        "smithy.api#documentation": "<p>The AWS account of the EC2 instance where the agent is installed.</p>",
594                        "smithy.api#required": {}
595                    }
596                },
597                "assessmentRunArn": {
598                    "target": "com.amazonaws.inspector#Arn",
599                    "traits": {
600                        "smithy.api#documentation": "<p>The ARN of the assessment run that is associated with the agent.</p>",
601                        "smithy.api#required": {}
602                    }
603                },
604                "agentHealth": {
605                    "target": "com.amazonaws.inspector#AgentHealth",
606                    "traits": {
607                        "smithy.api#documentation": "<p>The current health state of the agent.</p>",
608                        "smithy.api#required": {}
609                    }
610                },
611                "agentHealthCode": {
612                    "target": "com.amazonaws.inspector#AgentHealthCode",
613                    "traits": {
614                        "smithy.api#documentation": "<p>The detailed health state of the agent.</p>",
615                        "smithy.api#required": {}
616                    }
617                },
618                "agentHealthDetails": {
619                    "target": "com.amazonaws.inspector#Message",
620                    "traits": {
621                        "smithy.api#documentation": "<p>The description for the agent health code.</p>"
622                    }
623                },
624                "autoScalingGroup": {
625                    "target": "com.amazonaws.inspector#AutoScalingGroup",
626                    "traits": {
627                        "smithy.api#documentation": "<p>The Auto Scaling group of the EC2 instance that is specified by the agent\n         ID.</p>"
628                    }
629                },
630                "telemetryMetadata": {
631                    "target": "com.amazonaws.inspector#TelemetryMetadataList",
632                    "traits": {
633                        "smithy.api#documentation": "<p>The Amazon Inspector application data metrics that are collected by the\n         agent.</p>",
634                        "smithy.api#required": {}
635                    }
636                }
637            },
638            "traits": {
639                "smithy.api#documentation": "<p>Contains information about an Amazon Inspector agent. This data type is used as a\n         response element in the <a>ListAssessmentRunAgents</a> action.</p>"
640            }
641        },
642        "com.amazonaws.inspector#AssessmentRunAgentList": {
643            "type": "list",
644            "member": {
645                "target": "com.amazonaws.inspector#AssessmentRunAgent"
646            },
647            "traits": {
648                "smithy.api#length": {
649                    "min": 0,
650                    "max": 500
651                }
652            }
653        },
654        "com.amazonaws.inspector#AssessmentRunDuration": {
655            "type": "integer",
656            "traits": {
657                "smithy.api#range": {
658                    "min": 180,
659                    "max": 86400
660                }
661            }
662        },
663        "com.amazonaws.inspector#AssessmentRunFilter": {
664            "type": "structure",
665            "members": {
666                "namePattern": {
667                    "target": "com.amazonaws.inspector#NamePattern",
668                    "traits": {
669                        "smithy.api#documentation": "<p>For a record to match a filter, an explicit value or a string containing a wildcard\n         that is specified for this data type property must match the value of the <b>assessmentRunName</b> property of the <a>AssessmentRun</a>\n         data type.</p>"
670                    }
671                },
672                "states": {
673                    "target": "com.amazonaws.inspector#AssessmentRunStateList",
674                    "traits": {
675                        "smithy.api#documentation": "<p>For a record to match a filter, one of the values specified for this data type\n         property must be the exact match of the value of the <b>assessmentRunState</b> property of the <a>AssessmentRun</a> data\n         type.</p>"
676                    }
677                },
678                "durationRange": {
679                    "target": "com.amazonaws.inspector#DurationRange",
680                    "traits": {
681                        "smithy.api#documentation": "<p>For a record to match a filter, the value that is specified for this data type\n         property must inclusively match any value between the specified minimum and maximum values\n         of the <b>durationInSeconds</b> property of the <a>AssessmentRun</a> data type.</p>"
682                    }
683                },
684                "rulesPackageArns": {
685                    "target": "com.amazonaws.inspector#FilterRulesPackageArnList",
686                    "traits": {
687                        "smithy.api#documentation": "<p>For a record to match a filter, the value that is specified for this data type\n         property must be contained in the list of values of the <b>rulesPackages</b> property of the <a>AssessmentRun</a> data\n         type.</p>"
688                    }
689                },
690                "startTimeRange": {
691                    "target": "com.amazonaws.inspector#TimestampRange",
692                    "traits": {
693                        "smithy.api#documentation": "<p>For a record to match a filter, the value that is specified for this data type\n         property must inclusively match any value between the specified minimum and maximum values\n         of the <b>startTime</b> property of the <a>AssessmentRun</a> data type.</p>"
694                    }
695                },
696                "completionTimeRange": {
697                    "target": "com.amazonaws.inspector#TimestampRange",
698                    "traits": {
699                        "smithy.api#documentation": "<p>For a record to match a filter, the value that is specified for this data type\n         property must inclusively match any value between the specified minimum and maximum values\n         of the <b>completedAt</b> property of the <a>AssessmentRun</a> data type.</p>"
700                    }
701                },
702                "stateChangeTimeRange": {
703                    "target": "com.amazonaws.inspector#TimestampRange",
704                    "traits": {
705                        "smithy.api#documentation": "<p>For a record to match a filter, the value that is specified for this data type\n         property must match the <b>stateChangedAt</b> property of the\n            <a>AssessmentRun</a> data type.</p>"
706                    }
707                }
708            },
709            "traits": {
710                "smithy.api#documentation": "<p>Used as the request parameter in the <a>ListAssessmentRuns</a>\n         action.</p>"
711            }
712        },
713        "com.amazonaws.inspector#AssessmentRunFindingCounts": {
714            "type": "map",
715            "key": {
716                "target": "com.amazonaws.inspector#Severity"
717            },
718            "value": {
719                "target": "com.amazonaws.inspector#FindingCount"
720            }
721        },
722        "com.amazonaws.inspector#AssessmentRunInProgressArnList": {
723            "type": "list",
724            "member": {
725                "target": "com.amazonaws.inspector#Arn"
726            },
727            "traits": {
728                "smithy.api#length": {
729                    "min": 1,
730                    "max": 10
731                }
732            }
733        },
734        "com.amazonaws.inspector#AssessmentRunInProgressException": {
735            "type": "structure",
736            "members": {
737                "message": {
738                    "target": "com.amazonaws.inspector#ErrorMessage",
739                    "traits": {
740                        "smithy.api#documentation": "<p>Details of the exception error.</p>",
741                        "smithy.api#required": {}
742                    }
743                },
744                "assessmentRunArns": {
745                    "target": "com.amazonaws.inspector#AssessmentRunInProgressArnList",
746                    "traits": {
747                        "smithy.api#documentation": "<p>The ARNs of the assessment runs that are currently in progress.</p>",
748                        "smithy.api#required": {}
749                    }
750                },
751                "assessmentRunArnsTruncated": {
752                    "target": "com.amazonaws.inspector#Bool",
753                    "traits": {
754                        "smithy.api#documentation": "<p>Boolean value that indicates whether the ARN list of the assessment runs is\n         truncated.</p>",
755                        "smithy.api#required": {}
756                    }
757                },
758                "canRetry": {
759                    "target": "com.amazonaws.inspector#Bool",
760                    "traits": {
761                        "smithy.api#documentation": "<p>You can immediately retry your request.</p>",
762                        "smithy.api#required": {}
763                    }
764                }
765            },
766            "traits": {
767                "smithy.api#documentation": "<p>You cannot perform a specified action if an assessment run is currently in\n         progress.</p>",
768                "smithy.api#error": "client"
769            }
770        },
771        "com.amazonaws.inspector#AssessmentRunList": {
772            "type": "list",
773            "member": {
774                "target": "com.amazonaws.inspector#AssessmentRun"
775            },
776            "traits": {
777                "smithy.api#length": {
778                    "min": 0,
779                    "max": 10
780                }
781            }
782        },
783        "com.amazonaws.inspector#AssessmentRunName": {
784            "type": "string",
785            "traits": {
786                "smithy.api#length": {
787                    "min": 1,
788                    "max": 140
789                }
790            }
791        },
792        "com.amazonaws.inspector#AssessmentRunNotification": {
793            "type": "structure",
794            "members": {
795                "date": {
796                    "target": "com.amazonaws.inspector#Timestamp",
797                    "traits": {
798                        "smithy.api#documentation": "<p>The date of the notification.</p>",
799                        "smithy.api#required": {}
800                    }
801                },
802                "event": {
803                    "target": "com.amazonaws.inspector#InspectorEvent",
804                    "traits": {
805                        "smithy.api#documentation": "<p>The event for which a notification is sent.</p>",
806                        "smithy.api#required": {}
807                    }
808                },
809                "message": {
810                    "target": "com.amazonaws.inspector#Message",
811                    "traits": {
812                        "smithy.api#documentation": "<p>The message included in the notification.</p>"
813                    }
814                },
815                "error": {
816                    "target": "com.amazonaws.inspector#Bool",
817                    "traits": {
818                        "smithy.api#documentation": "<p>The Boolean value that specifies whether the notification represents an\n         error.</p>",
819                        "smithy.api#required": {}
820                    }
821                },
822                "snsTopicArn": {
823                    "target": "com.amazonaws.inspector#Arn",
824                    "traits": {
825                        "smithy.api#documentation": "<p>The SNS topic to which the SNS notification is sent.</p>"
826                    }
827                },
828                "snsPublishStatusCode": {
829                    "target": "com.amazonaws.inspector#AssessmentRunNotificationSnsStatusCode",
830                    "traits": {
831                        "smithy.api#documentation": "<p>The status code of the SNS notification.</p>"
832                    }
833                }
834            },
835            "traits": {
836                "smithy.api#documentation": "<p>Used as one of the elements of the <a>AssessmentRun</a> data\n         type.</p>"
837            }
838        },
839        "com.amazonaws.inspector#AssessmentRunNotificationList": {
840            "type": "list",
841            "member": {
842                "target": "com.amazonaws.inspector#AssessmentRunNotification"
843            },
844            "traits": {
845                "smithy.api#length": {
846                    "min": 0,
847                    "max": 50
848                }
849            }
850        },
851        "com.amazonaws.inspector#AssessmentRunNotificationSnsStatusCode": {
852            "type": "string",
853            "traits": {
854                "smithy.api#enum": [
855                    {
856                        "value": "SUCCESS",
857                        "name": "SUCCESS"
858                    },
859                    {
860                        "value": "TOPIC_DOES_NOT_EXIST",
861                        "name": "TOPIC_DOES_NOT_EXIST"
862                    },
863                    {
864                        "value": "ACCESS_DENIED",
865                        "name": "ACCESS_DENIED"
866                    },
867                    {
868                        "value": "INTERNAL_ERROR",
869                        "name": "INTERNAL_ERROR"
870                    }
871                ]
872            }
873        },
874        "com.amazonaws.inspector#AssessmentRunState": {
875            "type": "string",
876            "traits": {
877                "smithy.api#enum": [
878                    {
879                        "value": "CREATED",
880                        "name": "CREATED"
881                    },
882                    {
883                        "value": "START_DATA_COLLECTION_PENDING",
884                        "name": "START_DATA_COLLECTION_PENDING"
885                    },
886                    {
887                        "value": "START_DATA_COLLECTION_IN_PROGRESS",
888                        "name": "START_DATA_COLLECTION_IN_PROGRESS"
889                    },
890                    {
891                        "value": "COLLECTING_DATA",
892                        "name": "COLLECTING_DATA"
893                    },
894                    {
895                        "value": "STOP_DATA_COLLECTION_PENDING",
896                        "name": "STOP_DATA_COLLECTION_PENDING"
897                    },
898                    {
899                        "value": "DATA_COLLECTED",
900                        "name": "DATA_COLLECTED"
901                    },
902                    {
903                        "value": "START_EVALUATING_RULES_PENDING",
904                        "name": "START_EVALUATING_RULES_PENDING"
905                    },
906                    {
907                        "value": "EVALUATING_RULES",
908                        "name": "EVALUATING_RULES"
909                    },
910                    {
911                        "value": "FAILED",
912                        "name": "FAILED"
913                    },
914                    {
915                        "value": "ERROR",
916                        "name": "ERROR"
917                    },
918                    {
919                        "value": "COMPLETED",
920                        "name": "COMPLETED"
921                    },
922                    {
923                        "value": "COMPLETED_WITH_ERRORS",
924                        "name": "COMPLETED_WITH_ERRORS"
925                    },
926                    {
927                        "value": "CANCELED",
928                        "name": "CANCELED"
929                    }
930                ]
931            }
932        },
933        "com.amazonaws.inspector#AssessmentRunStateChange": {
934            "type": "structure",
935            "members": {
936                "stateChangedAt": {
937                    "target": "com.amazonaws.inspector#Timestamp",
938                    "traits": {
939                        "smithy.api#documentation": "<p>The last time the assessment run state changed.</p>",
940                        "smithy.api#required": {}
941                    }
942                },
943                "state": {
944                    "target": "com.amazonaws.inspector#AssessmentRunState",
945                    "traits": {
946                        "smithy.api#documentation": "<p>The assessment run state.</p>",
947                        "smithy.api#required": {}
948                    }
949                }
950            },
951            "traits": {
952                "smithy.api#documentation": "<p>Used as one of the elements of the <a>AssessmentRun</a> data\n         type.</p>"
953            }
954        },
955        "com.amazonaws.inspector#AssessmentRunStateChangeList": {
956            "type": "list",
957            "member": {
958                "target": "com.amazonaws.inspector#AssessmentRunStateChange"
959            },
960            "traits": {
961                "smithy.api#length": {
962                    "min": 0,
963                    "max": 50
964                }
965            }
966        },
967        "com.amazonaws.inspector#AssessmentRunStateList": {
968            "type": "list",
969            "member": {
970                "target": "com.amazonaws.inspector#AssessmentRunState"
971            },
972            "traits": {
973                "smithy.api#length": {
974                    "min": 0,
975                    "max": 50
976                }
977            }
978        },
979        "com.amazonaws.inspector#AssessmentTarget": {
980            "type": "structure",
981            "members": {
982                "arn": {
983                    "target": "com.amazonaws.inspector#Arn",
984                    "traits": {
985                        "smithy.api#documentation": "<p>The ARN that specifies the Amazon Inspector assessment target.</p>",
986                        "smithy.api#required": {}
987                    }
988                },
989                "name": {
990                    "target": "com.amazonaws.inspector#AssessmentTargetName",
991                    "traits": {
992                        "smithy.api#documentation": "<p>The name of the Amazon Inspector assessment target.</p>",
993                        "smithy.api#required": {}
994                    }
995                },
996                "resourceGroupArn": {
997                    "target": "com.amazonaws.inspector#Arn",
998                    "traits": {
999                        "smithy.api#documentation": "<p>The ARN that specifies the resource group that is associated with the assessment\n         target.</p>"
1000                    }
1001                },
1002                "createdAt": {
1003                    "target": "com.amazonaws.inspector#Timestamp",
1004                    "traits": {
1005                        "smithy.api#documentation": "<p>The time at which the assessment target is created.</p>",
1006                        "smithy.api#required": {}
1007                    }
1008                },
1009                "updatedAt": {
1010                    "target": "com.amazonaws.inspector#Timestamp",
1011                    "traits": {
1012                        "smithy.api#documentation": "<p>The time at which <a>UpdateAssessmentTarget</a> is called.</p>",
1013                        "smithy.api#required": {}
1014                    }
1015                }
1016            },
1017            "traits": {
1018                "smithy.api#documentation": "<p>Contains information about an Amazon Inspector application. This data type is used as\n         the response element in the <a>DescribeAssessmentTargets</a> action.</p>"
1019            }
1020        },
1021        "com.amazonaws.inspector#AssessmentTargetFilter": {
1022            "type": "structure",
1023            "members": {
1024                "assessmentTargetNamePattern": {
1025                    "target": "com.amazonaws.inspector#NamePattern",
1026                    "traits": {
1027                        "smithy.api#documentation": "<p>For a record to match a filter, an explicit value or a string that contains a\n         wildcard that is specified for this data type property must match the value of the\n            <b>assessmentTargetName</b> property of the <a>AssessmentTarget</a> data type.</p>"
1028                    }
1029                }
1030            },
1031            "traits": {
1032                "smithy.api#documentation": "<p>Used as the request parameter in the <a>ListAssessmentTargets</a>\n         action.</p>"
1033            }
1034        },
1035        "com.amazonaws.inspector#AssessmentTargetList": {
1036            "type": "list",
1037            "member": {
1038                "target": "com.amazonaws.inspector#AssessmentTarget"
1039            },
1040            "traits": {
1041                "smithy.api#length": {
1042                    "min": 0,
1043                    "max": 10
1044                }
1045            }
1046        },
1047        "com.amazonaws.inspector#AssessmentTargetName": {
1048            "type": "string",
1049            "traits": {
1050                "smithy.api#length": {
1051                    "min": 1,
1052                    "max": 140
1053                }
1054            }
1055        },
1056        "com.amazonaws.inspector#AssessmentTemplate": {
1057            "type": "structure",
1058            "members": {
1059                "arn": {
1060                    "target": "com.amazonaws.inspector#Arn",
1061                    "traits": {
1062                        "smithy.api#documentation": "<p>The ARN of the assessment template.</p>",
1063                        "smithy.api#required": {}
1064                    }
1065                },
1066                "name": {
1067                    "target": "com.amazonaws.inspector#AssessmentTemplateName",
1068                    "traits": {
1069                        "smithy.api#documentation": "<p>The name of the assessment template.</p>",
1070                        "smithy.api#required": {}
1071                    }
1072                },
1073                "assessmentTargetArn": {
1074                    "target": "com.amazonaws.inspector#Arn",
1075                    "traits": {
1076                        "smithy.api#documentation": "<p>The ARN of the assessment target that corresponds to this assessment\n         template.</p>",
1077                        "smithy.api#required": {}
1078                    }
1079                },
1080                "durationInSeconds": {
1081                    "target": "com.amazonaws.inspector#AssessmentRunDuration",
1082                    "traits": {
1083                        "smithy.api#documentation": "<p>The duration in seconds specified for this assessment template. The default value is\n         3600 seconds (one hour). The maximum value is 86400 seconds (one day).</p>",
1084                        "smithy.api#required": {}
1085                    }
1086                },
1087                "rulesPackageArns": {
1088                    "target": "com.amazonaws.inspector#AssessmentTemplateRulesPackageArnList",
1089                    "traits": {
1090                        "smithy.api#documentation": "<p>The rules packages that are specified for this assessment template.</p>",
1091                        "smithy.api#required": {}
1092                    }
1093                },
1094                "userAttributesForFindings": {
1095                    "target": "com.amazonaws.inspector#UserAttributeList",
1096                    "traits": {
1097                        "smithy.api#documentation": "<p>The user-defined attributes that are assigned to every generated finding from the\n         assessment run that uses this assessment template.</p>",
1098                        "smithy.api#required": {}
1099                    }
1100                },
1101                "lastAssessmentRunArn": {
1102                    "target": "com.amazonaws.inspector#Arn",
1103                    "traits": {
1104                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the most recent assessment run associated with this\n         assessment template. This value exists only when the value of assessmentRunCount is\n         greaterpa than zero.</p>"
1105                    }
1106                },
1107                "assessmentRunCount": {
1108                    "target": "com.amazonaws.inspector#ArnCount",
1109                    "traits": {
1110                        "smithy.api#documentation": "<p>The number of existing assessment runs associated with this assessment template. This\n         value can be zero or a positive integer.</p>",
1111                        "smithy.api#required": {}
1112                    }
1113                },
1114                "createdAt": {
1115                    "target": "com.amazonaws.inspector#Timestamp",
1116                    "traits": {
1117                        "smithy.api#documentation": "<p>The time at which the assessment template is created.</p>",
1118                        "smithy.api#required": {}
1119                    }
1120                }
1121            },
1122            "traits": {
1123                "smithy.api#documentation": "<p>Contains information about an Amazon Inspector assessment template. This data type is\n         used as the response element in the <a>DescribeAssessmentTemplates</a>\n         action.</p>"
1124            }
1125        },
1126        "com.amazonaws.inspector#AssessmentTemplateFilter": {
1127            "type": "structure",
1128            "members": {
1129                "namePattern": {
1130                    "target": "com.amazonaws.inspector#NamePattern",
1131                    "traits": {
1132                        "smithy.api#documentation": "<p>For a record to match a filter, an explicit value or a string that contains a\n         wildcard that is specified for this data type property must match the value of the\n            <b>assessmentTemplateName</b> property of the <a>AssessmentTemplate</a> data type.</p>"
1133                    }
1134                },
1135                "durationRange": {
1136                    "target": "com.amazonaws.inspector#DurationRange",
1137                    "traits": {
1138                        "smithy.api#documentation": "<p>For a record to match a filter, the value specified for this data type property must\n         inclusively match any value between the specified minimum and maximum values of the\n            <b>durationInSeconds</b> property of the <a>AssessmentTemplate</a> data type.</p>"
1139                    }
1140                },
1141                "rulesPackageArns": {
1142                    "target": "com.amazonaws.inspector#FilterRulesPackageArnList",
1143                    "traits": {
1144                        "smithy.api#documentation": "<p>For a record to match a filter, the values that are specified for this data type\n         property must be contained in the list of values of the <b>rulesPackageArns</b> property of the <a>AssessmentTemplate</a> data\n         type.</p>"
1145                    }
1146                }
1147            },
1148            "traits": {
1149                "smithy.api#documentation": "<p>Used as the request parameter in the <a>ListAssessmentTemplates</a>\n         action.</p>"
1150            }
1151        },
1152        "com.amazonaws.inspector#AssessmentTemplateList": {
1153            "type": "list",
1154            "member": {
1155                "target": "com.amazonaws.inspector#AssessmentTemplate"
1156            },
1157            "traits": {
1158                "smithy.api#length": {
1159                    "min": 0,
1160                    "max": 10
1161                }
1162            }
1163        },
1164        "com.amazonaws.inspector#AssessmentTemplateName": {
1165            "type": "string",
1166            "traits": {
1167                "smithy.api#length": {
1168                    "min": 1,
1169                    "max": 140
1170                }
1171            }
1172        },
1173        "com.amazonaws.inspector#AssessmentTemplateRulesPackageArnList": {
1174            "type": "list",
1175            "member": {
1176                "target": "com.amazonaws.inspector#Arn"
1177            },
1178            "traits": {
1179                "smithy.api#length": {
1180                    "min": 0,
1181                    "max": 50
1182                }
1183            }
1184        },
1185        "com.amazonaws.inspector#AssetAttributes": {
1186            "type": "structure",
1187            "members": {
1188                "schemaVersion": {
1189                    "target": "com.amazonaws.inspector#NumericVersion",
1190                    "traits": {
1191                        "smithy.api#documentation": "<p>The schema version of this data type.</p>",
1192                        "smithy.api#required": {}
1193                    }
1194                },
1195                "agentId": {
1196                    "target": "com.amazonaws.inspector#AgentId",
1197                    "traits": {
1198                        "smithy.api#documentation": "<p>The ID of the agent that is installed on the EC2 instance where the finding is\n         generated.</p>"
1199                    }
1200                },
1201                "autoScalingGroup": {
1202                    "target": "com.amazonaws.inspector#AutoScalingGroup",
1203                    "traits": {
1204                        "smithy.api#documentation": "<p>The Auto Scaling group of the EC2 instance where the finding is generated.</p>"
1205                    }
1206                },
1207                "amiId": {
1208                    "target": "com.amazonaws.inspector#AmiId",
1209                    "traits": {
1210                        "smithy.api#documentation": "<p>The ID of the Amazon Machine Image (AMI) that is installed on the EC2 instance where\n         the finding is generated.</p>"
1211                    }
1212                },
1213                "hostname": {
1214                    "target": "com.amazonaws.inspector#Hostname",
1215                    "traits": {
1216                        "smithy.api#documentation": "<p>The hostname of the EC2 instance where the finding is generated.</p>"
1217                    }
1218                },
1219                "ipv4Addresses": {
1220                    "target": "com.amazonaws.inspector#Ipv4AddressList",
1221                    "traits": {
1222                        "smithy.api#documentation": "<p>The list of IP v4 addresses of the EC2 instance where the finding is\n         generated.</p>"
1223                    }
1224                },
1225                "tags": {
1226                    "target": "com.amazonaws.inspector#Tags",
1227                    "traits": {
1228                        "smithy.api#documentation": "<p>The tags related to the EC2 instance where the finding is generated.</p>"
1229                    }
1230                },
1231                "networkInterfaces": {
1232                    "target": "com.amazonaws.inspector#NetworkInterfaces",
1233                    "traits": {
1234                        "smithy.api#documentation": "<p>An array of the network interfaces interacting with the EC2 instance where the\n         finding is generated.</p>"
1235                    }
1236                }
1237            },
1238            "traits": {
1239                "smithy.api#documentation": "<p>A collection of attributes of the host from which the finding is generated.</p>"
1240            }
1241        },
1242        "com.amazonaws.inspector#AssetType": {
1243            "type": "string",
1244            "traits": {
1245                "smithy.api#enum": [
1246                    {
1247                        "value": "ec2-instance",
1248                        "name": "EC2_INSTANCE"
1249                    }
1250                ]
1251            }
1252        },
1253        "com.amazonaws.inspector#Attribute": {
1254            "type": "structure",
1255            "members": {
1256                "key": {
1257                    "target": "com.amazonaws.inspector#AttributeKey",
1258                    "traits": {
1259                        "smithy.api#documentation": "<p>The attribute key.</p>",
1260                        "smithy.api#required": {}
1261                    }
1262                },
1263                "value": {
1264                    "target": "com.amazonaws.inspector#AttributeValue",
1265                    "traits": {
1266                        "smithy.api#documentation": "<p>The value assigned to the attribute key.</p>"
1267                    }
1268                }
1269            },
1270            "traits": {
1271                "smithy.api#documentation": "<p>This data type is used as a request parameter in the <a>AddAttributesToFindings</a> and <a>CreateAssessmentTemplate</a>\n         actions.</p>"
1272            }
1273        },
1274        "com.amazonaws.inspector#AttributeKey": {
1275            "type": "string",
1276            "traits": {
1277                "smithy.api#length": {
1278                    "min": 1,
1279                    "max": 128
1280                }
1281            }
1282        },
1283        "com.amazonaws.inspector#AttributeList": {
1284            "type": "list",
1285            "member": {
1286                "target": "com.amazonaws.inspector#Attribute"
1287            },
1288            "traits": {
1289                "smithy.api#length": {
1290                    "min": 0,
1291                    "max": 50
1292                }
1293            }
1294        },
1295        "com.amazonaws.inspector#AttributeValue": {
1296            "type": "string",
1297            "traits": {
1298                "smithy.api#length": {
1299                    "min": 1,
1300                    "max": 256
1301                }
1302            }
1303        },
1304        "com.amazonaws.inspector#AutoScalingGroup": {
1305            "type": "string",
1306            "traits": {
1307                "smithy.api#length": {
1308                    "min": 1,
1309                    "max": 256
1310                }
1311            }
1312        },
1313        "com.amazonaws.inspector#AutoScalingGroupList": {
1314            "type": "list",
1315            "member": {
1316                "target": "com.amazonaws.inspector#AutoScalingGroup"
1317            },
1318            "traits": {
1319                "smithy.api#length": {
1320                    "min": 0,
1321                    "max": 20
1322                }
1323            }
1324        },
1325        "com.amazonaws.inspector#BatchDescribeArnList": {
1326            "type": "list",
1327            "member": {
1328                "target": "com.amazonaws.inspector#Arn"
1329            },
1330            "traits": {
1331                "smithy.api#length": {
1332                    "min": 1,
1333                    "max": 10
1334                }
1335            }
1336        },
1337        "com.amazonaws.inspector#BatchDescribeExclusionsArnList": {
1338            "type": "list",
1339            "member": {
1340                "target": "com.amazonaws.inspector#Arn"
1341            },
1342            "traits": {
1343                "smithy.api#length": {
1344                    "min": 1,
1345                    "max": 100
1346                }
1347            }
1348        },
1349        "com.amazonaws.inspector#Bool": {
1350            "type": "boolean",
1351            "traits": {
1352                "smithy.api#box": {}
1353            }
1354        },
1355        "com.amazonaws.inspector#CreateAssessmentTarget": {
1356            "type": "operation",
1357            "input": {
1358                "target": "com.amazonaws.inspector#CreateAssessmentTargetRequest"
1359            },
1360            "output": {
1361                "target": "com.amazonaws.inspector#CreateAssessmentTargetResponse"
1362            },
1363            "errors": [
1364                {
1365                    "target": "com.amazonaws.inspector#AccessDeniedException"
1366                },
1367                {
1368                    "target": "com.amazonaws.inspector#InternalException"
1369                },
1370                {
1371                    "target": "com.amazonaws.inspector#InvalidCrossAccountRoleException"
1372                },
1373                {
1374                    "target": "com.amazonaws.inspector#InvalidInputException"
1375                },
1376                {
1377                    "target": "com.amazonaws.inspector#LimitExceededException"
1378                },
1379                {
1380                    "target": "com.amazonaws.inspector#NoSuchEntityException"
1381                },
1382                {
1383                    "target": "com.amazonaws.inspector#ServiceTemporarilyUnavailableException"
1384                }
1385            ],
1386            "traits": {
1387                "smithy.api#documentation": "<p>Creates a new assessment target using the ARN of the resource group that is generated\n         by <a>CreateResourceGroup</a>. If resourceGroupArn is not specified, all EC2\n         instances in the current AWS account and region are included in the assessment target. If\n         the <a href=\"https://docs.aws.amazon.com/inspector/latest/userguide/inspector_slr.html\">service-linked role</a> isn’t already registered, this action also creates and\n         registers a service-linked role to grant Amazon Inspector access to AWS Services needed to\n         perform security assessments. You can create up to 50 assessment targets per AWS account.\n         You can run up to 500 concurrent agents per AWS account. For more information, see <a href=\"https://docs.aws.amazon.com/inspector/latest/userguide/inspector_applications.html\">\n            Amazon Inspector Assessment Targets</a>.</p>"
1388            }
1389        },
1390        "com.amazonaws.inspector#CreateAssessmentTargetRequest": {
1391            "type": "structure",
1392            "members": {
1393                "assessmentTargetName": {
1394                    "target": "com.amazonaws.inspector#AssessmentTargetName",
1395                    "traits": {
1396                        "smithy.api#documentation": "<p>The user-defined name that identifies the assessment target that you want to create.\n         The name must be unique within the AWS account.</p>",
1397                        "smithy.api#required": {}
1398                    }
1399                },
1400                "resourceGroupArn": {
1401                    "target": "com.amazonaws.inspector#Arn",
1402                    "traits": {
1403                        "smithy.api#documentation": "<p>The ARN that specifies the resource group that is used to create the assessment\n         target. If resourceGroupArn is not specified, all EC2 instances in the current AWS account\n         and region are included in the assessment target.</p>"
1404                    }
1405                }
1406            }
1407        },
1408        "com.amazonaws.inspector#CreateAssessmentTargetResponse": {
1409            "type": "structure",
1410            "members": {
1411                "assessmentTargetArn": {
1412                    "target": "com.amazonaws.inspector#Arn",
1413                    "traits": {
1414                        "smithy.api#documentation": "<p>The ARN that specifies the assessment target that is created.</p>",
1415                        "smithy.api#required": {}
1416                    }
1417                }
1418            }
1419        },
1420        "com.amazonaws.inspector#CreateAssessmentTemplate": {
1421            "type": "operation",
1422            "input": {
1423                "target": "com.amazonaws.inspector#CreateAssessmentTemplateRequest"
1424            },
1425            "output": {
1426                "target": "com.amazonaws.inspector#CreateAssessmentTemplateResponse"
1427            },
1428            "errors": [
1429                {
1430                    "target": "com.amazonaws.inspector#AccessDeniedException"
1431                },
1432                {
1433                    "target": "com.amazonaws.inspector#InternalException"
1434                },
1435                {
1436                    "target": "com.amazonaws.inspector#InvalidInputException"
1437                },
1438                {
1439                    "target": "com.amazonaws.inspector#LimitExceededException"
1440                },
1441                {
1442                    "target": "com.amazonaws.inspector#NoSuchEntityException"
1443                },
1444                {
1445                    "target": "com.amazonaws.inspector#ServiceTemporarilyUnavailableException"
1446                }
1447            ],
1448            "traits": {
1449                "smithy.api#documentation": "<p>Creates an assessment template for the assessment target that is specified by the ARN\n         of the assessment target. If the <a href=\"https://docs.aws.amazon.com/inspector/latest/userguide/inspector_slr.html\">service-linked role</a> isn’t already registered, this action also creates and\n         registers a service-linked role to grant Amazon Inspector access to AWS Services needed to\n         perform security assessments.</p>"
1450            }
1451        },
1452        "com.amazonaws.inspector#CreateAssessmentTemplateRequest": {
1453            "type": "structure",
1454            "members": {
1455                "assessmentTargetArn": {
1456                    "target": "com.amazonaws.inspector#Arn",
1457                    "traits": {
1458                        "smithy.api#documentation": "<p>The ARN that specifies the assessment target for which you want to create the\n         assessment template.</p>",
1459                        "smithy.api#required": {}
1460                    }
1461                },
1462                "assessmentTemplateName": {
1463                    "target": "com.amazonaws.inspector#AssessmentTemplateName",
1464                    "traits": {
1465                        "smithy.api#documentation": "<p>The user-defined name that identifies the assessment template that you want to\n         create. You can create several assessment templates for an assessment target. The names of\n         the assessment templates that correspond to a particular assessment target must be\n         unique.</p>",
1466                        "smithy.api#required": {}
1467                    }
1468                },
1469                "durationInSeconds": {
1470                    "target": "com.amazonaws.inspector#AssessmentRunDuration",
1471                    "traits": {
1472                        "smithy.api#documentation": "<p>The duration of the assessment run in seconds.</p>",
1473                        "smithy.api#required": {}
1474                    }
1475                },
1476                "rulesPackageArns": {
1477                    "target": "com.amazonaws.inspector#AssessmentTemplateRulesPackageArnList",
1478                    "traits": {
1479                        "smithy.api#documentation": "<p>The ARNs that specify the rules packages that you want to attach to the assessment\n         template.</p>",
1480                        "smithy.api#required": {}
1481                    }
1482                },
1483                "userAttributesForFindings": {
1484                    "target": "com.amazonaws.inspector#UserAttributeList",
1485                    "traits": {
1486                        "smithy.api#documentation": "<p>The user-defined attributes that are assigned to every finding that is generated by\n         the assessment run that uses this assessment template. An attribute is a key and value pair\n         (an <a>Attribute</a> object). Within an assessment template, each key must be\n         unique.</p>"
1487                    }
1488                }
1489            }
1490        },
1491        "com.amazonaws.inspector#CreateAssessmentTemplateResponse": {
1492            "type": "structure",
1493            "members": {
1494                "assessmentTemplateArn": {
1495                    "target": "com.amazonaws.inspector#Arn",
1496                    "traits": {
1497                        "smithy.api#documentation": "<p>The ARN that specifies the assessment template that is created.</p>",
1498                        "smithy.api#required": {}
1499                    }
1500                }
1501            }
1502        },
1503        "com.amazonaws.inspector#CreateExclusionsPreview": {
1504            "type": "operation",
1505            "input": {
1506                "target": "com.amazonaws.inspector#CreateExclusionsPreviewRequest"
1507            },
1508            "output": {
1509                "target": "com.amazonaws.inspector#CreateExclusionsPreviewResponse"
1510            },
1511            "errors": [
1512                {
1513                    "target": "com.amazonaws.inspector#AccessDeniedException"
1514                },
1515                {
1516                    "target": "com.amazonaws.inspector#InternalException"
1517                },
1518                {
1519                    "target": "com.amazonaws.inspector#InvalidInputException"
1520                },
1521                {
1522                    "target": "com.amazonaws.inspector#NoSuchEntityException"
1523                },
1524                {
1525                    "target": "com.amazonaws.inspector#PreviewGenerationInProgressException"
1526                },
1527                {
1528                    "target": "com.amazonaws.inspector#ServiceTemporarilyUnavailableException"
1529                }
1530            ],
1531            "traits": {
1532                "smithy.api#documentation": "<p>Starts the generation of an exclusions preview for the specified assessment template.\n         The exclusions preview lists the potential exclusions (ExclusionPreview) that Inspector can\n         detect before it runs the assessment. </p>"
1533            }
1534        },
1535        "com.amazonaws.inspector#CreateExclusionsPreviewRequest": {
1536            "type": "structure",
1537            "members": {
1538                "assessmentTemplateArn": {
1539                    "target": "com.amazonaws.inspector#Arn",
1540                    "traits": {
1541                        "smithy.api#documentation": "<p>The ARN that specifies the assessment template for which you want to create an\n         exclusions preview.</p>",
1542                        "smithy.api#required": {}
1543                    }
1544                }
1545            }
1546        },
1547        "com.amazonaws.inspector#CreateExclusionsPreviewResponse": {
1548            "type": "structure",
1549            "members": {
1550                "previewToken": {
1551                    "target": "com.amazonaws.inspector#UUID",
1552                    "traits": {
1553                        "smithy.api#documentation": "<p>Specifies the unique identifier of the requested exclusions preview. You can use the\n         unique identifier to retrieve the exclusions preview when running the GetExclusionsPreview\n         API.</p>",
1554                        "smithy.api#required": {}
1555                    }
1556                }
1557            }
1558        },
1559        "com.amazonaws.inspector#CreateResourceGroup": {
1560            "type": "operation",
1561            "input": {
1562                "target": "com.amazonaws.inspector#CreateResourceGroupRequest"
1563            },
1564            "output": {
1565                "target": "com.amazonaws.inspector#CreateResourceGroupResponse"
1566            },
1567            "errors": [
1568                {
1569                    "target": "com.amazonaws.inspector#AccessDeniedException"
1570                },
1571                {
1572                    "target": "com.amazonaws.inspector#InternalException"
1573                },
1574                {
1575                    "target": "com.amazonaws.inspector#InvalidInputException"
1576                },
1577                {
1578                    "target": "com.amazonaws.inspector#LimitExceededException"
1579                },
1580                {
1581                    "target": "com.amazonaws.inspector#ServiceTemporarilyUnavailableException"
1582                }
1583            ],
1584            "traits": {
1585                "smithy.api#documentation": "<p>Creates a resource group using the specified set of tags (key and value pairs) that\n         are used to select the EC2 instances to be included in an Amazon Inspector assessment\n         target. The created resource group is then used to create an Amazon Inspector assessment\n         target. For more information, see <a>CreateAssessmentTarget</a>.</p>"
1586            }
1587        },
1588        "com.amazonaws.inspector#CreateResourceGroupRequest": {
1589            "type": "structure",
1590            "members": {
1591                "resourceGroupTags": {
1592                    "target": "com.amazonaws.inspector#ResourceGroupTags",
1593                    "traits": {
1594                        "smithy.api#documentation": "<p>A collection of keys and an array of possible values,\n         '[{\"key\":\"key1\",\"values\":[\"Value1\",\"Value2\"]},{\"key\":\"Key2\",\"values\":[\"Value3\"]}]'.</p>\n         <p>For example,'[{\"key\":\"Name\",\"values\":[\"TestEC2Instance\"]}]'.</p>",
1595                        "smithy.api#required": {}
1596                    }
1597                }
1598            }
1599        },
1600        "com.amazonaws.inspector#CreateResourceGroupResponse": {
1601            "type": "structure",
1602            "members": {
1603                "resourceGroupArn": {
1604                    "target": "com.amazonaws.inspector#Arn",
1605                    "traits": {
1606                        "smithy.api#documentation": "<p>The ARN that specifies the resource group that is created.</p>",
1607                        "smithy.api#required": {}
1608                    }
1609                }
1610            }
1611        },
1612        "com.amazonaws.inspector#DeleteAssessmentRun": {
1613            "type": "operation",
1614            "input": {
1615                "target": "com.amazonaws.inspector#DeleteAssessmentRunRequest"
1616            },
1617            "errors": [
1618                {
1619                    "target": "com.amazonaws.inspector#AccessDeniedException"
1620                },
1621                {
1622                    "target": "com.amazonaws.inspector#AssessmentRunInProgressException"
1623                },
1624                {
1625                    "target": "com.amazonaws.inspector#InternalException"
1626                },
1627                {
1628                    "target": "com.amazonaws.inspector#InvalidInputException"
1629                },
1630                {
1631                    "target": "com.amazonaws.inspector#NoSuchEntityException"
1632                },
1633                {
1634                    "target": "com.amazonaws.inspector#ServiceTemporarilyUnavailableException"
1635                }
1636            ],
1637            "traits": {
1638                "smithy.api#documentation": "<p>Deletes the assessment run that is specified by the ARN of the assessment\n         run.</p>"
1639            }
1640        },
1641        "com.amazonaws.inspector#DeleteAssessmentRunRequest": {
1642            "type": "structure",
1643            "members": {
1644                "assessmentRunArn": {
1645                    "target": "com.amazonaws.inspector#Arn",
1646                    "traits": {
1647                        "smithy.api#documentation": "<p>The ARN that specifies the assessment run that you want to delete.</p>",
1648                        "smithy.api#required": {}
1649                    }
1650                }
1651            }
1652        },
1653        "com.amazonaws.inspector#DeleteAssessmentTarget": {
1654            "type": "operation",
1655            "input": {
1656                "target": "com.amazonaws.inspector#DeleteAssessmentTargetRequest"
1657            },
1658            "errors": [
1659                {
1660                    "target": "com.amazonaws.inspector#AccessDeniedException"
1661                },
1662                {
1663                    "target": "com.amazonaws.inspector#AssessmentRunInProgressException"
1664                },
1665                {
1666                    "target": "com.amazonaws.inspector#InternalException"
1667                },
1668                {
1669                    "target": "com.amazonaws.inspector#InvalidInputException"
1670                },
1671                {
1672                    "target": "com.amazonaws.inspector#NoSuchEntityException"
1673                },
1674                {
1675                    "target": "com.amazonaws.inspector#ServiceTemporarilyUnavailableException"
1676                }
1677            ],
1678            "traits": {
1679                "smithy.api#documentation": "<p>Deletes the assessment target that is specified by the ARN of the assessment\n         target.</p>"
1680            }
1681        },
1682        "com.amazonaws.inspector#DeleteAssessmentTargetRequest": {
1683            "type": "structure",
1684            "members": {
1685                "assessmentTargetArn": {
1686                    "target": "com.amazonaws.inspector#Arn",
1687                    "traits": {
1688                        "smithy.api#documentation": "<p>The ARN that specifies the assessment target that you want to delete.</p>",
1689                        "smithy.api#required": {}
1690                    }
1691                }
1692            }
1693        },
1694        "com.amazonaws.inspector#DeleteAssessmentTemplate": {
1695            "type": "operation",
1696            "input": {
1697                "target": "com.amazonaws.inspector#DeleteAssessmentTemplateRequest"
1698            },
1699            "errors": [
1700                {
1701                    "target": "com.amazonaws.inspector#AccessDeniedException"
1702                },
1703                {
1704                    "target": "com.amazonaws.inspector#AssessmentRunInProgressException"
1705                },
1706                {
1707                    "target": "com.amazonaws.inspector#InternalException"
1708                },
1709                {
1710                    "target": "com.amazonaws.inspector#InvalidInputException"
1711                },
1712                {
1713                    "target": "com.amazonaws.inspector#NoSuchEntityException"
1714                },
1715                {
1716                    "target": "com.amazonaws.inspector#ServiceTemporarilyUnavailableException"
1717                }
1718            ],
1719            "traits": {
1720                "smithy.api#documentation": "<p>Deletes the assessment template that is specified by the ARN of the assessment\n         template.</p>"
1721            }
1722        },
1723        "com.amazonaws.inspector#DeleteAssessmentTemplateRequest": {
1724            "type": "structure",
1725            "members": {
1726                "assessmentTemplateArn": {
1727                    "target": "com.amazonaws.inspector#Arn",
1728                    "traits": {
1729                        "smithy.api#documentation": "<p>The ARN that specifies the assessment template that you want to delete.</p>",
1730                        "smithy.api#required": {}
1731                    }
1732                }
1733            }
1734        },
1735        "com.amazonaws.inspector#DescribeAssessmentRuns": {
1736            "type": "operation",
1737            "input": {
1738                "target": "com.amazonaws.inspector#DescribeAssessmentRunsRequest"
1739            },
1740            "output": {
1741                "target": "com.amazonaws.inspector#DescribeAssessmentRunsResponse"
1742            },
1743            "errors": [
1744                {
1745                    "target": "com.amazonaws.inspector#InternalException"
1746                },
1747                {
1748                    "target": "com.amazonaws.inspector#InvalidInputException"
1749                }
1750            ],
1751            "traits": {
1752                "smithy.api#documentation": "<p>Describes the assessment runs that are specified by the ARNs of the assessment\n         runs.</p>"
1753            }
1754        },
1755        "com.amazonaws.inspector#DescribeAssessmentRunsRequest": {
1756            "type": "structure",
1757            "members": {
1758                "assessmentRunArns": {
1759                    "target": "com.amazonaws.inspector#BatchDescribeArnList",
1760                    "traits": {
1761                        "smithy.api#documentation": "<p>The ARN that specifies the assessment run that you want to describe.</p>",
1762                        "smithy.api#required": {}
1763                    }
1764                }
1765            }
1766        },
1767        "com.amazonaws.inspector#DescribeAssessmentRunsResponse": {
1768            "type": "structure",
1769            "members": {
1770                "assessmentRuns": {
1771                    "target": "com.amazonaws.inspector#AssessmentRunList",
1772                    "traits": {
1773                        "smithy.api#documentation": "<p>Information about the assessment run.</p>",
1774                        "smithy.api#required": {}
1775                    }
1776                },
1777                "failedItems": {
1778                    "target": "com.amazonaws.inspector#FailedItems",
1779                    "traits": {
1780                        "smithy.api#documentation": "<p>Assessment run details that cannot be described. An error code is provided for each\n         failed item.</p>",
1781                        "smithy.api#required": {}
1782                    }
1783                }
1784            }
1785        },
1786        "com.amazonaws.inspector#DescribeAssessmentTargets": {
1787            "type": "operation",
1788            "input": {
1789                "target": "com.amazonaws.inspector#DescribeAssessmentTargetsRequest"
1790            },
1791            "output": {
1792                "target": "com.amazonaws.inspector#DescribeAssessmentTargetsResponse"
1793            },
1794            "errors": [
1795                {
1796                    "target": "com.amazonaws.inspector#InternalException"
1797                },
1798                {
1799                    "target": "com.amazonaws.inspector#InvalidInputException"
1800                }
1801            ],
1802            "traits": {
1803                "smithy.api#documentation": "<p>Describes the assessment targets that are specified by the ARNs of the assessment\n         targets.</p>"
1804            }
1805        },
1806        "com.amazonaws.inspector#DescribeAssessmentTargetsRequest": {
1807            "type": "structure",
1808            "members": {
1809                "assessmentTargetArns": {
1810                    "target": "com.amazonaws.inspector#BatchDescribeArnList",
1811                    "traits": {
1812                        "smithy.api#documentation": "<p>The ARNs that specifies the assessment targets that you want to describe.</p>",
1813                        "smithy.api#required": {}
1814                    }
1815                }
1816            }
1817        },
1818        "com.amazonaws.inspector#DescribeAssessmentTargetsResponse": {
1819            "type": "structure",
1820            "members": {
1821                "assessmentTargets": {
1822                    "target": "com.amazonaws.inspector#AssessmentTargetList",
1823                    "traits": {
1824                        "smithy.api#documentation": "<p>Information about the assessment targets.</p>",
1825                        "smithy.api#required": {}
1826                    }
1827                },
1828                "failedItems": {
1829                    "target": "com.amazonaws.inspector#FailedItems",
1830                    "traits": {
1831                        "smithy.api#documentation": "<p>Assessment target details that cannot be described. An error code is provided for\n         each failed item.</p>",
1832                        "smithy.api#required": {}
1833                    }
1834                }
1835            }
1836        },
1837        "com.amazonaws.inspector#DescribeAssessmentTemplates": {
1838            "type": "operation",
1839            "input": {
1840                "target": "com.amazonaws.inspector#DescribeAssessmentTemplatesRequest"
1841            },
1842            "output": {
1843                "target": "com.amazonaws.inspector#DescribeAssessmentTemplatesResponse"
1844            },
1845            "errors": [
1846                {
1847                    "target": "com.amazonaws.inspector#InternalException"
1848                },
1849                {
1850                    "target": "com.amazonaws.inspector#InvalidInputException"
1851                }
1852            ],
1853            "traits": {
1854                "smithy.api#documentation": "<p>Describes the assessment templates that are specified by the ARNs of the assessment\n         templates.</p>"
1855            }
1856        },
1857        "com.amazonaws.inspector#DescribeAssessmentTemplatesRequest": {
1858            "type": "structure",
1859            "members": {
1860                "assessmentTemplateArns": {
1861                    "target": "com.amazonaws.inspector#BatchDescribeArnList",
1862                    "traits": {
1863                        "smithy.api#required": {}
1864                    }
1865                }
1866            }
1867        },
1868        "com.amazonaws.inspector#DescribeAssessmentTemplatesResponse": {
1869            "type": "structure",
1870            "members": {
1871                "assessmentTemplates": {
1872                    "target": "com.amazonaws.inspector#AssessmentTemplateList",
1873                    "traits": {
1874                        "smithy.api#documentation": "<p>Information about the assessment templates.</p>",
1875                        "smithy.api#required": {}
1876                    }
1877                },
1878                "failedItems": {
1879                    "target": "com.amazonaws.inspector#FailedItems",
1880                    "traits": {
1881                        "smithy.api#documentation": "<p>Assessment template details that cannot be described. An error code is provided for\n         each failed item.</p>",
1882                        "smithy.api#required": {}
1883                    }
1884                }
1885            }
1886        },
1887        "com.amazonaws.inspector#DescribeCrossAccountAccessRole": {
1888            "type": "operation",
1889            "output": {
1890                "target": "com.amazonaws.inspector#DescribeCrossAccountAccessRoleResponse"
1891            },
1892            "errors": [
1893                {
1894                    "target": "com.amazonaws.inspector#InternalException"
1895                }
1896            ],
1897            "traits": {
1898                "smithy.api#documentation": "<p>Describes the IAM role that enables Amazon Inspector to access your AWS\n         account.</p>"
1899            }
1900        },
1901        "com.amazonaws.inspector#DescribeCrossAccountAccessRoleResponse": {
1902            "type": "structure",
1903            "members": {
1904                "roleArn": {
1905                    "target": "com.amazonaws.inspector#Arn",
1906                    "traits": {
1907                        "smithy.api#documentation": "<p>The ARN that specifies the IAM role that Amazon Inspector uses to access your AWS\n         account.</p>",
1908                        "smithy.api#required": {}
1909                    }
1910                },
1911                "valid": {
1912                    "target": "com.amazonaws.inspector#Bool",
1913                    "traits": {
1914                        "smithy.api#documentation": "<p>A Boolean value that specifies whether the IAM role has the necessary policies\n         attached to enable Amazon Inspector to access your AWS account.</p>",
1915                        "smithy.api#required": {}
1916                    }
1917                },
1918                "registeredAt": {
1919                    "target": "com.amazonaws.inspector#Timestamp",
1920                    "traits": {
1921                        "smithy.api#documentation": "<p>The date when the cross-account access role was registered.</p>",
1922                        "smithy.api#required": {}
1923                    }
1924                }
1925            }
1926        },
1927        "com.amazonaws.inspector#DescribeExclusions": {
1928            "type": "operation",
1929            "input": {
1930                "target": "com.amazonaws.inspector#DescribeExclusionsRequest"
1931            },
1932            "output": {
1933                "target": "com.amazonaws.inspector#DescribeExclusionsResponse"
1934            },
1935            "errors": [
1936                {
1937                    "target": "com.amazonaws.inspector#InternalException"
1938                },
1939                {
1940                    "target": "com.amazonaws.inspector#InvalidInputException"
1941                }
1942            ],
1943            "traits": {
1944                "smithy.api#documentation": "<p>Describes the exclusions that are specified by the exclusions' ARNs.</p>"
1945            }
1946        },
1947        "com.amazonaws.inspector#DescribeExclusionsRequest": {
1948            "type": "structure",
1949            "members": {
1950                "exclusionArns": {
1951                    "target": "com.amazonaws.inspector#BatchDescribeExclusionsArnList",
1952                    "traits": {
1953                        "smithy.api#documentation": "<p>The list of ARNs that specify the exclusions that you want to describe.</p>",
1954                        "smithy.api#required": {}
1955                    }
1956                },
1957                "locale": {
1958                    "target": "com.amazonaws.inspector#Locale",
1959                    "traits": {
1960                        "smithy.api#documentation": "<p>The locale into which you want to translate the exclusion's title, description, and\n         recommendation.</p>"
1961                    }
1962                }
1963            }
1964        },
1965        "com.amazonaws.inspector#DescribeExclusionsResponse": {
1966            "type": "structure",
1967            "members": {
1968                "exclusions": {
1969                    "target": "com.amazonaws.inspector#ExclusionMap",
1970                    "traits": {
1971                        "smithy.api#documentation": "<p>Information about the exclusions.</p>",
1972                        "smithy.api#required": {}
1973                    }
1974                },
1975                "failedItems": {
1976                    "target": "com.amazonaws.inspector#FailedItems",
1977                    "traits": {
1978                        "smithy.api#documentation": "<p>Exclusion details that cannot be described. An error code is provided for each failed\n         item.</p>",
1979                        "smithy.api#required": {}
1980                    }
1981                }
1982            }
1983        },
1984        "com.amazonaws.inspector#DescribeFindings": {
1985            "type": "operation",
1986            "input": {
1987                "target": "com.amazonaws.inspector#DescribeFindingsRequest"
1988            },
1989            "output": {
1990                "target": "com.amazonaws.inspector#DescribeFindingsResponse"
1991            },
1992            "errors": [
1993                {
1994                    "target": "com.amazonaws.inspector#InternalException"
1995                },
1996                {
1997                    "target": "com.amazonaws.inspector#InvalidInputException"
1998                }
1999            ],
2000            "traits": {
2001                "smithy.api#documentation": "<p>Describes the findings that are specified by the ARNs of the findings.</p>"
2002            }
2003        },
2004        "com.amazonaws.inspector#DescribeFindingsRequest": {
2005            "type": "structure",
2006            "members": {
2007                "findingArns": {
2008                    "target": "com.amazonaws.inspector#BatchDescribeArnList",
2009                    "traits": {
2010                        "smithy.api#documentation": "<p>The ARN that specifies the finding that you want to describe.</p>",
2011                        "smithy.api#required": {}
2012                    }
2013                },
2014                "locale": {
2015                    "target": "com.amazonaws.inspector#Locale",
2016                    "traits": {
2017                        "smithy.api#documentation": "<p>The locale into which you want to translate a finding description, recommendation,\n         and the short description that identifies the finding.</p>"
2018                    }
2019                }
2020            }
2021        },
2022        "com.amazonaws.inspector#DescribeFindingsResponse": {
2023            "type": "structure",
2024            "members": {
2025                "findings": {
2026                    "target": "com.amazonaws.inspector#FindingList",
2027                    "traits": {
2028                        "smithy.api#documentation": "<p>Information about the finding.</p>",
2029                        "smithy.api#required": {}
2030                    }
2031                },
2032                "failedItems": {
2033                    "target": "com.amazonaws.inspector#FailedItems",
2034                    "traits": {
2035                        "smithy.api#documentation": "<p>Finding details that cannot be described. An error code is provided for each failed\n         item.</p>",
2036                        "smithy.api#required": {}
2037                    }
2038                }
2039            }
2040        },
2041        "com.amazonaws.inspector#DescribeResourceGroups": {
2042            "type": "operation",
2043            "input": {
2044                "target": "com.amazonaws.inspector#DescribeResourceGroupsRequest"
2045            },
2046            "output": {
2047                "target": "com.amazonaws.inspector#DescribeResourceGroupsResponse"
2048            },
2049            "errors": [
2050                {
2051                    "target": "com.amazonaws.inspector#InternalException"
2052                },
2053                {
2054                    "target": "com.amazonaws.inspector#InvalidInputException"
2055                }
2056            ],
2057            "traits": {
2058                "smithy.api#documentation": "<p>Describes the resource groups that are specified by the ARNs of the resource\n         groups.</p>"
2059            }
2060        },
2061        "com.amazonaws.inspector#DescribeResourceGroupsRequest": {
2062            "type": "structure",
2063            "members": {
2064                "resourceGroupArns": {
2065                    "target": "com.amazonaws.inspector#BatchDescribeArnList",
2066                    "traits": {
2067                        "smithy.api#documentation": "<p>The ARN that specifies the resource group that you want to describe.</p>",
2068                        "smithy.api#required": {}
2069                    }
2070                }
2071            }
2072        },
2073        "com.amazonaws.inspector#DescribeResourceGroupsResponse": {
2074            "type": "structure",
2075            "members": {
2076                "resourceGroups": {
2077                    "target": "com.amazonaws.inspector#ResourceGroupList",
2078                    "traits": {
2079                        "smithy.api#documentation": "<p>Information about a resource group.</p>",
2080                        "smithy.api#required": {}
2081                    }
2082                },
2083                "failedItems": {
2084                    "target": "com.amazonaws.inspector#FailedItems",
2085                    "traits": {
2086                        "smithy.api#documentation": "<p>Resource group details that cannot be described. An error code is provided for each\n         failed item.</p>",
2087                        "smithy.api#required": {}
2088                    }
2089                }
2090            }
2091        },
2092        "com.amazonaws.inspector#DescribeRulesPackages": {
2093            "type": "operation",
2094            "input": {
2095                "target": "com.amazonaws.inspector#DescribeRulesPackagesRequest"
2096            },
2097            "output": {
2098                "target": "com.amazonaws.inspector#DescribeRulesPackagesResponse"
2099            },
2100            "errors": [
2101                {
2102                    "target": "com.amazonaws.inspector#InternalException"
2103                },
2104                {
2105                    "target": "com.amazonaws.inspector#InvalidInputException"
2106                }
2107            ],
2108            "traits": {
2109                "smithy.api#documentation": "<p>Describes the rules packages that are specified by the ARNs of the rules\n         packages.</p>"
2110            }
2111        },
2112        "com.amazonaws.inspector#DescribeRulesPackagesRequest": {
2113            "type": "structure",
2114            "members": {
2115                "rulesPackageArns": {
2116                    "target": "com.amazonaws.inspector#BatchDescribeArnList",
2117                    "traits": {
2118                        "smithy.api#documentation": "<p>The ARN that specifies the rules package that you want to describe.</p>",
2119                        "smithy.api#required": {}
2120                    }
2121                },
2122                "locale": {
2123                    "target": "com.amazonaws.inspector#Locale",
2124                    "traits": {
2125                        "smithy.api#documentation": "<p>The locale that you want to translate a rules package description into.</p>"
2126                    }
2127                }
2128            }
2129        },
2130        "com.amazonaws.inspector#DescribeRulesPackagesResponse": {
2131            "type": "structure",
2132            "members": {
2133                "rulesPackages": {
2134                    "target": "com.amazonaws.inspector#RulesPackageList",
2135                    "traits": {
2136                        "smithy.api#documentation": "<p>Information about the rules package.</p>",
2137                        "smithy.api#required": {}
2138                    }
2139                },
2140                "failedItems": {
2141                    "target": "com.amazonaws.inspector#FailedItems",
2142                    "traits": {
2143                        "smithy.api#documentation": "<p>Rules package details that cannot be described. An error code is provided for each\n         failed item.</p>",
2144                        "smithy.api#required": {}
2145                    }
2146                }
2147            }
2148        },
2149        "com.amazonaws.inspector#DurationRange": {
2150            "type": "structure",
2151            "members": {
2152                "minSeconds": {
2153                    "target": "com.amazonaws.inspector#AssessmentRunDuration",
2154                    "traits": {
2155                        "smithy.api#documentation": "<p>The minimum value of the duration range. Must be greater than zero.</p>"
2156                    }
2157                },
2158                "maxSeconds": {
2159                    "target": "com.amazonaws.inspector#AssessmentRunDuration",
2160                    "traits": {
2161                        "smithy.api#documentation": "<p>The maximum value of the duration range. Must be less than or equal to 604800 seconds\n         (1 week).</p>"
2162                    }
2163                }
2164            },
2165            "traits": {
2166                "smithy.api#documentation": "<p>This data type is used in the <a>AssessmentTemplateFilter</a> data\n         type.</p>"
2167            }
2168        },
2169        "com.amazonaws.inspector#ErrorMessage": {
2170            "type": "string",
2171            "traits": {
2172                "smithy.api#length": {
2173                    "min": 0,
2174                    "max": 1000
2175                }
2176            }
2177        },
2178        "com.amazonaws.inspector#EventSubscription": {
2179            "type": "structure",
2180            "members": {
2181                "event": {
2182                    "target": "com.amazonaws.inspector#InspectorEvent",
2183                    "traits": {
2184                        "smithy.api#documentation": "<p>The event for which Amazon Simple Notification Service (SNS) notifications are\n         sent.</p>",
2185                        "smithy.api#required": {}
2186                    }
2187                },
2188                "subscribedAt": {
2189                    "target": "com.amazonaws.inspector#Timestamp",
2190                    "traits": {
2191                        "smithy.api#documentation": "<p>The time at which <a>SubscribeToEvent</a> is called.</p>",
2192                        "smithy.api#required": {}
2193                    }
2194                }
2195            },
2196            "traits": {
2197                "smithy.api#documentation": "<p>This data type is used in the <a>Subscription</a> data type.</p>"
2198            }
2199        },
2200        "com.amazonaws.inspector#EventSubscriptionList": {
2201            "type": "list",
2202            "member": {
2203                "target": "com.amazonaws.inspector#EventSubscription"
2204            },
2205            "traits": {
2206                "smithy.api#length": {
2207                    "min": 1,
2208                    "max": 50
2209                }
2210            }
2211        },
2212        "com.amazonaws.inspector#Exclusion": {
2213            "type": "structure",
2214            "members": {
2215                "arn": {
2216                    "target": "com.amazonaws.inspector#Arn",
2217                    "traits": {
2218                        "smithy.api#documentation": "<p>The ARN that specifies the exclusion.</p>",
2219                        "smithy.api#required": {}
2220                    }
2221                },
2222                "title": {
2223                    "target": "com.amazonaws.inspector#Text",
2224                    "traits": {
2225                        "smithy.api#documentation": "<p>The name of the exclusion.</p>",
2226                        "smithy.api#required": {}
2227                    }
2228                },
2229                "description": {
2230                    "target": "com.amazonaws.inspector#Text",
2231                    "traits": {
2232                        "smithy.api#documentation": "<p>The description of the exclusion.</p>",
2233                        "smithy.api#required": {}
2234                    }
2235                },
2236                "recommendation": {
2237                    "target": "com.amazonaws.inspector#Text",
2238                    "traits": {
2239                        "smithy.api#documentation": "<p>The recommendation for the exclusion.</p>",
2240                        "smithy.api#required": {}
2241                    }
2242                },
2243                "scopes": {
2244                    "target": "com.amazonaws.inspector#ScopeList",
2245                    "traits": {
2246                        "smithy.api#documentation": "<p>The AWS resources for which the exclusion pertains.</p>",
2247                        "smithy.api#required": {}
2248                    }
2249                },
2250                "attributes": {
2251                    "target": "com.amazonaws.inspector#AttributeList",
2252                    "traits": {
2253                        "smithy.api#documentation": "<p>The system-defined attributes for the exclusion.</p>"
2254                    }
2255                }
2256            },
2257            "traits": {
2258                "smithy.api#documentation": "<p>Contains information about what was excluded from an assessment run.</p>"
2259            }
2260        },
2261        "com.amazonaws.inspector#ExclusionMap": {
2262            "type": "map",
2263            "key": {
2264                "target": "com.amazonaws.inspector#Arn"
2265            },
2266            "value": {
2267                "target": "com.amazonaws.inspector#Exclusion"
2268            },
2269            "traits": {
2270                "smithy.api#length": {
2271                    "min": 1,
2272                    "max": 100
2273                }
2274            }
2275        },
2276        "com.amazonaws.inspector#ExclusionPreview": {
2277            "type": "structure",
2278            "members": {
2279                "title": {
2280                    "target": "com.amazonaws.inspector#Text",
2281                    "traits": {
2282                        "smithy.api#documentation": "<p>The name of the exclusion preview.</p>",
2283                        "smithy.api#required": {}
2284                    }
2285                },
2286                "description": {
2287                    "target": "com.amazonaws.inspector#Text",
2288                    "traits": {
2289                        "smithy.api#documentation": "<p>The description of the exclusion preview.</p>",
2290                        "smithy.api#required": {}
2291                    }
2292                },
2293                "recommendation": {
2294                    "target": "com.amazonaws.inspector#Text",
2295                    "traits": {
2296                        "smithy.api#documentation": "<p>The recommendation for the exclusion preview.</p>",
2297                        "smithy.api#required": {}
2298                    }
2299                },
2300                "scopes": {
2301                    "target": "com.amazonaws.inspector#ScopeList",
2302                    "traits": {
2303                        "smithy.api#documentation": "<p>The AWS resources for which the exclusion preview pertains.</p>",
2304                        "smithy.api#required": {}
2305                    }
2306                },
2307                "attributes": {
2308                    "target": "com.amazonaws.inspector#AttributeList",
2309                    "traits": {
2310                        "smithy.api#documentation": "<p>The system-defined attributes for the exclusion preview.</p>"
2311                    }
2312                }
2313            },
2314            "traits": {
2315                "smithy.api#documentation": "<p>Contains information about what is excluded from an assessment run given the current\n         state of the assessment template.</p>"
2316            }
2317        },
2318        "com.amazonaws.inspector#ExclusionPreviewList": {
2319            "type": "list",
2320            "member": {
2321                "target": "com.amazonaws.inspector#ExclusionPreview"
2322            },
2323            "traits": {
2324                "smithy.api#length": {
2325                    "min": 0,
2326                    "max": 100
2327                }
2328            }
2329        },
2330        "com.amazonaws.inspector#FailedItemDetails": {
2331            "type": "structure",
2332            "members": {
2333                "failureCode": {
2334                    "target": "com.amazonaws.inspector#FailedItemErrorCode",
2335                    "traits": {
2336                        "smithy.api#documentation": "<p>The status code of a failed item.</p>",
2337                        "smithy.api#required": {}
2338                    }
2339                },
2340                "retryable": {
2341                    "target": "com.amazonaws.inspector#Bool",
2342                    "traits": {
2343                        "smithy.api#documentation": "<p>Indicates whether you can immediately retry a request for this item for a specified\n         resource.</p>",
2344                        "smithy.api#required": {}
2345                    }
2346                }
2347            },
2348            "traits": {
2349                "smithy.api#documentation": "<p>Includes details about the failed items.</p>"
2350            }
2351        },
2352        "com.amazonaws.inspector#FailedItemErrorCode": {
2353            "type": "string",
2354            "traits": {
2355                "smithy.api#enum": [
2356                    {
2357                        "value": "INVALID_ARN",
2358                        "name": "INVALID_ARN"
2359                    },
2360                    {
2361                        "value": "DUPLICATE_ARN",
2362                        "name": "DUPLICATE_ARN"
2363                    },
2364                    {
2365                        "value": "ITEM_DOES_NOT_EXIST",
2366                        "name": "ITEM_DOES_NOT_EXIST"
2367                    },
2368                    {
2369                        "value": "ACCESS_DENIED",
2370                        "name": "ACCESS_DENIED"
2371                    },
2372                    {
2373                        "value": "LIMIT_EXCEEDED",
2374                        "name": "LIMIT_EXCEEDED"
2375                    },
2376                    {
2377                        "value": "INTERNAL_ERROR",
2378                        "name": "INTERNAL_ERROR"
2379                    }
2380                ]
2381            }
2382        },
2383        "com.amazonaws.inspector#FailedItems": {
2384            "type": "map",
2385            "key": {
2386                "target": "com.amazonaws.inspector#Arn"
2387            },
2388            "value": {
2389                "target": "com.amazonaws.inspector#FailedItemDetails"
2390            }
2391        },
2392        "com.amazonaws.inspector#FilterRulesPackageArnList": {
2393            "type": "list",
2394            "member": {
2395                "target": "com.amazonaws.inspector#Arn"
2396            },
2397            "traits": {
2398                "smithy.api#length": {
2399                    "min": 0,
2400                    "max": 50
2401                }
2402            }
2403        },
2404        "com.amazonaws.inspector#Finding": {
2405            "type": "structure",
2406            "members": {
2407                "arn": {
2408                    "target": "com.amazonaws.inspector#Arn",
2409                    "traits": {
2410                        "smithy.api#documentation": "<p>The ARN that specifies the finding.</p>",
2411                        "smithy.api#required": {}
2412                    }
2413                },
2414                "schemaVersion": {
2415                    "target": "com.amazonaws.inspector#NumericVersion",
2416                    "traits": {
2417                        "smithy.api#documentation": "<p>The schema version of this data type.</p>"
2418                    }
2419                },
2420                "service": {
2421                    "target": "com.amazonaws.inspector#ServiceName",
2422                    "traits": {
2423                        "smithy.api#documentation": "<p>The data element is set to \"Inspector\".</p>"
2424                    }
2425                },
2426                "serviceAttributes": {
2427                    "target": "com.amazonaws.inspector#InspectorServiceAttributes",
2428                    "traits": {
2429                        "smithy.api#documentation": "<p>This data type is used in the <a>Finding</a> data type.</p>"
2430                    }
2431                },
2432                "assetType": {
2433                    "target": "com.amazonaws.inspector#AssetType",
2434                    "traits": {
2435                        "smithy.api#documentation": "<p>The type of the host from which the finding is generated.</p>"
2436                    }
2437                },
2438                "assetAttributes": {
2439                    "target": "com.amazonaws.inspector#AssetAttributes",
2440                    "traits": {
2441                        "smithy.api#documentation": "<p>A collection of attributes of the host from which the finding is generated.</p>"
2442                    }
2443                },
2444                "id": {
2445                    "target": "com.amazonaws.inspector#FindingId",
2446                    "traits": {
2447                        "smithy.api#documentation": "<p>The ID of the finding.</p>"
2448                    }
2449                },
2450                "title": {
2451                    "target": "com.amazonaws.inspector#Text",
2452                    "traits": {
2453                        "smithy.api#documentation": "<p>The name of the finding.</p>"
2454                    }
2455                },
2456                "description": {
2457                    "target": "com.amazonaws.inspector#Text",
2458                    "traits": {
2459                        "smithy.api#documentation": "<p>The description of the finding.</p>"
2460                    }
2461                },
2462                "recommendation": {
2463                    "target": "com.amazonaws.inspector#Text",
2464                    "traits": {
2465                        "smithy.api#documentation": "<p>The recommendation for the finding.</p>"
2466                    }
2467                },
2468                "severity": {
2469                    "target": "com.amazonaws.inspector#Severity",
2470                    "traits": {
2471                        "smithy.api#documentation": "<p>The finding severity. Values can be set to High, Medium, Low, and\n         Informational.</p>"
2472                    }
2473                },
2474                "numericSeverity": {
2475                    "target": "com.amazonaws.inspector#NumericSeverity",
2476                    "traits": {
2477                        "smithy.api#documentation": "<p>The numeric value of the finding severity.</p>"
2478                    }
2479                },
2480                "confidence": {
2481                    "target": "com.amazonaws.inspector#IocConfidence",
2482                    "traits": {
2483                        "smithy.api#documentation": "<p>This data element is currently not used.</p>"
2484                    }
2485                },
2486                "indicatorOfCompromise": {
2487                    "target": "com.amazonaws.inspector#Bool",
2488                    "traits": {
2489                        "smithy.api#documentation": "<p>This data element is currently not used.</p>"
2490                    }
2491                },
2492                "attributes": {
2493                    "target": "com.amazonaws.inspector#AttributeList",
2494                    "traits": {
2495                        "smithy.api#documentation": "<p>The system-defined attributes for the finding.</p>",
2496                        "smithy.api#required": {}
2497                    }
2498                },
2499                "userAttributes": {
2500                    "target": "com.amazonaws.inspector#UserAttributeList",
2501                    "traits": {
2502                        "smithy.api#documentation": "<p>The user-defined attributes that are assigned to the finding.</p>",
2503                        "smithy.api#required": {}
2504                    }
2505                },
2506                "createdAt": {
2507                    "target": "com.amazonaws.inspector#Timestamp",
2508                    "traits": {
2509                        "smithy.api#documentation": "<p>The time when the finding was generated.</p>",
2510                        "smithy.api#required": {}
2511                    }
2512                },
2513                "updatedAt": {
2514                    "target": "com.amazonaws.inspector#Timestamp",
2515                    "traits": {
2516                        "smithy.api#documentation": "<p>The time when <a>AddAttributesToFindings</a> is called.</p>",
2517                        "smithy.api#required": {}
2518                    }
2519                }
2520            },
2521            "traits": {
2522                "smithy.api#documentation": "<p>Contains information about an Amazon Inspector finding. This data type is used as the\n         response element in the <a>DescribeFindings</a> action.</p>"
2523            }
2524        },
2525        "com.amazonaws.inspector#FindingCount": {
2526            "type": "integer",
2527            "traits": {
2528                "smithy.api#box": {}
2529            }
2530        },
2531        "com.amazonaws.inspector#FindingFilter": {
2532            "type": "structure",
2533            "members": {
2534                "agentIds": {
2535                    "target": "com.amazonaws.inspector#AgentIdList",
2536                    "traits": {
2537                        "smithy.api#documentation": "<p>For a record to match a filter, one of the values that is specified for this data\n         type property must be the exact match of the value of the <b>agentId</b> property of the <a>Finding</a> data type.</p>"
2538                    }
2539                },
2540                "autoScalingGroups": {
2541                    "target": "com.amazonaws.inspector#AutoScalingGroupList",
2542                    "traits": {
2543                        "smithy.api#documentation": "<p>For a record to match a filter, one of the values that is specified for this data\n         type property must be the exact match of the value of the <b>autoScalingGroup</b> property of the <a>Finding</a> data\n         type.</p>"
2544                    }
2545                },
2546                "ruleNames": {
2547                    "target": "com.amazonaws.inspector#RuleNameList",
2548                    "traits": {
2549                        "smithy.api#documentation": "<p>For a record to match a filter, one of the values that is specified for this data\n         type property must be the exact match of the value of the <b>ruleName</b> property of the <a>Finding</a> data type.</p>"
2550                    }
2551                },
2552                "severities": {
2553                    "target": "com.amazonaws.inspector#SeverityList",
2554                    "traits": {
2555                        "smithy.api#documentation": "<p>For a record to match a filter, one of the values that is specified for this data\n         type property must be the exact match of the value of the <b>severity</b> property of the <a>Finding</a> data type.</p>"
2556                    }
2557                },
2558                "rulesPackageArns": {
2559                    "target": "com.amazonaws.inspector#FilterRulesPackageArnList",
2560                    "traits": {
2561                        "smithy.api#documentation": "<p>For a record to match a filter, one of the values that is specified for this data\n         type property must be the exact match of the value of the <b>rulesPackageArn</b> property of the <a>Finding</a> data\n         type.</p>"
2562                    }
2563                },
2564                "attributes": {
2565                    "target": "com.amazonaws.inspector#AttributeList",
2566                    "traits": {
2567                        "smithy.api#documentation": "<p>For a record to match a filter, the list of values that are specified for this data\n         type property must be contained in the list of values of the <b>attributes</b> property of the <a>Finding</a> data type.</p>"
2568                    }
2569                },
2570                "userAttributes": {
2571                    "target": "com.amazonaws.inspector#AttributeList",
2572                    "traits": {
2573                        "smithy.api#documentation": "<p>For a record to match a filter, the value that is specified for this data type\n         property must be contained in the list of values of the <b>userAttributes</b> property of the <a>Finding</a> data\n         type.</p>"
2574                    }
2575                },
2576                "creationTimeRange": {
2577                    "target": "com.amazonaws.inspector#TimestampRange",
2578                    "traits": {
2579                        "smithy.api#documentation": "<p>The time range during which the finding is generated.</p>"
2580                    }
2581                }
2582            },
2583            "traits": {
2584                "smithy.api#documentation": "<p>This data type is used as a request parameter in the <a>ListFindings</a>\n         action.</p>"
2585            }
2586        },
2587        "com.amazonaws.inspector#FindingId": {
2588            "type": "string",
2589            "traits": {
2590                "smithy.api#length": {
2591                    "min": 0,
2592                    "max": 128
2593                }
2594            }
2595        },
2596        "com.amazonaws.inspector#FindingList": {
2597            "type": "list",
2598            "member": {
2599                "target": "com.amazonaws.inspector#Finding"
2600            },
2601            "traits": {
2602                "smithy.api#length": {
2603                    "min": 0,
2604                    "max": 100
2605                }
2606            }
2607        },
2608        "com.amazonaws.inspector#GetAssessmentReport": {
2609            "type": "operation",
2610            "input": {
2611                "target": "com.amazonaws.inspector#GetAssessmentReportRequest"
2612            },
2613            "output": {
2614                "target": "com.amazonaws.inspector#GetAssessmentReportResponse"
2615            },
2616            "errors": [
2617                {
2618                    "target": "com.amazonaws.inspector#AccessDeniedException"
2619                },
2620                {
2621                    "target": "com.amazonaws.inspector#AssessmentRunInProgressException"
2622                },
2623                {
2624                    "target": "com.amazonaws.inspector#InternalException"
2625                },
2626                {
2627                    "target": "com.amazonaws.inspector#InvalidInputException"
2628                },
2629                {
2630                    "target": "com.amazonaws.inspector#NoSuchEntityException"
2631                },
2632                {
2633                    "target": "com.amazonaws.inspector#ServiceTemporarilyUnavailableException"
2634                },
2635                {
2636                    "target": "com.amazonaws.inspector#UnsupportedFeatureException"
2637                }
2638            ],
2639            "traits": {
2640                "smithy.api#documentation": "<p>Produces an assessment report that includes detailed and comprehensive results of a\n         specified assessment run. </p>"
2641            }
2642        },
2643        "com.amazonaws.inspector#GetAssessmentReportRequest": {
2644            "type": "structure",
2645            "members": {
2646                "assessmentRunArn": {
2647                    "target": "com.amazonaws.inspector#Arn",
2648                    "traits": {
2649                        "smithy.api#documentation": "<p>The ARN that specifies the assessment run for which you want to generate a\n         report.</p>",
2650                        "smithy.api#required": {}
2651                    }
2652                },
2653                "reportFileFormat": {
2654                    "target": "com.amazonaws.inspector#ReportFileFormat",
2655                    "traits": {
2656                        "smithy.api#documentation": "<p>Specifies the file format (html or pdf) of the assessment report that you want to\n         generate.</p>",
2657                        "smithy.api#required": {}
2658                    }
2659                },
2660                "reportType": {
2661                    "target": "com.amazonaws.inspector#ReportType",
2662                    "traits": {
2663                        "smithy.api#documentation": "<p>Specifies the type of the assessment report that you want to generate. There are two\n         types of assessment reports: a finding report and a full report. For more information, see\n            <a href=\"https://docs.aws.amazon.com/inspector/latest/userguide/inspector_reports.html\">Assessment Reports</a>. </p>",
2664                        "smithy.api#required": {}
2665                    }
2666                }
2667            }
2668        },
2669        "com.amazonaws.inspector#GetAssessmentReportResponse": {
2670            "type": "structure",
2671            "members": {
2672                "status": {
2673                    "target": "com.amazonaws.inspector#ReportStatus",
2674                    "traits": {
2675                        "smithy.api#documentation": "<p>Specifies the status of the request to generate an assessment report. </p>",
2676                        "smithy.api#required": {}
2677                    }
2678                },
2679                "url": {
2680                    "target": "com.amazonaws.inspector#Url",
2681                    "traits": {
2682                        "smithy.api#documentation": "<p>Specifies the URL where you can find the generated assessment report. This parameter\n         is only returned if the report is successfully generated.</p>"
2683                    }
2684                }
2685            }
2686        },
2687        "com.amazonaws.inspector#GetExclusionsPreview": {
2688            "type": "operation",
2689            "input": {
2690                "target": "com.amazonaws.inspector#GetExclusionsPreviewRequest"
2691            },
2692            "output": {
2693                "target": "com.amazonaws.inspector#GetExclusionsPreviewResponse"
2694            },
2695            "errors": [
2696                {
2697                    "target": "com.amazonaws.inspector#AccessDeniedException"
2698                },
2699                {
2700                    "target": "com.amazonaws.inspector#InternalException"
2701                },
2702                {
2703                    "target": "com.amazonaws.inspector#InvalidInputException"
2704                },
2705                {
2706                    "target": "com.amazonaws.inspector#NoSuchEntityException"
2707                }
2708            ],
2709            "traits": {
2710                "smithy.api#documentation": "<p>Retrieves the exclusions preview (a list of ExclusionPreview objects) specified by\n         the preview token. You can obtain the preview token by running the CreateExclusionsPreview\n         API.</p>",
2711                "smithy.api#paginated": {
2712                    "inputToken": "nextToken",
2713                    "outputToken": "nextToken",
2714                    "pageSize": "maxResults"
2715                }
2716            }
2717        },
2718        "com.amazonaws.inspector#GetExclusionsPreviewRequest": {
2719            "type": "structure",
2720            "members": {
2721                "assessmentTemplateArn": {
2722                    "target": "com.amazonaws.inspector#Arn",
2723                    "traits": {
2724                        "smithy.api#documentation": "<p>The ARN that specifies the assessment template for which the exclusions preview was\n         requested.</p>",
2725                        "smithy.api#required": {}
2726                    }
2727                },
2728                "previewToken": {
2729                    "target": "com.amazonaws.inspector#UUID",
2730                    "traits": {
2731                        "smithy.api#documentation": "<p>The unique identifier associated of the exclusions preview.</p>",
2732                        "smithy.api#required": {}
2733                    }
2734                },
2735                "nextToken": {
2736                    "target": "com.amazonaws.inspector#PaginationToken",
2737                    "traits": {
2738                        "smithy.api#documentation": "<p>You can use this parameter when paginating results. Set the value of this parameter\n         to null on your first call to the GetExclusionsPreviewRequest action. Subsequent calls to\n         the action fill nextToken in the request with the value of nextToken from the previous\n         response to continue listing data.</p>"
2739                    }
2740                },
2741                "maxResults": {
2742                    "target": "com.amazonaws.inspector#ListMaxResults",
2743                    "traits": {
2744                        "smithy.api#documentation": "<p>You can use this parameter to indicate the maximum number of items you want in the\n         response. The default value is 100. The maximum value is 500.</p>"
2745                    }
2746                },
2747                "locale": {
2748                    "target": "com.amazonaws.inspector#Locale",
2749                    "traits": {
2750                        "smithy.api#documentation": "<p>The locale into which you want to translate the exclusion's title, description, and\n         recommendation.</p>"
2751                    }
2752                }
2753            }
2754        },
2755        "com.amazonaws.inspector#GetExclusionsPreviewResponse": {
2756            "type": "structure",
2757            "members": {
2758                "previewStatus": {
2759                    "target": "com.amazonaws.inspector#PreviewStatus",
2760                    "traits": {
2761                        "smithy.api#documentation": "<p>Specifies the status of the request to generate an exclusions preview.</p>",
2762                        "smithy.api#required": {}
2763                    }
2764                },
2765                "exclusionPreviews": {
2766                    "target": "com.amazonaws.inspector#ExclusionPreviewList",
2767                    "traits": {
2768                        "smithy.api#documentation": "<p>Information about the exclusions included in the preview.</p>"
2769                    }
2770                },
2771                "nextToken": {
2772                    "target": "com.amazonaws.inspector#PaginationToken",
2773                    "traits": {
2774                        "smithy.api#documentation": "<p>When a response is generated, if there is more data to be listed, this parameters is\n         present in the response and contains the value to use for the nextToken parameter in a\n         subsequent pagination request. If there is no more data to be listed, this parameter is set\n         to null.</p>"
2775                    }
2776                }
2777            }
2778        },
2779        "com.amazonaws.inspector#GetTelemetryMetadata": {
2780            "type": "operation",
2781            "input": {
2782                "target": "com.amazonaws.inspector#GetTelemetryMetadataRequest"
2783            },
2784            "output": {
2785                "target": "com.amazonaws.inspector#GetTelemetryMetadataResponse"
2786            },
2787            "errors": [
2788                {
2789                    "target": "com.amazonaws.inspector#AccessDeniedException"
2790                },
2791                {
2792                    "target": "com.amazonaws.inspector#InternalException"
2793                },
2794                {
2795                    "target": "com.amazonaws.inspector#InvalidInputException"
2796                },
2797                {
2798                    "target": "com.amazonaws.inspector#NoSuchEntityException"
2799                }
2800            ],
2801            "traits": {
2802                "smithy.api#documentation": "<p>Information about the data that is collected for the specified assessment\n         run.</p>"
2803            }
2804        },
2805        "com.amazonaws.inspector#GetTelemetryMetadataRequest": {
2806            "type": "structure",
2807            "members": {
2808                "assessmentRunArn": {
2809                    "target": "com.amazonaws.inspector#Arn",
2810                    "traits": {
2811                        "smithy.api#documentation": "<p>The ARN that specifies the assessment run that has the telemetry data that you want\n         to obtain.</p>",
2812                        "smithy.api#required": {}
2813                    }
2814                }
2815            }
2816        },
2817        "com.amazonaws.inspector#GetTelemetryMetadataResponse": {
2818            "type": "structure",
2819            "members": {
2820                "telemetryMetadata": {
2821                    "target": "com.amazonaws.inspector#TelemetryMetadataList",
2822                    "traits": {
2823                        "smithy.api#documentation": "<p>Telemetry details.</p>",
2824                        "smithy.api#required": {}
2825                    }
2826                }
2827            }
2828        },
2829        "com.amazonaws.inspector#Hostname": {
2830            "type": "string",
2831            "traits": {
2832                "smithy.api#length": {
2833                    "min": 0,
2834                    "max": 256
2835                }
2836            }
2837        },
2838        "com.amazonaws.inspector#InspectorEvent": {
2839            "type": "string",
2840            "traits": {
2841                "smithy.api#enum": [
2842                    {
2843                        "value": "ASSESSMENT_RUN_STARTED",
2844                        "name": "ASSESSMENT_RUN_STARTED"
2845                    },
2846                    {
2847                        "value": "ASSESSMENT_RUN_COMPLETED",
2848                        "name": "ASSESSMENT_RUN_COMPLETED"
2849                    },
2850                    {
2851                        "value": "ASSESSMENT_RUN_STATE_CHANGED",
2852                        "name": "ASSESSMENT_RUN_STATE_CHANGED"
2853                    },
2854                    {
2855                        "value": "FINDING_REPORTED",
2856                        "name": "FINDING_REPORTED"
2857                    },
2858                    {
2859                        "value": "OTHER",
2860                        "name": "OTHER"
2861                    }
2862                ]
2863            }
2864        },
2865        "com.amazonaws.inspector#InspectorService": {
2866            "type": "service",
2867            "version": "2016-02-16",
2868            "operations": [
2869                {
2870                    "target": "com.amazonaws.inspector#AddAttributesToFindings"
2871                },
2872                {
2873                    "target": "com.amazonaws.inspector#CreateAssessmentTarget"
2874                },
2875                {
2876                    "target": "com.amazonaws.inspector#CreateAssessmentTemplate"
2877                },
2878                {
2879                    "target": "com.amazonaws.inspector#CreateExclusionsPreview"
2880                },
2881                {
2882                    "target": "com.amazonaws.inspector#CreateResourceGroup"
2883                },
2884                {
2885                    "target": "com.amazonaws.inspector#DeleteAssessmentRun"
2886                },
2887                {
2888                    "target": "com.amazonaws.inspector#DeleteAssessmentTarget"
2889                },
2890                {
2891                    "target": "com.amazonaws.inspector#DeleteAssessmentTemplate"
2892                },
2893                {
2894                    "target": "com.amazonaws.inspector#DescribeAssessmentRuns"
2895                },
2896                {
2897                    "target": "com.amazonaws.inspector#DescribeAssessmentTargets"
2898                },
2899                {
2900                    "target": "com.amazonaws.inspector#DescribeAssessmentTemplates"
2901                },
2902                {
2903                    "target": "com.amazonaws.inspector#DescribeCrossAccountAccessRole"
2904                },
2905                {
2906                    "target": "com.amazonaws.inspector#DescribeExclusions"
2907                },
2908                {
2909                    "target": "com.amazonaws.inspector#DescribeFindings"
2910                },
2911                {
2912                    "target": "com.amazonaws.inspector#DescribeResourceGroups"
2913                },
2914                {
2915                    "target": "com.amazonaws.inspector#DescribeRulesPackages"
2916                },
2917                {
2918                    "target": "com.amazonaws.inspector#GetAssessmentReport"
2919                },
2920                {
2921                    "target": "com.amazonaws.inspector#GetExclusionsPreview"
2922                },
2923                {
2924                    "target": "com.amazonaws.inspector#GetTelemetryMetadata"
2925                },
2926                {
2927                    "target": "com.amazonaws.inspector#ListAssessmentRunAgents"
2928                },
2929                {
2930                    "target": "com.amazonaws.inspector#ListAssessmentRuns"
2931                },
2932                {
2933                    "target": "com.amazonaws.inspector#ListAssessmentTargets"
2934                },
2935                {
2936                    "target": "com.amazonaws.inspector#ListAssessmentTemplates"
2937                },
2938                {
2939                    "target": "com.amazonaws.inspector#ListEventSubscriptions"
2940                },
2941                {
2942                    "target": "com.amazonaws.inspector#ListExclusions"
2943                },
2944                {
2945                    "target": "com.amazonaws.inspector#ListFindings"
2946                },
2947                {
2948                    "target": "com.amazonaws.inspector#ListRulesPackages"
2949                },
2950                {
2951                    "target": "com.amazonaws.inspector#ListTagsForResource"
2952                },
2953                {
2954                    "target": "com.amazonaws.inspector#PreviewAgents"
2955                },
2956                {
2957                    "target": "com.amazonaws.inspector#RegisterCrossAccountAccessRole"
2958                },
2959                {
2960                    "target": "com.amazonaws.inspector#RemoveAttributesFromFindings"
2961                },
2962                {
2963                    "target": "com.amazonaws.inspector#SetTagsForResource"
2964                },
2965                {
2966                    "target": "com.amazonaws.inspector#StartAssessmentRun"
2967                },
2968                {
2969                    "target": "com.amazonaws.inspector#StopAssessmentRun"
2970                },
2971                {
2972                    "target": "com.amazonaws.inspector#SubscribeToEvent"
2973                },
2974                {
2975                    "target": "com.amazonaws.inspector#UnsubscribeFromEvent"
2976                },
2977                {
2978                    "target": "com.amazonaws.inspector#UpdateAssessmentTarget"
2979                }
2980            ],
2981            "traits": {
2982                "aws.api#service": {
2983                    "sdkId": "Inspector",
2984                    "arnNamespace": "inspector",
2985                    "cloudFormationName": "Inspector",
2986                    "cloudTrailEventSource": "inspector.amazonaws.com",
2987                    "endpointPrefix": "inspector"
2988                },
2989                "aws.auth#sigv4": {
2990                    "name": "inspector"
2991                },
2992                "aws.protocols#awsJson1_1": {},
2993                "smithy.api#documentation": "<fullname>Amazon Inspector</fullname>\n         <p>Amazon Inspector enables you to analyze the behavior of your AWS resources and to\n         identify potential security issues. For more information, see <a href=\"https://docs.aws.amazon.com/inspector/latest/userguide/inspector_introduction.html\"> Amazon Inspector User\n            Guide</a>.</p>",
2994                "smithy.api#title": "Amazon Inspector"
2995            }
2996        },
2997        "com.amazonaws.inspector#InspectorServiceAttributes": {
2998            "type": "structure",
2999            "members": {
3000                "schemaVersion": {
3001                    "target": "com.amazonaws.inspector#NumericVersion",
3002                    "traits": {
3003                        "smithy.api#documentation": "<p>The schema version of this data type.</p>",
3004                        "smithy.api#required": {}
3005                    }
3006                },
3007                "assessmentRunArn": {
3008                    "target": "com.amazonaws.inspector#Arn",
3009                    "traits": {
3010                        "smithy.api#documentation": "<p>The ARN of the assessment run during which the finding is generated.</p>"
3011                    }
3012                },
3013                "rulesPackageArn": {
3014                    "target": "com.amazonaws.inspector#Arn",
3015                    "traits": {
3016                        "smithy.api#documentation": "<p>The ARN of the rules package that is used to generate the finding.</p>"
3017                    }
3018                }
3019            },
3020            "traits": {
3021                "smithy.api#documentation": "<p>This data type is used in the <a>Finding</a> data type.</p>"
3022            }
3023        },
3024        "com.amazonaws.inspector#InternalException": {
3025            "type": "structure",
3026            "members": {
3027                "message": {
3028                    "target": "com.amazonaws.inspector#ErrorMessage",
3029                    "traits": {
3030                        "smithy.api#documentation": "<p>Details of the exception error.</p>",
3031                        "smithy.api#required": {}
3032                    }
3033                },
3034                "canRetry": {
3035                    "target": "com.amazonaws.inspector#Bool",
3036                    "traits": {
3037                        "smithy.api#documentation": "<p>You can immediately retry your request.</p>",
3038                        "smithy.api#required": {}
3039                    }
3040                }
3041            },
3042            "traits": {
3043                "smithy.api#documentation": "<p>Internal server error.</p>",
3044                "smithy.api#error": "server"
3045            }
3046        },
3047        "com.amazonaws.inspector#InvalidCrossAccountRoleErrorCode": {
3048            "type": "string",
3049            "traits": {
3050                "smithy.api#enum": [
3051                    {
3052                        "value": "ROLE_DOES_NOT_EXIST_OR_INVALID_TRUST_RELATIONSHIP",
3053                        "name": "ROLE_DOES_NOT_EXIST_OR_INVALID_TRUST_RELATIONSHIP"
3054                    },
3055                    {
3056                        "value": "ROLE_DOES_NOT_HAVE_CORRECT_POLICY",
3057                        "name": "ROLE_DOES_NOT_HAVE_CORRECT_POLICY"
3058                    }
3059                ]
3060            }
3061        },
3062        "com.amazonaws.inspector#InvalidCrossAccountRoleException": {
3063            "type": "structure",
3064            "members": {
3065                "message": {
3066                    "target": "com.amazonaws.inspector#ErrorMessage",
3067                    "traits": {
3068                        "smithy.api#documentation": "<p>Details of the exception error.</p>",
3069                        "smithy.api#required": {}
3070                    }
3071                },
3072                "errorCode": {
3073                    "target": "com.amazonaws.inspector#InvalidCrossAccountRoleErrorCode",
3074                    "traits": {
3075                        "smithy.api#documentation": "<p>Code that indicates the type of error that is generated.</p>",
3076                        "smithy.api#required": {}
3077                    }
3078                },
3079                "canRetry": {
3080                    "target": "com.amazonaws.inspector#Bool",
3081                    "traits": {
3082                        "smithy.api#documentation": "<p>You can immediately retry your request.</p>",
3083                        "smithy.api#required": {}
3084                    }
3085                }
3086            },
3087            "traits": {
3088                "smithy.api#documentation": "<p>Amazon Inspector cannot assume the cross-account role that it needs to list your EC2\n         instances during the assessment run.</p>",
3089                "smithy.api#error": "client"
3090            }
3091        },
3092        "com.amazonaws.inspector#InvalidInputErrorCode": {
3093            "type": "string",
3094            "traits": {
3095                "smithy.api#enum": [
3096                    {
3097                        "value": "INVALID_ASSESSMENT_TARGET_ARN",
3098                        "name": "INVALID_ASSESSMENT_TARGET_ARN"
3099                    },
3100                    {
3101                        "value": "INVALID_ASSESSMENT_TEMPLATE_ARN",
3102                        "name": "INVALID_ASSESSMENT_TEMPLATE_ARN"
3103                    },
3104                    {
3105                        "value": "INVALID_ASSESSMENT_RUN_ARN",
3106                        "name": "INVALID_ASSESSMENT_RUN_ARN"
3107                    },
3108                    {
3109                        "value": "INVALID_FINDING_ARN",
3110                        "name": "INVALID_FINDING_ARN"
3111                    },
3112                    {
3113                        "value": "INVALID_RESOURCE_GROUP_ARN",
3114                        "name": "INVALID_RESOURCE_GROUP_ARN"
3115                    },
3116                    {
3117                        "value": "INVALID_RULES_PACKAGE_ARN",
3118                        "name": "INVALID_RULES_PACKAGE_ARN"
3119                    },
3120                    {
3121                        "value": "INVALID_RESOURCE_ARN",
3122                        "name": "INVALID_RESOURCE_ARN"
3123                    },
3124                    {
3125                        "value": "INVALID_SNS_TOPIC_ARN",
3126                        "name": "INVALID_SNS_TOPIC_ARN"
3127                    },
3128                    {
3129                        "value": "INVALID_IAM_ROLE_ARN",
3130                        "name": "INVALID_IAM_ROLE_ARN"
3131                    },
3132                    {
3133                        "value": "INVALID_ASSESSMENT_TARGET_NAME",
3134                        "name": "INVALID_ASSESSMENT_TARGET_NAME"
3135                    },
3136                    {
3137                        "value": "INVALID_ASSESSMENT_TARGET_NAME_PATTERN",
3138                        "name": "INVALID_ASSESSMENT_TARGET_NAME_PATTERN"
3139                    },
3140                    {
3141                        "value": "INVALID_ASSESSMENT_TEMPLATE_NAME",
3142                        "name": "INVALID_ASSESSMENT_TEMPLATE_NAME"
3143                    },
3144                    {
3145                        "value": "INVALID_ASSESSMENT_TEMPLATE_NAME_PATTERN",
3146                        "name": "INVALID_ASSESSMENT_TEMPLATE_NAME_PATTERN"
3147                    },
3148                    {
3149                        "value": "INVALID_ASSESSMENT_TEMPLATE_DURATION",
3150                        "name": "INVALID_ASSESSMENT_TEMPLATE_DURATION"
3151                    },
3152                    {
3153                        "value": "INVALID_ASSESSMENT_TEMPLATE_DURATION_RANGE",
3154                        "name": "INVALID_ASSESSMENT_TEMPLATE_DURATION_RANGE"
3155                    },
3156                    {
3157                        "value": "INVALID_ASSESSMENT_RUN_DURATION_RANGE",
3158                        "name": "INVALID_ASSESSMENT_RUN_DURATION_RANGE"
3159                    },
3160                    {
3161                        "value": "INVALID_ASSESSMENT_RUN_START_TIME_RANGE",
3162                        "name": "INVALID_ASSESSMENT_RUN_START_TIME_RANGE"
3163                    },
3164                    {
3165                        "value": "INVALID_ASSESSMENT_RUN_COMPLETION_TIME_RANGE",
3166                        "name": "INVALID_ASSESSMENT_RUN_COMPLETION_TIME_RANGE"
3167                    },
3168                    {
3169                        "value": "INVALID_ASSESSMENT_RUN_STATE_CHANGE_TIME_RANGE",
3170                        "name": "INVALID_ASSESSMENT_RUN_STATE_CHANGE_TIME_RANGE"
3171                    },
3172                    {
3173                        "value": "INVALID_ASSESSMENT_RUN_STATE",
3174                        "name": "INVALID_ASSESSMENT_RUN_STATE"
3175                    },
3176                    {
3177                        "value": "INVALID_TAG",
3178                        "name": "INVALID_TAG"
3179                    },
3180                    {
3181                        "value": "INVALID_TAG_KEY",
3182                        "name": "INVALID_TAG_KEY"
3183                    },
3184                    {
3185                        "value": "INVALID_TAG_VALUE",
3186                        "name": "INVALID_TAG_VALUE"
3187                    },
3188                    {
3189                        "value": "INVALID_RESOURCE_GROUP_TAG_KEY",
3190                        "name": "INVALID_RESOURCE_GROUP_TAG_KEY"
3191                    },
3192                    {
3193                        "value": "INVALID_RESOURCE_GROUP_TAG_VALUE",
3194                        "name": "INVALID_RESOURCE_GROUP_TAG_VALUE"
3195                    },
3196                    {
3197                        "value": "INVALID_ATTRIBUTE",
3198                        "name": "INVALID_ATTRIBUTE"
3199                    },
3200                    {
3201                        "value": "INVALID_USER_ATTRIBUTE",
3202                        "name": "INVALID_USER_ATTRIBUTE"
3203                    },
3204                    {
3205                        "value": "INVALID_USER_ATTRIBUTE_KEY",
3206                        "name": "INVALID_USER_ATTRIBUTE_KEY"
3207                    },
3208                    {
3209                        "value": "INVALID_USER_ATTRIBUTE_VALUE",
3210                        "name": "INVALID_USER_ATTRIBUTE_VALUE"
3211                    },
3212                    {
3213                        "value": "INVALID_PAGINATION_TOKEN",
3214                        "name": "INVALID_PAGINATION_TOKEN"
3215                    },
3216                    {
3217                        "value": "INVALID_MAX_RESULTS",
3218                        "name": "INVALID_MAX_RESULTS"
3219                    },
3220                    {
3221                        "value": "INVALID_AGENT_ID",
3222                        "name": "INVALID_AGENT_ID"
3223                    },
3224                    {
3225                        "value": "INVALID_AUTO_SCALING_GROUP",
3226                        "name": "INVALID_AUTO_SCALING_GROUP"
3227                    },
3228                    {
3229                        "value": "INVALID_RULE_NAME",
3230                        "name": "INVALID_RULE_NAME"
3231                    },
3232                    {
3233                        "value": "INVALID_SEVERITY",
3234                        "name": "INVALID_SEVERITY"
3235                    },
3236                    {
3237                        "value": "INVALID_LOCALE",
3238                        "name": "INVALID_LOCALE"
3239                    },
3240                    {
3241                        "value": "INVALID_EVENT",
3242                        "name": "INVALID_EVENT"
3243                    },
3244                    {
3245                        "value": "ASSESSMENT_TARGET_NAME_ALREADY_TAKEN",
3246                        "name": "ASSESSMENT_TARGET_NAME_ALREADY_TAKEN"
3247                    },
3248                    {
3249                        "value": "ASSESSMENT_TEMPLATE_NAME_ALREADY_TAKEN",
3250                        "name": "ASSESSMENT_TEMPLATE_NAME_ALREADY_TAKEN"
3251                    },
3252                    {
3253                        "value": "INVALID_NUMBER_OF_ASSESSMENT_TARGET_ARNS",
3254                        "name": "INVALID_NUMBER_OF_ASSESSMENT_TARGET_ARNS"
3255                    },
3256                    {
3257                        "value": "INVALID_NUMBER_OF_ASSESSMENT_TEMPLATE_ARNS",
3258                        "name": "INVALID_NUMBER_OF_ASSESSMENT_TEMPLATE_ARNS"
3259                    },
3260                    {
3261                        "value": "INVALID_NUMBER_OF_ASSESSMENT_RUN_ARNS",
3262                        "name": "INVALID_NUMBER_OF_ASSESSMENT_RUN_ARNS"
3263                    },
3264                    {
3265                        "value": "INVALID_NUMBER_OF_FINDING_ARNS",
3266                        "name": "INVALID_NUMBER_OF_FINDING_ARNS"
3267                    },
3268                    {
3269                        "value": "INVALID_NUMBER_OF_RESOURCE_GROUP_ARNS",
3270                        "name": "INVALID_NUMBER_OF_RESOURCE_GROUP_ARNS"
3271                    },
3272                    {
3273                        "value": "INVALID_NUMBER_OF_RULES_PACKAGE_ARNS",
3274                        "name": "INVALID_NUMBER_OF_RULES_PACKAGE_ARNS"
3275                    },
3276                    {
3277                        "value": "INVALID_NUMBER_OF_ASSESSMENT_RUN_STATES",
3278                        "name": "INVALID_NUMBER_OF_ASSESSMENT_RUN_STATES"
3279                    },
3280                    {
3281                        "value": "INVALID_NUMBER_OF_TAGS",
3282                        "name": "INVALID_NUMBER_OF_TAGS"
3283                    },
3284                    {
3285                        "value": "INVALID_NUMBER_OF_RESOURCE_GROUP_TAGS",
3286                        "name": "INVALID_NUMBER_OF_RESOURCE_GROUP_TAGS"
3287                    },
3288                    {
3289                        "value": "INVALID_NUMBER_OF_ATTRIBUTES",
3290                        "name": "INVALID_NUMBER_OF_ATTRIBUTES"
3291                    },
3292                    {
3293                        "value": "INVALID_NUMBER_OF_USER_ATTRIBUTES",
3294                        "name": "INVALID_NUMBER_OF_USER_ATTRIBUTES"
3295                    },
3296                    {
3297                        "value": "INVALID_NUMBER_OF_AGENT_IDS",
3298                        "name": "INVALID_NUMBER_OF_AGENT_IDS"
3299                    },
3300                    {
3301                        "value": "INVALID_NUMBER_OF_AUTO_SCALING_GROUPS",
3302                        "name": "INVALID_NUMBER_OF_AUTO_SCALING_GROUPS"
3303                    },
3304                    {
3305                        "value": "INVALID_NUMBER_OF_RULE_NAMES",
3306                        "name": "INVALID_NUMBER_OF_RULE_NAMES"
3307                    },
3308                    {
3309                        "value": "INVALID_NUMBER_OF_SEVERITIES",
3310                        "name": "INVALID_NUMBER_OF_SEVERITIES"
3311                    }
3312                ]
3313            }
3314        },
3315        "com.amazonaws.inspector#InvalidInputException": {
3316            "type": "structure",
3317            "members": {
3318                "message": {
3319                    "target": "com.amazonaws.inspector#ErrorMessage",
3320                    "traits": {
3321                        "smithy.api#documentation": "<p>Details of the exception error.</p>",
3322                        "smithy.api#required": {}
3323                    }
3324                },
3325                "errorCode": {
3326                    "target": "com.amazonaws.inspector#InvalidInputErrorCode",
3327                    "traits": {
3328                        "smithy.api#documentation": "<p>Code that indicates the type of error that is generated.</p>",
3329                        "smithy.api#required": {}
3330                    }
3331                },
3332                "canRetry": {
3333                    "target": "com.amazonaws.inspector#Bool",
3334                    "traits": {
3335                        "smithy.api#documentation": "<p>You can immediately retry your request.</p>",
3336                        "smithy.api#required": {}
3337                    }
3338                }
3339            },
3340            "traits": {
3341                "smithy.api#documentation": "<p>The request was rejected because an invalid or out-of-range value was supplied for an\n         input parameter.</p>",
3342                "smithy.api#error": "client"
3343            }
3344        },
3345        "com.amazonaws.inspector#IocConfidence": {
3346            "type": "integer",
3347            "traits": {
3348                "smithy.api#range": {
3349                    "min": 0,
3350                    "max": 10
3351                }
3352            }
3353        },
3354        "com.amazonaws.inspector#Ipv4Address": {
3355            "type": "string",
3356            "traits": {
3357                "smithy.api#length": {
3358                    "min": 7,
3359                    "max": 15
3360                }
3361            }
3362        },
3363        "com.amazonaws.inspector#Ipv4AddressList": {
3364            "type": "list",
3365            "member": {
3366                "target": "com.amazonaws.inspector#Ipv4Address"
3367            },
3368            "traits": {
3369                "smithy.api#length": {
3370                    "min": 0,
3371                    "max": 50
3372                }
3373            }
3374        },
3375        "com.amazonaws.inspector#Ipv6Addresses": {
3376            "type": "list",
3377            "member": {
3378                "target": "com.amazonaws.inspector#Text"
3379            }
3380        },
3381        "com.amazonaws.inspector#KernelVersion": {
3382            "type": "string",
3383            "traits": {
3384                "smithy.api#length": {
3385                    "min": 1,
3386                    "max": 128
3387                }
3388            }
3389        },
3390        "com.amazonaws.inspector#LimitExceededErrorCode": {
3391            "type": "string",
3392            "traits": {
3393                "smithy.api#enum": [
3394                    {
3395                        "value": "ASSESSMENT_TARGET_LIMIT_EXCEEDED",
3396                        "name": "ASSESSMENT_TARGET_LIMIT_EXCEEDED"
3397                    },
3398                    {
3399                        "value": "ASSESSMENT_TEMPLATE_LIMIT_EXCEEDED",
3400                        "name": "ASSESSMENT_TEMPLATE_LIMIT_EXCEEDED"
3401                    },
3402                    {
3403                        "value": "ASSESSMENT_RUN_LIMIT_EXCEEDED",
3404                        "name": "ASSESSMENT_RUN_LIMIT_EXCEEDED"
3405                    },
3406                    {
3407                        "value": "RESOURCE_GROUP_LIMIT_EXCEEDED",
3408                        "name": "RESOURCE_GROUP_LIMIT_EXCEEDED"
3409                    },
3410                    {
3411                        "value": "EVENT_SUBSCRIPTION_LIMIT_EXCEEDED",
3412                        "name": "EVENT_SUBSCRIPTION_LIMIT_EXCEEDED"
3413                    }
3414                ]
3415            }
3416        },
3417        "com.amazonaws.inspector#LimitExceededException": {
3418            "type": "structure",
3419            "members": {
3420                "message": {
3421                    "target": "com.amazonaws.inspector#ErrorMessage",
3422                    "traits": {
3423                        "smithy.api#documentation": "<p>Details of the exception error.</p>",
3424                        "smithy.api#required": {}
3425                    }
3426                },
3427                "errorCode": {
3428                    "target": "com.amazonaws.inspector#LimitExceededErrorCode",
3429                    "traits": {
3430                        "smithy.api#documentation": "<p>Code that indicates the type of error that is generated.</p>",
3431                        "smithy.api#required": {}
3432                    }
3433                },
3434                "canRetry": {
3435                    "target": "com.amazonaws.inspector#Bool",
3436                    "traits": {
3437                        "smithy.api#documentation": "<p>You can immediately retry your request.</p>",
3438                        "smithy.api#required": {}
3439                    }
3440                }
3441            },
3442            "traits": {
3443                "smithy.api#documentation": "<p>The request was rejected because it attempted to create resources beyond the current\n         AWS account limits. The error code describes the limit exceeded.</p>",
3444                "smithy.api#error": "client"
3445            }
3446        },
3447        "com.amazonaws.inspector#ListAssessmentRunAgents": {
3448            "type": "operation",
3449            "input": {
3450                "target": "com.amazonaws.inspector#ListAssessmentRunAgentsRequest"
3451            },
3452            "output": {
3453                "target": "com.amazonaws.inspector#ListAssessmentRunAgentsResponse"
3454            },
3455            "errors": [
3456                {
3457                    "target": "com.amazonaws.inspector#AccessDeniedException"
3458                },
3459                {
3460                    "target": "com.amazonaws.inspector#InternalException"
3461                },
3462                {
3463                    "target": "com.amazonaws.inspector#InvalidInputException"
3464                },
3465                {
3466                    "target": "com.amazonaws.inspector#NoSuchEntityException"
3467                }
3468            ],
3469            "traits": {
3470                "smithy.api#documentation": "<p>Lists the agents of the assessment runs that are specified by the ARNs of the\n         assessment runs.</p>",
3471                "smithy.api#paginated": {
3472                    "inputToken": "nextToken",
3473                    "outputToken": "nextToken",
3474                    "pageSize": "maxResults"
3475                }
3476            }
3477        },
3478        "com.amazonaws.inspector#ListAssessmentRunAgentsRequest": {
3479            "type": "structure",
3480            "members": {
3481                "assessmentRunArn": {
3482                    "target": "com.amazonaws.inspector#Arn",
3483                    "traits": {
3484                        "smithy.api#documentation": "<p>The ARN that specifies the assessment run whose agents you want to list.</p>",
3485                        "smithy.api#required": {}
3486                    }
3487                },
3488                "filter": {
3489                    "target": "com.amazonaws.inspector#AgentFilter",
3490                    "traits": {
3491                        "smithy.api#documentation": "<p>You can use this parameter to specify a subset of data to be included in the action's\n         response.</p>\n         <p>For a record to match a filter, all specified filter attributes must match. When\n         multiple values are specified for a filter attribute, any of the values can\n         match.</p>"
3492                    }
3493                },
3494                "nextToken": {
3495                    "target": "com.amazonaws.inspector#PaginationToken",
3496                    "traits": {
3497                        "smithy.api#documentation": "<p>You can use this parameter when paginating results. Set the value of this parameter\n         to null on your first call to the <b>ListAssessmentRunAgents</b>\n         action. Subsequent calls to the action fill <b>nextToken</b> in\n         the request with the value of <b>NextToken</b> from the previous\n         response to continue listing data.</p>"
3498                    }
3499                },
3500                "maxResults": {
3501                    "target": "com.amazonaws.inspector#ListMaxResults",
3502                    "traits": {
3503                        "smithy.api#documentation": "<p>You can use this parameter to indicate the maximum number of items that you want in\n         the response. The default value is 10. The maximum value is 500.</p>"
3504                    }
3505                }
3506            }
3507        },
3508        "com.amazonaws.inspector#ListAssessmentRunAgentsResponse": {
3509            "type": "structure",
3510            "members": {
3511                "assessmentRunAgents": {
3512                    "target": "com.amazonaws.inspector#AssessmentRunAgentList",
3513                    "traits": {
3514                        "smithy.api#documentation": "<p>A list of ARNs that specifies the agents returned by the action.</p>",
3515                        "smithy.api#required": {}
3516                    }
3517                },
3518                "nextToken": {
3519                    "target": "com.amazonaws.inspector#PaginationToken",
3520                    "traits": {
3521                        "smithy.api#documentation": "<p> When a response is generated, if there is more data to be listed, this parameter is\n         present in the response and contains the value to use for the <b>nextToken</b> parameter in a subsequent pagination request. If there is no more\n         data to be listed, this parameter is set to null.</p>"
3522                    }
3523                }
3524            }
3525        },
3526        "com.amazonaws.inspector#ListAssessmentRuns": {
3527            "type": "operation",
3528            "input": {
3529                "target": "com.amazonaws.inspector#ListAssessmentRunsRequest"
3530            },
3531            "output": {
3532                "target": "com.amazonaws.inspector#ListAssessmentRunsResponse"
3533            },
3534            "errors": [
3535                {
3536                    "target": "com.amazonaws.inspector#AccessDeniedException"
3537                },
3538                {
3539                    "target": "com.amazonaws.inspector#InternalException"
3540                },
3541                {
3542                    "target": "com.amazonaws.inspector#InvalidInputException"
3543                },
3544                {
3545                    "target": "com.amazonaws.inspector#NoSuchEntityException"
3546                }
3547            ],
3548            "traits": {
3549                "smithy.api#documentation": "<p>Lists the assessment runs that correspond to the assessment templates that are\n         specified by the ARNs of the assessment templates.</p>",
3550                "smithy.api#paginated": {
3551                    "inputToken": "nextToken",
3552                    "outputToken": "nextToken",
3553                    "pageSize": "maxResults"
3554                }
3555            }
3556        },
3557        "com.amazonaws.inspector#ListAssessmentRunsRequest": {
3558            "type": "structure",
3559            "members": {
3560                "assessmentTemplateArns": {
3561                    "target": "com.amazonaws.inspector#ListParentArnList",
3562                    "traits": {
3563                        "smithy.api#documentation": "<p>The ARNs that specify the assessment templates whose assessment runs you want to\n         list.</p>"
3564                    }
3565                },
3566                "filter": {
3567                    "target": "com.amazonaws.inspector#AssessmentRunFilter",
3568                    "traits": {
3569                        "smithy.api#documentation": "<p>You can use this parameter to specify a subset of data to be included in the action's\n         response.</p>\n         <p>For a record to match a filter, all specified filter attributes must match. When\n         multiple values are specified for a filter attribute, any of the values can\n         match.</p>"
3570                    }
3571                },
3572                "nextToken": {
3573                    "target": "com.amazonaws.inspector#PaginationToken",
3574                    "traits": {
3575                        "smithy.api#documentation": "<p>You can use this parameter when paginating results. Set the value of this parameter\n         to null on your first call to the <b>ListAssessmentRuns</b>\n         action. Subsequent calls to the action fill <b>nextToken</b> in\n         the request with the value of <b>NextToken</b> from the previous\n         response to continue listing data.</p>"
3576                    }
3577                },
3578                "maxResults": {
3579                    "target": "com.amazonaws.inspector#ListMaxResults",
3580                    "traits": {
3581                        "smithy.api#documentation": "<p>You can use this parameter to indicate the maximum number of items that you want in\n         the response. The default value is 10. The maximum value is 500.</p>"
3582                    }
3583                }
3584            }
3585        },
3586        "com.amazonaws.inspector#ListAssessmentRunsResponse": {
3587            "type": "structure",
3588            "members": {
3589                "assessmentRunArns": {
3590                    "target": "com.amazonaws.inspector#ListReturnedArnList",
3591                    "traits": {
3592                        "smithy.api#documentation": "<p>A list of ARNs that specifies the assessment runs that are returned by the\n         action.</p>",
3593                        "smithy.api#required": {}
3594                    }
3595                },
3596                "nextToken": {
3597                    "target": "com.amazonaws.inspector#PaginationToken",
3598                    "traits": {
3599                        "smithy.api#documentation": "<p> When a response is generated, if there is more data to be listed, this parameter is\n         present in the response and contains the value to use for the <b>nextToken</b> parameter in a subsequent pagination request. If there is no more\n         data to be listed, this parameter is set to null.</p>"
3600                    }
3601                }
3602            }
3603        },
3604        "com.amazonaws.inspector#ListAssessmentTargets": {
3605            "type": "operation",
3606            "input": {
3607                "target": "com.amazonaws.inspector#ListAssessmentTargetsRequest"
3608            },
3609            "output": {
3610                "target": "com.amazonaws.inspector#ListAssessmentTargetsResponse"
3611            },
3612            "errors": [
3613                {
3614                    "target": "com.amazonaws.inspector#AccessDeniedException"
3615                },
3616                {
3617                    "target": "com.amazonaws.inspector#InternalException"
3618                },
3619                {
3620                    "target": "com.amazonaws.inspector#InvalidInputException"
3621                }
3622            ],
3623            "traits": {
3624                "smithy.api#documentation": "<p>Lists the ARNs of the assessment targets within this AWS account. For more\n         information about assessment targets, see <a href=\"https://docs.aws.amazon.com/inspector/latest/userguide/inspector_applications.html\">Amazon Inspector Assessment\n            Targets</a>.</p>",
3625                "smithy.api#paginated": {
3626                    "inputToken": "nextToken",
3627                    "outputToken": "nextToken",
3628                    "pageSize": "maxResults"
3629                }
3630            }
3631        },
3632        "com.amazonaws.inspector#ListAssessmentTargetsRequest": {
3633            "type": "structure",
3634            "members": {
3635                "filter": {
3636                    "target": "com.amazonaws.inspector#AssessmentTargetFilter",
3637                    "traits": {
3638                        "smithy.api#documentation": "<p>You can use this parameter to specify a subset of data to be included in the action's\n         response.</p>\n         <p>For a record to match a filter, all specified filter attributes must match. When\n         multiple values are specified for a filter attribute, any of the values can\n         match.</p>"
3639                    }
3640                },
3641                "nextToken": {
3642                    "target": "com.amazonaws.inspector#PaginationToken",
3643                    "traits": {
3644                        "smithy.api#documentation": "<p>You can use this parameter when paginating results. Set the value of this parameter\n         to null on your first call to the <b>ListAssessmentTargets</b>\n         action. Subsequent calls to the action fill <b>nextToken</b> in\n         the request with the value of <b>NextToken</b> from the previous\n         response to continue listing data.</p>"
3645                    }
3646                },
3647                "maxResults": {
3648                    "target": "com.amazonaws.inspector#ListMaxResults",
3649                    "traits": {
3650                        "smithy.api#documentation": "<p>You can use this parameter to indicate the maximum number of items you want in the\n         response. The default value is 10. The maximum value is 500.</p>"
3651                    }
3652                }
3653            }
3654        },
3655        "com.amazonaws.inspector#ListAssessmentTargetsResponse": {
3656            "type": "structure",
3657            "members": {
3658                "assessmentTargetArns": {
3659                    "target": "com.amazonaws.inspector#ListReturnedArnList",
3660                    "traits": {
3661                        "smithy.api#documentation": "<p>A list of ARNs that specifies the assessment targets that are returned by the\n         action.</p>",
3662                        "smithy.api#required": {}
3663                    }
3664                },
3665                "nextToken": {
3666                    "target": "com.amazonaws.inspector#PaginationToken",
3667                    "traits": {
3668                        "smithy.api#documentation": "<p> When a response is generated, if there is more data to be listed, this parameter is\n         present in the response and contains the value to use for the <b>nextToken</b> parameter in a subsequent pagination request. If there is no more\n         data to be listed, this parameter is set to null.</p>"
3669                    }
3670                }
3671            }
3672        },
3673        "com.amazonaws.inspector#ListAssessmentTemplates": {
3674            "type": "operation",
3675            "input": {
3676                "target": "com.amazonaws.inspector#ListAssessmentTemplatesRequest"
3677            },
3678            "output": {
3679                "target": "com.amazonaws.inspector#ListAssessmentTemplatesResponse"
3680            },
3681            "errors": [
3682                {
3683                    "target": "com.amazonaws.inspector#AccessDeniedException"
3684                },
3685                {
3686                    "target": "com.amazonaws.inspector#InternalException"
3687                },
3688                {
3689                    "target": "com.amazonaws.inspector#InvalidInputException"
3690                },
3691                {
3692                    "target": "com.amazonaws.inspector#NoSuchEntityException"
3693                }
3694            ],
3695            "traits": {
3696                "smithy.api#documentation": "<p>Lists the assessment templates that correspond to the assessment targets that are\n         specified by the ARNs of the assessment targets.</p>",
3697                "smithy.api#paginated": {
3698                    "inputToken": "nextToken",
3699                    "outputToken": "nextToken",
3700                    "pageSize": "maxResults"
3701                }
3702            }
3703        },
3704        "com.amazonaws.inspector#ListAssessmentTemplatesRequest": {
3705            "type": "structure",
3706            "members": {
3707                "assessmentTargetArns": {
3708                    "target": "com.amazonaws.inspector#ListParentArnList",
3709                    "traits": {
3710                        "smithy.api#documentation": "<p>A list of ARNs that specifies the assessment targets whose assessment templates you\n         want to list.</p>"
3711                    }
3712                },
3713                "filter": {
3714                    "target": "com.amazonaws.inspector#AssessmentTemplateFilter",
3715                    "traits": {
3716                        "smithy.api#documentation": "<p>You can use this parameter to specify a subset of data to be included in the action's\n         response.</p>\n         <p>For a record to match a filter, all specified filter attributes must match. When\n         multiple values are specified for a filter attribute, any of the values can\n         match.</p>"
3717                    }
3718                },
3719                "nextToken": {
3720                    "target": "com.amazonaws.inspector#PaginationToken",
3721                    "traits": {
3722                        "smithy.api#documentation": "<p>You can use this parameter when paginating results. Set the value of this parameter\n         to null on your first call to the <b>ListAssessmentTemplates</b>\n         action. Subsequent calls to the action fill <b>nextToken</b> in\n         the request with the value of <b>NextToken</b> from the previous\n         response to continue listing data.</p>"
3723                    }
3724                },
3725                "maxResults": {
3726                    "target": "com.amazonaws.inspector#ListMaxResults",
3727                    "traits": {
3728                        "smithy.api#documentation": "<p>You can use this parameter to indicate the maximum number of items you want in the\n         response. The default value is 10. The maximum value is 500.</p>"
3729                    }
3730                }
3731            }
3732        },
3733        "com.amazonaws.inspector#ListAssessmentTemplatesResponse": {
3734            "type": "structure",
3735            "members": {
3736                "assessmentTemplateArns": {
3737                    "target": "com.amazonaws.inspector#ListReturnedArnList",
3738                    "traits": {
3739                        "smithy.api#documentation": "<p>A list of ARNs that specifies the assessment templates returned by the\n         action.</p>",
3740                        "smithy.api#required": {}
3741                    }
3742                },
3743                "nextToken": {
3744                    "target": "com.amazonaws.inspector#PaginationToken",
3745                    "traits": {
3746                        "smithy.api#documentation": "<p> When a response is generated, if there is more data to be listed, this parameter is\n         present in the response and contains the value to use for the <b>nextToken</b> parameter in a subsequent pagination request. If there is no more\n         data to be listed, this parameter is set to null.</p>"
3747                    }
3748                }
3749            }
3750        },
3751        "com.amazonaws.inspector#ListEventSubscriptions": {
3752            "type": "operation",
3753            "input": {
3754                "target": "com.amazonaws.inspector#ListEventSubscriptionsRequest"
3755            },
3756            "output": {
3757                "target": "com.amazonaws.inspector#ListEventSubscriptionsResponse"
3758            },
3759            "errors": [
3760                {
3761                    "target": "com.amazonaws.inspector#AccessDeniedException"
3762                },
3763                {
3764                    "target": "com.amazonaws.inspector#InternalException"
3765                },
3766                {
3767                    "target": "com.amazonaws.inspector#InvalidInputException"
3768                },
3769                {
3770                    "target": "com.amazonaws.inspector#NoSuchEntityException"
3771                }
3772            ],
3773            "traits": {
3774                "smithy.api#documentation": "<p>Lists all the event subscriptions for the assessment template that is specified by\n         the ARN of the assessment template. For more information, see <a>SubscribeToEvent</a> and <a>UnsubscribeFromEvent</a>.</p>",
3775                "smithy.api#paginated": {
3776                    "inputToken": "nextToken",
3777                    "outputToken": "nextToken",
3778                    "pageSize": "maxResults"
3779                }
3780            }
3781        },
3782        "com.amazonaws.inspector#ListEventSubscriptionsMaxResults": {
3783            "type": "integer",
3784            "traits": {
3785                "smithy.api#box": {}
3786            }
3787        },
3788        "com.amazonaws.inspector#ListEventSubscriptionsRequest": {
3789            "type": "structure",
3790            "members": {
3791                "resourceArn": {
3792                    "target": "com.amazonaws.inspector#Arn",
3793                    "traits": {
3794                        "smithy.api#documentation": "<p>The ARN of the assessment template for which you want to list the existing event\n         subscriptions.</p>"
3795                    }
3796                },
3797                "nextToken": {
3798                    "target": "com.amazonaws.inspector#PaginationToken",
3799                    "traits": {
3800                        "smithy.api#documentation": "<p>You can use this parameter when paginating results. Set the value of this parameter\n         to null on your first call to the <b>ListEventSubscriptions</b>\n         action. Subsequent calls to the action fill <b>nextToken</b> in\n         the request with the value of <b>NextToken</b> from the previous\n         response to continue listing data.</p>"
3801                    }
3802                },
3803                "maxResults": {
3804                    "target": "com.amazonaws.inspector#ListEventSubscriptionsMaxResults",
3805                    "traits": {
3806                        "smithy.api#documentation": "<p>You can use this parameter to indicate the maximum number of items you want in the\n         response. The default value is 10. The maximum value is 500.</p>"
3807                    }
3808                }
3809            }
3810        },
3811        "com.amazonaws.inspector#ListEventSubscriptionsResponse": {
3812            "type": "structure",
3813            "members": {
3814                "subscriptions": {
3815                    "target": "com.amazonaws.inspector#SubscriptionList",
3816                    "traits": {
3817                        "smithy.api#documentation": "<p>Details of the returned event subscriptions.</p>",
3818                        "smithy.api#required": {}
3819                    }
3820                },
3821                "nextToken": {
3822                    "target": "com.amazonaws.inspector#PaginationToken",
3823                    "traits": {
3824                        "smithy.api#documentation": "<p> When a response is generated, if there is more data to be listed, this parameter is\n         present in the response and contains the value to use for the <b>nextToken</b> parameter in a subsequent pagination request. If there is no more\n         data to be listed, this parameter is set to null.</p>"
3825                    }
3826                }
3827            }
3828        },
3829        "com.amazonaws.inspector#ListExclusions": {
3830            "type": "operation",
3831            "input": {
3832                "target": "com.amazonaws.inspector#ListExclusionsRequest"
3833            },
3834            "output": {
3835                "target": "com.amazonaws.inspector#ListExclusionsResponse"
3836            },
3837            "errors": [
3838                {
3839                    "target": "com.amazonaws.inspector#AccessDeniedException"
3840                },
3841                {
3842                    "target": "com.amazonaws.inspector#InternalException"
3843                },
3844                {
3845                    "target": "com.amazonaws.inspector#InvalidInputException"
3846                },
3847                {
3848                    "target": "com.amazonaws.inspector#NoSuchEntityException"
3849                }
3850            ],
3851            "traits": {
3852                "smithy.api#documentation": "<p>List exclusions that are generated by the assessment run.</p>",
3853                "smithy.api#paginated": {
3854                    "inputToken": "nextToken",
3855                    "outputToken": "nextToken",
3856                    "pageSize": "maxResults"
3857                }
3858            }
3859        },
3860        "com.amazonaws.inspector#ListExclusionsRequest": {
3861            "type": "structure",
3862            "members": {
3863                "assessmentRunArn": {
3864                    "target": "com.amazonaws.inspector#Arn",
3865                    "traits": {
3866                        "smithy.api#documentation": "<p>The ARN of the assessment run that generated the exclusions that you want to\n         list.</p>",
3867                        "smithy.api#required": {}
3868                    }
3869                },
3870                "nextToken": {
3871                    "target": "com.amazonaws.inspector#PaginationToken",
3872                    "traits": {
3873                        "smithy.api#documentation": "<p>You can use this parameter when paginating results. Set the value of this parameter\n         to null on your first call to the ListExclusionsRequest action. Subsequent calls to the\n         action fill nextToken in the request with the value of nextToken from the previous response\n         to continue listing data.</p>"
3874                    }
3875                },
3876                "maxResults": {
3877                    "target": "com.amazonaws.inspector#ListMaxResults",
3878                    "traits": {
3879                        "smithy.api#documentation": "<p>You can use this parameter to indicate the maximum number of items you want in the\n         response. The default value is 100. The maximum value is 500.</p>"
3880                    }
3881                }
3882            }
3883        },
3884        "com.amazonaws.inspector#ListExclusionsResponse": {
3885            "type": "structure",
3886            "members": {
3887                "exclusionArns": {
3888                    "target": "com.amazonaws.inspector#ListReturnedArnList",
3889                    "traits": {
3890                        "smithy.api#documentation": "<p>A list of exclusions' ARNs returned by the action.</p>",
3891                        "smithy.api#required": {}
3892                    }
3893                },
3894                "nextToken": {
3895                    "target": "com.amazonaws.inspector#PaginationToken",
3896                    "traits": {
3897                        "smithy.api#documentation": "<p>When a response is generated, if there is more data to be listed, this parameters is\n         present in the response and contains the value to use for the nextToken parameter in a\n         subsequent pagination request. If there is no more data to be listed, this parameter is set\n         to null.</p>"
3898                    }
3899                }
3900            }
3901        },
3902        "com.amazonaws.inspector#ListFindings": {
3903            "type": "operation",
3904            "input": {
3905                "target": "com.amazonaws.inspector#ListFindingsRequest"
3906            },
3907            "output": {
3908                "target": "com.amazonaws.inspector#ListFindingsResponse"
3909            },
3910            "errors": [
3911                {
3912                    "target": "com.amazonaws.inspector#AccessDeniedException"
3913                },
3914                {
3915                    "target": "com.amazonaws.inspector#InternalException"
3916                },
3917                {
3918                    "target": "com.amazonaws.inspector#InvalidInputException"
3919                },
3920                {
3921                    "target": "com.amazonaws.inspector#NoSuchEntityException"
3922                }
3923            ],
3924            "traits": {
3925                "smithy.api#documentation": "<p>Lists findings that are generated by the assessment runs that are specified by the\n         ARNs of the assessment runs.</p>",
3926                "smithy.api#paginated": {
3927                    "inputToken": "nextToken",
3928                    "outputToken": "nextToken",
3929                    "pageSize": "maxResults"
3930                }
3931            }
3932        },
3933        "com.amazonaws.inspector#ListFindingsRequest": {
3934            "type": "structure",
3935            "members": {
3936                "assessmentRunArns": {
3937                    "target": "com.amazonaws.inspector#ListParentArnList",
3938                    "traits": {
3939                        "smithy.api#documentation": "<p>The ARNs of the assessment runs that generate the findings that you want to\n         list.</p>"
3940                    }
3941                },
3942                "filter": {
3943                    "target": "com.amazonaws.inspector#FindingFilter",
3944                    "traits": {
3945                        "smithy.api#documentation": "<p>You can use this parameter to specify a subset of data to be included in the action's\n         response.</p>\n         <p>For a record to match a filter, all specified filter attributes must match. When\n         multiple values are specified for a filter attribute, any of the values can\n         match.</p>"
3946                    }
3947                },
3948                "nextToken": {
3949                    "target": "com.amazonaws.inspector#PaginationToken",
3950                    "traits": {
3951                        "smithy.api#documentation": "<p>You can use this parameter when paginating results. Set the value of this parameter\n         to null on your first call to the <b>ListFindings</b> action.\n         Subsequent calls to the action fill <b>nextToken</b> in the\n         request with the value of <b>NextToken</b> from the previous\n         response to continue listing data.</p>"
3952                    }
3953                },
3954                "maxResults": {
3955                    "target": "com.amazonaws.inspector#ListMaxResults",
3956                    "traits": {
3957                        "smithy.api#documentation": "<p>You can use this parameter to indicate the maximum number of items you want in the\n         response. The default value is 10. The maximum value is 500.</p>"
3958                    }
3959                }
3960            }
3961        },
3962        "com.amazonaws.inspector#ListFindingsResponse": {
3963            "type": "structure",
3964            "members": {
3965                "findingArns": {
3966                    "target": "com.amazonaws.inspector#ListReturnedArnList",
3967                    "traits": {
3968                        "smithy.api#documentation": "<p>A list of ARNs that specifies the findings returned by the action.</p>",
3969                        "smithy.api#required": {}
3970                    }
3971                },
3972                "nextToken": {
3973                    "target": "com.amazonaws.inspector#PaginationToken",
3974                    "traits": {
3975                        "smithy.api#documentation": "<p> When a response is generated, if there is more data to be listed, this parameter is\n         present in the response and contains the value to use for the <b>nextToken</b> parameter in a subsequent pagination request. If there is no more\n         data to be listed, this parameter is set to null.</p>"
3976                    }
3977                }
3978            }
3979        },
3980        "com.amazonaws.inspector#ListMaxResults": {
3981            "type": "integer",
3982            "traits": {
3983                "smithy.api#box": {}
3984            }
3985        },
3986        "com.amazonaws.inspector#ListParentArnList": {
3987            "type": "list",
3988            "member": {
3989                "target": "com.amazonaws.inspector#Arn"
3990            },
3991            "traits": {
3992                "smithy.api#length": {
3993                    "min": 0,
3994                    "max": 50
3995                }
3996            }
3997        },
3998        "com.amazonaws.inspector#ListReturnedArnList": {
3999            "type": "list",
4000            "member": {
4001                "target": "com.amazonaws.inspector#Arn"
4002            },
4003            "traits": {
4004                "smithy.api#length": {
4005                    "min": 0,
4006                    "max": 100
4007                }
4008            }
4009        },
4010        "com.amazonaws.inspector#ListRulesPackages": {
4011            "type": "operation",
4012            "input": {
4013                "target": "com.amazonaws.inspector#ListRulesPackagesRequest"
4014            },
4015            "output": {
4016                "target": "com.amazonaws.inspector#ListRulesPackagesResponse"
4017            },
4018            "errors": [
4019                {
4020                    "target": "com.amazonaws.inspector#AccessDeniedException"
4021                },
4022                {
4023                    "target": "com.amazonaws.inspector#InternalException"
4024                },
4025                {
4026                    "target": "com.amazonaws.inspector#InvalidInputException"
4027                }
4028            ],
4029            "traits": {
4030                "smithy.api#documentation": "<p>Lists all available Amazon Inspector rules packages.</p>",
4031                "smithy.api#paginated": {
4032                    "inputToken": "nextToken",
4033                    "outputToken": "nextToken",
4034                    "pageSize": "maxResults"
4035                }
4036            }
4037        },
4038        "com.amazonaws.inspector#ListRulesPackagesRequest": {
4039            "type": "structure",
4040            "members": {
4041                "nextToken": {
4042                    "target": "com.amazonaws.inspector#PaginationToken",
4043                    "traits": {
4044                        "smithy.api#documentation": "<p>You can use this parameter when paginating results. Set the value of this parameter\n         to null on your first call to the <b>ListRulesPackages</b>\n         action. Subsequent calls to the action fill <b>nextToken</b> in\n         the request with the value of <b>NextToken</b> from the previous\n         response to continue listing data.</p>"
4045                    }
4046                },
4047                "maxResults": {
4048                    "target": "com.amazonaws.inspector#ListMaxResults",
4049                    "traits": {
4050                        "smithy.api#documentation": "<p>You can use this parameter to indicate the maximum number of items you want in the\n         response. The default value is 10. The maximum value is 500.</p>"
4051                    }
4052                }
4053            }
4054        },
4055        "com.amazonaws.inspector#ListRulesPackagesResponse": {
4056            "type": "structure",
4057            "members": {
4058                "rulesPackageArns": {
4059                    "target": "com.amazonaws.inspector#ListReturnedArnList",
4060                    "traits": {
4061                        "smithy.api#documentation": "<p>The list of ARNs that specifies the rules packages returned by the action.</p>",
4062                        "smithy.api#required": {}
4063                    }
4064                },
4065                "nextToken": {
4066                    "target": "com.amazonaws.inspector#PaginationToken",
4067                    "traits": {
4068                        "smithy.api#documentation": "<p> When a response is generated, if there is more data to be listed, this parameter is\n         present in the response and contains the value to use for the <b>nextToken</b> parameter in a subsequent pagination request. If there is no more\n         data to be listed, this parameter is set to null.</p>"
4069                    }
4070                }
4071            }
4072        },
4073        "com.amazonaws.inspector#ListTagsForResource": {
4074            "type": "operation",
4075            "input": {
4076                "target": "com.amazonaws.inspector#ListTagsForResourceRequest"
4077            },
4078            "output": {
4079                "target": "com.amazonaws.inspector#ListTagsForResourceResponse"
4080            },
4081            "errors": [
4082                {
4083                    "target": "com.amazonaws.inspector#AccessDeniedException"
4084                },
4085                {
4086                    "target": "com.amazonaws.inspector#InternalException"
4087                },
4088                {
4089                    "target": "com.amazonaws.inspector#InvalidInputException"
4090                },
4091                {
4092                    "target": "com.amazonaws.inspector#NoSuchEntityException"
4093                }
4094            ],
4095            "traits": {
4096                "smithy.api#documentation": "<p>Lists all tags associated with an assessment template.</p>"
4097            }
4098        },
4099        "com.amazonaws.inspector#ListTagsForResourceRequest": {
4100            "type": "structure",
4101            "members": {
4102                "resourceArn": {
4103                    "target": "com.amazonaws.inspector#Arn",
4104                    "traits": {
4105                        "smithy.api#documentation": "<p>The ARN that specifies the assessment template whose tags you want to list.</p>",
4106                        "smithy.api#required": {}
4107                    }
4108                }
4109            }
4110        },
4111        "com.amazonaws.inspector#ListTagsForResourceResponse": {
4112            "type": "structure",
4113            "members": {
4114                "tags": {
4115                    "target": "com.amazonaws.inspector#TagList",
4116                    "traits": {
4117                        "smithy.api#documentation": "<p>A collection of key and value pairs.</p>",
4118                        "smithy.api#required": {}
4119                    }
4120                }
4121            }
4122        },
4123        "com.amazonaws.inspector#Locale": {
4124            "type": "string",
4125            "traits": {
4126                "smithy.api#enum": [
4127                    {
4128                        "value": "EN_US",
4129                        "name": "EN_US"
4130                    }
4131                ]
4132            }
4133        },
4134        "com.amazonaws.inspector#Long": {
4135            "type": "long",
4136            "traits": {
4137                "smithy.api#box": {}
4138            }
4139        },
4140        "com.amazonaws.inspector#Message": {
4141            "type": "string",
4142            "traits": {
4143                "smithy.api#length": {
4144                    "min": 0,
4145                    "max": 1000
4146                }
4147            }
4148        },
4149        "com.amazonaws.inspector#MessageType": {
4150            "type": "string",
4151            "traits": {
4152                "smithy.api#length": {
4153                    "min": 1,
4154                    "max": 300
4155                }
4156            }
4157        },
4158        "com.amazonaws.inspector#NamePattern": {
4159            "type": "string",
4160            "traits": {
4161                "smithy.api#length": {
4162                    "min": 1,
4163                    "max": 140
4164                }
4165            }
4166        },
4167        "com.amazonaws.inspector#NetworkInterface": {
4168            "type": "structure",
4169            "members": {
4170                "networkInterfaceId": {
4171                    "target": "com.amazonaws.inspector#Text",
4172                    "traits": {
4173                        "smithy.api#documentation": "<p>The ID of the network interface.</p>"
4174                    }
4175                },
4176                "subnetId": {
4177                    "target": "com.amazonaws.inspector#Text",
4178                    "traits": {
4179                        "smithy.api#documentation": "<p>The ID of a subnet associated with the network interface.</p>"
4180                    }
4181                },
4182                "vpcId": {
4183                    "target": "com.amazonaws.inspector#Text",
4184                    "traits": {
4185                        "smithy.api#documentation": "<p>The ID of a VPC associated with the network interface.</p>"
4186                    }
4187                },
4188                "privateDnsName": {
4189                    "target": "com.amazonaws.inspector#Text",
4190                    "traits": {
4191                        "smithy.api#documentation": "<p>The name of a private DNS associated with the network interface.</p>"
4192                    }
4193                },
4194                "privateIpAddress": {
4195                    "target": "com.amazonaws.inspector#Text",
4196                    "traits": {
4197                        "smithy.api#documentation": "<p>The private IP address associated with the network interface.</p>"
4198                    }
4199                },
4200                "privateIpAddresses": {
4201                    "target": "com.amazonaws.inspector#PrivateIpAddresses",
4202                    "traits": {
4203                        "smithy.api#documentation": "<p>A list of the private IP addresses associated with the network interface. Includes\n         the privateDnsName and privateIpAddress.</p>"
4204                    }
4205                },
4206                "publicDnsName": {
4207                    "target": "com.amazonaws.inspector#Text",
4208                    "traits": {
4209                        "smithy.api#documentation": "<p>The name of a public DNS associated with the network interface.</p>"
4210                    }
4211                },
4212                "publicIp": {
4213                    "target": "com.amazonaws.inspector#Text",
4214                    "traits": {
4215                        "smithy.api#documentation": "<p>The public IP address from which the network interface is reachable.</p>"
4216                    }
4217                },
4218                "ipv6Addresses": {
4219                    "target": "com.amazonaws.inspector#Ipv6Addresses",
4220                    "traits": {
4221                        "smithy.api#documentation": "<p>The IP addresses associated with the network interface.</p>"
4222                    }
4223                },
4224                "securityGroups": {
4225                    "target": "com.amazonaws.inspector#SecurityGroups",
4226                    "traits": {
4227                        "smithy.api#documentation": "<p>A list of the security groups associated with the network interface. Includes the\n         groupId and groupName.</p>"
4228                    }
4229                }
4230            },
4231            "traits": {
4232                "smithy.api#documentation": "<p>Contains information about the network interfaces interacting with an EC2 instance.\n         This data type is used as one of the elements of the <a>AssetAttributes</a> data\n         type.</p>"
4233            }
4234        },
4235        "com.amazonaws.inspector#NetworkInterfaces": {
4236            "type": "list",
4237            "member": {
4238                "target": "com.amazonaws.inspector#NetworkInterface"
4239            }
4240        },
4241        "com.amazonaws.inspector#NoSuchEntityErrorCode": {
4242            "type": "string",
4243            "traits": {
4244                "smithy.api#enum": [
4245                    {
4246                        "value": "ASSESSMENT_TARGET_DOES_NOT_EXIST",
4247                        "name": "ASSESSMENT_TARGET_DOES_NOT_EXIST"
4248                    },
4249                    {
4250                        "value": "ASSESSMENT_TEMPLATE_DOES_NOT_EXIST",
4251                        "name": "ASSESSMENT_TEMPLATE_DOES_NOT_EXIST"
4252                    },
4253                    {
4254                        "value": "ASSESSMENT_RUN_DOES_NOT_EXIST",
4255                        "name": "ASSESSMENT_RUN_DOES_NOT_EXIST"
4256                    },
4257                    {
4258                        "value": "FINDING_DOES_NOT_EXIST",
4259                        "name": "FINDING_DOES_NOT_EXIST"
4260                    },
4261                    {
4262                        "value": "RESOURCE_GROUP_DOES_NOT_EXIST",
4263                        "name": "RESOURCE_GROUP_DOES_NOT_EXIST"
4264                    },
4265                    {
4266                        "value": "RULES_PACKAGE_DOES_NOT_EXIST",
4267                        "name": "RULES_PACKAGE_DOES_NOT_EXIST"
4268                    },
4269                    {
4270                        "value": "SNS_TOPIC_DOES_NOT_EXIST",
4271                        "name": "SNS_TOPIC_DOES_NOT_EXIST"
4272                    },
4273                    {
4274                        "value": "IAM_ROLE_DOES_NOT_EXIST",
4275                        "name": "IAM_ROLE_DOES_NOT_EXIST"
4276                    }
4277                ]
4278            }
4279        },
4280        "com.amazonaws.inspector#NoSuchEntityException": {
4281            "type": "structure",
4282            "members": {
4283                "message": {
4284                    "target": "com.amazonaws.inspector#ErrorMessage",
4285                    "traits": {
4286                        "smithy.api#documentation": "<p>Details of the exception error.</p>",
4287                        "smithy.api#required": {}
4288                    }
4289                },
4290                "errorCode": {
4291                    "target": "com.amazonaws.inspector#NoSuchEntityErrorCode",
4292                    "traits": {
4293                        "smithy.api#documentation": "<p>Code that indicates the type of error that is generated.</p>",
4294                        "smithy.api#required": {}
4295                    }
4296                },
4297                "canRetry": {
4298                    "target": "com.amazonaws.inspector#Bool",
4299                    "traits": {
4300                        "smithy.api#documentation": "<p>You can immediately retry your request.</p>",
4301                        "smithy.api#required": {}
4302                    }
4303                }
4304            },
4305            "traits": {
4306                "smithy.api#documentation": "<p>The request was rejected because it referenced an entity that does not exist. The\n         error code describes the entity.</p>",
4307                "smithy.api#error": "client"
4308            }
4309        },
4310        "com.amazonaws.inspector#NumericSeverity": {
4311            "type": "double",
4312            "traits": {
4313                "smithy.api#range": {
4314                    "min": 0.0,
4315                    "max": 10.0
4316                }
4317            }
4318        },
4319        "com.amazonaws.inspector#NumericVersion": {
4320            "type": "integer",
4321            "traits": {
4322                "smithy.api#range": {
4323                    "min": 0
4324                }
4325            }
4326        },
4327        "com.amazonaws.inspector#OperatingSystem": {
4328            "type": "string",
4329            "traits": {
4330                "smithy.api#length": {
4331                    "min": 1,
4332                    "max": 256
4333                }
4334            }
4335        },
4336        "com.amazonaws.inspector#PaginationToken": {
4337            "type": "string",
4338            "traits": {
4339                "smithy.api#length": {
4340                    "min": 1,
4341                    "max": 300
4342                }
4343            }
4344        },
4345        "com.amazonaws.inspector#PreviewAgents": {
4346            "type": "operation",
4347            "input": {
4348                "target": "com.amazonaws.inspector#PreviewAgentsRequest"
4349            },
4350            "output": {
4351                "target": "com.amazonaws.inspector#PreviewAgentsResponse"
4352            },
4353            "errors": [
4354                {
4355                    "target": "com.amazonaws.inspector#AccessDeniedException"
4356                },
4357                {
4358                    "target": "com.amazonaws.inspector#InternalException"
4359                },
4360                {
4361                    "target": "com.amazonaws.inspector#InvalidCrossAccountRoleException"
4362                },
4363                {
4364                    "target": "com.amazonaws.inspector#InvalidInputException"
4365                },
4366                {
4367                    "target": "com.amazonaws.inspector#NoSuchEntityException"
4368                }
4369            ],
4370            "traits": {
4371                "smithy.api#documentation": "<p>Previews the agents installed on the EC2 instances that are part of the specified\n         assessment target.</p>",
4372                "smithy.api#paginated": {
4373                    "inputToken": "nextToken",
4374                    "outputToken": "nextToken",
4375                    "pageSize": "maxResults"
4376                }
4377            }
4378        },
4379        "com.amazonaws.inspector#PreviewAgentsMaxResults": {
4380            "type": "integer",
4381            "traits": {
4382                "smithy.api#box": {}
4383            }
4384        },
4385        "com.amazonaws.inspector#PreviewAgentsRequest": {
4386            "type": "structure",
4387            "members": {
4388                "previewAgentsArn": {
4389                    "target": "com.amazonaws.inspector#Arn",
4390                    "traits": {
4391                        "smithy.api#documentation": "<p>The ARN of the assessment target whose agents you want to preview.</p>",
4392                        "smithy.api#required": {}
4393                    }
4394                },
4395                "nextToken": {
4396                    "target": "com.amazonaws.inspector#PaginationToken",
4397                    "traits": {
4398                        "smithy.api#documentation": "<p>You can use this parameter when paginating results. Set the value of this parameter\n         to null on your first call to the <b>PreviewAgents</b> action.\n         Subsequent calls to the action fill <b>nextToken</b> in the\n         request with the value of <b>NextToken</b> from the previous\n         response to continue listing data.</p>"
4399                    }
4400                },
4401                "maxResults": {
4402                    "target": "com.amazonaws.inspector#PreviewAgentsMaxResults",
4403                    "traits": {
4404                        "smithy.api#documentation": "<p>You can use this parameter to indicate the maximum number of items you want in the\n         response. The default value is 10. The maximum value is 500.</p>"
4405                    }
4406                }
4407            }
4408        },
4409        "com.amazonaws.inspector#PreviewAgentsResponse": {
4410            "type": "structure",
4411            "members": {
4412                "agentPreviews": {
4413                    "target": "com.amazonaws.inspector#AgentPreviewList",
4414                    "traits": {
4415                        "smithy.api#documentation": "<p>The resulting list of agents.</p>",
4416                        "smithy.api#required": {}
4417                    }
4418                },
4419                "nextToken": {
4420                    "target": "com.amazonaws.inspector#PaginationToken",
4421                    "traits": {
4422                        "smithy.api#documentation": "<p> When a response is generated, if there is more data to be listed, this parameter is\n         present in the response and contains the value to use for the <b>nextToken</b> parameter in a subsequent pagination request. If there is no more\n         data to be listed, this parameter is set to null.</p>"
4423                    }
4424                }
4425            }
4426        },
4427        "com.amazonaws.inspector#PreviewGenerationInProgressException": {
4428            "type": "structure",
4429            "members": {
4430                "message": {
4431                    "target": "com.amazonaws.inspector#ErrorMessage",
4432                    "traits": {
4433                        "smithy.api#required": {}
4434                    }
4435                }
4436            },
4437            "traits": {
4438                "smithy.api#documentation": "<p>The request is rejected. The specified assessment template is currently generating an\n         exclusions preview.</p>",
4439                "smithy.api#error": "client"
4440            }
4441        },
4442        "com.amazonaws.inspector#PreviewStatus": {
4443            "type": "string",
4444            "traits": {
4445                "smithy.api#enum": [
4446                    {
4447                        "value": "WORK_IN_PROGRESS",
4448                        "name": "WORK_IN_PROGRESS"
4449                    },
4450                    {
4451                        "value": "COMPLETED",
4452                        "name": "COMPLETED"
4453                    }
4454                ]
4455            }
4456        },
4457        "com.amazonaws.inspector#PrivateIp": {
4458            "type": "structure",
4459            "members": {
4460                "privateDnsName": {
4461                    "target": "com.amazonaws.inspector#Text",
4462                    "traits": {
4463                        "smithy.api#documentation": "<p>The DNS name of the private IP address.</p>"
4464                    }
4465                },
4466                "privateIpAddress": {
4467                    "target": "com.amazonaws.inspector#Text",
4468                    "traits": {
4469                        "smithy.api#documentation": "<p>The full IP address of the network inteface.</p>"
4470                    }
4471                }
4472            },
4473            "traits": {
4474                "smithy.api#documentation": "<p>Contains information about a private IP address associated with a network interface. This\n         data type is used as a response element in the <a>DescribeFindings</a>\n         action.</p>"
4475            }
4476        },
4477        "com.amazonaws.inspector#PrivateIpAddresses": {
4478            "type": "list",
4479            "member": {
4480                "target": "com.amazonaws.inspector#PrivateIp"
4481            }
4482        },
4483        "com.amazonaws.inspector#ProviderName": {
4484            "type": "string",
4485            "traits": {
4486                "smithy.api#length": {
4487                    "min": 0,
4488                    "max": 1000
4489                }
4490            }
4491        },
4492        "com.amazonaws.inspector#RegisterCrossAccountAccessRole": {
4493            "type": "operation",
4494            "input": {
4495                "target": "com.amazonaws.inspector#RegisterCrossAccountAccessRoleRequest"
4496            },
4497            "errors": [
4498                {
4499                    "target": "com.amazonaws.inspector#AccessDeniedException"
4500                },
4501                {
4502                    "target": "com.amazonaws.inspector#InternalException"
4503                },
4504                {
4505                    "target": "com.amazonaws.inspector#InvalidCrossAccountRoleException"
4506                },
4507                {
4508                    "target": "com.amazonaws.inspector#InvalidInputException"
4509                },
4510                {
4511                    "target": "com.amazonaws.inspector#ServiceTemporarilyUnavailableException"
4512                }
4513            ],
4514            "traits": {
4515                "smithy.api#documentation": "<p>Registers the IAM role that grants Amazon Inspector access to AWS Services needed to\n         perform security assessments.</p>"
4516            }
4517        },
4518        "com.amazonaws.inspector#RegisterCrossAccountAccessRoleRequest": {
4519            "type": "structure",
4520            "members": {
4521                "roleArn": {
4522                    "target": "com.amazonaws.inspector#Arn",
4523                    "traits": {
4524                        "smithy.api#documentation": "<p>The ARN of the IAM role that grants Amazon Inspector access to AWS Services needed to\n         perform security assessments. </p>",
4525                        "smithy.api#required": {}
4526                    }
4527                }
4528            }
4529        },
4530        "com.amazonaws.inspector#RemoveAttributesFromFindings": {
4531            "type": "operation",
4532            "input": {
4533                "target": "com.amazonaws.inspector#RemoveAttributesFromFindingsRequest"
4534            },
4535            "output": {
4536                "target": "com.amazonaws.inspector#RemoveAttributesFromFindingsResponse"
4537            },
4538            "errors": [
4539                {
4540                    "target": "com.amazonaws.inspector#AccessDeniedException"
4541                },
4542                {
4543                    "target": "com.amazonaws.inspector#InternalException"
4544                },
4545                {
4546                    "target": "com.amazonaws.inspector#InvalidInputException"
4547                },
4548                {
4549                    "target": "com.amazonaws.inspector#NoSuchEntityException"
4550                },
4551                {
4552                    "target": "com.amazonaws.inspector#ServiceTemporarilyUnavailableException"
4553                }
4554            ],
4555            "traits": {
4556                "smithy.api#documentation": "<p>Removes entire attributes (key and value pairs) from the findings that are specified\n         by the ARNs of the findings where an attribute with the specified key exists.</p>"
4557            }
4558        },
4559        "com.amazonaws.inspector#RemoveAttributesFromFindingsRequest": {
4560            "type": "structure",
4561            "members": {
4562                "findingArns": {
4563                    "target": "com.amazonaws.inspector#AddRemoveAttributesFindingArnList",
4564                    "traits": {
4565                        "smithy.api#documentation": "<p>The ARNs that specify the findings that you want to remove attributes from.</p>",
4566                        "smithy.api#required": {}
4567                    }
4568                },
4569                "attributeKeys": {
4570                    "target": "com.amazonaws.inspector#UserAttributeKeyList",
4571                    "traits": {
4572                        "smithy.api#documentation": "<p>The array of attribute keys that you want to remove from specified\n         findings.</p>",
4573                        "smithy.api#required": {}
4574                    }
4575                }
4576            }
4577        },
4578        "com.amazonaws.inspector#RemoveAttributesFromFindingsResponse": {
4579            "type": "structure",
4580            "members": {
4581                "failedItems": {
4582                    "target": "com.amazonaws.inspector#FailedItems",
4583                    "traits": {
4584                        "smithy.api#documentation": "<p>Attributes details that cannot be described. An error code is provided for each\n         failed item.</p>",
4585                        "smithy.api#required": {}
4586                    }
4587                }
4588            }
4589        },
4590        "com.amazonaws.inspector#ReportFileFormat": {
4591            "type": "string",
4592            "traits": {
4593                "smithy.api#enum": [
4594                    {
4595                        "value": "HTML",
4596                        "name": "HTML"
4597                    },
4598                    {
4599                        "value": "PDF",
4600                        "name": "PDF"
4601                    }
4602                ]
4603            }
4604        },
4605        "com.amazonaws.inspector#ReportStatus": {
4606            "type": "string",
4607            "traits": {
4608                "smithy.api#enum": [
4609                    {
4610                        "value": "WORK_IN_PROGRESS",
4611                        "name": "WORK_IN_PROGRESS"
4612                    },
4613                    {
4614                        "value": "FAILED",
4615                        "name": "FAILED"
4616                    },
4617                    {
4618                        "value": "COMPLETED",
4619                        "name": "COMPLETED"
4620                    }
4621                ]
4622            }
4623        },
4624        "com.amazonaws.inspector#ReportType": {
4625            "type": "string",
4626            "traits": {
4627                "smithy.api#enum": [
4628                    {
4629                        "value": "FINDING",
4630                        "name": "FINDING"
4631                    },
4632                    {
4633                        "value": "FULL",
4634                        "name": "FULL"
4635                    }
4636                ]
4637            }
4638        },
4639        "com.amazonaws.inspector#ResourceGroup": {
4640            "type": "structure",
4641            "members": {
4642                "arn": {
4643                    "target": "com.amazonaws.inspector#Arn",
4644                    "traits": {
4645                        "smithy.api#documentation": "<p>The ARN of the resource group.</p>",
4646                        "smithy.api#required": {}
4647                    }
4648                },
4649                "tags": {
4650                    "target": "com.amazonaws.inspector#ResourceGroupTags",
4651                    "traits": {
4652                        "smithy.api#documentation": "<p>The tags (key and value pairs) of the resource group. This data type property is used\n         in the <a>CreateResourceGroup</a> action.</p>",
4653                        "smithy.api#required": {}
4654                    }
4655                },
4656                "createdAt": {
4657                    "target": "com.amazonaws.inspector#Timestamp",
4658                    "traits": {
4659                        "smithy.api#documentation": "<p>The time at which resource group is created.</p>",
4660                        "smithy.api#required": {}
4661                    }
4662                }
4663            },
4664            "traits": {
4665                "smithy.api#documentation": "<p>Contains information about a resource group. The resource group defines a set of tags\n         that, when queried, identify the AWS resources that make up the assessment target. This\n         data type is used as the response element in the <a>DescribeResourceGroups</a>\n         action.</p>"
4666            }
4667        },
4668        "com.amazonaws.inspector#ResourceGroupList": {
4669            "type": "list",
4670            "member": {
4671                "target": "com.amazonaws.inspector#ResourceGroup"
4672            },
4673            "traits": {
4674                "smithy.api#length": {
4675                    "min": 0,
4676                    "max": 10
4677                }
4678            }
4679        },
4680        "com.amazonaws.inspector#ResourceGroupTag": {
4681            "type": "structure",
4682            "members": {
4683                "key": {
4684                    "target": "com.amazonaws.inspector#TagKey",
4685                    "traits": {
4686                        "smithy.api#documentation": "<p>A tag key.</p>",
4687                        "smithy.api#required": {}
4688                    }
4689                },
4690                "value": {
4691                    "target": "com.amazonaws.inspector#TagValue",
4692                    "traits": {
4693                        "smithy.api#documentation": "<p>The value assigned to a tag key.</p>"
4694                    }
4695                }
4696            },
4697            "traits": {
4698                "smithy.api#documentation": "<p>This data type is used as one of the elements of the <a>ResourceGroup</a>\n         data type.</p>"
4699            }
4700        },
4701        "com.amazonaws.inspector#ResourceGroupTags": {
4702            "type": "list",
4703            "member": {
4704                "target": "com.amazonaws.inspector#ResourceGroupTag"
4705            },
4706            "traits": {
4707                "smithy.api#length": {
4708                    "min": 1,
4709                    "max": 10
4710                }
4711            }
4712        },
4713        "com.amazonaws.inspector#RuleName": {
4714            "type": "string",
4715            "traits": {
4716                "smithy.api#length": {
4717                    "min": 0,
4718                    "max": 1000
4719                }
4720            }
4721        },
4722        "com.amazonaws.inspector#RuleNameList": {
4723            "type": "list",
4724            "member": {
4725                "target": "com.amazonaws.inspector#RuleName"
4726            },
4727            "traits": {
4728                "smithy.api#length": {
4729                    "min": 0,
4730                    "max": 50
4731                }
4732            }
4733        },
4734        "com.amazonaws.inspector#RulesPackage": {
4735            "type": "structure",
4736            "members": {
4737                "arn": {
4738                    "target": "com.amazonaws.inspector#Arn",
4739                    "traits": {
4740                        "smithy.api#documentation": "<p>The ARN of the rules package.</p>",
4741                        "smithy.api#required": {}
4742                    }
4743                },
4744                "name": {
4745                    "target": "com.amazonaws.inspector#RulesPackageName",
4746                    "traits": {
4747                        "smithy.api#documentation": "<p>The name of the rules package.</p>",
4748                        "smithy.api#required": {}
4749                    }
4750                },
4751                "version": {
4752                    "target": "com.amazonaws.inspector#Version",
4753                    "traits": {
4754                        "smithy.api#documentation": "<p>The version ID of the rules package.</p>",
4755                        "smithy.api#required": {}
4756                    }
4757                },
4758                "provider": {
4759                    "target": "com.amazonaws.inspector#ProviderName",
4760                    "traits": {
4761                        "smithy.api#documentation": "<p>The provider of the rules package.</p>",
4762                        "smithy.api#required": {}
4763                    }
4764                },
4765                "description": {
4766                    "target": "com.amazonaws.inspector#Text",
4767                    "traits": {
4768                        "smithy.api#documentation": "<p>The description of the rules package.</p>"
4769                    }
4770                }
4771            },
4772            "traits": {
4773                "smithy.api#documentation": "<p>Contains information about an Amazon Inspector rules package. This data type is used\n         as the response element in the <a>DescribeRulesPackages</a> action.</p>"
4774            }
4775        },
4776        "com.amazonaws.inspector#RulesPackageList": {
4777            "type": "list",
4778            "member": {
4779                "target": "com.amazonaws.inspector#RulesPackage"
4780            },
4781            "traits": {
4782                "smithy.api#length": {
4783                    "min": 0,
4784                    "max": 10
4785                }
4786            }
4787        },
4788        "com.amazonaws.inspector#RulesPackageName": {
4789            "type": "string",
4790            "traits": {
4791                "smithy.api#length": {
4792                    "min": 0,
4793                    "max": 1000
4794                }
4795            }
4796        },
4797        "com.amazonaws.inspector#Scope": {
4798            "type": "structure",
4799            "members": {
4800                "key": {
4801                    "target": "com.amazonaws.inspector#ScopeType",
4802                    "traits": {
4803                        "smithy.api#documentation": "<p>The type of the scope.</p>"
4804                    }
4805                },
4806                "value": {
4807                    "target": "com.amazonaws.inspector#ScopeValue",
4808                    "traits": {
4809                        "smithy.api#documentation": "<p>The resource identifier for the specified scope type.</p>"
4810                    }
4811                }
4812            },
4813            "traits": {
4814                "smithy.api#documentation": "<p>This data type contains key-value pairs that identify various Amazon\n         resources.</p>"
4815            }
4816        },
4817        "com.amazonaws.inspector#ScopeList": {
4818            "type": "list",
4819            "member": {
4820                "target": "com.amazonaws.inspector#Scope"
4821            },
4822            "traits": {
4823                "smithy.api#length": {
4824                    "min": 1
4825                }
4826            }
4827        },
4828        "com.amazonaws.inspector#ScopeType": {
4829            "type": "string",
4830            "traits": {
4831                "smithy.api#enum": [
4832                    {
4833                        "value": "INSTANCE_ID",
4834                        "name": "INSTANCE_ID"
4835                    },
4836                    {
4837                        "value": "RULES_PACKAGE_ARN",
4838                        "name": "RULES_PACKAGE_ARN"
4839                    }
4840                ]
4841            }
4842        },
4843        "com.amazonaws.inspector#ScopeValue": {
4844            "type": "string"
4845        },
4846        "com.amazonaws.inspector#SecurityGroup": {
4847            "type": "structure",
4848            "members": {
4849                "groupName": {
4850                    "target": "com.amazonaws.inspector#Text",
4851                    "traits": {
4852                        "smithy.api#documentation": "<p>The name of the security group.</p>"
4853                    }
4854                },
4855                "groupId": {
4856                    "target": "com.amazonaws.inspector#Text",
4857                    "traits": {
4858                        "smithy.api#documentation": "<p>The ID of the security group.</p>"
4859                    }
4860                }
4861            },
4862            "traits": {
4863                "smithy.api#documentation": "<p>Contains information about a security group associated with a network interface. This\n         data type is used as one of the elements of the <a>NetworkInterface</a> data\n         type.</p>"
4864            }
4865        },
4866        "com.amazonaws.inspector#SecurityGroups": {
4867            "type": "list",
4868            "member": {
4869                "target": "com.amazonaws.inspector#SecurityGroup"
4870            }
4871        },
4872        "com.amazonaws.inspector#ServiceName": {
4873            "type": "string",
4874            "traits": {
4875                "smithy.api#length": {
4876                    "min": 0,
4877                    "max": 128
4878                }
4879            }
4880        },
4881        "com.amazonaws.inspector#ServiceTemporarilyUnavailableException": {
4882            "type": "structure",
4883            "members": {
4884                "message": {
4885                    "target": "com.amazonaws.inspector#ErrorMessage",
4886                    "traits": {
4887                        "smithy.api#documentation": "<p>Details of the exception error.</p>",
4888                        "smithy.api#required": {}
4889                    }
4890                },
4891                "canRetry": {
4892                    "target": "com.amazonaws.inspector#Bool",
4893                    "traits": {
4894                        "smithy.api#documentation": "<p>You can wait and then retry your request.</p>",
4895                        "smithy.api#required": {}
4896                    }
4897                }
4898            },
4899            "traits": {
4900                "smithy.api#documentation": "<p>The serice is temporary unavailable.</p>",
4901                "smithy.api#error": "server",
4902                "smithy.api#httpError": 503
4903            }
4904        },
4905        "com.amazonaws.inspector#SetTagsForResource": {
4906            "type": "operation",
4907            "input": {
4908                "target": "com.amazonaws.inspector#SetTagsForResourceRequest"
4909            },
4910            "errors": [
4911                {
4912                    "target": "com.amazonaws.inspector#AccessDeniedException"
4913                },
4914                {
4915                    "target": "com.amazonaws.inspector#InternalException"
4916                },
4917                {
4918                    "target": "com.amazonaws.inspector#InvalidInputException"
4919                },
4920                {
4921                    "target": "com.amazonaws.inspector#NoSuchEntityException"
4922                },
4923                {
4924                    "target": "com.amazonaws.inspector#ServiceTemporarilyUnavailableException"
4925                }
4926            ],
4927            "traits": {
4928                "smithy.api#documentation": "<p>Sets tags (key and value pairs) to the assessment template that is specified by the\n         ARN of the assessment template.</p>"
4929            }
4930        },
4931        "com.amazonaws.inspector#SetTagsForResourceRequest": {
4932            "type": "structure",
4933            "members": {
4934                "resourceArn": {
4935                    "target": "com.amazonaws.inspector#Arn",
4936                    "traits": {
4937                        "smithy.api#documentation": "<p>The ARN of the assessment template that you want to set tags to.</p>",
4938                        "smithy.api#required": {}
4939                    }
4940                },
4941                "tags": {
4942                    "target": "com.amazonaws.inspector#TagList",
4943                    "traits": {
4944                        "smithy.api#documentation": "<p>A collection of key and value pairs that you want to set to the assessment\n         template.</p>"
4945                    }
4946                }
4947            }
4948        },
4949        "com.amazonaws.inspector#Severity": {
4950            "type": "string",
4951            "traits": {
4952                "smithy.api#enum": [
4953                    {
4954                        "value": "Low",
4955                        "name": "LOW"
4956                    },
4957                    {
4958                        "value": "Medium",
4959                        "name": "MEDIUM"
4960                    },
4961                    {
4962                        "value": "High",
4963                        "name": "HIGH"
4964                    },
4965                    {
4966                        "value": "Informational",
4967                        "name": "INFORMATIONAL"
4968                    },
4969                    {
4970                        "value": "Undefined",
4971                        "name": "UNDEFINED"
4972                    }
4973                ]
4974            }
4975        },
4976        "com.amazonaws.inspector#SeverityList": {
4977            "type": "list",
4978            "member": {
4979                "target": "com.amazonaws.inspector#Severity"
4980            },
4981            "traits": {
4982                "smithy.api#length": {
4983                    "min": 0,
4984                    "max": 50
4985                }
4986            }
4987        },
4988        "com.amazonaws.inspector#StartAssessmentRun": {
4989            "type": "operation",
4990            "input": {
4991                "target": "com.amazonaws.inspector#StartAssessmentRunRequest"
4992            },
4993            "output": {
4994                "target": "com.amazonaws.inspector#StartAssessmentRunResponse"
4995            },
4996            "errors": [
4997                {
4998                    "target": "com.amazonaws.inspector#AccessDeniedException"
4999                },
5000                {
5001                    "target": "com.amazonaws.inspector#AgentsAlreadyRunningAssessmentException"
5002                },
5003                {
5004                    "target": "com.amazonaws.inspector#InternalException"
5005                },
5006                {
5007                    "target": "com.amazonaws.inspector#InvalidCrossAccountRoleException"
5008                },
5009                {
5010                    "target": "com.amazonaws.inspector#InvalidInputException"
5011                },
5012                {
5013                    "target": "com.amazonaws.inspector#LimitExceededException"
5014                },
5015                {
5016                    "target": "com.amazonaws.inspector#NoSuchEntityException"
5017                },
5018                {
5019                    "target": "com.amazonaws.inspector#ServiceTemporarilyUnavailableException"
5020                }
5021            ],
5022            "traits": {
5023                "smithy.api#documentation": "<p>Starts the assessment run specified by the ARN of the assessment template. For this\n         API to function properly, you must not exceed the limit of running up to 500 concurrent\n         agents per AWS account.</p>"
5024            }
5025        },
5026        "com.amazonaws.inspector#StartAssessmentRunRequest": {
5027            "type": "structure",
5028            "members": {
5029                "assessmentTemplateArn": {
5030                    "target": "com.amazonaws.inspector#Arn",
5031                    "traits": {
5032                        "smithy.api#documentation": "<p>The ARN of the assessment template of the assessment run that you want to\n         start.</p>",
5033                        "smithy.api#required": {}
5034                    }
5035                },
5036                "assessmentRunName": {
5037                    "target": "com.amazonaws.inspector#AssessmentRunName",
5038                    "traits": {
5039                        "smithy.api#documentation": "<p>You can specify the name for the assessment run. The name must be unique for the\n         assessment template whose ARN is used to start the assessment run.</p>"
5040                    }
5041                }
5042            }
5043        },
5044        "com.amazonaws.inspector#StartAssessmentRunResponse": {
5045            "type": "structure",
5046            "members": {
5047                "assessmentRunArn": {
5048                    "target": "com.amazonaws.inspector#Arn",
5049                    "traits": {
5050                        "smithy.api#documentation": "<p>The ARN of the assessment run that has been started.</p>",
5051                        "smithy.api#required": {}
5052                    }
5053                }
5054            }
5055        },
5056        "com.amazonaws.inspector#StopAction": {
5057            "type": "string",
5058            "traits": {
5059                "smithy.api#enum": [
5060                    {
5061                        "value": "START_EVALUATION",
5062                        "name": "START_EVALUATION"
5063                    },
5064                    {
5065                        "value": "SKIP_EVALUATION",
5066                        "name": "SKIP_EVALUATION"
5067                    }
5068                ]
5069            }
5070        },
5071        "com.amazonaws.inspector#StopAssessmentRun": {
5072            "type": "operation",
5073            "input": {
5074                "target": "com.amazonaws.inspector#StopAssessmentRunRequest"
5075            },
5076            "errors": [
5077                {
5078                    "target": "com.amazonaws.inspector#AccessDeniedException"
5079                },
5080                {
5081                    "target": "com.amazonaws.inspector#InternalException"
5082                },
5083                {
5084                    "target": "com.amazonaws.inspector#InvalidInputException"
5085                },
5086                {
5087                    "target": "com.amazonaws.inspector#NoSuchEntityException"
5088                },
5089                {
5090                    "target": "com.amazonaws.inspector#ServiceTemporarilyUnavailableException"
5091                }
5092            ],
5093            "traits": {
5094                "smithy.api#documentation": "<p>Stops the assessment run that is specified by the ARN of the assessment\n         run.</p>"
5095            }
5096        },
5097        "com.amazonaws.inspector#StopAssessmentRunRequest": {
5098            "type": "structure",
5099            "members": {
5100                "assessmentRunArn": {
5101                    "target": "com.amazonaws.inspector#Arn",
5102                    "traits": {
5103                        "smithy.api#documentation": "<p>The ARN of the assessment run that you want to stop.</p>",
5104                        "smithy.api#required": {}
5105                    }
5106                },
5107                "stopAction": {
5108                    "target": "com.amazonaws.inspector#StopAction",
5109                    "traits": {
5110                        "smithy.api#documentation": "<p>An input option that can be set to either START_EVALUATION or SKIP_EVALUATION.\n         START_EVALUATION (the default value), stops the AWS agent from collecting data and begins\n         the results evaluation and the findings generation process. SKIP_EVALUATION cancels the\n         assessment run immediately, after which no findings are generated.</p>"
5111                    }
5112                }
5113            }
5114        },
5115        "com.amazonaws.inspector#SubscribeToEvent": {
5116            "type": "operation",
5117            "input": {
5118                "target": "com.amazonaws.inspector#SubscribeToEventRequest"
5119            },
5120            "errors": [
5121                {
5122                    "target": "com.amazonaws.inspector#AccessDeniedException"
5123                },
5124                {
5125                    "target": "com.amazonaws.inspector#InternalException"
5126                },
5127                {
5128                    "target": "com.amazonaws.inspector#InvalidInputException"
5129                },
5130                {
5131                    "target": "com.amazonaws.inspector#LimitExceededException"
5132                },
5133                {
5134                    "target": "com.amazonaws.inspector#NoSuchEntityException"
5135                },
5136                {
5137                    "target": "com.amazonaws.inspector#ServiceTemporarilyUnavailableException"
5138                }
5139            ],
5140            "traits": {
5141                "smithy.api#documentation": "<p>Enables the process of sending Amazon Simple Notification Service (SNS) notifications\n         about a specified event to a specified SNS topic.</p>"
5142            }
5143        },
5144        "com.amazonaws.inspector#SubscribeToEventRequest": {
5145            "type": "structure",
5146            "members": {
5147                "resourceArn": {
5148                    "target": "com.amazonaws.inspector#Arn",
5149                    "traits": {
5150                        "smithy.api#documentation": "<p>The ARN of the assessment template that is used during the event for which you want\n         to receive SNS notifications.</p>",
5151                        "smithy.api#required": {}
5152                    }
5153                },
5154                "event": {
5155                    "target": "com.amazonaws.inspector#InspectorEvent",
5156                    "traits": {
5157                        "smithy.api#documentation": "<p>The event for which you want to receive SNS notifications.</p>",
5158                        "smithy.api#required": {}
5159                    }
5160                },
5161                "topicArn": {
5162                    "target": "com.amazonaws.inspector#Arn",
5163                    "traits": {
5164                        "smithy.api#documentation": "<p>The ARN of the SNS topic to which the SNS notifications are sent.</p>",
5165                        "smithy.api#required": {}
5166                    }
5167                }
5168            }
5169        },
5170        "com.amazonaws.inspector#Subscription": {
5171            "type": "structure",
5172            "members": {
5173                "resourceArn": {
5174                    "target": "com.amazonaws.inspector#Arn",
5175                    "traits": {
5176                        "smithy.api#documentation": "<p>The ARN of the assessment template that is used during the event for which the SNS\n         notification is sent.</p>",
5177                        "smithy.api#required": {}
5178                    }
5179                },
5180                "topicArn": {
5181                    "target": "com.amazonaws.inspector#Arn",
5182                    "traits": {
5183                        "smithy.api#documentation": "<p>The ARN of the Amazon Simple Notification Service (SNS) topic to which the SNS\n         notifications are sent.</p>",
5184                        "smithy.api#required": {}
5185                    }
5186                },
5187                "eventSubscriptions": {
5188                    "target": "com.amazonaws.inspector#EventSubscriptionList",
5189                    "traits": {
5190                        "smithy.api#documentation": "<p>The list of existing event subscriptions.</p>",
5191                        "smithy.api#required": {}
5192                    }
5193                }
5194            },
5195            "traits": {
5196                "smithy.api#documentation": "<p>This data type is used as a response element in the <a>ListEventSubscriptions</a> action.</p>"
5197            }
5198        },
5199        "com.amazonaws.inspector#SubscriptionList": {
5200            "type": "list",
5201            "member": {
5202                "target": "com.amazonaws.inspector#Subscription"
5203            },
5204            "traits": {
5205                "smithy.api#length": {
5206                    "min": 0,
5207                    "max": 50
5208                }
5209            }
5210        },
5211        "com.amazonaws.inspector#Tag": {
5212            "type": "structure",
5213            "members": {
5214                "key": {
5215                    "target": "com.amazonaws.inspector#TagKey",
5216                    "traits": {
5217                        "smithy.api#documentation": "<p>A tag key.</p>",
5218                        "smithy.api#required": {}
5219                    }
5220                },
5221                "value": {
5222                    "target": "com.amazonaws.inspector#TagValue",
5223                    "traits": {
5224                        "smithy.api#documentation": "<p>A value assigned to a tag key.</p>"
5225                    }
5226                }
5227            },
5228            "traits": {
5229                "smithy.api#documentation": "<p>A key and value pair. This data type is used as a request parameter in the <a>SetTagsForResource</a> action and a response element in the <a>ListTagsForResource</a> action.</p>"
5230            }
5231        },
5232        "com.amazonaws.inspector#TagKey": {
5233            "type": "string",
5234            "traits": {
5235                "smithy.api#length": {
5236                    "min": 1,
5237                    "max": 128
5238                }
5239            }
5240        },
5241        "com.amazonaws.inspector#TagList": {
5242            "type": "list",
5243            "member": {
5244                "target": "com.amazonaws.inspector#Tag"
5245            },
5246            "traits": {
5247                "smithy.api#length": {
5248                    "min": 0,
5249                    "max": 10
5250                }
5251            }
5252        },
5253        "com.amazonaws.inspector#TagValue": {
5254            "type": "string",
5255            "traits": {
5256                "smithy.api#length": {
5257                    "min": 1,
5258                    "max": 256
5259                }
5260            }
5261        },
5262        "com.amazonaws.inspector#Tags": {
5263            "type": "list",
5264            "member": {
5265                "target": "com.amazonaws.inspector#Tag"
5266            }
5267        },
5268        "com.amazonaws.inspector#TelemetryMetadata": {
5269            "type": "structure",
5270            "members": {
5271                "messageType": {
5272                    "target": "com.amazonaws.inspector#MessageType",
5273                    "traits": {
5274                        "smithy.api#documentation": "<p>A specific type of behavioral data that is collected by the agent.</p>",
5275                        "smithy.api#required": {}
5276                    }
5277                },
5278                "count": {
5279                    "target": "com.amazonaws.inspector#Long",
5280                    "traits": {
5281                        "smithy.api#documentation": "<p>The count of messages that the agent sends to the Amazon Inspector service.</p>",
5282                        "smithy.api#required": {}
5283                    }
5284                },
5285                "dataSize": {
5286                    "target": "com.amazonaws.inspector#Long",
5287                    "traits": {
5288                        "smithy.api#documentation": "<p>The data size of messages that the agent sends to the Amazon Inspector\n         service.</p>"
5289                    }
5290                }
5291            },
5292            "traits": {
5293                "smithy.api#documentation": "<p>The metadata about the Amazon Inspector application data metrics collected by the\n         agent. This data type is used as the response element in the <a>GetTelemetryMetadata</a> action.</p>"
5294            }
5295        },
5296        "com.amazonaws.inspector#TelemetryMetadataList": {
5297            "type": "list",
5298            "member": {
5299                "target": "com.amazonaws.inspector#TelemetryMetadata"
5300            },
5301            "traits": {
5302                "smithy.api#length": {
5303                    "min": 0,
5304                    "max": 5000
5305                }
5306            }
5307        },
5308        "com.amazonaws.inspector#Text": {
5309            "type": "string",
5310            "traits": {
5311                "smithy.api#length": {
5312                    "min": 0,
5313                    "max": 20000
5314                }
5315            }
5316        },
5317        "com.amazonaws.inspector#Timestamp": {
5318            "type": "timestamp"
5319        },
5320        "com.amazonaws.inspector#TimestampRange": {
5321            "type": "structure",
5322            "members": {
5323                "beginDate": {
5324                    "target": "com.amazonaws.inspector#Timestamp",
5325                    "traits": {
5326                        "smithy.api#documentation": "<p>The minimum value of the timestamp range.</p>"
5327                    }
5328                },
5329                "endDate": {
5330                    "target": "com.amazonaws.inspector#Timestamp",
5331                    "traits": {
5332                        "smithy.api#documentation": "<p>The maximum value of the timestamp range.</p>"
5333                    }
5334                }
5335            },
5336            "traits": {
5337                "smithy.api#documentation": "<p>This data type is used in the <a>AssessmentRunFilter</a> data\n         type.</p>"
5338            }
5339        },
5340        "com.amazonaws.inspector#UUID": {
5341            "type": "string",
5342            "traits": {
5343                "smithy.api#pattern": "[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
5344            }
5345        },
5346        "com.amazonaws.inspector#UnsubscribeFromEvent": {
5347            "type": "operation",
5348            "input": {
5349                "target": "com.amazonaws.inspector#UnsubscribeFromEventRequest"
5350            },
5351            "errors": [
5352                {
5353                    "target": "com.amazonaws.inspector#AccessDeniedException"
5354                },
5355                {
5356                    "target": "com.amazonaws.inspector#InternalException"
5357                },
5358                {
5359                    "target": "com.amazonaws.inspector#InvalidInputException"
5360                },
5361                {
5362                    "target": "com.amazonaws.inspector#NoSuchEntityException"
5363                },
5364                {
5365                    "target": "com.amazonaws.inspector#ServiceTemporarilyUnavailableException"
5366                }
5367            ],
5368            "traits": {
5369                "smithy.api#documentation": "<p>Disables the process of sending Amazon Simple Notification Service (SNS)\n         notifications about a specified event to a specified SNS topic.</p>"
5370            }
5371        },
5372        "com.amazonaws.inspector#UnsubscribeFromEventRequest": {
5373            "type": "structure",
5374            "members": {
5375                "resourceArn": {
5376                    "target": "com.amazonaws.inspector#Arn",
5377                    "traits": {
5378                        "smithy.api#documentation": "<p>The ARN of the assessment template that is used during the event for which you want\n         to stop receiving SNS notifications.</p>",
5379                        "smithy.api#required": {}
5380                    }
5381                },
5382                "event": {
5383                    "target": "com.amazonaws.inspector#InspectorEvent",
5384                    "traits": {
5385                        "smithy.api#documentation": "<p>The event for which you want to stop receiving SNS notifications.</p>",
5386                        "smithy.api#required": {}
5387                    }
5388                },
5389                "topicArn": {
5390                    "target": "com.amazonaws.inspector#Arn",
5391                    "traits": {
5392                        "smithy.api#documentation": "<p>The ARN of the SNS topic to which SNS notifications are sent.</p>",
5393                        "smithy.api#required": {}
5394                    }
5395                }
5396            }
5397        },
5398        "com.amazonaws.inspector#UnsupportedFeatureException": {
5399            "type": "structure",
5400            "members": {
5401                "message": {
5402                    "target": "com.amazonaws.inspector#ErrorMessage",
5403                    "traits": {
5404                        "smithy.api#required": {}
5405                    }
5406                },
5407                "canRetry": {
5408                    "target": "com.amazonaws.inspector#Bool",
5409                    "traits": {
5410                        "smithy.api#required": {}
5411                    }
5412                }
5413            },
5414            "traits": {
5415                "smithy.api#documentation": "<p>Used by the <a>GetAssessmentReport</a> API. The request was rejected\n         because you tried to generate a report for an assessment run that existed before reporting\n         was supported in Amazon Inspector. You can only generate reports for assessment runs that\n         took place or will take place after generating reports in Amazon Inspector became\n         available.</p>",
5416                "smithy.api#error": "client"
5417            }
5418        },
5419        "com.amazonaws.inspector#UpdateAssessmentTarget": {
5420            "type": "operation",
5421            "input": {
5422                "target": "com.amazonaws.inspector#UpdateAssessmentTargetRequest"
5423            },
5424            "errors": [
5425                {
5426                    "target": "com.amazonaws.inspector#AccessDeniedException"
5427                },
5428                {
5429                    "target": "com.amazonaws.inspector#InternalException"
5430                },
5431                {
5432                    "target": "com.amazonaws.inspector#InvalidInputException"
5433                },
5434                {
5435                    "target": "com.amazonaws.inspector#NoSuchEntityException"
5436                },
5437                {
5438                    "target": "com.amazonaws.inspector#ServiceTemporarilyUnavailableException"
5439                }
5440            ],
5441            "traits": {
5442                "smithy.api#documentation": "<p>Updates the assessment target that is specified by the ARN of the assessment\n         target.</p>\n         <p>If resourceGroupArn is not specified, all EC2 instances in the current AWS account\n         and region are included in the assessment target.</p>"
5443            }
5444        },
5445        "com.amazonaws.inspector#UpdateAssessmentTargetRequest": {
5446            "type": "structure",
5447            "members": {
5448                "assessmentTargetArn": {
5449                    "target": "com.amazonaws.inspector#Arn",
5450                    "traits": {
5451                        "smithy.api#documentation": "<p>The ARN of the assessment target that you want to update.</p>",
5452                        "smithy.api#required": {}
5453                    }
5454                },
5455                "assessmentTargetName": {
5456                    "target": "com.amazonaws.inspector#AssessmentTargetName",
5457                    "traits": {
5458                        "smithy.api#documentation": "<p>The name of the assessment target that you want to update.</p>",
5459                        "smithy.api#required": {}
5460                    }
5461                },
5462                "resourceGroupArn": {
5463                    "target": "com.amazonaws.inspector#Arn",
5464                    "traits": {
5465                        "smithy.api#documentation": "<p>The ARN of the resource group that is used to specify the new resource group to\n         associate with the assessment target.</p>"
5466                    }
5467                }
5468            }
5469        },
5470        "com.amazonaws.inspector#Url": {
5471            "type": "string",
5472            "traits": {
5473                "smithy.api#length": {
5474                    "min": 0,
5475                    "max": 2048
5476                }
5477            }
5478        },
5479        "com.amazonaws.inspector#UserAttributeKeyList": {
5480            "type": "list",
5481            "member": {
5482                "target": "com.amazonaws.inspector#AttributeKey"
5483            },
5484            "traits": {
5485                "smithy.api#length": {
5486                    "min": 0,
5487                    "max": 10
5488                }
5489            }
5490        },
5491        "com.amazonaws.inspector#UserAttributeList": {
5492            "type": "list",
5493            "member": {
5494                "target": "com.amazonaws.inspector#Attribute"
5495            },
5496            "traits": {
5497                "smithy.api#length": {
5498                    "min": 0,
5499                    "max": 10
5500                }
5501            }
5502        },
5503        "com.amazonaws.inspector#Version": {
5504            "type": "string",
5505            "traits": {
5506                "smithy.api#length": {
5507                    "min": 0,
5508                    "max": 1000
5509                }
5510            }
5511        }
5512    }
5513}
5514