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

GetJobRunRequest

import type { GetJobRunRequest } from "https://aws-api.deno.dev/v0.4/services/emrserverless.ts?docs=full";
interface GetJobRunRequest {
applicationId: string;
jobRunId: string;
}

§Properties

§
applicationId: string
[src]

The ID of the application on which the job run is submitted.

§
jobRunId: string
[src]

The ID of the job run.