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

DocumentDescription

import type { DocumentDescription } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssm.ts";
interface DocumentDescription {
ApprovedVersion?: string | null;
AttachmentsInformation?: AttachmentInformation[] | null;
Author?: string | null;
CreatedDate?: Date | number | null;
DefaultVersion?: string | null;
Description?: string | null;
DisplayName?: string | null;
DocumentFormat?: DocumentFormat | null;
DocumentType?: DocumentType | null;
DocumentVersion?: string | null;
Hash?: string | null;
HashType?: DocumentHashType | null;
LatestVersion?: string | null;
Name?: string | null;
Owner?: string | null;
Parameters?: DocumentParameter[] | null;
PendingReviewVersion?: string | null;
PlatformTypes?: PlatformType[] | null;
Requires?: DocumentRequires[] | null;
ReviewInformation?: ReviewInformation[] | null;
ReviewStatus?: ReviewStatus | null;
SchemaVersion?: string | null;
Sha1?: string | null;
Status?: DocumentStatus | null;
StatusInformation?: string | null;
Tags?: Tag[] | null;
TargetType?: string | null;
VersionName?: string | null;
}

§Properties

§
ApprovedVersion?: string | null
[src]
§
AttachmentsInformation?: AttachmentInformation[] | null
[src]
§
Author?: string | null
[src]
§
CreatedDate?: Date | number | null
[src]
§
DefaultVersion?: string | null
[src]
§
Description?: string | null
[src]
§
DisplayName?: string | null
[src]
§
DocumentFormat?: DocumentFormat | null
[src]
§
DocumentType?: DocumentType | null
[src]
§
DocumentVersion?: string | null
[src]
§
Hash?: string | null
[src]
§
HashType?: DocumentHashType | null
[src]
§
LatestVersion?: string | null
[src]
§
Name?: string | null
[src]
§
Owner?: string | null
[src]
§
Parameters?: DocumentParameter[] | null
[src]
§
PendingReviewVersion?: string | null
[src]
§
PlatformTypes?: PlatformType[] | null
[src]
§
Requires?: DocumentRequires[] | null
[src]
§
ReviewInformation?: ReviewInformation[] | null
[src]
§
ReviewStatus?: ReviewStatus | null
[src]
§
SchemaVersion?: string | null
[src]
§
Sha1?: string | null
[src]
§
Status?: DocumentStatus | null
[src]
§
StatusInformation?: string | null
[src]
§
Tags?: Tag[] | null
[src]
§
TargetType?: string | null
[src]
§
VersionName?: string | null
[src]