Values.BatchUpdateRecommendationStatusRequestSourceEnables you to include or exclude one or more operational recommendations.
type nonrec t = {appArn : Arn.t;Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
*)requestEntries : UpdateRecommendationStatusRequestEntries.t;Defines the list of operational recommendations that need to be included or excluded.
*)}val make :
appArn:Arn.t ->
requestEntries:UpdateRecommendationStatusRequestEntries.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of BooleanOptional.t
| `Enum of string
| `String of EntityName255.t
| `Structure of
(string * [> `String of String500.t ]) list ])
list ]
list
| `String of Arn.t ])
list ]