Values.SolutionSummarySourceProvides a summary of the properties of a solution. For a complete listing, call the DescribeSolution API.
type nonrec t = {name : Name.t option;The name of the solution.
*)solutionArn : Arn.t option;The Amazon Resource Name (ARN) of the solution.
*)status : Status.t option;The status of the solution. A solution can be in one of the following states: CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED DELETE PENDING > DELETE IN_PROGRESS
*)creationDateTime : Date.t option;The date and time (in Unix time) that the solution was created.
*)lastUpdatedDateTime : Date.t option;The date and time (in Unix time) that the solution was last updated.
*)recipeArn : Arn.t option;The Amazon Resource Name (ARN) of the recipe used by the solution.
*)}