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

CreateSoftwareUpdateJobResponse

import type { CreateSoftwareUpdateJobResponse } from "https://aws-api.deno.dev/v0.3/services/greengrass.ts?docs=full";
interface CreateSoftwareUpdateJobResponse {
IotJobArn?: string | null;
IotJobId?: string | null;
PlatformSoftwareVersion?: string | null;
}

§Properties

§
IotJobArn?: string | null
[src]

The IoT Job ARN corresponding to this update.

§
IotJobId?: string | null
[src]

The IoT Job Id corresponding to this update.

§
PlatformSoftwareVersion?: string | null
[src]

The software version installed on the device or devices after the update.