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

ListBootstrapActionsOutput

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

This output contains the bootstrap actions detail.

interface ListBootstrapActionsOutput {
BootstrapActions?: Command[] | null;
Marker?: string | null;
}

§Properties

§
BootstrapActions?: Command[] | null
[src]

The bootstrap actions associated with the cluster.

§
Marker?: string | null
[src]

The pagination token that indicates the next set of results to retrieve.