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

ListActionTypesOutput

import type { ListActionTypesOutput } from "https://aws-api.deno.dev/v0.3/services/codepipeline.ts?docs=full";

Represents the output of a ListActionTypes action.

interface ListActionTypesOutput {
actionTypes: ActionType[];
nextToken?: string | null;
}

§Properties

§
actionTypes: ActionType[]
[src]

Provides details of the action types.

§
nextToken?: string | null
[src]

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