Values_2.FlowSummarySourceThe basic information of the flow exluding its definition specifying the steps.
type nonrec t = {arn : Values_0.String_.t option;The Amazon Resource Name (ARN) of the flow.
*)flowId : FlowId.t option;The unique identifier of the flow.
*)name : Title.t option;The display name of the flow.
*)description : FlowDescription.t option;The description of the flow.
*)createdTime : Values_0.Timestamp.t option;The time this flow was created.
*)createdBy : Values_0.String_.t option;The identifier of the principal who created the flow.
*)lastUpdatedTime : Values_0.Timestamp.t option;The last time this flow was modified.
*)lastUpdatedBy : Values_0.String_.t option;The identifier of the last principal who updated the flow.
*)publishState : FlowPublishState.t option;The publish state for the flow. The valid values are DRAFT, PUBLISHED, or PENDING_APPROVAL.
*)runCount : Values_0.Integer.t option;The number of runs done for the flow.
*)userCount : Values_0.Integer.t option;The number of users who have used the flow.
*)lastPublishedBy : Values_0.String_.t option;The identifier of the last principal who published the flow.
*)lastPublishedAt : Values_0.Timestamp.t option;The last time this flow was published.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.Integer.t
| `String of Values_0.String_.t
| `Timestamp of Values_0.Timestamp.t ])
list ]