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

UpdateJobExecutionResponse

import type { UpdateJobExecutionResponse } from "https://aws-api.deno.dev/v0.4/services/iotjobsdataplane.ts?docs=full";
interface UpdateJobExecutionResponse {
executionState?: JobExecutionState | null;
jobDocument?: string | null;
}

§Properties

§
executionState?: JobExecutionState | null
[src]

A JobExecutionState object.

§
jobDocument?: string | null
[src]

The contents of the Job Documents.