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

GetDeployablePatchSnapshotForInstanceRequest

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

§Properties

§
BaselineOverride?: BaselineOverride | null
[src]

Defines the basic information about a patch baseline override.

§
InstanceId: string
[src]

The ID of the managed node for which the appropriate patch snapshot should be retrieved.

§
SnapshotId: string
[src]

The snapshot ID provided by the user when running AWS-RunPatchBaseline.