Smaws_Client_SSM.ListDocumentMetadataHistoryAmazon Web Services Systems Manager Change Manager is no longer open to new customers. Existing customers can continue to use the service as normal. For more information, see Amazon Web Services Systems Manager Change Manager availability change.
Information about approval reviews for a version of a change template in Change Manager.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InternalServerError of Types.internal_server_error
| `InvalidDocument of Types.invalid_document
| `InvalidDocumentVersion of Types.invalid_document_version
| `InvalidNextToken of Types.invalid_next_token ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.list_document_metadata_history_request ->
(Types.list_document_metadata_history_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalServerError of Types.internal_server_error
| `InvalidDocument of Types.invalid_document
| `InvalidDocumentVersion of Types.invalid_document_version
| `InvalidNextToken of Types.invalid_next_token ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.list_document_metadata_history_request ->
(Types.list_document_metadata_history_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalServerError of Types.internal_server_error
| `InvalidDocument of Types.invalid_document
| `InvalidDocumentVersion of Types.invalid_document_version
| `InvalidNextToken of Types.invalid_next_token ]
* Smaws_Lib.Response.metadata)
Stdlib.result