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

GetSoftwareUpdatesResult

import type { GetSoftwareUpdatesResult } from "https://aws-api.deno.dev/v0.3/services/snowball.ts?docs=full";
interface GetSoftwareUpdatesResult {
UpdatesURI?: string | null;
}

§Properties

§
UpdatesURI?: string | null
[src]

The Amazon S3 presigned URL for the update file associated with the specified JobId value. The software update will be available for 2 days after this request is made. To access an update after the 2 days have passed, you'll have to make another call to GetSoftwareUpdates.