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

ResponsePlanSummary

import type { ResponsePlanSummary } from "https://aws-api.deno.dev/v0.3/services/ssmincidents.ts?docs=full";

Details of the response plan that are used when creating an incident.

interface ResponsePlanSummary {
arn: string;
displayName?: string | null;
name: string;
}

§Properties

§
arn: string
[src]

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

§
displayName?: string | null
[src]

The human readable name of the response plan. This can include spaces.

§
name: string
[src]

The name of the response plan. This can't include spaces.