Values_0.CreateFlowDefinitionResponseSourceCreates a flow definition.
type nonrec t = {flowDefinitionArn : FlowDefinitionArn.t option;The Amazon Resource Name (ARN) of the flow definition you create.
*)}type nonrec error = [ | `ResourceInUse of ResourceInUse.t| `ResourceLimitExceeded of ResourceLimitExceeded.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceInUse of ResourceInUse.t
| `ResourceLimitExceeded of ResourceLimitExceeded.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceInUse of ResourceInUse.t
| `ResourceLimitExceeded of ResourceLimitExceeded.t
| `Unknown_operation_error of string * string option ]