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

ManagedAction

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

The record of an upcoming or in-progress managed action.

interface ManagedAction {
ActionDescription?: string | null;
ActionId?: string | null;
ActionType?: ActionType | null;
Status?: ActionStatus | null;
WindowStartTime?: Date | number | null;
}

§Properties

§
ActionDescription?: string | null
[src]

A description of the managed action.

§
ActionId?: string | null
[src]

A unique identifier for the managed action.

§
ActionType?: ActionType | null
[src]

The type of managed action.

§
Status?: ActionStatus | null
[src]

The status of the managed action. If the action is Scheduled, you can apply it immediately with "ApplyEnvironmentManagedAction".

§
WindowStartTime?: Date | number | null
[src]

The start time of the maintenance window in which the managed action will execute.