Module Smaws_Client_Personalize.ListSolutionVersions

Returns a list of solution versions for the given solution. When a solution is not specified, all the solution versions associated with the account are listed. The response provides the properties for each solution version, including the Amazon Resource Name (ARN).

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `InvalidInputException of Types.invalid_input_exception | `InvalidNextTokenException of Types.invalid_next_token_exception | `ResourceNotFoundException of Types.resource_not_found_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.list_solution_versions_request -> (Types.list_solution_versions_response, [> Smaws_Lib.Protocols.AwsJson.error | `InvalidInputException of Types.invalid_input_exception | `InvalidNextTokenException of Types.invalid_next_token_exception | `ResourceNotFoundException of Types.resource_not_found_exception ]) Stdlib.result