Values.GetWorkflowResponseSourceGet a workflow resource object.
type nonrec t = {workflow : Workflow.t option;The workflow resource specified in the request.
*)latestVersionReferences : LatestVersionReferences.t option;The resource ARNs with different wildcard variations of semantic versioning.
*)}type nonrec error = [ | `CallRateLimitExceededException of CallRateLimitExceededException.t| `ClientException of ClientException.t| `ForbiddenException of ForbiddenException.t| `InvalidRequestException of InvalidRequestException.t| `ServiceException of ServiceException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `CallRateLimitExceededException of CallRateLimitExceededException.t
| `ClientException of ClientException.t
| `ForbiddenException of ForbiddenException.t
| `InvalidRequestException of InvalidRequestException.t
| `ServiceException of ServiceException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `CallRateLimitExceededException of CallRateLimitExceededException.t
| `ClientException of ClientException.t
| `ForbiddenException of ForbiddenException.t
| `InvalidRequestException of InvalidRequestException.t
| `ServiceException of ServiceException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `List of
[> `String of WorkflowParameterValue.t ] list
| `String of WorkflowParameterName.t ])
list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ])
list
| `String of WorkflowBuildVersionArn.t
| `Structure of
(string
* [> `Enum of string | `String of NonEmptyString.t ])
list ])
list ])
list ]