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

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

§Properties

§
FailedCount?: number | null
[src]
§
Id: string
[src]
§
InstalledCount?: number | null
[src]
§
InstalledOtherCount?: number | null
[src]
§
InstalledPendingReboot?: number | null
[src]
§
InstalledRejectedCount?: number | null
[src]
§
MissingCount?: number | null
[src]
§
Operation?: string | null
[src]
§
OperationEndTime?: string | null
[src]
§
OperationStartTime?: string | null
[src]
§
RebootOption?: string | null
[src]