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

GetAutomationExecutionRequest

import type { GetAutomationExecutionRequest } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface GetAutomationExecutionRequest {
AutomationExecutionId: string;
}

§Properties

§
AutomationExecutionId: string
[src]

The unique identifier for an existing automation execution to examine. The execution ID is returned by StartAutomationExecution when the execution of an Automation runbook is initiated.