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

DescribeEnvironmentManagedActionsRequest

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

Request to list an environment's upcoming and in-progress managed actions.

interface DescribeEnvironmentManagedActionsRequest {
EnvironmentId?: string | null;
EnvironmentName?: string | null;
Status?: ActionStatus | null;
}

§Properties

§
EnvironmentId?: string | null
[src]

The environment ID of the target environment.

§
EnvironmentName?: string | null
[src]

The name of the target environment.

§
Status?: ActionStatus | null
[src]

To show only actions with a particular status, specify a status.