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

UpdateDocumentDefaultVersionRequest

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

§Properties

§
DocumentVersion: string
[src]

The version of a custom document that you want to set as the default version.

§
Name: string
[src]

The name of a custom document that you want to set as the default version.