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

AwsSsmPatchComplianceDetails

import type { AwsSsmPatchComplianceDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Provides information about the state of a patch on an instance based on the patch baseline that was used to patch the instance.

interface AwsSsmPatchComplianceDetails {
Patch?: AwsSsmPatch | null;
}

§Properties

§
Patch?: AwsSsmPatch | null
[src]

Information about the status of a patch.