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

DescribeEnvironmentManagedActionHistoryResult

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

A result message containing a list of completed and failed managed actions.

interface DescribeEnvironmentManagedActionHistoryResult {
ManagedActionHistoryItems: ManagedActionHistoryItem[];
NextToken?: string | null;
}

§Properties

§
ManagedActionHistoryItems: ManagedActionHistoryItem[]
[src]

A list of completed and failed managed actions.

§
NextToken?: string | null
[src]

A pagination token that you pass to "DescribeEnvironmentManagedActionHistory" to get the next page of results.