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

UpdatePatchBaselineRequest

import type { UpdatePatchBaselineRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssm.ts";
interface UpdatePatchBaselineRequest {
ApprovalRules?: PatchRuleGroup | null;
ApprovedPatches?: string[] | null;
ApprovedPatchesComplianceLevel?: PatchComplianceLevel | null;
ApprovedPatchesEnableNonSecurity?: boolean | null;
BaselineId: string;
Description?: string | null;
GlobalFilters?: PatchFilterGroup | null;
Name?: string | null;
RejectedPatches?: string[] | null;
RejectedPatchesAction?: PatchAction | null;
Replace?: boolean | null;
Sources?: PatchSource[] | null;
}

§Properties

§
ApprovalRules?: PatchRuleGroup | null
[src]
§
ApprovedPatches?: string[] | null
[src]
§
ApprovedPatchesComplianceLevel?: PatchComplianceLevel | null
[src]
§
ApprovedPatchesEnableNonSecurity?: boolean | null
[src]
§
BaselineId: string
[src]
§
Description?: string | null
[src]
§
GlobalFilters?: PatchFilterGroup | null
[src]
§
Name?: string | null
[src]
§
RejectedPatches?: string[] | null
[src]
§
RejectedPatchesAction?: PatchAction | null
[src]
§
Replace?: boolean | null
[src]
§
Sources?: PatchSource[] | null
[src]