Smaws_Client_SSM.ListDocumentVersions
List all versions for a document.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InternalServerError of Types.internal_server_error
| `InvalidDocument of Types.invalid_document
| `InvalidNextToken of Types.invalid_next_token ] ->
string
val request :
'http_type Smaws_Lib.Context.t ->
Types.list_document_versions_request ->
(Types.list_document_versions_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalServerError of Types.internal_server_error
| `InvalidDocument of Types.invalid_document
| `InvalidNextToken of Types.invalid_next_token ])
Stdlib.result