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

GetPatchBaselineRequest

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

§Properties

§
BaselineId: string
[src]

The ID of the patch baseline to retrieve.

Note: To retrieve information about an Amazon Web Services managed patch baseline, specify the full Amazon Resource Name (ARN) of the baseline. For example, for the baseline AWS-AmazonLinuxDefaultPatchBaseline, specify arn:aws:ssm:us-east-2:733109147000:patchbaseline/pb-0e392de35e7c563b7 instead of pb-0e392de35e7c563b7.