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;
}