Values.TestRecommendationSourceDefines a test recommendation.
type nonrec t = {appComponentId : EntityName255.t option;Indicates the identifier of the AppComponent.
*)appComponentName : EntityId.t option;Name of the Application Component.
*)dependsOnAlarms : AlarmReferenceIdList.t option;A list of recommended alarms that are used in the test and must be exported before or with the test.
*)description : String500.t option;Description for the test recommendation.
*)intent : EntityDescription.t option;Intent of the test recommendation.
*)items : RecommendationItemList.t option;The test recommendation items.
*)name : DocumentName.t option;Name of the test recommendation.
*)prerequisite : String500.t option;Prerequisite of the test recommendation.
*)recommendationId : Uuid.t option;Identifier for the test recommendation.
*)recommendationStatus : RecommendationStatus.t option;Status of the recommended test.
*)referenceId : SpecReferenceId.t option;Reference identifier for the test recommendation.
*)risk : TestRisk.t option;Level of risk for this test recommendation.
*)type_ : TestType.t option;Type of test recommendation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of String500.t
| `Structure of
(string
* [> `Boolean of BooleanOptional.t
| `Enum of string
| `String of String500.t
| `Structure of (string * [> `String of Arn.t ]) list ])
list ]
list
| `String of EntityName255.t ])
list ]