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

CertificateAuthorityUsageMode

import type { CertificateAuthorityUsageMode } from "https://aws-api.deno.dev/v0.4/services/acmpca.ts?docs=full";
type CertificateAuthorityUsageMode = "GENERAL_PURPOSE" | "SHORT_LIVED_CERTIFICATE" | cmnP.UnexpectedEnumValue;

§Type

§
"GENERAL_PURPOSE" | "SHORT_LIVED_CERTIFICATE" | cmnP.UnexpectedEnumValue
[src]