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

DeregisterPatchBaselineForPatchGroupRequest

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

§Properties

§
BaselineId: string
[src]

The ID of the patch baseline to deregister the patch group from.

§
PatchGroup: string
[src]

The name of the patch group that should be deregistered from the patch baseline.