Module Smaws_Client_SSM.ListDocuments

Returns all Systems Manager (SSM) documents in the current Amazon Web Services account and Amazon Web Services Region. You can limit the results of this request by using a filter.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `InternalServerError of Types.internal_server_error | `InvalidFilterKey of Types.invalid_filter_key | `InvalidNextToken of Types.invalid_next_token ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.list_documents_request -> (Types.list_documents_result, [> Smaws_Lib.Protocols.AwsJson.error | `InternalServerError of Types.internal_server_error | `InvalidFilterKey of Types.invalid_filter_key | `InvalidNextToken of Types.invalid_next_token ]) Stdlib.result