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

DocumentVersionInfo

import type { DocumentVersionInfo } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssm.ts";
interface DocumentVersionInfo {
CreatedDate?: Date | number | null;
DisplayName?: string | null;
DocumentFormat?: DocumentFormat | null;
DocumentVersion?: string | null;
IsDefaultVersion?: boolean | null;
Name?: string | null;
ReviewStatus?: ReviewStatus | null;
Status?: DocumentStatus | null;
StatusInformation?: string | null;
VersionName?: string | null;
}

§Properties

§
CreatedDate?: Date | number | null
[src]
§
DisplayName?: string | null
[src]
§
DocumentFormat?: DocumentFormat | null
[src]
§
DocumentVersion?: string | null
[src]
§
IsDefaultVersion?: boolean | null
[src]
§
Name?: string | null
[src]
§
ReviewStatus?: ReviewStatus | null
[src]
§
Status?: DocumentStatus | null
[src]
§
StatusInformation?: string | null
[src]
§
VersionName?: string | null
[src]