- Navigation Guide
@aws-sdk/client-ssm
ListDocumentVersionsCommandOutput Interface
The output of ListDocumentVersionsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
DocumentVersions | DocumentVersionInfo[] | undefined | The document versions. |
NextToken | string | undefined | The token to use when requesting the next set of items. If there are no additional items to return, the string is empty. |
Full Signature
export interface ListDocumentVersionsCommandOutput extends ListDocumentVersionsResult, MetadataBearer