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

ApplyEnvironmentManagedActionResult

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

The result message containing information about the managed action.

interface ApplyEnvironmentManagedActionResult {
ActionDescription?: string | null;
ActionId?: string | null;
ActionType?: ActionType | null;
Status?: string | null;
}

§Properties

§
ActionDescription?: string | null
[src]

A description of the managed action.

§
ActionId?: string | null
[src]

The action ID of the managed action.

§
ActionType?: ActionType | null
[src]

The type of managed action.

§
Status?: string | null
[src]

The status of the managed action.