Values_1.ModifyDBRecommendationMessageSourceUpdates the recommendation status and recommended action status for the specified recommendation.
type nonrec t = {recommendationId : Values_0.String_.t;The identifier of the recommendation to update.
*)locale : Values_0.String_.t option;The language of the modified recommendation.
*)status : Values_0.String_.t option;The recommendation status to update. Valid values: active dismissed
*)recommendedActionUpdates : Values_0.RecommendedActionUpdateList.t option;The list of recommended action status to update. You can update multiple recommended actions at one time.
*)}val make :
?locale:??? ->
?status:??? ->
?recommendedActionUpdates:??? ->
recommendationId:Values_0.String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.String_.t ])
list ]