Module Smaws_Client_SSM.GetDocument

Gets the contents of the specified Amazon Web Services Systems Manager document (SSM document).

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 ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.get_document_request -> (Types.get_document_result, [> Smaws_Lib.Protocols.AwsJson.error | `InternalServerError of Types.internal_server_error | `InvalidDocument of Types.invalid_document | `InvalidDocumentVersion of Types.invalid_document_version ]) Stdlib.result