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

StopAutomationExecutionRequest

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

§Properties

§
AutomationExecutionId: string
[src]

The execution ID of the Automation to stop.

§
Type?: StopType | null
[src]

The stop request type. Valid types include the following: Cancel and Complete. The default type is Cancel.