Values.CheckSummarySourceTrusted Advisor check summary.
type nonrec t = {id : CheckId.t option;Trusted Advisor check ID.
*)name : CheckName.t option;Trusted Advisor check name.
*)provider : CheckProvider.t option;Provider of the check related to the best practice.
*)description : CheckDescription.t option;Trusted Advisor check description.
*)updatedAt : Timestamp.t option;lensArn : LensArn.t option;Well-Architected Lens ARN associated to the check.
*)pillarId : PillarId.t option;questionId : QuestionId.t option;choiceId : ChoiceId.t option;status : CheckStatus.t option;Status associated to the check.
*)accountSummary : AccountSummary.t option;Account summary associated to the check.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `Enum of string ] * [> `Integer of CheckStatusCount.t ]) list
| `String of CheckId.t
| `Timestamp of Timestamp.t ])
list ]