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

RegisterPatchBaselineForPatchGroupRequest

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

§Properties

§
BaselineId: string
[src]

The ID of the patch baseline to register with the patch group.

§
PatchGroup: string
[src]

The name of the patch group to be registered with the patch baseline.