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

ListBootstrapActionsInput

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

This input determines which bootstrap actions to retrieve.

interface ListBootstrapActionsInput {
ClusterId: string;
Marker?: string | null;
}

§Properties

§
ClusterId: string
[src]

The cluster identifier for the bootstrap actions to list.

§
Marker?: string | null
[src]

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