Smaws_Client_SSM.UpdateDocumentMetadataAmazon 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.
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 ] ->
stringval 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.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.update_document_metadata_request ->
(Types.update_document_metadata_response Smaws_Lib.Response.t,
[> 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 ]
* Smaws_Lib.Response.metadata)
Stdlib.result