Patch
import type { Patch } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssm.ts";interface Patch {
AdvisoryIds?: string[] | null;
Arch?: string | null;
BugzillaIds?: string[] | null;
Classification?: string | null;
ContentUrl?: string | null;
CVEIds?: string[] | null;
Description?: string | null;
Epoch?: number | null;
Id?: string | null;
KbNumber?: string | null;
Language?: string | null;
MsrcNumber?: string | null;
MsrcSeverity?: string | null;
Name?: string | null;
Product?: string | null;
ProductFamily?: string | null;
Release?: string | null;
ReleaseDate?: Date | number | null;
Repository?: string | null;
Severity?: string | null;
Title?: string | null;
Vendor?: string | null;
Version?: string | null;
}