1{
2  "version":"2.0",
3  "metadata":{
4    "apiVersion":"2018-05-10",
5    "endpointPrefix":"ssm-incidents",
6    "jsonVersion":"1.1",
7    "protocol":"rest-json",
8    "serviceAbbreviation":"SSM Incidents",
9    "serviceFullName":"AWS Systems Manager Incident Manager",
10    "serviceId":"SSM Incidents",
11    "signatureVersion":"v4",
12    "signingName":"ssm-incidents",
13    "uid":"ssm-incidents-2018-05-10"
14  },
15  "operations":{
16    "BatchGetIncidentFindings":{
17      "name":"BatchGetIncidentFindings",
18      "http":{
19        "method":"POST",
20        "requestUri":"/batchGetIncidentFindings",
21        "responseCode":200
22      },
23      "input":{"shape":"BatchGetIncidentFindingsInput"},
24      "output":{"shape":"BatchGetIncidentFindingsOutput"},
25      "errors":[
26        {"shape":"ThrottlingException"},
27        {"shape":"ResourceNotFoundException"},
28        {"shape":"AccessDeniedException"},
29        {"shape":"ValidationException"},
30        {"shape":"InternalServerException"}
31      ],
32      "documentation":"<p>Retrieves details about all specified findings for an incident, including descriptive details about each finding. A finding represents a recent application environment change made by an CodeDeploy deployment or an CloudFormation stack creation or update that can be investigated as a potential cause of the incident.</p>"
33    },
34    "CreateReplicationSet":{
35      "name":"CreateReplicationSet",
36      "http":{
37        "method":"POST",
38        "requestUri":"/createReplicationSet",
39        "responseCode":201
40      },
41      "input":{"shape":"CreateReplicationSetInput"},
42      "output":{"shape":"CreateReplicationSetOutput"},
43      "errors":[
44        {"shape":"ServiceQuotaExceededException"},
45        {"shape":"ThrottlingException"},
46        {"shape":"AccessDeniedException"},
47        {"shape":"ValidationException"},
48        {"shape":"ConflictException"},
49        {"shape":"InternalServerException"}
50      ],
51      "documentation":"<p>A replication set replicates and encrypts your data to the provided Regions with the provided KMS key. </p>"
52    },
53    "CreateResponsePlan":{
54      "name":"CreateResponsePlan",
55      "http":{
56        "method":"POST",
57        "requestUri":"/createResponsePlan",
58        "responseCode":201
59      },
60      "input":{"shape":"CreateResponsePlanInput"},
61      "output":{"shape":"CreateResponsePlanOutput"},
62      "errors":[
63        {"shape":"ThrottlingException"},
64        {"shape":"ResourceNotFoundException"},
65        {"shape":"AccessDeniedException"},
66        {"shape":"ValidationException"},
67        {"shape":"ConflictException"},
68        {"shape":"InternalServerException"}
69      ],
70      "documentation":"<p>Creates a response plan that automates the initial response to incidents. A response plan engages contacts, starts chat channel collaboration, and initiates runbooks at the beginning of an incident.</p>",
71      "idempotent":true
72    },
73    "CreateTimelineEvent":{
74      "name":"CreateTimelineEvent",
75      "http":{
76        "method":"POST",
77        "requestUri":"/createTimelineEvent",
78        "responseCode":201
79      },
80      "input":{"shape":"CreateTimelineEventInput"},
81      "output":{"shape":"CreateTimelineEventOutput"},
82      "errors":[
83        {"shape":"ThrottlingException"},
84        {"shape":"ResourceNotFoundException"},
85        {"shape":"AccessDeniedException"},
86        {"shape":"ValidationException"},
87        {"shape":"ConflictException"},
88        {"shape":"InternalServerException"}
89      ],
90      "documentation":"<p>Creates a custom timeline event on the incident details page of an incident record. Incident Manager automatically creates timeline events that mark key moments during an incident. You can create custom timeline events to mark important events that Incident Manager can detect automatically.</p>",
91      "idempotent":true
92    },
93    "DeleteIncidentRecord":{
94      "name":"DeleteIncidentRecord",
95      "http":{
96        "method":"POST",
97        "requestUri":"/deleteIncidentRecord",
98        "responseCode":204
99      },
100      "input":{"shape":"DeleteIncidentRecordInput"},
101      "output":{"shape":"DeleteIncidentRecordOutput"},
102      "errors":[
103        {"shape":"ThrottlingException"},
104        {"shape":"AccessDeniedException"},
105        {"shape":"ValidationException"},
106        {"shape":"InternalServerException"}
107      ],
108      "documentation":"<p>Delete an incident record from Incident Manager. </p>",
109      "idempotent":true
110    },
111    "DeleteReplicationSet":{
112      "name":"DeleteReplicationSet",
113      "http":{
114        "method":"POST",
115        "requestUri":"/deleteReplicationSet",
116        "responseCode":204
117      },
118      "input":{"shape":"DeleteReplicationSetInput"},
119      "output":{"shape":"DeleteReplicationSetOutput"},
120      "errors":[
121        {"shape":"ThrottlingException"},
122        {"shape":"ResourceNotFoundException"},
123        {"shape":"AccessDeniedException"},
124        {"shape":"ValidationException"},
125        {"shape":"InternalServerException"}
126      ],
127      "documentation":"<p>Deletes all Regions in your replication set. Deleting the replication set deletes all Incident Manager data.</p>"
128    },
129    "DeleteResourcePolicy":{
130      "name":"DeleteResourcePolicy",
131      "http":{
132        "method":"POST",
133        "requestUri":"/deleteResourcePolicy",
134        "responseCode":200
135      },
136      "input":{"shape":"DeleteResourcePolicyInput"},
137      "output":{"shape":"DeleteResourcePolicyOutput"},
138      "errors":[
139        {"shape":"ThrottlingException"},
140        {"shape":"ResourceNotFoundException"},
141        {"shape":"AccessDeniedException"},
142        {"shape":"ValidationException"},
143        {"shape":"InternalServerException"}
144      ],
145      "documentation":"<p>Deletes the resource policy that Resource Access Manager uses to share your Incident Manager resource.</p>"
146    },
147    "DeleteResponsePlan":{
148      "name":"DeleteResponsePlan",
149      "http":{
150        "method":"POST",
151        "requestUri":"/deleteResponsePlan",
152        "responseCode":204
153      },
154      "input":{"shape":"DeleteResponsePlanInput"},
155      "output":{"shape":"DeleteResponsePlanOutput"},
156      "errors":[
157        {"shape":"ThrottlingException"},
158        {"shape":"AccessDeniedException"},
159        {"shape":"ValidationException"},
160        {"shape":"InternalServerException"}
161      ],
162      "documentation":"<p>Deletes the specified response plan. Deleting a response plan stops all linked CloudWatch alarms and EventBridge events from creating an incident with this response plan.</p>",
163      "idempotent":true
164    },
165    "DeleteTimelineEvent":{
166      "name":"DeleteTimelineEvent",
167      "http":{
168        "method":"POST",
169        "requestUri":"/deleteTimelineEvent",
170        "responseCode":204
171      },
172      "input":{"shape":"DeleteTimelineEventInput"},
173      "output":{"shape":"DeleteTimelineEventOutput"},
174      "errors":[
175        {"shape":"ThrottlingException"},
176        {"shape":"AccessDeniedException"},
177        {"shape":"ValidationException"},
178        {"shape":"InternalServerException"}
179      ],
180      "documentation":"<p>Deletes a timeline event from an incident.</p>",
181      "idempotent":true
182    },
183    "GetIncidentRecord":{
184      "name":"GetIncidentRecord",
185      "http":{
186        "method":"GET",
187        "requestUri":"/getIncidentRecord",
188        "responseCode":200
189      },
190      "input":{"shape":"GetIncidentRecordInput"},
191      "output":{"shape":"GetIncidentRecordOutput"},
192      "errors":[
193        {"shape":"ThrottlingException"},
194        {"shape":"ResourceNotFoundException"},
195        {"shape":"AccessDeniedException"},
196        {"shape":"ValidationException"},
197        {"shape":"InternalServerException"}
198      ],
199      "documentation":"<p>Returns the details for the specified incident record.</p>"
200    },
201    "GetReplicationSet":{
202      "name":"GetReplicationSet",
203      "http":{
204        "method":"GET",
205        "requestUri":"/getReplicationSet",
206        "responseCode":200
207      },
208      "input":{"shape":"GetReplicationSetInput"},
209      "output":{"shape":"GetReplicationSetOutput"},
210      "errors":[
211        {"shape":"ThrottlingException"},
212        {"shape":"ResourceNotFoundException"},
213        {"shape":"AccessDeniedException"},
214        {"shape":"ValidationException"},
215        {"shape":"InternalServerException"}
216      ],
217      "documentation":"<p>Retrieve your Incident Manager replication set.</p>"
218    },
219    "GetResourcePolicies":{
220      "name":"GetResourcePolicies",
221      "http":{
222        "method":"POST",
223        "requestUri":"/getResourcePolicies",
224        "responseCode":200
225      },
226      "input":{"shape":"GetResourcePoliciesInput"},
227      "output":{"shape":"GetResourcePoliciesOutput"},
228      "errors":[
229        {"shape":"ThrottlingException"},
230        {"shape":"ResourceNotFoundException"},
231        {"shape":"AccessDeniedException"},
232        {"shape":"ValidationException"},
233        {"shape":"InternalServerException"}
234      ],
235      "documentation":"<p>Retrieves the resource policies attached to the specified response plan.</p>"
236    },
237    "GetResponsePlan":{
238      "name":"GetResponsePlan",
239      "http":{
240        "method":"GET",
241        "requestUri":"/getResponsePlan",
242        "responseCode":200
243      },
244      "input":{"shape":"GetResponsePlanInput"},
245      "output":{"shape":"GetResponsePlanOutput"},
246      "errors":[
247        {"shape":"ThrottlingException"},
248        {"shape":"ResourceNotFoundException"},
249        {"shape":"AccessDeniedException"},
250        {"shape":"ValidationException"},
251        {"shape":"InternalServerException"}
252      ],
253      "documentation":"<p>Retrieves the details of the specified response plan.</p>"
254    },
255    "GetTimelineEvent":{
256      "name":"GetTimelineEvent",
257      "http":{
258        "method":"GET",
259        "requestUri":"/getTimelineEvent",
260        "responseCode":200
261      },
262      "input":{"shape":"GetTimelineEventInput"},
263      "output":{"shape":"GetTimelineEventOutput"},
264      "errors":[
265        {"shape":"ThrottlingException"},
266        {"shape":"ResourceNotFoundException"},
267        {"shape":"AccessDeniedException"},
268        {"shape":"ValidationException"},
269        {"shape":"InternalServerException"}
270      ],
271      "documentation":"<p>Retrieves a timeline event based on its ID and incident record.</p>"
272    },
273    "ListIncidentFindings":{
274      "name":"ListIncidentFindings",
275      "http":{
276        "method":"POST",
277        "requestUri":"/listIncidentFindings",
278        "responseCode":200
279      },
280      "input":{"shape":"ListIncidentFindingsInput"},
281      "output":{"shape":"ListIncidentFindingsOutput"},
282      "errors":[
283        {"shape":"ThrottlingException"},
284        {"shape":"ResourceNotFoundException"},
285        {"shape":"AccessDeniedException"},
286        {"shape":"ValidationException"},
287        {"shape":"InternalServerException"}
288      ],
289      "documentation":"<p>Retrieves a list of the IDs of findings, plus their last modified times, that have been identified for a specified incident. A finding represents a recent application environment change made by an CloudFormation stack creation or update or an CodeDeploy deployment that can be investigated as a potential cause of the incident.</p>"
290    },
291    "ListIncidentRecords":{
292      "name":"ListIncidentRecords",
293      "http":{
294        "method":"POST",
295        "requestUri":"/listIncidentRecords",
296        "responseCode":200
297      },
298      "input":{"shape":"ListIncidentRecordsInput"},
299      "output":{"shape":"ListIncidentRecordsOutput"},
300      "errors":[
301        {"shape":"ThrottlingException"},
302        {"shape":"AccessDeniedException"},
303        {"shape":"ValidationException"},
304        {"shape":"InternalServerException"}
305      ],
306      "documentation":"<p>Lists all incident records in your account. Use this command to retrieve the Amazon Resource Name (ARN) of the incident record you want to update. </p>"
307    },
308    "ListRelatedItems":{
309      "name":"ListRelatedItems",
310      "http":{
311        "method":"POST",
312        "requestUri":"/listRelatedItems",
313        "responseCode":200
314      },
315      "input":{"shape":"ListRelatedItemsInput"},
316      "output":{"shape":"ListRelatedItemsOutput"},
317      "errors":[
318        {"shape":"ThrottlingException"},
319        {"shape":"AccessDeniedException"},
320        {"shape":"ValidationException"},
321        {"shape":"InternalServerException"}
322      ],
323      "documentation":"<p>List all related items for an incident record.</p>"
324    },
325    "ListReplicationSets":{
326      "name":"ListReplicationSets",
327      "http":{
328        "method":"POST",
329        "requestUri":"/listReplicationSets",
330        "responseCode":200
331      },
332      "input":{"shape":"ListReplicationSetsInput"},
333      "output":{"shape":"ListReplicationSetsOutput"},
334      "errors":[
335        {"shape":"ThrottlingException"},
336        {"shape":"AccessDeniedException"},
337        {"shape":"ValidationException"},
338        {"shape":"InternalServerException"}
339      ],
340      "documentation":"<p>Lists details about the replication set configured in your account. </p>"
341    },
342    "ListResponsePlans":{
343      "name":"ListResponsePlans",
344      "http":{
345        "method":"POST",
346        "requestUri":"/listResponsePlans",
347        "responseCode":200
348      },
349      "input":{"shape":"ListResponsePlansInput"},
350      "output":{"shape":"ListResponsePlansOutput"},
351      "errors":[
352        {"shape":"ThrottlingException"},
353        {"shape":"AccessDeniedException"},
354        {"shape":"ValidationException"},
355        {"shape":"InternalServerException"}
356      ],
357      "documentation":"<p>Lists all response plans in your account.</p>"
358    },
359    "ListTagsForResource":{
360      "name":"ListTagsForResource",
361      "http":{
362        "method":"GET",
363        "requestUri":"/tags/{resourceArn}",
364        "responseCode":200
365      },
366      "input":{"shape":"ListTagsForResourceRequest"},
367      "output":{"shape":"ListTagsForResourceResponse"},
368      "errors":[
369        {"shape":"ThrottlingException"},
370        {"shape":"ResourceNotFoundException"},
371        {"shape":"AccessDeniedException"},
372        {"shape":"ValidationException"},
373        {"shape":"InternalServerException"}
374      ],
375      "documentation":"<p>Lists the tags that are attached to the specified response plan or incident.</p>"
376    },
377    "ListTimelineEvents":{
378      "name":"ListTimelineEvents",
379      "http":{
380        "method":"POST",
381        "requestUri":"/listTimelineEvents",
382        "responseCode":200
383      },
384      "input":{"shape":"ListTimelineEventsInput"},
385      "output":{"shape":"ListTimelineEventsOutput"},
386      "errors":[
387        {"shape":"ThrottlingException"},
388        {"shape":"AccessDeniedException"},
389        {"shape":"ValidationException"},
390        {"shape":"InternalServerException"}
391      ],
392      "documentation":"<p>Lists timeline events for the specified incident record.</p>"
393    },
394    "PutResourcePolicy":{
395      "name":"PutResourcePolicy",
396      "http":{
397        "method":"POST",
398        "requestUri":"/putResourcePolicy",
399        "responseCode":200
400      },
401      "input":{"shape":"PutResourcePolicyInput"},
402      "output":{"shape":"PutResourcePolicyOutput"},
403      "errors":[
404        {"shape":"ThrottlingException"},
405        {"shape":"ResourceNotFoundException"},
406        {"shape":"AccessDeniedException"},
407        {"shape":"ValidationException"},
408        {"shape":"InternalServerException"}
409      ],
410      "documentation":"<p>Adds a resource policy to the specified response plan. The resource policy is used to share the response plan using Resource Access Manager (RAM). For more information about cross-account sharing, see <a href=\"https://docs.aws.amazon.com/incident-manager/latest/userguide/incident-manager-cross-account-cross-region.html\">Cross-Region and cross-account incident management</a>.</p>"
411    },
412    "StartIncident":{
413      "name":"StartIncident",
414      "http":{
415        "method":"POST",
416        "requestUri":"/startIncident",
417        "responseCode":200
418      },
419      "input":{"shape":"StartIncidentInput"},
420      "output":{"shape":"StartIncidentOutput"},
421      "errors":[
422        {"shape":"ThrottlingException"},
423        {"shape":"ResourceNotFoundException"},
424        {"shape":"AccessDeniedException"},
425        {"shape":"ValidationException"},
426        {"shape":"ConflictException"},
427        {"shape":"InternalServerException"}
428      ],
429      "documentation":"<p>Used to start an incident from CloudWatch alarms, EventBridge events, or manually. </p>",
430      "idempotent":true
431    },
432    "TagResource":{
433      "name":"TagResource",
434      "http":{
435        "method":"POST",
436        "requestUri":"/tags/{resourceArn}",
437        "responseCode":204
438      },
439      "input":{"shape":"TagResourceRequest"},
440      "output":{"shape":"TagResourceResponse"},
441      "errors":[
442        {"shape":"ServiceQuotaExceededException"},
443        {"shape":"ThrottlingException"},
444        {"shape":"ResourceNotFoundException"},
445        {"shape":"AccessDeniedException"},
446        {"shape":"ValidationException"},
447        {"shape":"ConflictException"},
448        {"shape":"InternalServerException"}
449      ],
450      "documentation":"<p>Adds a tag to a response plan.</p>"
451    },
452    "UntagResource":{
453      "name":"UntagResource",
454      "http":{
455        "method":"DELETE",
456        "requestUri":"/tags/{resourceArn}",
457        "responseCode":204
458      },
459      "input":{"shape":"UntagResourceRequest"},
460      "output":{"shape":"UntagResourceResponse"},
461      "errors":[
462        {"shape":"ThrottlingException"},
463        {"shape":"ResourceNotFoundException"},
464        {"shape":"AccessDeniedException"},
465        {"shape":"ValidationException"},
466        {"shape":"ConflictException"},
467        {"shape":"InternalServerException"}
468      ],
469      "documentation":"<p>Removes a tag from a resource.</p>",
470      "idempotent":true
471    },
472    "UpdateDeletionProtection":{
473      "name":"UpdateDeletionProtection",
474      "http":{
475        "method":"POST",
476        "requestUri":"/updateDeletionProtection",
477        "responseCode":204
478      },
479      "input":{"shape":"UpdateDeletionProtectionInput"},
480      "output":{"shape":"UpdateDeletionProtectionOutput"},
481      "errors":[
482        {"shape":"ThrottlingException"},
483        {"shape":"ResourceNotFoundException"},
484        {"shape":"AccessDeniedException"},
485        {"shape":"ValidationException"},
486        {"shape":"InternalServerException"}
487      ],
488      "documentation":"<p>Update deletion protection to either allow or deny deletion of the final Region in a replication set.</p>"
489    },
490    "UpdateIncidentRecord":{
491      "name":"UpdateIncidentRecord",
492      "http":{
493        "method":"POST",
494        "requestUri":"/updateIncidentRecord",
495        "responseCode":204
496      },
497      "input":{"shape":"UpdateIncidentRecordInput"},
498      "output":{"shape":"UpdateIncidentRecordOutput"},
499      "errors":[
500        {"shape":"ThrottlingException"},
501        {"shape":"ResourceNotFoundException"},
502        {"shape":"AccessDeniedException"},
503        {"shape":"ValidationException"},
504        {"shape":"ConflictException"},
505        {"shape":"InternalServerException"}
506      ],
507      "documentation":"<p>Update the details of an incident record. You can use this operation to update an incident record from the defined chat channel. For more information about using actions in chat channels, see <a href=\"https://docs.aws.amazon.com/incident-manager/latest/userguide/chat.html#chat-interact\">Interacting through chat</a>.</p>",
508      "idempotent":true
509    },
510    "UpdateRelatedItems":{
511      "name":"UpdateRelatedItems",
512      "http":{
513        "method":"POST",
514        "requestUri":"/updateRelatedItems",
515        "responseCode":204
516      },
517      "input":{"shape":"UpdateRelatedItemsInput"},
518      "output":{"shape":"UpdateRelatedItemsOutput"},
519      "errors":[
520        {"shape":"ThrottlingException"},
521        {"shape":"ResourceNotFoundException"},
522        {"shape":"AccessDeniedException"},
523        {"shape":"ValidationException"},
524        {"shape":"ConflictException"},
525        {"shape":"InternalServerException"}
526      ],
527      "documentation":"<p>Add or remove related items from the related items tab of an incident record.</p>",
528      "idempotent":true
529    },
530    "UpdateReplicationSet":{
531      "name":"UpdateReplicationSet",
532      "http":{
533        "method":"POST",
534        "requestUri":"/updateReplicationSet",
535        "responseCode":204
536      },
537      "input":{"shape":"UpdateReplicationSetInput"},
538      "output":{"shape":"UpdateReplicationSetOutput"},
539      "errors":[
540        {"shape":"ThrottlingException"},
541        {"shape":"ResourceNotFoundException"},
542        {"shape":"AccessDeniedException"},
543        {"shape":"ValidationException"},
544        {"shape":"ConflictException"},
545        {"shape":"InternalServerException"}
546      ],
547      "documentation":"<p>Add or delete Regions from your replication set.</p>"
548    },
549    "UpdateResponsePlan":{
550      "name":"UpdateResponsePlan",
551      "http":{
552        "method":"POST",
553        "requestUri":"/updateResponsePlan",
554        "responseCode":204
555      },
556      "input":{"shape":"UpdateResponsePlanInput"},
557      "output":{"shape":"UpdateResponsePlanOutput"},
558      "errors":[
559        {"shape":"ThrottlingException"},
560        {"shape":"ResourceNotFoundException"},
561        {"shape":"AccessDeniedException"},
562        {"shape":"ValidationException"},
563        {"shape":"ConflictException"},
564        {"shape":"InternalServerException"}
565      ],
566      "documentation":"<p>Updates the specified response plan.</p>",
567      "idempotent":true
568    },
569    "UpdateTimelineEvent":{
570      "name":"UpdateTimelineEvent",
571      "http":{
572        "method":"POST",
573        "requestUri":"/updateTimelineEvent",
574        "responseCode":204
575      },
576      "input":{"shape":"UpdateTimelineEventInput"},
577      "output":{"shape":"UpdateTimelineEventOutput"},
578      "errors":[
579        {"shape":"ThrottlingException"},
580        {"shape":"ResourceNotFoundException"},
581        {"shape":"AccessDeniedException"},
582        {"shape":"ValidationException"},
583        {"shape":"ConflictException"},
584        {"shape":"InternalServerException"}
585      ],
586      "documentation":"<p>Updates a timeline event. You can update events of type <code>Custom Event</code>.</p>",
587      "idempotent":true
588    }
589  },
590  "shapes":{
591    "AccessDeniedException":{
592      "type":"structure",
593      "required":["message"],
594      "members":{
595        "message":{"shape":"ExceptionMessage"}
596      },
597      "documentation":"<p>You don't have sufficient access to perform this operation.</p>",
598      "error":{
599        "httpStatusCode":403,
600        "senderFault":true
601      },
602      "exception":true
603    },
604    "Action":{
605      "type":"structure",
606      "members":{
607        "ssmAutomation":{
608          "shape":"SsmAutomation",
609          "documentation":"<p>The Systems Manager automation document to start as the runbook at the beginning of the incident.</p>"
610        }
611      },
612      "documentation":"<p>The action that starts at the beginning of an incident. The response plan defines the action.</p>",
613      "union":true
614    },
615    "ActionsList":{
616      "type":"list",
617      "member":{"shape":"Action"},
618      "max":1,
619      "min":0
620    },
621    "AddRegionAction":{
622      "type":"structure",
623      "required":["regionName"],
624      "members":{
625        "regionName":{
626          "shape":"RegionName",
627          "documentation":"<p>The Amazon Web Services Region name to add to the replication set.</p>"
628        },
629        "sseKmsKeyId":{
630          "shape":"SseKmsKey",
631          "documentation":"<p>The KMS key ID to use to encrypt your replication set.</p>"
632        }
633      },
634      "documentation":"<p>Defines the Amazon Web Services Region and KMS key to add to the replication set. </p>"
635    },
636    "Arn":{
637      "type":"string",
638      "max":1000,
639      "min":0,
640      "pattern":"^arn:aws(-cn|-us-gov)?:[a-z0-9-]*:[a-z0-9-]*:([0-9]{12})?:.+$"
641    },
642    "AttributeValueList":{
643      "type":"structure",
644      "members":{
645        "integerValues":{
646          "shape":"IntegerList",
647          "documentation":"<p>The list of integer values that the filter matches.</p>"
648        },
649        "stringValues":{
650          "shape":"StringList",
651          "documentation":"<p>The list of string values that the filter matches.</p>"
652        }
653      },
654      "documentation":"<p>Use the AttributeValueList to filter by string or integer values.</p>",
655      "union":true
656    },
657    "AutomationExecution":{
658      "type":"structure",
659      "members":{
660        "ssmExecutionArn":{
661          "shape":"Arn",
662          "documentation":"<p>The Amazon Resource Name (ARN) of the automation process.</p>"
663        }
664      },
665      "documentation":"<p>The Systems Manager automation document process to start as the runbook at the beginning of the incident.</p>",
666      "union":true
667    },
668    "AutomationExecutionSet":{
669      "type":"list",
670      "member":{"shape":"AutomationExecution"},
671      "max":100,
672      "min":0
673    },
674    "BatchGetIncidentFindingsError":{
675      "type":"structure",
676      "required":[
677        "code",
678        "findingId",
679        "message"
680      ],
681      "members":{
682        "code":{
683          "shape":"String",
684          "documentation":"<p>The code associated with an error that was returned for a <code>BatchGetIncidentFindings</code> operation.</p>"
685        },
686        "findingId":{
687          "shape":"FindingId",
688          "documentation":"<p>The ID of a specified finding for which an error was returned for a <code>BatchGetIncidentFindings</code> operation.</p>"
689        },
690        "message":{
691          "shape":"String",
692          "documentation":"<p>The description for an error that was returned for a <code>BatchGetIncidentFindings</code> operation.</p>"
693        }
694      },
695      "documentation":"<p>Details about an error returned for a <a>BatchGetIncidentFindings</a> operation.</p>"
696    },
697    "BatchGetIncidentFindingsErrorList":{
698      "type":"list",
699      "member":{"shape":"BatchGetIncidentFindingsError"}
700    },
701    "BatchGetIncidentFindingsInput":{
702      "type":"structure",
703      "required":[
704        "findingIds",
705        "incidentRecordArn"
706      ],
707      "members":{
708        "findingIds":{
709          "shape":"FindingIdList",
710          "documentation":"<p>A list of IDs of findings for which you want to view details.</p>"
711        },
712        "incidentRecordArn":{
713          "shape":"Arn",
714          "documentation":"<p>The Amazon Resource Name (ARN) of the incident for which you want to view finding details.</p>"
715        }
716      }
717    },
718    "BatchGetIncidentFindingsOutput":{
719      "type":"structure",
720      "required":[
721        "errors",
722        "findings"
723      ],
724      "members":{
725        "errors":{
726          "shape":"BatchGetIncidentFindingsErrorList",
727          "documentation":"<p>A list of errors encountered during the operation.</p>"
728        },
729        "findings":{
730          "shape":"FindingList",
731          "documentation":"<p>Information about the requested findings.</p>"
732        }
733      }
734    },
735    "Boolean":{
736      "type":"boolean",
737      "box":true
738    },
739    "ChatChannel":{
740      "type":"structure",
741      "members":{
742        "chatbotSns":{
743          "shape":"ChatbotSnsConfigurationSet",
744          "documentation":"<p>The Amazon SNS targets that Chatbot uses to notify the chat channel of updates to an incident. You can also make updates to the incident through the chat channel by using the Amazon SNS topics. </p>"
745        },
746        "empty":{
747          "shape":"EmptyChatChannel",
748          "documentation":"<p>Used to remove the chat channel from an incident record or response plan.</p>"
749        }
750      },
751      "documentation":"<p>The Chatbot chat channel used for collaboration during an incident.</p>",
752      "union":true
753    },
754    "ChatbotSnsConfigurationSet":{
755      "type":"list",
756      "member":{"shape":"SnsArn"},
757      "max":5,
758      "min":1
759    },
760    "ClientToken":{
761      "type":"string",
762      "max":128,
763      "min":0
764    },
765    "CloudFormationStackUpdate":{
766      "type":"structure",
767      "required":[
768        "stackArn",
769        "startTime"
770      ],
771      "members":{
772        "endTime":{
773          "shape":"Timestamp",
774          "documentation":"<p>The timestamp for when the CloudFormation stack creation or update ended. Not reported for deployments that are still in progress.</p>"
775        },
776        "stackArn":{
777          "shape":"Arn",
778          "documentation":"<p>The Amazon Resource Name (ARN) of the CloudFormation stack involved in the update.</p>"
779        },
780        "startTime":{
781          "shape":"Timestamp",
782          "documentation":"<p>The timestamp for when the CloudFormation stack creation or update began.</p>"
783        }
784      },
785      "documentation":"<p>Information about an CloudFormation stack creation or update that occurred around the time of an incident and could be a potential cause of the incident.</p>"
786    },
787    "CodeDeployDeployment":{
788      "type":"structure",
789      "required":[
790        "deploymentGroupArn",
791        "deploymentId",
792        "startTime"
793      ],
794      "members":{
795        "deploymentGroupArn":{
796          "shape":"Arn",
797          "documentation":"<p>The Amazon Resource Name (ARN) of the CodeDeploy deployment group associated with the deployment.</p>"
798        },
799        "deploymentId":{
800          "shape":"CodeDeployDeploymentDeploymentIdString",
801          "documentation":"<p>The ID of the CodeDeploy deployment.</p>"
802        },
803        "endTime":{
804          "shape":"Timestamp",
805          "documentation":"<p>The timestamp for when the CodeDeploy deployment ended. Not reported for deployments that are still in progress.</p>"
806        },
807        "startTime":{
808          "shape":"Timestamp",
809          "documentation":"<p>The timestamp for when the CodeDeploy deployment began.</p>"
810        }
811      },
812      "documentation":"<p>Information about a CodeDeploy deployment that occurred around the time of an incident and could be a possible cause of the incident.</p>"
813    },
814    "CodeDeployDeploymentDeploymentIdString":{
815      "type":"string",
816      "max":128,
817      "min":0
818    },
819    "Condition":{
820      "type":"structure",
821      "members":{
822        "after":{
823          "shape":"Timestamp",
824          "documentation":"<p>After the specified timestamp.</p>"
825        },
826        "before":{
827          "shape":"Timestamp",
828          "documentation":"<p>Before the specified timestamp</p>"
829        },
830        "equals":{
831          "shape":"AttributeValueList",
832          "documentation":"<p>The value is equal to the provided string or integer. </p>"
833        }
834      },
835      "documentation":"<p>A conditional statement with which to compare a value, after a timestamp, before a timestamp, or equal to a string or integer. If multiple conditions are specified, the conditionals become an <code>AND</code>ed statement. If multiple values are specified for a conditional, the values are <code>OR</code>d.</p>",
836      "union":true
837    },
838    "ConflictException":{
839      "type":"structure",
840      "required":["message"],
841      "members":{
842        "message":{"shape":"ExceptionMessage"},
843        "resourceIdentifier":{
844          "shape":"String",
845          "documentation":"<p>The identifier of the requested resource</p>"
846        },
847        "resourceType":{
848          "shape":"ResourceType",
849          "documentation":"<p>The resource type</p>"
850        },
851        "retryAfter":{
852          "shape":"Timestamp",
853          "documentation":"<p>If present in the output, the operation can be retried after this time</p>"
854        }
855      },
856      "documentation":"<p>Updating or deleting a resource causes an inconsistent state.</p>",
857      "error":{
858        "httpStatusCode":409,
859        "senderFault":true
860      },
861      "exception":true
862    },
863    "CreateReplicationSetInput":{
864      "type":"structure",
865      "required":["regions"],
866      "members":{
867        "clientToken":{
868          "shape":"ClientToken",
869          "documentation":"<p>A token that ensures that the operation is called only once with the specified details.</p>",
870          "idempotencyToken":true
871        },
872        "regions":{
873          "shape":"RegionMapInput",
874          "documentation":"<p>The Regions that Incident Manager replicates your data to. You can have up to three Regions in your replication set.</p>"
875        },
876        "tags":{
877          "shape":"TagMap",
878          "documentation":"<p>A list of tags to add to the replication set.</p>"
879        }
880      }
881    },
882    "CreateReplicationSetOutput":{
883      "type":"structure",
884      "required":["arn"],
885      "members":{
886        "arn":{
887          "shape":"Arn",
888          "documentation":"<p>The Amazon Resource Name (ARN) of the replication set. </p>"
889        }
890      }
891    },
892    "CreateResponsePlanInput":{
893      "type":"structure",
894      "required":[
895        "incidentTemplate",
896        "name"
897      ],
898      "members":{
899        "actions":{
900          "shape":"ActionsList",
901          "documentation":"<p>The actions that the response plan starts at the beginning of an incident.</p>"
902        },
903        "chatChannel":{
904          "shape":"ChatChannel",
905          "documentation":"<p>The Chatbot chat channel used for collaboration during an incident.</p>"
906        },
907        "clientToken":{
908          "shape":"ClientToken",
909          "documentation":"<p>A token ensuring that the operation is called only once with the specified details.</p>",
910          "idempotencyToken":true
911        },
912        "displayName":{
913          "shape":"ResponsePlanDisplayName",
914          "documentation":"<p>The long format of the response plan name. This field can contain spaces.</p>"
915        },
916        "engagements":{
917          "shape":"EngagementSet",
918          "documentation":"<p>The Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an incident.</p>"
919        },
920        "incidentTemplate":{
921          "shape":"IncidentTemplate",
922          "documentation":"<p>Details used to create an incident when using this response plan.</p>"
923        },
924        "integrations":{
925          "shape":"Integrations",
926          "documentation":"<p>Information about third-party services integrated into the response plan.</p>"
927        },
928        "name":{
929          "shape":"ResponsePlanName",
930          "documentation":"<p>The short format name of the response plan. Can't include spaces.</p>"
931        },
932        "tags":{
933          "shape":"TagMap",
934          "documentation":"<p>A list of tags that you are adding to the response plan.</p>"
935        }
936      }
937    },
938    "CreateResponsePlanOutput":{
939      "type":"structure",
940      "required":["arn"],
941      "members":{
942        "arn":{
943          "shape":"Arn",
944          "documentation":"<p>The Amazon Resource Name (ARN) of the response plan.</p>"
945        }
946      }
947    },
948    "CreateTimelineEventInput":{
949      "type":"structure",
950      "required":[
951        "eventData",
952        "eventTime",
953        "eventType",
954        "incidentRecordArn"
955      ],
956      "members":{
957        "clientToken":{
958          "shape":"ClientToken",
959          "documentation":"<p>A token that ensures that a client calls the action only once with the specified details.</p>",
960          "idempotencyToken":true
961        },
962        "eventData":{
963          "shape":"EventData",
964          "documentation":"<p>A short description of the event.</p>"
965        },
966        "eventReferences":{
967          "shape":"EventReferenceList",
968          "documentation":"<p>Adds one or more references to the <code>TimelineEvent</code>. A reference is an Amazon Web Services resource involved or associated with the incident. To specify a reference, enter its Amazon Resource Name (ARN). You can also specify a related item associated with a resource. For example, to specify an Amazon DynamoDB (DynamoDB) table as a resource, use the table's ARN. You can also specify an Amazon CloudWatch metric associated with the DynamoDB table as a related item.</p>"
969        },
970        "eventTime":{
971          "shape":"Timestamp",
972          "documentation":"<p>The timestamp for when the event occurred.</p>"
973        },
974        "eventType":{
975          "shape":"TimelineEventType",
976          "documentation":"<p>The type of event. You can create timeline events of type <code>Custom Event</code> and <code>Note</code>.</p> <p>To make a Note-type event appear on the <i>Incident notes</i> panel in the console, specify <code>eventType</code> as <code>Note</code>and enter the Amazon Resource Name (ARN) of the incident as the value for <code>eventReference</code>.</p>"
977        },
978        "incidentRecordArn":{
979          "shape":"Arn",
980          "documentation":"<p>The Amazon Resource Name (ARN) of the incident record that the action adds the incident to.</p>"
981        }
982      }
983    },
984    "CreateTimelineEventOutput":{
985      "type":"structure",
986      "required":[
987        "eventId",
988        "incidentRecordArn"
989      ],
990      "members":{
991        "eventId":{
992          "shape":"UUID",
993          "documentation":"<p>The ID of the event for easy reference later. </p>"
994        },
995        "incidentRecordArn":{
996          "shape":"Arn",
997          "documentation":"<p>The ARN of the incident record that you added the event to.</p>"
998        }
999      }
1000    },
1001    "DedupeString":{
1002      "type":"string",
1003      "max":1000,
1004      "min":0
1005    },
1006    "DeleteIncidentRecordInput":{
1007      "type":"structure",
1008      "required":["arn"],
1009      "members":{
1010        "arn":{
1011          "shape":"Arn",
1012          "documentation":"<p>The Amazon Resource Name (ARN) of the incident record you are deleting.</p>"
1013        }
1014      }
1015    },
1016    "DeleteIncidentRecordOutput":{
1017      "type":"structure",
1018      "members":{
1019      }
1020    },
1021    "DeleteRegionAction":{
1022      "type":"structure",
1023      "required":["regionName"],
1024      "members":{
1025        "regionName":{
1026          "shape":"RegionName",
1027          "documentation":"<p>The name of the Amazon Web Services Region you're deleting from the replication set.</p>"
1028        }
1029      },
1030      "documentation":"<p>Defines the information about the Amazon Web Services Region you're deleting from your replication set.</p>"
1031    },
1032    "DeleteReplicationSetInput":{
1033      "type":"structure",
1034      "required":["arn"],
1035      "members":{
1036        "arn":{
1037          "shape":"Arn",
1038          "documentation":"<p>The Amazon Resource Name (ARN) of the replication set you're deleting.</p>",
1039          "location":"querystring",
1040          "locationName":"arn"
1041        }
1042      }
1043    },
1044    "DeleteReplicationSetOutput":{
1045      "type":"structure",
1046      "members":{
1047      }
1048    },
1049    "DeleteResourcePolicyInput":{
1050      "type":"structure",
1051      "required":[
1052        "policyId",
1053        "resourceArn"
1054      ],
1055      "members":{
1056        "policyId":{
1057          "shape":"PolicyId",
1058          "documentation":"<p>The ID of the resource policy you're deleting.</p>"
1059        },
1060        "resourceArn":{
1061          "shape":"Arn",
1062          "documentation":"<p>The Amazon Resource Name (ARN) of the resource you're deleting the policy from.</p>"
1063        }
1064      }
1065    },
1066    "DeleteResourcePolicyOutput":{
1067      "type":"structure",
1068      "members":{
1069      }
1070    },
1071    "DeleteResponsePlanInput":{
1072      "type":"structure",
1073      "required":["arn"],
1074      "members":{
1075        "arn":{
1076          "shape":"Arn",
1077          "documentation":"<p>The Amazon Resource Name (ARN) of the response plan.</p>"
1078        }
1079      }
1080    },
1081    "DeleteResponsePlanOutput":{
1082      "type":"structure",
1083      "members":{
1084      }
1085    },
1086    "DeleteTimelineEventInput":{
1087      "type":"structure",
1088      "required":[
1089        "eventId",
1090        "incidentRecordArn"
1091      ],
1092      "members":{
1093        "eventId":{
1094          "shape":"UUID",
1095          "documentation":"<p>The ID of the event to update. You can use <code>ListTimelineEvents</code> to find an event's ID.</p>"
1096        },
1097        "incidentRecordArn":{
1098          "shape":"Arn",
1099          "documentation":"<p>The Amazon Resource Name (ARN) of the incident that includes the timeline event.</p>"
1100        }
1101      }
1102    },
1103    "DeleteTimelineEventOutput":{
1104      "type":"structure",
1105      "members":{
1106      }
1107    },
1108    "DynamicSsmParameterValue":{
1109      "type":"structure",
1110      "members":{
1111        "variable":{
1112          "shape":"VariableType",
1113          "documentation":"<p>Variable dynamic parameters. A parameter value is determined when an incident is created.</p>"
1114        }
1115      },
1116      "documentation":"<p>The dynamic SSM parameter value.</p>",
1117      "union":true
1118    },
1119    "DynamicSsmParameters":{
1120      "type":"map",
1121      "key":{"shape":"DynamicSsmParametersKeyString"},
1122      "value":{"shape":"DynamicSsmParameterValue"},
1123      "max":200,
1124      "min":1
1125    },
1126    "DynamicSsmParametersKeyString":{
1127      "type":"string",
1128      "max":50,
1129      "min":1
1130    },
1131    "EmptyChatChannel":{
1132      "type":"structure",
1133      "members":{
1134      },
1135      "documentation":"<p>Used to remove the chat channel from an incident record or response plan.</p>"
1136    },
1137    "EngagementSet":{
1138      "type":"list",
1139      "member":{"shape":"SsmContactsArn"},
1140      "max":5,
1141      "min":0
1142    },
1143    "EventData":{
1144      "type":"string",
1145      "max":12000,
1146      "min":0
1147    },
1148    "EventReference":{
1149      "type":"structure",
1150      "members":{
1151        "relatedItemId":{
1152          "shape":"GeneratedId",
1153          "documentation":"<p>The ID of a <code>RelatedItem</code> referenced in a <code>TimelineEvent</code>.</p>"
1154        },
1155        "resource":{
1156          "shape":"Arn",
1157          "documentation":"<p>The Amazon Resource Name (ARN) of an Amazon Web Services resource referenced in a <code>TimelineEvent</code>.</p>"
1158        }
1159      },
1160      "documentation":"<p>An item referenced in a <code>TimelineEvent</code> that is involved in or somehow associated with an incident. You can specify an Amazon Resource Name (ARN) for an Amazon Web Services resource or a <code>RelatedItem</code> ID.</p>",
1161      "union":true
1162    },
1163    "EventReferenceList":{
1164      "type":"list",
1165      "member":{"shape":"EventReference"},
1166      "max":10,
1167      "min":0
1168    },
1169    "EventSummary":{
1170      "type":"structure",
1171      "required":[
1172        "eventId",
1173        "eventTime",
1174        "eventType",
1175        "eventUpdatedTime",
1176        "incidentRecordArn"
1177      ],
1178      "members":{
1179        "eventId":{
1180          "shape":"UUID",
1181          "documentation":"<p>The timeline event ID.</p>"
1182        },
1183        "eventReferences":{
1184          "shape":"EventReferenceList",
1185          "documentation":"<p>A list of references in a <code>TimelineEvent</code>.</p>"
1186        },
1187        "eventTime":{
1188          "shape":"Timestamp",
1189          "documentation":"<p>The timestamp for when the event occurred.</p>"
1190        },
1191        "eventType":{
1192          "shape":"TimelineEventType",
1193          "documentation":"<p>The type of event. The timeline event must be <code>Custom Event</code> or <code>Note</code>.</p>"
1194        },
1195        "eventUpdatedTime":{
1196          "shape":"Timestamp",
1197          "documentation":"<p>The timestamp for when the timeline event was last updated.</p>"
1198        },
1199        "incidentRecordArn":{
1200          "shape":"Arn",
1201          "documentation":"<p>The Amazon Resource Name (ARN) of the incident that the event happened during.</p>"
1202        }
1203      },
1204      "documentation":"<p>Details about a timeline event during an incident.</p>"
1205    },
1206    "EventSummaryList":{
1207      "type":"list",
1208      "member":{"shape":"EventSummary"},
1209      "max":100,
1210      "min":0
1211    },
1212    "ExceptionMessage":{"type":"string"},
1213    "Filter":{
1214      "type":"structure",
1215      "required":[
1216        "condition",
1217        "key"
1218      ],
1219      "members":{
1220        "condition":{
1221          "shape":"Condition",
1222          "documentation":"<p>The condition accepts before or after a specified time, equal to a string, or equal to an integer.</p>"
1223        },
1224        "key":{
1225          "shape":"FilterKeyString",
1226          "documentation":"<p>The key that you're filtering on.</p>"
1227        }
1228      },
1229      "documentation":"<p>Filter the selection by using a condition.</p>"
1230    },
1231    "FilterKeyString":{
1232      "type":"string",
1233      "max":50,
1234      "min":0
1235    },
1236    "FilterList":{
1237      "type":"list",
1238      "member":{"shape":"Filter"},
1239      "max":5,
1240      "min":0
1241    },
1242    "Finding":{
1243      "type":"structure",
1244      "required":[
1245        "creationTime",
1246        "id",
1247        "lastModifiedTime"
1248      ],
1249      "members":{
1250        "creationTime":{
1251          "shape":"Timestamp",
1252          "documentation":"<p>The timestamp for when a finding was created.</p>"
1253        },
1254        "details":{
1255          "shape":"FindingDetails",
1256          "documentation":"<p>Details about the finding.</p>"
1257        },
1258        "id":{
1259          "shape":"FindingId",
1260          "documentation":"<p>The ID assigned to the finding.</p>"
1261        },
1262        "lastModifiedTime":{
1263          "shape":"Timestamp",
1264          "documentation":"<p>The timestamp for when the finding was most recently updated with additional information.</p>"
1265        }
1266      },
1267      "documentation":"<p>Information about a specific CodeDeploy deployment or CloudFormation stack creation or update that occurred around the time of a reported incident. These activities can be investigated as a potential cause of the incident.</p>"
1268    },
1269    "FindingDetails":{
1270      "type":"structure",
1271      "members":{
1272        "cloudFormationStackUpdate":{
1273          "shape":"CloudFormationStackUpdate",
1274          "documentation":"<p>Information about the CloudFormation stack creation or update associated with the finding.</p>"
1275        },
1276        "codeDeployDeployment":{
1277          "shape":"CodeDeployDeployment",
1278          "documentation":"<p>Information about the CodeDeploy deployment associated with the finding.</p>"
1279        }
1280      },
1281      "documentation":"<p>Extended textual information about the finding.</p>",
1282      "union":true
1283    },
1284    "FindingId":{
1285      "type":"string",
1286      "max":128,
1287      "min":0
1288    },
1289    "FindingIdList":{
1290      "type":"list",
1291      "member":{"shape":"FindingId"},
1292      "max":20,
1293      "min":0
1294    },
1295    "FindingList":{
1296      "type":"list",
1297      "member":{"shape":"Finding"}
1298    },
1299    "FindingSummary":{
1300      "type":"structure",
1301      "required":[
1302        "id",
1303        "lastModifiedTime"
1304      ],
1305      "members":{
1306        "id":{
1307          "shape":"FindingId",
1308          "documentation":"<p>The ID of the finding.</p>"
1309        },
1310        "lastModifiedTime":{
1311          "shape":"Timestamp",
1312          "documentation":"<p>The timestamp for when the finding was last updated.</p>"
1313        }
1314      },
1315      "documentation":"<p>Identifying information about the finding.</p>"
1316    },
1317    "FindingSummaryList":{
1318      "type":"list",
1319      "member":{"shape":"FindingSummary"},
1320      "max":100,
1321      "min":0
1322    },
1323    "GeneratedId":{
1324      "type":"string",
1325      "max":200,
1326      "min":0,
1327      "pattern":"^related-item/(ANALYSIS|INCIDENT|METRIC|PARENT|ATTACHMENT|OTHER|AUTOMATION|INVOLVED_RESOURCE|TASK)/([0-9]|[A-F]){32}$"
1328    },
1329    "GetIncidentRecordInput":{
1330      "type":"structure",
1331      "required":["arn"],
1332      "members":{
1333        "arn":{
1334          "shape":"Arn",
1335          "documentation":"<p>The Amazon Resource Name (ARN) of the incident record.</p>",
1336          "location":"querystring",
1337          "locationName":"arn"
1338        }
1339      }
1340    },
1341    "GetIncidentRecordOutput":{
1342      "type":"structure",
1343      "required":["incidentRecord"],
1344      "members":{
1345        "incidentRecord":{
1346          "shape":"IncidentRecord",
1347          "documentation":"<p>Details the structure of the incident record.</p>"
1348        }
1349      }
1350    },
1351    "GetReplicationSetInput":{
1352      "type":"structure",
1353      "required":["arn"],
1354      "members":{
1355        "arn":{
1356          "shape":"Arn",
1357          "documentation":"<p>The Amazon Resource Name (ARN) of the replication set you want to retrieve.</p>",
1358          "location":"querystring",
1359          "locationName":"arn"
1360        }
1361      }
1362    },
1363    "GetReplicationSetOutput":{
1364      "type":"structure",
1365      "required":["replicationSet"],
1366      "members":{
1367        "replicationSet":{
1368          "shape":"ReplicationSet",
1369          "documentation":"<p>Details of the replication set.</p>"
1370        }
1371      }
1372    },
1373    "GetResourcePoliciesInput":{
1374      "type":"structure",
1375      "required":["resourceArn"],
1376      "members":{
1377        "maxResults":{
1378          "shape":"MaxResults",
1379          "documentation":"<p>The maximum number of resource policies to display for each page of results.</p>"
1380        },
1381        "nextToken":{
1382          "shape":"NextToken",
1383          "documentation":"<p>The pagination token for the next set of items to return. (You received this token from a previous call.)</p>"
1384        },
1385        "resourceArn":{
1386          "shape":"Arn",
1387          "documentation":"<p>The Amazon Resource Name (ARN) of the response plan with the attached resource policy. </p>",
1388          "location":"querystring",
1389          "locationName":"resourceArn"
1390        }
1391      }
1392    },
1393    "GetResourcePoliciesOutput":{
1394      "type":"structure",
1395      "required":["resourcePolicies"],
1396      "members":{
1397        "nextToken":{
1398          "shape":"NextToken",
1399          "documentation":"<p>The pagination token to use when requesting the next set of items. If there are no additional items to return, the string is null.</p>"
1400        },
1401        "resourcePolicies":{
1402          "shape":"ResourcePolicyList",
1403          "documentation":"<p>Details about the resource policy attached to the response plan.</p>"
1404        }
1405      }
1406    },
1407    "GetResponsePlanInput":{
1408      "type":"structure",
1409      "required":["arn"],
1410      "members":{
1411        "arn":{
1412          "shape":"Arn",
1413          "documentation":"<p>The Amazon Resource Name (ARN) of the response plan.</p>",
1414          "location":"querystring",
1415          "locationName":"arn"
1416        }
1417      }
1418    },
1419    "GetResponsePlanOutput":{
1420      "type":"structure",
1421      "required":[
1422        "arn",
1423        "incidentTemplate",
1424        "name"
1425      ],
1426      "members":{
1427        "actions":{
1428          "shape":"ActionsList",
1429          "documentation":"<p>The actions that this response plan takes at the beginning of the incident.</p>"
1430        },
1431        "arn":{
1432          "shape":"Arn",
1433          "documentation":"<p>The ARN of the response plan.</p>"
1434        },
1435        "chatChannel":{
1436          "shape":"ChatChannel",
1437          "documentation":"<p>The Chatbot chat channel used for collaboration during an incident.</p>"
1438        },
1439        "displayName":{
1440          "shape":"ResponsePlanDisplayName",
1441          "documentation":"<p>The long format name of the response plan. Can contain spaces.</p>"
1442        },
1443        "engagements":{
1444          "shape":"EngagementSet",
1445          "documentation":"<p>The Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an incident.</p>"
1446        },
1447        "incidentTemplate":{
1448          "shape":"IncidentTemplate",
1449          "documentation":"<p>Details used to create the incident when using this response plan.</p>"
1450        },
1451        "integrations":{
1452          "shape":"Integrations",
1453          "documentation":"<p>Information about third-party services integrated into the Incident Manager response plan.</p>"
1454        },
1455        "name":{
1456          "shape":"ResponsePlanName",
1457          "documentation":"<p>The short format name of the response plan. The name can't contain spaces.</p>"
1458        }
1459      }
1460    },
1461    "GetTimelineEventInput":{
1462      "type":"structure",
1463      "required":[
1464        "eventId",
1465        "incidentRecordArn"
1466      ],
1467      "members":{
1468        "eventId":{
1469          "shape":"UUID",
1470          "documentation":"<p>The ID of the event. You can get an event's ID when you create it, or by using <code>ListTimelineEvents</code>.</p>",
1471          "location":"querystring",
1472          "locationName":"eventId"
1473        },
1474        "incidentRecordArn":{
1475          "shape":"Arn",
1476          "documentation":"<p>The Amazon Resource Name (ARN) of the incident that includes the timeline event.</p>",
1477          "location":"querystring",
1478          "locationName":"incidentRecordArn"
1479        }
1480      }
1481    },
1482    "GetTimelineEventOutput":{
1483      "type":"structure",
1484      "required":["event"],
1485      "members":{
1486        "event":{
1487          "shape":"TimelineEvent",
1488          "documentation":"<p>Details about the timeline event.</p>"
1489        }
1490      }
1491    },
1492    "Impact":{
1493      "type":"integer",
1494      "box":true,
1495      "max":5,
1496      "min":1
1497    },
1498    "IncidentRecord":{
1499      "type":"structure",
1500      "required":[
1501        "arn",
1502        "creationTime",
1503        "dedupeString",
1504        "impact",
1505        "incidentRecordSource",
1506        "lastModifiedBy",
1507        "lastModifiedTime",
1508        "status",
1509        "title"
1510      ],
1511      "members":{
1512        "arn":{
1513          "shape":"Arn",
1514          "documentation":"<p>The Amazon Resource Name (ARN) of the incident record.</p>"
1515        },
1516        "automationExecutions":{
1517          "shape":"AutomationExecutionSet",
1518          "documentation":"<p>The runbook, or automation document, that's run at the beginning of the incident.</p>"
1519        },
1520        "chatChannel":{
1521          "shape":"ChatChannel",
1522          "documentation":"<p>The chat channel used for collaboration during an incident.</p>"
1523        },
1524        "creationTime":{
1525          "shape":"Timestamp",
1526          "documentation":"<p>The timestamp for when Incident Manager created the incident record.</p>"
1527        },
1528        "dedupeString":{
1529          "shape":"DedupeString",
1530          "documentation":"<p>The string Incident Manager uses to prevent duplicate incidents from being created by the same incident in the same account.</p>"
1531        },
1532        "impact":{
1533          "shape":"Impact",
1534          "documentation":"<p>The impact of the incident on customers and applications.</p> <p class=\"title\"> <b>Supported impact codes</b> </p> <ul> <li> <p> <code>1</code> - Critical</p> </li> <li> <p> <code>2</code> - High</p> </li> <li> <p> <code>3</code> - Medium</p> </li> <li> <p> <code>4</code> - Low</p> </li> <li> <p> <code>5</code> - No Impact</p> </li> </ul>"
1535        },
1536        "incidentRecordSource":{
1537          "shape":"IncidentRecordSource",
1538          "documentation":"<p>Details about the action that started the incident.</p>"
1539        },
1540        "lastModifiedBy":{
1541          "shape":"Arn",
1542          "documentation":"<p>Who modified the incident most recently.</p>"
1543        },
1544        "lastModifiedTime":{
1545          "shape":"Timestamp",
1546          "documentation":"<p>The timestamp for when the incident was most recently modified.</p>"
1547        },
1548        "notificationTargets":{
1549          "shape":"NotificationTargetSet",
1550          "documentation":"<p>The Amazon SNS targets that are notified when updates are made to an incident.</p>"
1551        },
1552        "resolvedTime":{
1553          "shape":"Timestamp",
1554          "documentation":"<p>The timestamp for when the incident was resolved. This appears as a timeline event.</p>"
1555        },
1556        "status":{
1557          "shape":"IncidentRecordStatus",
1558          "documentation":"<p>The current status of the incident.</p>"
1559        },
1560        "summary":{
1561          "shape":"IncidentSummary",
1562          "documentation":"<p>The summary of the incident. The summary is a brief synopsis of what occurred, what's currently happening, and context of the incident.</p>"
1563        },
1564        "title":{
1565          "shape":"IncidentTitle",
1566          "documentation":"<p>The title of the incident.</p>"
1567        }
1568      },
1569      "documentation":"<p>The record of the incident that's created when an incident occurs.</p>"
1570    },
1571    "IncidentRecordSource":{
1572      "type":"structure",
1573      "required":[
1574        "createdBy",
1575        "source"
1576      ],
1577      "members":{
1578        "createdBy":{
1579          "shape":"Arn",
1580          "documentation":"<p>The principal that started the incident.</p>"
1581        },
1582        "invokedBy":{
1583          "shape":"ServicePrincipal",
1584          "documentation":"<p>The service principal that assumed the role specified in <code>createdBy</code>. If no service principal assumed the role this will be left blank.</p>"
1585        },
1586        "resourceArn":{
1587          "shape":"Arn",
1588          "documentation":"<p>The resource that caused the incident to be created.</p>"
1589        },
1590        "source":{
1591          "shape":"IncidentSource",
1592          "documentation":"<p>The service that started the incident. This can be manually created from Incident Manager, automatically created using an Amazon CloudWatch alarm, or Amazon EventBridge event.</p>"
1593        }
1594      },
1595      "documentation":"<p>Details about what created the incident record and when it was created.</p>"
1596    },
1597    "IncidentRecordStatus":{
1598      "type":"string",
1599      "enum":[
1600        "OPEN",
1601        "RESOLVED"
1602      ]
1603    },
1604    "IncidentRecordSummary":{
1605      "type":"structure",
1606      "required":[
1607        "arn",
1608        "creationTime",
1609        "impact",
1610        "incidentRecordSource",
1611        "status",
1612        "title"
1613      ],
1614      "members":{
1615        "arn":{
1616          "shape":"Arn",
1617          "documentation":"<p>The Amazon Resource Name (ARN) of the incident.</p>"
1618        },
1619        "creationTime":{
1620          "shape":"Timestamp",
1621          "documentation":"<p>The timestamp for when the incident was created.</p>"
1622        },
1623        "impact":{
1624          "shape":"Impact",
1625          "documentation":"<p>Defines the impact to customers and applications.</p>"
1626        },
1627        "incidentRecordSource":{
1628          "shape":"IncidentRecordSource",
1629          "documentation":"<p>What caused Incident Manager to create the incident.</p>"
1630        },
1631        "resolvedTime":{
1632          "shape":"Timestamp",
1633          "documentation":"<p>The timestamp for when the incident was resolved.</p>"
1634        },
1635        "status":{
1636          "shape":"IncidentRecordStatus",
1637          "documentation":"<p>The current status of the incident.</p>"
1638        },
1639        "title":{
1640          "shape":"IncidentTitle",
1641          "documentation":"<p>The title of the incident. This value is either provided by the response plan or overwritten on creation.</p>"
1642        }
1643      },
1644      "documentation":"<p>Details describing an incident record.</p>"
1645    },
1646    "IncidentRecordSummaryList":{
1647      "type":"list",
1648      "member":{"shape":"IncidentRecordSummary"},
1649      "max":100,
1650      "min":0
1651    },
1652    "IncidentSource":{
1653      "type":"string",
1654      "max":50,
1655      "min":0
1656    },
1657    "IncidentSummary":{
1658      "type":"string",
1659      "max":8000,
1660      "min":0
1661    },
1662    "IncidentTemplate":{
1663      "type":"structure",
1664      "required":[
1665        "impact",
1666        "title"
1667      ],
1668      "members":{
1669        "dedupeString":{
1670          "shape":"DedupeString",
1671          "documentation":"<p>The string Incident Manager uses to prevent the same root cause from creating multiple incidents in the same account.</p> <p>A deduplication string is a term or phrase the system uses to check for duplicate incidents. If you specify a deduplication string, Incident Manager searches for open incidents that contain the same string in the <code>dedupeString</code> field when it creates the incident. If a duplicate is detected, Incident Manager deduplicates the newer incident into the existing incident.</p> <note> <p>By default, Incident Manager automatically deduplicates multiple incidents created by the same Amazon CloudWatch alarm or Amazon EventBridge event. You don't have to enter your own deduplication string to prevent duplication for these resource types.</p> </note>"
1672        },
1673        "impact":{
1674          "shape":"Impact",
1675          "documentation":"<p>The impact of the incident on your customers and applications.</p> <p class=\"title\"> <b>Supported impact codes</b> </p> <ul> <li> <p> <code>1</code> - Critical</p> </li> <li> <p> <code>2</code> - High</p> </li> <li> <p> <code>3</code> - Medium</p> </li> <li> <p> <code>4</code> - Low</p> </li> <li> <p> <code>5</code> - No Impact</p> </li> </ul>"
1676        },
1677        "incidentTags":{
1678          "shape":"TagMap",
1679          "documentation":"<p>Tags to assign to the template. When the <code>StartIncident</code> API action is called, Incident Manager assigns the tags specified in the template to the incident.</p>"
1680        },
1681        "notificationTargets":{
1682          "shape":"NotificationTargetSet",
1683          "documentation":"<p>The Amazon SNS targets that are notified when updates are made to an incident.</p>"
1684        },
1685        "summary":{
1686          "shape":"IncidentSummary",
1687          "documentation":"<p>The summary of the incident. The summary is a brief synopsis of what occurred, what's currently happening, and context.</p>"
1688        },
1689        "title":{
1690          "shape":"IncidentTitle",
1691          "documentation":"<p>The title of the incident. </p>"
1692        }
1693      },
1694      "documentation":"<p>Basic details used in creating a response plan. The response plan is then used to create an incident record.</p>"
1695    },
1696    "IncidentTitle":{
1697      "type":"string",
1698      "max":200,
1699      "min":0
1700    },
1701    "Integer":{
1702      "type":"integer",
1703      "box":true
1704    },
1705    "IntegerList":{
1706      "type":"list",
1707      "member":{"shape":"Integer"},
1708      "max":100,
1709      "min":0
1710    },
1711    "Integration":{
1712      "type":"structure",
1713      "members":{
1714        "pagerDutyConfiguration":{
1715          "shape":"PagerDutyConfiguration",
1716          "documentation":"<p>Information about the PagerDuty service where the response plan creates an incident.</p>"
1717        }
1718      },
1719      "documentation":"<p>Information about third-party services integrated into a response plan.</p>",
1720      "union":true
1721    },
1722    "Integrations":{
1723      "type":"list",
1724      "member":{"shape":"Integration"},
1725      "max":1,
1726      "min":0
1727    },
1728    "InternalServerException":{
1729      "type":"structure",
1730      "required":["message"],
1731      "members":{
1732        "message":{"shape":"ExceptionMessage"}
1733      },
1734      "documentation":"<p>The request processing has failed because of an unknown error, exception or failure.</p>",
1735      "error":{"httpStatusCode":500},
1736      "exception":true,
1737      "fault":true
1738    },
1739    "ItemIdentifier":{
1740      "type":"structure",
1741      "required":[
1742        "type",
1743        "value"
1744      ],
1745      "members":{
1746        "type":{
1747          "shape":"ItemType",
1748          "documentation":"<p>The type of related item. </p>"
1749        },
1750        "value":{
1751          "shape":"ItemValue",
1752          "documentation":"<p>Details about the related item.</p>"
1753        }
1754      },
1755      "documentation":"<p>Details and type of a related item.</p>"
1756    },
1757    "ItemType":{
1758      "type":"string",
1759      "enum":[
1760        "ANALYSIS",
1761        "INCIDENT",
1762        "METRIC",
1763        "PARENT",
1764        "ATTACHMENT",
1765        "OTHER",
1766        "AUTOMATION",
1767        "INVOLVED_RESOURCE",
1768        "TASK"
1769      ]
1770    },
1771    "ItemValue":{
1772      "type":"structure",
1773      "members":{
1774        "arn":{
1775          "shape":"Arn",
1776          "documentation":"<p>The Amazon Resource Name (ARN) of the related item, if the related item is an Amazon resource.</p>"
1777        },
1778        "metricDefinition":{
1779          "shape":"MetricDefinition",
1780          "documentation":"<p>The metric definition, if the related item is a metric in Amazon CloudWatch.</p>"
1781        },
1782        "pagerDutyIncidentDetail":{
1783          "shape":"PagerDutyIncidentDetail",
1784          "documentation":"<p>Details about an incident that is associated with a PagerDuty incident.</p>"
1785        },
1786        "url":{
1787          "shape":"Url",
1788          "documentation":"<p>The URL, if the related item is a non-Amazon Web Services resource.</p>"
1789        }
1790      },
1791      "documentation":"<p>Describes a related item.</p>",
1792      "union":true
1793    },
1794    "ListIncidentFindingsInput":{
1795      "type":"structure",
1796      "required":["incidentRecordArn"],
1797      "members":{
1798        "incidentRecordArn":{
1799          "shape":"Arn",
1800          "documentation":"<p>The Amazon Resource Name (ARN) of the incident for which you want to view associated findings.</p>"
1801        },
1802        "maxResults":{
1803          "shape":"ListIncidentFindingsInputMaxResultsInteger",
1804          "documentation":"<p>The maximum number of findings to retrieve per call.</p>"
1805        },
1806        "nextToken":{
1807          "shape":"NextToken",
1808          "documentation":"<p>The pagination token for the next set of items to return. (You received this token from a previous call.)</p>"
1809        }
1810      }
1811    },
1812    "ListIncidentFindingsInputMaxResultsInteger":{
1813      "type":"integer",
1814      "box":true,
1815      "max":20,
1816      "min":1
1817    },
1818    "ListIncidentFindingsOutput":{
1819      "type":"structure",
1820      "required":["findings"],
1821      "members":{
1822        "findings":{
1823          "shape":"FindingSummaryList",
1824          "documentation":"<p>A list of findings that represent deployments that might be the potential cause of the incident.</p>"
1825        },
1826        "nextToken":{
1827          "shape":"NextToken",
1828          "documentation":"<p>The pagination token to use when requesting the next set of items. If there are no additional items to return, the string is null.</p>"
1829        }
1830      }
1831    },
1832    "ListIncidentRecordsInput":{
1833      "type":"structure",
1834      "members":{
1835        "filters":{
1836          "shape":"FilterList",
1837          "documentation":"<p>Filters the list of incident records you want to search through. You can filter on the following keys:</p> <ul> <li> <p> <code>creationTime</code> </p> </li> <li> <p> <code>impact</code> </p> </li> <li> <p> <code>status</code> </p> </li> <li> <p> <code>createdBy</code> </p> </li> </ul> <p>Note the following when when you use Filters:</p> <ul> <li> <p>If you don't specify a Filter, the response includes all incident records.</p> </li> <li> <p>If you specify more than one filter in a single request, the response returns incident records that match all filters.</p> </li> <li> <p>If you specify a filter with more than one value, the response returns incident records that match any of the values provided.</p> </li> </ul>"
1838        },
1839        "maxResults":{
1840          "shape":"MaxResults",
1841          "documentation":"<p>The maximum number of results per page.</p>"
1842        },
1843        "nextToken":{
1844          "shape":"NextToken",
1845          "documentation":"<p>The pagination token for the next set of items to return. (You received this token from a previous call.)</p>"
1846        }
1847      }
1848    },
1849    "ListIncidentRecordsOutput":{
1850      "type":"structure",
1851      "required":["incidentRecordSummaries"],
1852      "members":{
1853        "incidentRecordSummaries":{
1854          "shape":"IncidentRecordSummaryList",
1855          "documentation":"<p>The details of each listed incident record.</p>"
1856        },
1857        "nextToken":{
1858          "shape":"NextToken",
1859          "documentation":"<p>The pagination token to use when requesting the next set of items. If there are no additional items to return, the string is null.</p>"
1860        }
1861      }
1862    },
1863    "ListRelatedItemsInput":{
1864      "type":"structure",
1865      "required":["incidentRecordArn"],
1866      "members":{
1867        "incidentRecordArn":{
1868          "shape":"Arn",
1869          "documentation":"<p>The Amazon Resource Name (ARN) of the incident record containing the listed related items.</p>"
1870        },
1871        "maxResults":{
1872          "shape":"MaxResults",
1873          "documentation":"<p>The maximum number of related items per page.</p>"
1874        },
1875        "nextToken":{
1876          "shape":"NextToken",
1877          "documentation":"<p>The pagination token for the next set of items to return. (You received this token from a previous call.)</p>"
1878        }
1879      }
1880    },
1881    "ListRelatedItemsOutput":{
1882      "type":"structure",
1883      "required":["relatedItems"],
1884      "members":{
1885        "nextToken":{
1886          "shape":"NextToken",
1887          "documentation":"<p>The pagination token to use when requesting the next set of items. If there are no additional items to return, the string is null.</p>"
1888        },
1889        "relatedItems":{
1890          "shape":"RelatedItemList",
1891          "documentation":"<p>Details about each related item.</p>"
1892        }
1893      }
1894    },
1895    "ListReplicationSetsInput":{
1896      "type":"structure",
1897      "members":{
1898        "maxResults":{
1899          "shape":"MaxResults",
1900          "documentation":"<p>The maximum number of results per page. </p>"
1901        },
1902        "nextToken":{
1903          "shape":"NextToken",
1904          "documentation":"<p>The pagination token for the next set of items to return. (You received this token from a previous call.)</p>"
1905        }
1906      }
1907    },
1908    "ListReplicationSetsOutput":{
1909      "type":"structure",
1910      "required":["replicationSetArns"],
1911      "members":{
1912        "nextToken":{
1913          "shape":"NextToken",
1914          "documentation":"<p>The pagination token to use when requesting the next set of items. If there are no additional items to return, the string is null.</p>"
1915        },
1916        "replicationSetArns":{
1917          "shape":"ReplicationSetArnList",
1918          "documentation":"<p>The Amazon Resource Name (ARN) of the list replication set.</p>"
1919        }
1920      }
1921    },
1922    "ListResponsePlansInput":{
1923      "type":"structure",
1924      "members":{
1925        "maxResults":{
1926          "shape":"MaxResults",
1927          "documentation":"<p>The maximum number of response plans per page.</p>"
1928        },
1929        "nextToken":{
1930          "shape":"NextToken",
1931          "documentation":"<p>The pagination token for the next set of items to return. (You received this token from a previous call.)</p>"
1932        }
1933      }
1934    },
1935    "ListResponsePlansOutput":{
1936      "type":"structure",
1937      "required":["responsePlanSummaries"],
1938      "members":{
1939        "nextToken":{
1940          "shape":"NextToken",
1941          "documentation":"<p>The pagination token to use when requesting the next set of items. If there are no additional items to return, the string is null.</p>"
1942        },
1943        "responsePlanSummaries":{
1944          "shape":"ResponsePlanSummaryList",
1945          "documentation":"<p>Details of each response plan.</p>"
1946        }
1947      }
1948    },
1949    "ListTagsForResourceRequest":{
1950      "type":"structure",
1951      "required":["resourceArn"],
1952      "members":{
1953        "resourceArn":{
1954          "shape":"String",
1955          "documentation":"<p>The Amazon Resource Name (ARN) of the response plan or incident.</p>",
1956          "location":"uri",
1957          "locationName":"resourceArn"
1958        }
1959      }
1960    },
1961    "ListTagsForResourceResponse":{
1962      "type":"structure",
1963      "required":["tags"],
1964      "members":{
1965        "tags":{
1966          "shape":"TagMap",
1967          "documentation":"<p>A list of tags for the response plan or incident.</p>"
1968        }
1969      }
1970    },
1971    "ListTimelineEventsInput":{
1972      "type":"structure",
1973      "required":["incidentRecordArn"],
1974      "members":{
1975        "filters":{
1976          "shape":"FilterList",
1977          "documentation":"<p>Filters the timeline events based on the provided conditional values. You can filter timeline events with the following keys:</p> <ul> <li> <p> <code>eventReference</code> </p> </li> <li> <p> <code>eventTime</code> </p> </li> <li> <p> <code>eventType</code> </p> </li> </ul> <p>Note the following when deciding how to use Filters:</p> <ul> <li> <p>If you don't specify a Filter, the response includes all timeline events.</p> </li> <li> <p>If you specify more than one filter in a single request, the response returns timeline events that match all filters.</p> </li> <li> <p>If you specify a filter with more than one value, the response returns timeline events that match any of the values provided.</p> </li> </ul>"
1978        },
1979        "incidentRecordArn":{
1980          "shape":"Arn",
1981          "documentation":"<p>The Amazon Resource Name (ARN) of the incident that includes the timeline event.</p>"
1982        },
1983        "maxResults":{
1984          "shape":"MaxResults",
1985          "documentation":"<p>The maximum number of results per page.</p>"
1986        },
1987        "nextToken":{
1988          "shape":"NextToken",
1989          "documentation":"<p>The pagination token for the next set of items to return. (You received this token from a previous call.)</p>"
1990        },
1991        "sortBy":{
1992          "shape":"TimelineEventSort",
1993          "documentation":"<p>Sort timeline events by the specified key value pair.</p>"
1994        },
1995        "sortOrder":{
1996          "shape":"SortOrder",
1997          "documentation":"<p>Sorts the order of timeline events by the value specified in the <code>sortBy</code> field.</p>"
1998        }
1999      }
2000    },
2001    "ListTimelineEventsOutput":{
2002      "type":"structure",
2003      "required":["eventSummaries"],
2004      "members":{
2005        "eventSummaries":{
2006          "shape":"EventSummaryList",
2007          "documentation":"<p>Details about each event that occurred during the incident.</p>"
2008        },
2009        "nextToken":{
2010          "shape":"NextToken",
2011          "documentation":"<p>The pagination token to use when requesting the next set of items. If there are no additional items to return, the string is null.</p>"
2012        }
2013      }
2014    },
2015    "MaxResults":{
2016      "type":"integer",
2017      "box":true,
2018      "max":100,
2019      "min":1
2020    },
2021    "MetricDefinition":{
2022      "type":"string",
2023      "max":4000,
2024      "min":0
2025    },
2026    "NextToken":{
2027      "type":"string",
2028      "max":2000,
2029      "min":0
2030    },
2031    "NotificationTargetItem":{
2032      "type":"structure",
2033      "members":{
2034        "snsTopicArn":{
2035          "shape":"Arn",
2036          "documentation":"<p>The Amazon Resource Name (ARN) of the SNS topic.</p>"
2037        }
2038      },
2039      "documentation":"<p>The SNS targets that are notified when updates are made to an incident.</p>",
2040      "union":true
2041    },
2042    "NotificationTargetSet":{
2043      "type":"list",
2044      "member":{"shape":"NotificationTargetItem"},
2045      "max":10,
2046      "min":0
2047    },
2048    "PagerDutyConfiguration":{
2049      "type":"structure",
2050      "required":[
2051        "name",
2052        "pagerDutyIncidentConfiguration",
2053        "secretId"
2054      ],
2055      "members":{
2056        "name":{
2057          "shape":"PagerDutyConfigurationNameString",
2058          "documentation":"<p>The name of the PagerDuty configuration.</p>"
2059        },
2060        "pagerDutyIncidentConfiguration":{
2061          "shape":"PagerDutyIncidentConfiguration",
2062          "documentation":"<p>Details about the PagerDuty service associated with the configuration.</p>"
2063        },
2064        "secretId":{
2065          "shape":"PagerDutyConfigurationSecretIdString",
2066          "documentation":"<p>The ID of the Amazon Web Services Secrets Manager secret that stores your PagerDuty key, either a General Access REST API Key or User Token REST API Key, and other user credentials.</p>"
2067        }
2068      },
2069      "documentation":"<p>Details about the PagerDuty configuration for a response plan.</p>"
2070    },
2071    "PagerDutyConfigurationNameString":{
2072      "type":"string",
2073      "max":200,
2074      "min":1
2075    },
2076    "PagerDutyConfigurationSecretIdString":{
2077      "type":"string",
2078      "max":512,
2079      "min":1
2080    },
2081    "PagerDutyIncidentConfiguration":{
2082      "type":"structure",
2083      "required":["serviceId"],
2084      "members":{
2085        "serviceId":{
2086          "shape":"PagerDutyIncidentConfigurationServiceIdString",
2087          "documentation":"<p>The ID of the PagerDuty service that the response plan associates with an incident when it launches.</p>"
2088        }
2089      },
2090      "documentation":"<p>Details about the PagerDuty service where the response plan creates an incident.</p>"
2091    },
2092    "PagerDutyIncidentConfigurationServiceIdString":{
2093      "type":"string",
2094      "max":200,
2095      "min":1
2096    },
2097    "PagerDutyIncidentDetail":{
2098      "type":"structure",
2099      "required":["id"],
2100      "members":{
2101        "autoResolve":{
2102          "shape":"Boolean",
2103          "documentation":"<p>Indicates whether to resolve the PagerDuty incident when you resolve the associated Incident Manager incident.</p>"
2104        },
2105        "id":{
2106          "shape":"PagerDutyIncidentDetailIdString",
2107          "documentation":"<p>The ID of the incident associated with the PagerDuty service for the response plan.</p>"
2108        },
2109        "secretId":{
2110          "shape":"PagerDutyIncidentDetailSecretIdString",
2111          "documentation":"<p>The ID of the Amazon Web Services Secrets Manager secret that stores your PagerDuty key, either a General Access REST API Key or User Token REST API Key, and other user credentials.</p>"
2112        }
2113      },
2114      "documentation":"<p>Details about the PagerDuty incident associated with an incident created by an Incident Manager response plan.</p>"
2115    },
2116    "PagerDutyIncidentDetailIdString":{
2117      "type":"string",
2118      "max":200,
2119      "min":1
2120    },
2121    "PagerDutyIncidentDetailSecretIdString":{
2122      "type":"string",
2123      "max":512,
2124      "min":1
2125    },
2126    "Policy":{
2127      "type":"string",
2128      "max":4000,
2129      "min":0
2130    },
2131    "PolicyId":{
2132      "type":"string",
2133      "max":256,
2134      "min":0
2135    },
2136    "PutResourcePolicyInput":{
2137      "type":"structure",
2138      "required":[
2139        "policy",
2140        "resourceArn"
2141      ],
2142      "members":{
2143        "policy":{
2144          "shape":"Policy",
2145          "documentation":"<p>Details of the resource policy.</p>"
2146        },
2147        "resourceArn":{
2148          "shape":"Arn",
2149          "documentation":"<p>The Amazon Resource Name (ARN) of the response plan to add the resource policy to.</p>"
2150        }
2151      }
2152    },
2153    "PutResourcePolicyOutput":{
2154      "type":"structure",
2155      "required":["policyId"],
2156      "members":{
2157        "policyId":{
2158          "shape":"PolicyId",
2159          "documentation":"<p>The ID of the resource policy.</p>"
2160        }
2161      }
2162    },
2163    "RawData":{
2164      "type":"string",
2165      "max":10000,
2166      "min":0
2167    },
2168    "RegionInfo":{
2169      "type":"structure",
2170      "required":[
2171        "status",
2172        "statusUpdateDateTime"
2173      ],
2174      "members":{
2175        "sseKmsKeyId":{
2176          "shape":"SseKmsKey",
2177          "documentation":"<p>The ID of the KMS key used to encrypt the data in this Amazon Web Services Region.</p>"
2178        },
2179        "status":{
2180          "shape":"RegionStatus",
2181          "documentation":"<p>The status of the Amazon Web Services Region in the replication set.</p>"
2182        },
2183        "statusMessage":{
2184          "shape":"String",
2185          "documentation":"<p>Information displayed about the status of the Amazon Web Services Region.</p>"
2186        },
2187        "statusUpdateDateTime":{
2188          "shape":"Timestamp",
2189          "documentation":"<p>The timestamp for when Incident Manager updated the status of the Amazon Web Services Region.</p>"
2190        }
2191      },
2192      "documentation":"<p>Information about a Amazon Web Services Region in your replication set.</p>"
2193    },
2194    "RegionInfoMap":{
2195      "type":"map",
2196      "key":{"shape":"RegionName"},
2197      "value":{"shape":"RegionInfo"}
2198    },
2199    "RegionMapInput":{
2200      "type":"map",
2201      "key":{"shape":"RegionName"},
2202      "value":{"shape":"RegionMapInputValue"},
2203      "max":3,
2204      "min":1
2205    },
2206    "RegionMapInputValue":{
2207      "type":"structure",
2208      "members":{
2209        "sseKmsKeyId":{
2210          "shape":"SseKmsKey",
2211          "documentation":"<p>The KMS key used to encrypt the data in your replication set.</p>"
2212        }
2213      },
2214      "documentation":"<p>The mapping between a Amazon Web Services Region and the key that's used to encrypt the data.</p>"
2215    },
2216    "RegionName":{
2217      "type":"string",
2218      "max":20,
2219      "min":0
2220    },
2221    "RegionStatus":{
2222      "type":"string",
2223      "enum":[
2224        "ACTIVE",
2225        "CREATING",
2226        "DELETING",
2227        "FAILED"
2228      ]
2229    },
2230    "RelatedItem":{
2231      "type":"structure",
2232      "required":["identifier"],
2233      "members":{
2234        "generatedId":{
2235          "shape":"GeneratedId",
2236          "documentation":"<p>A unique ID for a <code>RelatedItem</code>.</p> <important> <p>Don't specify this parameter when you add a <code>RelatedItem</code> by using the <a>UpdateRelatedItems</a> API action.</p> </important>"
2237        },
2238        "identifier":{
2239          "shape":"ItemIdentifier",
2240          "documentation":"<p>Details about the related item.</p>"
2241        },
2242        "title":{
2243          "shape":"RelatedItemTitleString",
2244          "documentation":"<p>The title of the related item.</p>"
2245        }
2246      },
2247      "documentation":"<p>Resources that responders use to triage and mitigate the incident.</p>"
2248    },
2249    "RelatedItemList":{
2250      "type":"list",
2251      "member":{"shape":"RelatedItem"},
2252      "max":100,
2253      "min":0
2254    },
2255    "RelatedItemTitleString":{
2256      "type":"string",
2257      "max":200,
2258      "min":0
2259    },
2260    "RelatedItemsUpdate":{
2261      "type":"structure",
2262      "members":{
2263        "itemToAdd":{
2264          "shape":"RelatedItem",
2265          "documentation":"<p>Details about the related item you're adding.</p>"
2266        },
2267        "itemToRemove":{
2268          "shape":"ItemIdentifier",
2269          "documentation":"<p>Details about the related item you're deleting.</p>"
2270        }
2271      },
2272      "documentation":"<p>Details about the related item you're adding.</p>",
2273      "union":true
2274    },
2275    "ReplicationSet":{
2276      "type":"structure",
2277      "required":[
2278        "createdBy",
2279        "createdTime",
2280        "deletionProtected",
2281        "lastModifiedBy",
2282        "lastModifiedTime",
2283        "regionMap",
2284        "status"
2285      ],
2286      "members":{
2287        "arn":{
2288          "shape":"Arn",
2289          "documentation":"<p>The Amazon Resource Name (ARN) of the replication set.</p>"
2290        },
2291        "createdBy":{
2292          "shape":"Arn",
2293          "documentation":"<p>Details about who created the replication set.</p>"
2294        },
2295        "createdTime":{
2296          "shape":"Timestamp",
2297          "documentation":"<p>When the replication set was created.</p>"
2298        },
2299        "deletionProtected":{
2300          "shape":"Boolean",
2301          "documentation":"<p>Determines if the replication set deletion protection is enabled or not. If deletion protection is enabled, you can't delete the last Amazon Web Services Region in the replication set. </p>"
2302        },
2303        "lastModifiedBy":{
2304          "shape":"Arn",
2305          "documentation":"<p>Who last modified the replication set.</p>"
2306        },
2307        "lastModifiedTime":{
2308          "shape":"Timestamp",
2309          "documentation":"<p>When the replication set was last updated.</p>"
2310        },
2311        "regionMap":{
2312          "shape":"RegionInfoMap",
2313          "documentation":"<p>The map between each Amazon Web Services Region in your replication set and the KMS key that's used to encrypt the data in that Region.</p>"
2314        },
2315        "status":{
2316          "shape":"ReplicationSetStatus",
2317          "documentation":"<p>The status of the replication set. If the replication set is still pending, you can't use Incident Manager functionality.</p>"
2318        }
2319      },
2320      "documentation":"<p>The set of Amazon Web Services Region that your Incident Manager data will be replicated to and the KMS key used to encrypt the data. </p>"
2321    },
2322    "ReplicationSetArnList":{
2323      "type":"list",
2324      "member":{"shape":"Arn"}
2325    },
2326    "ReplicationSetStatus":{
2327      "type":"string",
2328      "enum":[
2329        "ACTIVE",
2330        "CREATING",
2331        "UPDATING",
2332        "DELETING",
2333        "FAILED"
2334      ]
2335    },
2336    "ResourceNotFoundException":{
2337      "type":"structure",
2338      "required":["message"],
2339      "members":{
2340        "message":{"shape":"ExceptionMessage"},
2341        "resourceIdentifier":{
2342          "shape":"String",
2343          "documentation":"<p>The identifier for the requested resource</p>"
2344        },
2345        "resourceType":{
2346          "shape":"ResourceType",
2347          "documentation":"<p>The resource type</p>"
2348        }
2349      },
2350      "documentation":"<p>Request references a resource which doesn't exist. </p>",
2351      "error":{
2352        "httpStatusCode":404,
2353        "senderFault":true
2354      },
2355      "exception":true
2356    },
2357    "ResourcePolicy":{
2358      "type":"structure",
2359      "required":[
2360        "policyDocument",
2361        "policyId",
2362        "ramResourceShareRegion"
2363      ],
2364      "members":{
2365        "policyDocument":{
2366          "shape":"Policy",
2367          "documentation":"<p>The JSON blob that describes the policy.</p>"
2368        },
2369        "policyId":{
2370          "shape":"PolicyId",
2371          "documentation":"<p>The ID of the resource policy.</p>"
2372        },
2373        "ramResourceShareRegion":{
2374          "shape":"String",
2375          "documentation":"<p>The Amazon Web Services Region that policy allows resources to be used in.</p>"
2376        }
2377      },
2378      "documentation":"<p>The resource policy that allows Incident Manager to perform actions on resources on your behalf.</p>"
2379    },
2380    "ResourcePolicyList":{
2381      "type":"list",
2382      "member":{"shape":"ResourcePolicy"},
2383      "max":100,
2384      "min":0
2385    },
2386    "ResourceType":{
2387      "type":"string",
2388      "enum":[
2389        "RESPONSE_PLAN",
2390        "INCIDENT_RECORD",
2391        "TIMELINE_EVENT",
2392        "REPLICATION_SET",
2393        "RESOURCE_POLICY"
2394      ]
2395    },
2396    "ResponsePlanDisplayName":{
2397      "type":"string",
2398      "max":200,
2399      "min":0
2400    },
2401    "ResponsePlanName":{
2402      "type":"string",
2403      "max":200,
2404      "min":1,
2405      "pattern":"^[a-zA-Z0-9-_]*$"
2406    },
2407    "ResponsePlanSummary":{
2408      "type":"structure",
2409      "required":[
2410        "arn",
2411        "name"
2412      ],
2413      "members":{
2414        "arn":{
2415          "shape":"Arn",
2416          "documentation":"<p>The Amazon Resource Name (ARN) of the response plan.</p>"
2417        },
2418        "displayName":{
2419          "shape":"ResponsePlanDisplayName",
2420          "documentation":"<p>The human readable name of the response plan. This can include spaces.</p>"
2421        },
2422        "name":{
2423          "shape":"ResponsePlanName",
2424          "documentation":"<p>The name of the response plan. This can't include spaces.</p>"
2425        }
2426      },
2427      "documentation":"<p>Details of the response plan that are used when creating an incident.</p>"
2428    },
2429    "ResponsePlanSummaryList":{
2430      "type":"list",
2431      "member":{"shape":"ResponsePlanSummary"},
2432      "max":100,
2433      "min":0
2434    },
2435    "RoleArn":{
2436      "type":"string",
2437      "max":1000,
2438      "min":0,
2439      "pattern":"^arn:aws(-cn|-us-gov)?:iam::([0-9]{12})?:role/.+$"
2440    },
2441    "ServiceCode":{
2442      "type":"string",
2443      "enum":["ssm-incidents"]
2444    },
2445    "ServicePrincipal":{
2446      "type":"string",
2447      "max":1000,
2448      "min":0
2449    },
2450    "ServiceQuotaExceededException":{
2451      "type":"structure",
2452      "required":[
2453        "message",
2454        "quotaCode",
2455        "serviceCode"
2456      ],
2457      "members":{
2458        "message":{"shape":"ExceptionMessage"},
2459        "quotaCode":{
2460          "shape":"String",
2461          "documentation":"<p>Originating quota code</p>"
2462        },
2463        "resourceIdentifier":{
2464          "shape":"String",
2465          "documentation":"<p>The identifier for the requested resource</p>"
2466        },
2467        "resourceType":{
2468          "shape":"ResourceType",
2469          "documentation":"<p>The resource type</p>"
2470        },
2471        "serviceCode":{
2472          "shape":"ServiceCode",
2473          "documentation":"<p>Originating service code</p>"
2474        }
2475      },
2476      "documentation":"<p>Request would cause a service quota to be exceeded.</p>",
2477      "error":{
2478        "httpStatusCode":402,
2479        "senderFault":true
2480      },
2481      "exception":true
2482    },
2483    "SnsArn":{
2484      "type":"string",
2485      "max":1000,
2486      "min":0
2487    },
2488    "SortOrder":{
2489      "type":"string",
2490      "enum":[
2491        "ASCENDING",
2492        "DESCENDING"
2493      ]
2494    },
2495    "SseKmsKey":{
2496      "type":"string",
2497      "max":2048,
2498      "min":0
2499    },
2500    "SsmAutomation":{
2501      "type":"structure",
2502      "required":[
2503        "documentName",
2504        "roleArn"
2505      ],
2506      "members":{
2507        "documentName":{
2508          "shape":"SsmAutomationDocumentNameString",
2509          "documentation":"<p>The automation document's name.</p>"
2510        },
2511        "documentVersion":{
2512          "shape":"SsmAutomationDocumentVersionString",
2513          "documentation":"<p>The automation document's version to use when running.</p>"
2514        },
2515        "dynamicParameters":{
2516          "shape":"DynamicSsmParameters",
2517          "documentation":"<p>The key-value pair to resolve dynamic parameter values when processing a Systems Manager Automation runbook.</p>"
2518        },
2519        "parameters":{
2520          "shape":"SsmParameters",
2521          "documentation":"<p>The key-value pair parameters to use when running the automation document.</p>"
2522        },
2523        "roleArn":{
2524          "shape":"RoleArn",
2525          "documentation":"<p>The Amazon Resource Name (ARN) of the role that the automation document will assume when running commands.</p>"
2526        },
2527        "targetAccount":{
2528          "shape":"SsmTargetAccount",
2529          "documentation":"<p>The account that the automation document will be run in. This can be in either the management account or an application account.</p>"
2530        }
2531      },
2532      "documentation":"<p>Details about the Systems Manager automation document that will be used as a runbook during an incident.</p>"
2533    },
2534    "SsmAutomationDocumentNameString":{
2535      "type":"string",
2536      "pattern":"^[a-zA-Z0-9_\\-.:/]{3,128}$"
2537    },
2538    "SsmAutomationDocumentVersionString":{
2539      "type":"string",
2540      "max":128,
2541      "min":0
2542    },
2543    "SsmContactsArn":{
2544      "type":"string",
2545      "max":2048,
2546      "min":0,
2547      "pattern":"^arn:aws(-cn|-us-gov)?:ssm-contacts:[a-z0-9-]*:([0-9]{12}):contact/[a-z0-9_-]+$"
2548    },
2549    "SsmParameterValues":{
2550      "type":"list",
2551      "member":{"shape":"SsmParameterValuesMemberString"},
2552      "max":100,
2553      "min":0
2554    },
2555    "SsmParameterValuesMemberString":{
2556      "type":"string",
2557      "max":512,
2558      "min":0
2559    },
2560    "SsmParameters":{
2561      "type":"map",
2562      "key":{"shape":"SsmParametersKeyString"},
2563      "value":{"shape":"SsmParameterValues"},
2564      "max":200,
2565      "min":1
2566    },
2567    "SsmParametersKeyString":{
2568      "type":"string",
2569      "max":50,
2570      "min":1
2571    },
2572    "SsmTargetAccount":{
2573      "type":"string",
2574      "enum":[
2575        "RESPONSE_PLAN_OWNER_ACCOUNT",
2576        "IMPACTED_ACCOUNT"
2577      ]
2578    },
2579    "StartIncidentInput":{
2580      "type":"structure",
2581      "required":["responsePlanArn"],
2582      "members":{
2583        "clientToken":{
2584          "shape":"ClientToken",
2585          "documentation":"<p>A token ensuring that the operation is called only once with the specified details.</p>",
2586          "idempotencyToken":true
2587        },
2588        "impact":{
2589          "shape":"Impact",
2590          "documentation":"<p>Defines the impact to the customers. Providing an impact overwrites the impact provided by a response plan.</p> <p class=\"title\"> <b>Supported impact codes</b> </p> <ul> <li> <p> <code>1</code> - Critical</p> </li> <li> <p> <code>2</code> - High</p> </li> <li> <p> <code>3</code> - Medium</p> </li> <li> <p> <code>4</code> - Low</p> </li> <li> <p> <code>5</code> - No Impact</p> </li> </ul>"
2591        },
2592        "relatedItems":{
2593          "shape":"RelatedItemList",
2594          "documentation":"<p>Add related items to the incident for other responders to use. Related items are Amazon Web Services resources, external links, or files uploaded to an Amazon S3 bucket. </p>"
2595        },
2596        "responsePlanArn":{
2597          "shape":"Arn",
2598          "documentation":"<p>The Amazon Resource Name (ARN) of the response plan that pre-defines summary, chat channels, Amazon SNS topics, runbooks, title, and impact of the incident. </p>"
2599        },
2600        "title":{
2601          "shape":"IncidentTitle",
2602          "documentation":"<p>Provide a title for the incident. Providing a title overwrites the title provided by the response plan. </p>"
2603        },
2604        "triggerDetails":{
2605          "shape":"TriggerDetails",
2606          "documentation":"<p>Details of what created the incident record in Incident Manager.</p>"
2607        }
2608      }
2609    },
2610    "StartIncidentOutput":{
2611      "type":"structure",
2612      "required":["incidentRecordArn"],
2613      "members":{
2614        "incidentRecordArn":{
2615          "shape":"Arn",
2616          "documentation":"<p>The ARN of the newly created incident record.</p>"
2617        }
2618      }
2619    },
2620    "String":{"type":"string"},
2621    "StringList":{
2622      "type":"list",
2623      "member":{"shape":"StringListMemberString"},
2624      "max":100,
2625      "min":0
2626    },
2627    "StringListMemberString":{
2628      "type":"string",
2629      "max":1000,
2630      "min":0
2631    },
2632    "TagKey":{
2633      "type":"string",
2634      "max":128,
2635      "min":1,
2636      "pattern":"^(?!aws:)[A-Za-z0-9 _=@:.+-/]+$"
2637    },
2638    "TagKeyList":{
2639      "type":"list",
2640      "member":{"shape":"TagKey"},
2641      "max":50,
2642      "min":1
2643    },
2644    "TagMap":{
2645      "type":"map",
2646      "key":{"shape":"TagKey"},
2647      "value":{"shape":"TagValue"},
2648      "max":50,
2649      "min":1
2650    },
2651    "TagMapUpdate":{
2652      "type":"map",
2653      "key":{"shape":"TagKey"},
2654      "value":{"shape":"TagValue"},
2655      "max":50,
2656      "min":0
2657    },
2658    "TagResourceRequest":{
2659      "type":"structure",
2660      "required":[
2661        "resourceArn",
2662        "tags"
2663      ],
2664      "members":{
2665        "resourceArn":{
2666          "shape":"String",
2667          "documentation":"<p>The Amazon Resource Name (ARN) of the response plan you're adding the tags to.</p>",
2668          "location":"uri",
2669          "locationName":"resourceArn"
2670        },
2671        "tags":{
2672          "shape":"TagMap",
2673          "documentation":"<p>A list of tags to add to the response plan.</p>"
2674        }
2675      }
2676    },
2677    "TagResourceResponse":{
2678      "type":"structure",
2679      "members":{
2680      }
2681    },
2682    "TagValue":{
2683      "type":"string",
2684      "max":256,
2685      "min":0,
2686      "pattern":"^[A-Za-z0-9 _=@:.+-/]*$"
2687    },
2688    "ThrottlingException":{
2689      "type":"structure",
2690      "required":[
2691        "message",
2692        "quotaCode",
2693        "serviceCode"
2694      ],
2695      "members":{
2696        "message":{"shape":"ExceptionMessage"},
2697        "quotaCode":{
2698          "shape":"String",
2699          "documentation":"<p>Originating quota code</p>"
2700        },
2701        "serviceCode":{
2702          "shape":"ServiceCode",
2703          "documentation":"<p>Originating service code</p>"
2704        }
2705      },
2706      "documentation":"<p>The request was denied due to request throttling.</p>",
2707      "error":{
2708        "httpStatusCode":429,
2709        "senderFault":true
2710      },
2711      "exception":true
2712    },
2713    "TimelineEvent":{
2714      "type":"structure",
2715      "required":[
2716        "eventData",
2717        "eventId",
2718        "eventTime",
2719        "eventType",
2720        "eventUpdatedTime",
2721        "incidentRecordArn"
2722      ],
2723      "members":{
2724        "eventData":{
2725          "shape":"EventData",
2726          "documentation":"<p>A short description of the event.</p>"
2727        },
2728        "eventId":{
2729          "shape":"UUID",
2730          "documentation":"<p>The ID of the timeline event.</p>"
2731        },
2732        "eventReferences":{
2733          "shape":"EventReferenceList",
2734          "documentation":"<p>A list of references in a <code>TimelineEvent</code>.</p>"
2735        },
2736        "eventTime":{
2737          "shape":"Timestamp",
2738          "documentation":"<p>The timestamp for when the event occurred.</p>"
2739        },
2740        "eventType":{
2741          "shape":"TimelineEventType",
2742          "documentation":"<p>The type of event that occurred. Currently Incident Manager supports only the <code>Custom Event</code> and <code>Note</code> types.</p>"
2743        },
2744        "eventUpdatedTime":{
2745          "shape":"Timestamp",
2746          "documentation":"<p>The timestamp for when the timeline event was last updated.</p>"
2747        },
2748        "incidentRecordArn":{
2749          "shape":"Arn",
2750          "documentation":"<p>The Amazon Resource Name (ARN) of the incident that the event occurred during.</p>"
2751        }
2752      },
2753      "documentation":"<p>A significant event that happened during the incident. </p>"
2754    },
2755    "TimelineEventSort":{
2756      "type":"string",
2757      "enum":["EVENT_TIME"]
2758    },
2759    "TimelineEventType":{
2760      "type":"string",
2761      "max":100,
2762      "min":0
2763    },
2764    "Timestamp":{"type":"timestamp"},
2765    "TriggerDetails":{
2766      "type":"structure",
2767      "required":[
2768        "source",
2769        "timestamp"
2770      ],
2771      "members":{
2772        "rawData":{
2773          "shape":"RawData",
2774          "documentation":"<p>Raw data passed from either Amazon EventBridge, Amazon CloudWatch, or Incident Manager when an incident is created.</p>"
2775        },
2776        "source":{
2777          "shape":"IncidentSource",
2778          "documentation":"<p>Identifies the service that sourced the event. All events sourced from within Amazon Web Services begin with \"<code>aws.</code>\" Customer-generated events can have any value here, as long as it doesn't begin with \"<code>aws.</code>\" We recommend the use of Java package-name style reverse domain-name strings. </p>"
2779        },
2780        "timestamp":{
2781          "shape":"Timestamp",
2782          "documentation":"<p>The timestamp for when the incident was detected.</p>"
2783        },
2784        "triggerArn":{
2785          "shape":"Arn",
2786          "documentation":"<p>The Amazon Resource Name (ARN) of the source that detected the incident.</p>"
2787        }
2788      },
2789      "documentation":"<p>Details about what caused the incident to be created in Incident Manager.</p>"
2790    },
2791    "UUID":{
2792      "type":"string",
2793      "max":50,
2794      "min":0
2795    },
2796    "UntagResourceRequest":{
2797      "type":"structure",
2798      "required":[
2799        "resourceArn",
2800        "tagKeys"
2801      ],
2802      "members":{
2803        "resourceArn":{
2804          "shape":"String",
2805          "documentation":"<p>The Amazon Resource Name (ARN) of the response plan you're removing a tag from.</p>",
2806          "location":"uri",
2807          "locationName":"resourceArn"
2808        },
2809        "tagKeys":{
2810          "shape":"TagKeyList",
2811          "documentation":"<p>The name of the tag to remove from the response plan.</p>",
2812          "location":"querystring",
2813          "locationName":"tagKeys"
2814        }
2815      }
2816    },
2817    "UntagResourceResponse":{
2818      "type":"structure",
2819      "members":{
2820      }
2821    },
2822    "UpdateDeletionProtectionInput":{
2823      "type":"structure",
2824      "required":[
2825        "arn",
2826        "deletionProtected"
2827      ],
2828      "members":{
2829        "arn":{
2830          "shape":"Arn",
2831          "documentation":"<p>The Amazon Resource Name (ARN) of the replication set to update.</p>"
2832        },
2833        "clientToken":{
2834          "shape":"ClientToken",
2835          "documentation":"<p>A token that ensures that the operation is called only once with the specified details.</p>",
2836          "idempotencyToken":true
2837        },
2838        "deletionProtected":{
2839          "shape":"Boolean",
2840          "documentation":"<p>Specifies if deletion protection is turned on or off in your account. </p>"
2841        }
2842      }
2843    },
2844    "UpdateDeletionProtectionOutput":{
2845      "type":"structure",
2846      "members":{
2847      }
2848    },
2849    "UpdateIncidentRecordInput":{
2850      "type":"structure",
2851      "required":["arn"],
2852      "members":{
2853        "arn":{
2854          "shape":"Arn",
2855          "documentation":"<p>The Amazon Resource Name (ARN) of the incident record you are updating.</p>"
2856        },
2857        "chatChannel":{
2858          "shape":"ChatChannel",
2859          "documentation":"<p>The Chatbot chat channel where responders can collaborate.</p>"
2860        },
2861        "clientToken":{
2862          "shape":"ClientToken",
2863          "documentation":"<p>A token that ensures that a client calls the operation only once with the specified details.</p>",
2864          "idempotencyToken":true
2865        },
2866        "impact":{
2867          "shape":"Impact",
2868          "documentation":"<p>Defines the impact of the incident to customers and applications. If you provide an impact for an incident, it overwrites the impact provided by the response plan.</p> <p class=\"title\"> <b>Supported impact codes</b> </p> <ul> <li> <p> <code>1</code> - Critical</p> </li> <li> <p> <code>2</code> - High</p> </li> <li> <p> <code>3</code> - Medium</p> </li> <li> <p> <code>4</code> - Low</p> </li> <li> <p> <code>5</code> - No Impact</p> </li> </ul>"
2869        },
2870        "notificationTargets":{
2871          "shape":"NotificationTargetSet",
2872          "documentation":"<p>The Amazon SNS targets that Incident Manager notifies when a client updates an incident.</p> <p>Using multiple SNS topics creates redundancy in the event that a Region is down during the incident.</p>"
2873        },
2874        "status":{
2875          "shape":"IncidentRecordStatus",
2876          "documentation":"<p>The status of the incident. Possible statuses are <code>Open</code> or <code>Resolved</code>.</p>"
2877        },
2878        "summary":{
2879          "shape":"IncidentSummary",
2880          "documentation":"<p>A longer description of what occurred during the incident.</p>"
2881        },
2882        "title":{
2883          "shape":"IncidentTitle",
2884          "documentation":"<p>A brief description of the incident.</p>"
2885        }
2886      }
2887    },
2888    "UpdateIncidentRecordOutput":{
2889      "type":"structure",
2890      "members":{
2891      }
2892    },
2893    "UpdateRelatedItemsInput":{
2894      "type":"structure",
2895      "required":[
2896        "incidentRecordArn",
2897        "relatedItemsUpdate"
2898      ],
2899      "members":{
2900        "clientToken":{
2901          "shape":"ClientToken",
2902          "documentation":"<p>A token that ensures that a client calls the operation only once with the specified details.</p>",
2903          "idempotencyToken":true
2904        },
2905        "incidentRecordArn":{
2906          "shape":"Arn",
2907          "documentation":"<p>The Amazon Resource Name (ARN) of the incident record that contains the related items that you update.</p>"
2908        },
2909        "relatedItemsUpdate":{
2910          "shape":"RelatedItemsUpdate",
2911          "documentation":"<p>Details about the item that you are add to, or delete from, an incident.</p>"
2912        }
2913      }
2914    },
2915    "UpdateRelatedItemsOutput":{
2916      "type":"structure",
2917      "members":{
2918      }
2919    },
2920    "UpdateReplicationSetAction":{
2921      "type":"structure",
2922      "members":{
2923        "addRegionAction":{
2924          "shape":"AddRegionAction",
2925          "documentation":"<p>Details about the Amazon Web Services Region that you're adding to the replication set.</p>"
2926        },
2927        "deleteRegionAction":{
2928          "shape":"DeleteRegionAction",
2929          "documentation":"<p>Details about the Amazon Web Services Region that you're deleting to the replication set.</p>"
2930        }
2931      },
2932      "documentation":"<p>Details used when updating the replication set.</p>",
2933      "union":true
2934    },
2935    "UpdateReplicationSetInput":{
2936      "type":"structure",
2937      "required":[
2938        "actions",
2939        "arn"
2940      ],
2941      "members":{
2942        "actions":{
2943          "shape":"UpdateReplicationSetInputActionsList",
2944          "documentation":"<p>An action to add or delete a Region.</p>"
2945        },
2946        "arn":{
2947          "shape":"Arn",
2948          "documentation":"<p>The Amazon Resource Name (ARN) of the replication set you're updating.</p>"
2949        },
2950        "clientToken":{
2951          "shape":"ClientToken",
2952          "documentation":"<p>A token that ensures that the operation is called only once with the specified details.</p>",
2953          "idempotencyToken":true
2954        }
2955      }
2956    },
2957    "UpdateReplicationSetInputActionsList":{
2958      "type":"list",
2959      "member":{"shape":"UpdateReplicationSetAction"},
2960      "max":1,
2961      "min":1
2962    },
2963    "UpdateReplicationSetOutput":{
2964      "type":"structure",
2965      "members":{
2966      }
2967    },
2968    "UpdateResponsePlanInput":{
2969      "type":"structure",
2970      "required":["arn"],
2971      "members":{
2972        "actions":{
2973          "shape":"ActionsList",
2974          "documentation":"<p>The actions that this response plan takes at the beginning of an incident.</p>"
2975        },
2976        "arn":{
2977          "shape":"Arn",
2978          "documentation":"<p>The Amazon Resource Name (ARN) of the response plan.</p>"
2979        },
2980        "chatChannel":{
2981          "shape":"ChatChannel",
2982          "documentation":"<p>The Chatbot chat channel used for collaboration during an incident.</p> <p>Use the empty structure to remove the chat channel from the response plan.</p>"
2983        },
2984        "clientToken":{
2985          "shape":"ClientToken",
2986          "documentation":"<p>A token ensuring that the operation is called only once with the specified details.</p>",
2987          "idempotencyToken":true
2988        },
2989        "displayName":{
2990          "shape":"ResponsePlanDisplayName",
2991          "documentation":"<p>The long format name of the response plan. The display name can't contain spaces.</p>"
2992        },
2993        "engagements":{
2994          "shape":"EngagementSet",
2995          "documentation":"<p>The Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an incident.</p>"
2996        },
2997        "incidentTemplateDedupeString":{
2998          "shape":"DedupeString",
2999          "documentation":"<p>The string Incident Manager uses to prevent duplicate incidents from being created by the same incident in the same account.</p>"
3000        },
3001        "incidentTemplateImpact":{
3002          "shape":"Impact",
3003          "documentation":"<p>Defines the impact to the customers. Providing an impact overwrites the impact provided by a response plan.</p> <p class=\"title\"> <b>Supported impact codes</b> </p> <ul> <li> <p> <code>1</code> - Critical</p> </li> <li> <p> <code>2</code> - High</p> </li> <li> <p> <code>3</code> - Medium</p> </li> <li> <p> <code>4</code> - Low</p> </li> <li> <p> <code>5</code> - No Impact</p> </li> </ul>"
3004        },
3005        "incidentTemplateNotificationTargets":{
3006          "shape":"NotificationTargetSet",
3007          "documentation":"<p>The Amazon SNS targets that are notified when updates are made to an incident.</p>"
3008        },
3009        "incidentTemplateSummary":{
3010          "shape":"IncidentSummary",
3011          "documentation":"<p>A brief summary of the incident. This typically contains what has happened, what's currently happening, and next steps.</p>"
3012        },
3013        "incidentTemplateTags":{
3014          "shape":"TagMapUpdate",
3015          "documentation":"<p>Tags to assign to the template. When the <code>StartIncident</code> API action is called, Incident Manager assigns the tags specified in the template to the incident. To call this action, you must also have permission to call the <code>TagResource</code> API action for the incident record resource.</p>"
3016        },
3017        "incidentTemplateTitle":{
3018          "shape":"IncidentTitle",
3019          "documentation":"<p>The short format name of the incident. The title can't contain spaces.</p>"
3020        },
3021        "integrations":{
3022          "shape":"Integrations",
3023          "documentation":"<p>Information about third-party services integrated into the response plan.</p>"
3024        }
3025      }
3026    },
3027    "UpdateResponsePlanOutput":{
3028      "type":"structure",
3029      "members":{
3030      }
3031    },
3032    "UpdateTimelineEventInput":{
3033      "type":"structure",
3034      "required":[
3035        "eventId",
3036        "incidentRecordArn"
3037      ],
3038      "members":{
3039        "clientToken":{
3040          "shape":"ClientToken",
3041          "documentation":"<p>A token that ensures that a client calls the operation only once with the specified details.</p>",
3042          "idempotencyToken":true
3043        },
3044        "eventData":{
3045          "shape":"EventData",
3046          "documentation":"<p>A short description of the event.</p>"
3047        },
3048        "eventId":{
3049          "shape":"UUID",
3050          "documentation":"<p>The ID of the event to update. You can use <code>ListTimelineEvents</code> to find an event's ID.</p>"
3051        },
3052        "eventReferences":{
3053          "shape":"EventReferenceList",
3054          "documentation":"<p>Updates all existing references in a <code>TimelineEvent</code>. A reference is an Amazon Web Services resource involved or associated with the incident. To specify a reference, enter its Amazon Resource Name (ARN). You can also specify a related item associated with that resource. For example, to specify an Amazon DynamoDB (DynamoDB) table as a resource, use its ARN. You can also specify an Amazon CloudWatch metric associated with the DynamoDB table as a related item.</p> <important> <p>This update action overrides all existing references. If you want to keep existing references, you must specify them in the call. If you don't, this action removes any existing references and enters only new references.</p> </important>"
3055        },
3056        "eventTime":{
3057          "shape":"Timestamp",
3058          "documentation":"<p>The timestamp for when the event occurred.</p>"
3059        },
3060        "eventType":{
3061          "shape":"TimelineEventType",
3062          "documentation":"<p>The type of event. You can update events of type <code>Custom Event</code> and <code>Note</code>.</p>"
3063        },
3064        "incidentRecordArn":{
3065          "shape":"Arn",
3066          "documentation":"<p>The Amazon Resource Name (ARN) of the incident that includes the timeline event.</p>"
3067        }
3068      }
3069    },
3070    "UpdateTimelineEventOutput":{
3071      "type":"structure",
3072      "members":{
3073      }
3074    },
3075    "Url":{
3076      "type":"string",
3077      "max":1000,
3078      "min":0
3079    },
3080    "ValidationException":{
3081      "type":"structure",
3082      "required":["message"],
3083      "members":{
3084        "message":{"shape":"ExceptionMessage"}
3085      },
3086      "documentation":"<p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>",
3087      "error":{
3088        "httpStatusCode":400,
3089        "senderFault":true
3090      },
3091      "exception":true
3092    },
3093    "VariableType":{
3094      "type":"string",
3095      "enum":[
3096        "INCIDENT_RECORD_ARN",
3097        "INVOLVED_RESOURCES"
3098      ]
3099    }
3100  },
3101  "documentation":"<p>Systems Manager Incident Manager is an incident management console designed to help users mitigate and recover from incidents affecting their Amazon Web Services-hosted applications. An incident is any unplanned interruption or reduction in quality of services. </p> <p>Incident Manager increases incident resolution by notifying responders of impact, highlighting relevant troubleshooting data, and providing collaboration tools to get services back up and running. To achieve the primary goal of reducing the time-to-resolution of critical incidents, Incident Manager automates response plans and enables responder team escalation. </p>"
3102}
3103