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

ApplyEnvironmentManagedActionRequest

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

Request to execute a scheduled managed action immediately.

interface ApplyEnvironmentManagedActionRequest {
ActionId: string;
EnvironmentId?: string | null;
EnvironmentName?: string | null;
}

§Properties

§
ActionId: string
[src]

The action ID of the scheduled managed action to execute.

§
EnvironmentId?: string | null
[src]

The environment ID of the target environment.

§
EnvironmentName?: string | null
[src]

The name of the target environment.