Learn R Programming

paws.management (version 0.1.10)

ssm_list_document_metadata_history: Information about approval reviews for a version of an SSM document

Description

Information about approval reviews for a version of an SSM document.

Usage

ssm_list_document_metadata_history(Name, DocumentVersion, Metadata,
  NextToken, MaxResults)

Arguments

Name

[required] The name of the document.

DocumentVersion

The version of the document.

Metadata

[required] The type of data for which details are being requested. Currently, the only supported value is DocumentReviews.

NextToken

The token for the next set of items to return. (You received this token from a previous call.)

MaxResults

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.

Request syntax

svc$list_document_metadata_history(
  Name = "string",
  DocumentVersion = "string",
  Metadata = "DocumentReviews",
  NextToken = "string",
  MaxResults = 123
)