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

SoftwareInformation

import type { SoftwareInformation } from "https://aws-api.deno.dev/v0.4/services/snowdevicemanagement.ts?docs=full";

Information about the software on the device.

interface SoftwareInformation {
installedVersion?: string | null;
installingVersion?: string | null;
installState?: string | null;
}

§Properties

§
installedVersion?: string | null
[src]

The version of the software currently installed on the device.

§
installingVersion?: string | null
[src]

The version of the software being installed on the device.

§
installState?: string | null
[src]

The state of the software that is installed or that is being installed on the device.