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.3/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;
incidentTemplateTitle?: string | 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 contacts and escalation plans that Incident Manager engages at the start of the 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.

§
incidentTemplateTitle?: string | null
[src]

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