DocumentDefaultVersionDescription
import type { DocumentDefaultVersionDescription } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssm.ts";interface DocumentDefaultVersionDescription {
DefaultVersion?: string | null;
DefaultVersionName?: string | null;
Name?: string | null;
}