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

DescribeAutomationExecutionsResult

import type { DescribeAutomationExecutionsResult } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface DescribeAutomationExecutionsResult {
AutomationExecutionMetadataList?: AutomationExecutionMetadata[] | null;
NextToken?: string | null;
}

§Properties

§
AutomationExecutionMetadataList?: AutomationExecutionMetadata[] | null
[src]

The list of details about each automation execution which has occurred which matches the filter specification, if any.

§
NextToken?: string | null
[src]

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.