Values.WorkflowSummarySourceContains metadata about the workflow resource.
type nonrec t = {arn : WorkflowNameArn.t option;The Amazon Resource Name (ARN) of the workflow resource.
*)name : ResourceName.t option;The name of the workflow.
*)version : VersionNumber.t option;The version of the workflow.
*)description : NonEmptyString.t option;Describes the workflow.
*)changeDescription : NonEmptyString.t option;The change description for the current version of the workflow resource.
*)type_ : WorkflowType.t option;The image creation stage that this workflow applies to. Image Builder currently supports build and test stage workflows.
*)owner : NonEmptyString.t option;The owner of the workflow resource.
*)state : WorkflowState.t option;Describes the current state of the workflow resource.
*)dateCreated : DateTime.t option;The original creation date of the workflow resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of WorkflowNameArn.t
| `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ])
list ]