Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateResponsePlanInput

import type { UpdateResponsePlanInput } from "https://aws-api.deno.dev/v0.4/services/ssmincidents.ts?docs=full";
interface UpdateResponsePlanInput {
actions?: Action[] | null;
arn: string;
chatChannel?: ChatChannel | null;
clientToken?: string | null;
displayName?: string | null;
engagements?: string[] | null;
incidentTemplateDedupeString?: string | null;
incidentTemplateImpact?: number | null;
incidentTemplateNotificationTargets?: NotificationTargetItem[] | null;
incidentTemplateSummary?: string | null;
incidentTemplateTags?: {
[key: string]: string | null | undefined;
}
| null;
incidentTemplateTitle?: string | null;
integrations?: Integration[] | null;
}

§Properties

§
actions?: Action[] | null
[src]

The actions that this response plan takes at the beginning of an incident.

§
arn: string
[src]

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

§
chatChannel?: ChatChannel | null
[src]

The Chatbot chat channel used for collaboration during an incident.

Use the empty structure to remove the chat channel from the response plan.

§
clientToken?: string | null
[src]

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

§
displayName?: string | null
[src]

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

§
engagements?: string[] | null
[src]

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

§
incidentTemplateDedupeString?: string | null
[src]

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

§
incidentTemplateImpact?: number | null
[src]

Defines the impact to the customers. Providing an impact overwrites the impact provided by a response plan.

Possible impacts:

  • 5 - Severe impact
  • 4 - High impact
  • 3 - Medium impact
  • 2 - Low impact
  • 1 - No impact
§
incidentTemplateNotificationTargets?: NotificationTargetItem[] | null
[src]

The Amazon SNS targets that are notified when updates are made to an incident.

§
incidentTemplateSummary?: string | null
[src]

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

§
incidentTemplateTags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Tags to assign to the template. When the StartIncident 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 TagResource API action for the incident record resource.

§
incidentTemplateTitle?: string | null
[src]

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

§
integrations?: Integration[] | null
[src]

Information about third-party services integrated into the response plan.