v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1429177134.2 KB

Updates the specified response plan.

post/updateResponsePlan

Request body

arnstring required

The Amazon Resource Name (ARN) of the response plan.

clientTokenstring

A token ensuring that the operation is called only once with the specified details.

displayNamestring

The long format name of the response plan. The display name can't contain spaces.

engagementsSsmContactsArn[]

The Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an incident.

incidentTemplateDedupeStringstring

The string Incident Manager uses to prevent duplicate incidents from being created by the same incident in the same account.

incidentTemplateImpactinteger
<p>Defines the impact to the customers. Providing an impact overwrites the impact provided by a response plan.</p> <p class="title"> <b>Possible impacts:</b> </p> <ul> <li> <p> <code>5</code> - Severe impact</p> </li> <li> <p> <code>4</code> - High impact</p> </li> <li> <p> <code>3</code> - Medium impact</p> </li> <li> <p> <code>2</code> - Low impact</p> </li> <li> <p> <code>1</code> - No impact</p> </li> </ul>
incidentTemplateSummarystring

A brief summary of the incident. This typically contains what has happened, what's currently happening, and next steps.

incidentTemplateTagsobject

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.

incidentTemplateTitlestring

The short format name of the incident. The title can't contain spaces.

Response

Success

UpdateResponsePlanOutput required