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

GetDeployablePatchSnapshotForInstanceResult

import type { GetDeployablePatchSnapshotForInstanceResult } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface GetDeployablePatchSnapshotForInstanceResult {
InstanceId?: string | null;
Product?: string | null;
SnapshotDownloadUrl?: string | null;
SnapshotId?: string | null;
}

§Properties

§
InstanceId?: string | null
[src]

The managed node ID.

§
Product?: string | null
[src]

Returns the specific operating system (for example Windows Server 2012 or Amazon Linux 2015.09) on the managed node for the specified patch snapshot.

§
SnapshotDownloadUrl?: string | null
[src]

A pre-signed Amazon Simple Storage Service (Amazon S3) URL that can be used to download the patch snapshot.

§
SnapshotId?: string | null
[src]

The user-defined snapshot ID.