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

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

§Properties

§
AdvisoryIds?: string[] | null
[src]
§
Arch?: string | null
[src]
§
BugzillaIds?: string[] | null
[src]
§
Classification?: string | null
[src]
§
ContentUrl?: string | null
[src]
§
CVEIds?: string[] | null
[src]
§
Description?: string | null
[src]
§
Epoch?: number | null
[src]
§
Id?: string | null
[src]
§
KbNumber?: string | null
[src]
§
Language?: string | null
[src]
§
MsrcNumber?: string | null
[src]
§
MsrcSeverity?: string | null
[src]
§
Name?: string | null
[src]
§
Product?: string | null
[src]
§
ProductFamily?: string | null
[src]
§
Release?: string | null
[src]
§
ReleaseDate?: Date | number | null
[src]
§
Repository?: string | null
[src]
§
Severity?: string | null
[src]
§
Title?: string | null
[src]
§
Vendor?: string | null
[src]
§
Version?: string | null
[src]