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

ListDocumentMetadataHistoryResponse

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

§Properties

§
Author?: string | null
[src]

The user ID of the person in the organization who requested the review of the change template.

§
DocumentVersion?: string | null
[src]

The version of the change template.

§

Information about the response to the change template approval request.

§
Name?: string | null
[src]

The name of the change template.

§
NextToken?: string | null
[src]

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.