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

UpdateDocumentMetadataRequest

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

§Properties

§
DocumentReviews: DocumentReviews
[src]

The change template review details to update.

§
DocumentVersion?: string | null
[src]

The version of a change template in which to update approval metadata.

§
Name: string
[src]

The name of the change template for which a version's metadata is to be updated.