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

Action

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

The action that starts at the beginning of an incident. The response plan defines the action.

interface Action {
ssmAutomation?: SsmAutomation | null;
}

§Properties

§
ssmAutomation?: SsmAutomation | null
[src]

The Systems Manager automation document to start as the runbook at the beginning of the incident.