Values.GetFlowTemplateRevisionsRequestSourceGets revisions of the specified workflow. Only the last 100 revisions are stored. If the workflow has been deprecated, this action will return revisions that occurred before the deprecation. This action won't work for workflows that have been deleted.
type nonrec t = {id : Urn.t;The ID of the workflow. The ID should be in the following format. urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
*)nextToken : NextToken.t option;The string that specifies the next page of results. Use this when you're paginating results.
*)maxResults : MaxResults.t option;The maximum number of results to return in the response.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of MaxResults.t | `String of Urn.t ]) list ]