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-gyr5wj9zj0fg.deno.dev/v0.2/services/ssm.ts";
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]
§
ApprovedPatches?: string[] | null
[src]
§
ApprovedPatchesComplianceLevel?: PatchComplianceLevel | null
[src]
§
ApprovedPatchesEnableNonSecurity?: boolean | null
[src]
§
BaselineId?: string | null
[src]
§
CreatedDate?: Date | number | null
[src]
§
Description?: string | null
[src]
§
GlobalFilters?: PatchFilterGroup | null
[src]
§
ModifiedDate?: Date | number | null
[src]
§
Name?: string | null
[src]
§
OperatingSystem?: OperatingSystem | null
[src]
§
RejectedPatches?: string[] | null
[src]
§
RejectedPatchesAction?: PatchAction | null
[src]
§
Sources?: PatchSource[] | null
[src]