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

GetResponsePlanOutput

import type { GetResponsePlanOutput } from "https://aws-api.deno.dev/v0.4/services/ssmincidents.ts?docs=full";
interface GetResponsePlanOutput {
actions?: Action[] | null;
arn: string;
chatChannel?: ChatChannel | null;
displayName?: string | null;
engagements?: string[] | null;
incidentTemplate: IncidentTemplate;
integrations?: Integration[] | null;
name: string;
}

§Properties

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

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

§
arn: string
[src]

The ARN of the response plan.

§
chatChannel?: ChatChannel | null
[src]

The Chatbot chat channel used for collaboration during an incident.

§
displayName?: string | null
[src]

The long format name of the response plan. Can 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.

§
incidentTemplate: IncidentTemplate
[src]

Details used to create the incident when using this response plan.

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

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

§
name: string
[src]

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