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

PatchFilterKey

import type { PatchFilterKey } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssm.ts";
type PatchFilterKey =
| "ARCH"
| "ADVISORY_ID"
| "BUGZILLA_ID"
| "PATCH_SET"
| "PRODUCT"
| "PRODUCT_FAMILY"
| "CLASSIFICATION"
| "CVE_ID"
| "EPOCH"
| "MSRC_SEVERITY"
| "NAME"
| "PATCH_ID"
| "SECTION"
| "PRIORITY"
| "REPOSITORY"
| "RELEASE"
| "SEVERITY"
| "SECURITY"
| "VERSION"

§Type

§
"ARCH" | "ADVISORY_ID" | "BUGZILLA_ID" | "PATCH_SET" | "PRODUCT" | "PRODUCT_FAMILY" | "CLASSIFICATION" | "CVE_ID" | "EPOCH" | "MSRC_SEVERITY" | "NAME" | "PATCH_ID" | "SECTION" | "PRIORITY" | "REPOSITORY" | "RELEASE" | "SEVERITY" | "SECURITY" | "VERSION" | cmnP.UnexpectedEnumValue
[src]