PatchSummary
import type { PatchSummary } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";interface PatchSummary {
FailedCount?: number | null;
Id: string;
InstalledCount?: number | null;
InstalledOtherCount?: number | null;
InstalledPendingReboot?: number | null;
InstalledRejectedCount?: number | null;
MissingCount?: number | null;
Operation?: string | null;
OperationEndTime?: string | null;
OperationStartTime?: string | null;
RebootOption?: string | null;
}