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

DescribeEnvironmentManagedActionHistoryRequest

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

Request to list completed and failed managed actions.

interface DescribeEnvironmentManagedActionHistoryRequest {
EnvironmentId?: string | null;
EnvironmentName?: string | null;
MaxItems?: number | null;
NextToken?: string | null;
}

§Properties

§
EnvironmentId?: string | null
[src]

The environment ID of the target environment.

§
EnvironmentName?: string | null
[src]

The name of the target environment.

§
MaxItems?: number | null
[src]

The maximum number of items to return for a single request.

§
NextToken?: string | null
[src]

The pagination token returned by a previous request.