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

GetAutomationExecutionResult

import type { GetAutomationExecutionResult } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface GetAutomationExecutionResult {
AutomationExecution?: AutomationExecution | null;
}

§Properties

§
AutomationExecution?: AutomationExecution | null
[src]

Detailed information about the current state of an automation execution.