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

DescribeEnvironmentManagedActionsResult

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

The result message containing a list of managed actions.

interface DescribeEnvironmentManagedActionsResult {
ManagedActions: ManagedAction[];
}

§Properties

§
ManagedActions: ManagedAction[]
[src]

A list of upcoming and in-progress managed actions.