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.deno.dev/v0.4/services/securityhub.ts?docs=full";

Provides an overview of the patch compliance status for an instance against a selected compliance standard.

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]

The number of patches from the compliance standard that failed to install.

§
Id: string
[src]

The identifier of the compliance standard that was used to determine the patch compliance status.

§
InstalledCount?: number | null
[src]

The number of patches from the compliance standard that were installed successfully.

§
InstalledOtherCount?: number | null
[src]

The number of installed patches that are not part of the compliance standard.

§
InstalledPendingReboot?: number | null
[src]

The number of patches that were applied, but that require the instance to be rebooted in order to be marked as installed.

§
InstalledRejectedCount?: number | null
[src]

The number of patches that are installed but are also on a list of patches that the customer rejected.

§
MissingCount?: number | null
[src]

The number of patches that are part of the compliance standard but are not installed. The count includes patches that failed to install.

§
Operation?: string | null
[src]

The type of patch operation performed. For Patch Manager, the values are SCAN and INSTALL.

§
OperationEndTime?: string | null
[src]

Indicates when the operation completed.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

§
OperationStartTime?: string | null
[src]

Indicates when the operation started.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

§
RebootOption?: string | null
[src]

The reboot option specified for the instance.