Values_2.GetFlowMetadataOutputSourceRetrieves the metadata of a flow, not including 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;A display name for the flow.
*)description : FlowDescription.t option;The description for the flow.
*)publishState : FlowPublishState.t option;The publish state for the flow. Valid values are DRAFT, PUBLISHED, or PENDING_APPROVAL.
*)userCount : Values_0.Integer.t option;The number of users who have used the flow.
*)runCount : Values_0.Integer.t option;The number of runs done for the flow.
*)createdTime : Values_0.Timestamp.t option;The time this flow was created.
*)lastUpdatedTime : Values_0.Timestamp.t option;The last time this flow was modified.
*)requestId : Values_0.String_.t option;The Amazon Web Services request ID for this operation.
*)status : Values_1.StatusCode.t option;The HTTP status of the request.
*)}type nonrec error = [ | `AccessDeniedException of Values_0.AccessDeniedException.t| `InternalFailureException of Values_1.InternalFailureException.t| `InvalidParameterValueException of Values_1.InvalidParameterValueException.t| `ThrottlingException of Values_1.ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `InternalFailureException of Values_1.InternalFailureException.t
| `InvalidParameterValueException of
Values_1.InvalidParameterValueException.t
| `ThrottlingException of Values_1.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `InternalFailureException of Values_1.InternalFailureException.t
| `InvalidParameterValueException of
Values_1.InvalidParameterValueException.t
| `ThrottlingException of Values_1.ThrottlingException.t
| `Unknown_operation_error of string * string option ]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 ]