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

DeregisterPatchBaselineForPatchGroupResult

import type { DeregisterPatchBaselineForPatchGroupResult } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface DeregisterPatchBaselineForPatchGroupResult {
BaselineId?: string | null;
PatchGroup?: string | null;
}

§Properties

§
BaselineId?: string | null
[src]

The ID of the patch baseline the patch group was deregistered from.

§
PatchGroup?: string | null
[src]

The name of the patch group deregistered from the patch baseline.