- Navigation Guide
@aws-sdk/client-ssm
ListDocumentMetadataHistoryCommandOutput Interface
The output of ListDocumentMetadataHistoryCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
Author | string | undefined | The user ID of the person in the organization who requested the review of the change template. |
DocumentVersion | string | undefined | The version of the change template. |
Metadata | DocumentMetadataResponseInfo | undefined | Information about the response to the change template approval request. |
Name | string | undefined | The name of the change template. |
NextToken | string | undefined | 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. |
Full Signature
export interface ListDocumentMetadataHistoryCommandOutput extends ListDocumentMetadataHistoryResponse, MetadataBearer