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

DescribeDocumentRequest

import type { DescribeDocumentRequest } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface DescribeDocumentRequest {
DocumentVersion?: string | null;
Name: string;
VersionName?: string | null;
}

§Properties

§
DocumentVersion?: string | null
[src]

The document version for which you want information. Can be a specific version or the default version.

§
Name: string
[src]

The name of the SSM document.

§
VersionName?: string | null
[src]

An optional field specifying the version of the artifact associated with the document. For example, "Release 12, Update 6". This value is unique across all versions of a document, and can't be changed.