http://ssm-incidents.{region}.amazonaws.com/updateResponsePlanUpdates the specified response plan.
The Amazon Resource Name (ARN) of the response plan.
The actions that this response plan takes at the beginning of an incident.
The Chatbot chat channel used for collaboration during an incident.
A token ensuring that the operation is called only once with the specified details.
The long format name of the response plan. The display name can't contain spaces.
The Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an incident.
Information about third-party services integrated into the response plan.
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.
The short format name of the incident. The title can't contain spaces.
<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>
A brief summary of the incident. This typically contains what has happened, what's currently happening, and next steps.
The string Incident Manager uses to prevent duplicate incidents from being created by the same incident in the same account.
The Amazon SNS targets that are notified when updates are made to an incident.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'http://ssm-incidents.{region}.amazonaws.com/updateResponsePlan' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}http://ssm-incidents.{region}.amazonaws.com/updateResponsePlanUpdates the specified response plan.
The Amazon Resource Name (ARN) of the response plan.
The actions that this response plan takes at the beginning of an incident.
The Chatbot chat channel used for collaboration during an incident.
A token ensuring that the operation is called only once with the specified details.
The long format name of the response plan. The display name can't contain spaces.
The Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an incident.
Information about third-party services integrated into the response plan.
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.
The short format name of the incident. The title can't contain spaces.
<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>
A brief summary of the incident. This typically contains what has happened, what's currently happening, and next steps.
The string Incident Manager uses to prevent duplicate incidents from being created by the same incident in the same account.
The Amazon SNS targets that are notified when updates are made to an incident.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'http://ssm-incidents.{region}.amazonaws.com/updateResponsePlan' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}