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

SuspendedProcess

import type { SuspendedProcess } from "https://aws-api.deno.dev/v0.4/services/autoscaling.ts?docs=full";

Describes an auto scaling process that has been suspended.

For more information, see Scaling processes in the Amazon EC2 Auto Scaling User Guide.

interface SuspendedProcess {
ProcessName?: string | null;
SuspensionReason?: string | null;
}

§Properties

§
ProcessName?: string | null
[src]

The name of the suspended process.

§
SuspensionReason?: string | null
[src]

The reason that the process was suspended.