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

CreatePatchBaselineRequest

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

§Properties

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