Values.RecommendationSourceA recommendation generated for your account.
type nonrec t = {resourceArn : AmazonResourceName.t option;The resource affected by the recommendation, with values like arn:aws:ses:us-east-1:123456789012:identity/example.com.
*)type_ : RecommendationType.t option;The recommendation type, with values like DKIM, SPF, DMARC, BIMI, or COMPLAINT.
*)description : RecommendationDescription.t option;The recommendation description / disambiguator - e.g. DKIM1 and DKIM2 are different recommendations about your DKIM setup.
*)status : RecommendationStatus.t option;The recommendation status, with values like OPEN or FIXED.
*)createdTimestamp : Timestamp.t option;The first time this issue was encountered and the recommendation was generated.
*)lastUpdatedTimestamp : Timestamp.t option;The last time the recommendation was updated.
*)impact : RecommendationImpact.t option;The recommendation impact, with values like HIGH or LOW.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of AmazonResourceName.t
| `Timestamp of Timestamp.t ])
list ]