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]§
ApprovedPatchesComplianceLevel?: PatchComplianceLevel | null
[src]§
GlobalFilters?: PatchFilterGroup | null
[src]§
RejectedPatchesAction?: PatchAction | null
[src]§
Sources?: PatchSource[] | null
[src]