Module Smaws_Client_SSM.UpdateDocumentMetadata

Updates information related to approval reviews for a specific 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 | `InvalidDocumentOperation of Types.invalid_document_operation | `InvalidDocumentVersion of Types.invalid_document_version | `TooManyUpdates of Types.too_many_updates ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.update_document_metadata_request -> (Types.update_document_metadata_response, [> Smaws_Lib.Protocols.AwsJson.error | `InternalServerError of Types.internal_server_error | `InvalidDocument of Types.invalid_document | `InvalidDocumentOperation of Types.invalid_document_operation | `InvalidDocumentVersion of Types.invalid_document_version | `TooManyUpdates of Types.too_many_updates ]) Stdlib.result