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

ListActionExecutionsOutput

import type { ListActionExecutionsOutput } from "https://aws-api.deno.dev/v0.3/services/codepipeline.ts?docs=full";
interface ListActionExecutionsOutput {
actionExecutionDetails?: ActionExecutionDetail[] | null;
nextToken?: string | null;
}

§Properties

§
actionExecutionDetails?: ActionExecutionDetail[] | null
[src]

The details for a list of recent executions, such as action execution ID.

§
nextToken?: string | null
[src]

If the amount of returned information is significantly large, an identifier is also returned and can be used in a subsequent ListActionExecutions call to return the next set of action executions in the list.