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

InstancePatchState

import type { InstancePatchState } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssm.ts";
interface InstancePatchState {
BaselineId: string;
CriticalNonCompliantCount?: number | null;
FailedCount?: number | null;
InstalledCount?: number | null;
InstalledOtherCount?: number | null;
InstalledPendingRebootCount?: number | null;
InstalledRejectedCount?: number | null;
InstallOverrideList?: string | null;
InstanceId: string;
LastNoRebootInstallOperationTime?: Date | number | null;
MissingCount?: number | null;
NotApplicableCount?: number | null;
Operation: PatchOperationType;
OperationEndTime: Date | number;
OperationStartTime: Date | number;
OtherNonCompliantCount?: number | null;
OwnerInformation?: string | null;
PatchGroup: string;
RebootOption?: RebootOption | null;
SecurityNonCompliantCount?: number | null;
SnapshotId?: string | null;
UnreportedNotApplicableCount?: number | null;
}

§Properties

§
BaselineId: string
[src]
§
CriticalNonCompliantCount?: number | null
[src]
§
FailedCount?: number | null
[src]
§
InstalledCount?: number | null
[src]
§
InstalledOtherCount?: number | null
[src]
§
InstalledPendingRebootCount?: number | null
[src]
§
InstalledRejectedCount?: number | null
[src]
§
InstallOverrideList?: string | null
[src]
§
InstanceId: string
[src]
§
LastNoRebootInstallOperationTime?: Date | number | null
[src]
§
MissingCount?: number | null
[src]
§
NotApplicableCount?: number | null
[src]
§
OperationEndTime: Date | number
[src]
§
OperationStartTime: Date | number
[src]
§
OtherNonCompliantCount?: number | null
[src]
§
OwnerInformation?: string | null
[src]
§
PatchGroup: string
[src]
§
RebootOption?: RebootOption | null
[src]
§
SecurityNonCompliantCount?: number | null
[src]
§
SnapshotId?: string | null
[src]
§
UnreportedNotApplicableCount?: number | null
[src]