Values.SopRecommendationSourceDefines a standard operating procedure (SOP) recommendation.
type nonrec t = {appComponentName : EntityId.t option;Name of the Application Component.
*)description : String500.t option;Description of the SOP recommendation.
*)items : RecommendationItemList.t option;The recommendation items.
*)name : DocumentName.t option;Name of the SOP recommendation.
*)prerequisite : String500.t option;Prerequisite for the SOP recommendation.
*)recommendationId : Uuid.t option;Identifier for the SOP recommendation.
*)recommendationStatus : RecommendationStatus.t option;Status of the recommended standard operating procedure.
*)referenceId : SpecReferenceId.t option;Reference identifier for the SOP recommendation.
*)serviceType : SopServiceType.t option;The service type.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `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 EntityId.t ])
list ]