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

UpdatePatchBaselineResult

import type { UpdatePatchBaselineResult } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface UpdatePatchBaselineResult {
ApprovalRules?: PatchRuleGroup | null;
ApprovedPatches?: string[] | null;
ApprovedPatchesComplianceLevel?: PatchComplianceLevel | null;
ApprovedPatchesEnableNonSecurity?: boolean | null;
BaselineId?: string | null;
CreatedDate?: Date | number | null;
Description?: string | null;
GlobalFilters?: PatchFilterGroup | null;
ModifiedDate?: Date | number | null;
Name?: string | null;
OperatingSystem?: OperatingSystem | null;
RejectedPatches?: string[] | null;
RejectedPatchesAction?: PatchAction | null;
Sources?: PatchSource[] | null;
}

§Properties

§
ApprovalRules?: PatchRuleGroup | null
[src]

A set of rules used to include patches in the baseline.

§
ApprovedPatches?: string[] | null
[src]

A list of explicitly approved patches for the baseline.

§
ApprovedPatchesComplianceLevel?: PatchComplianceLevel | null
[src]

The compliance severity level assigned to the patch baseline after the update completed.

§
ApprovedPatchesEnableNonSecurity?: boolean | null
[src]

Indicates whether the list of approved patches includes non-security updates that should be applied to the managed nodes. The default value is false. Applies to Linux managed nodes only.

§
BaselineId?: string | null
[src]

The ID of the deleted patch baseline.

§
CreatedDate?: Date | number | null
[src]

The date when the patch baseline was created.

§
Description?: string | null
[src]

A description of the patch baseline.

§
GlobalFilters?: PatchFilterGroup | null
[src]

A set of global filters used to exclude patches from the baseline.

§
ModifiedDate?: Date | number | null
[src]

The date when the patch baseline was last modified.

§
Name?: string | null
[src]

The name of the patch baseline.

§
OperatingSystem?: OperatingSystem | null
[src]

The operating system rule used by the updated patch baseline.

§
RejectedPatches?: string[] | null
[src]

A list of explicitly rejected patches for the baseline.

§
RejectedPatchesAction?: PatchAction | null
[src]

The action specified to take on patches included in the RejectedPatches list. A patch can be allowed only if it is a dependency of another package, or blocked entirely along with packages that include it as a dependency.

§
Sources?: PatchSource[] | null
[src]

Information about the patches to use to update the managed nodes, including target operating systems and source repositories. Applies to Linux managed nodes only.