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
§
AttachmentsInformation?: AttachmentInformation[] | null
[src]§
DocumentFormat?: DocumentFormat | null
[src]§
DocumentType?: DocumentType | null
[src]§
HashType?: DocumentHashType | null
[src]§
Parameters?: DocumentParameter[] | null
[src]§
PlatformTypes?: PlatformType[] | null
[src]§
Requires?: DocumentRequires[] | null
[src]§
ReviewInformation?: ReviewInformation[] | null
[src]§
ReviewStatus?: ReviewStatus | null
[src]§
Status?: DocumentStatus | null
[src]