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

GetBlueprintRunRequest

import type { GetBlueprintRunRequest } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface GetBlueprintRunRequest {
BlueprintName: string;
RunId: string;
}

§Properties

§
BlueprintName: string
[src]

The name of the blueprint.

§
RunId: string
[src]

The run ID for the blueprint run you want to retrieve.