Values.FlowAliasSummarySourceContains information about an alias of a flow. This data type is used in the following API operations: ListFlowAliases response
type nonrec t = {name : Name.t option;The name of the alias.
*)description : Description.t option;A description of the alias.
*)routingConfiguration : FlowAliasRoutingConfiguration.t option;A list of configurations about the versions that the alias maps to. Currently, you can only specify one.
*)concurrencyConfiguration : FlowAliasConcurrencyConfiguration.t option;The configuration that specifies how nodes in the flow are executed concurrently.
*)flowId : FlowId.t option;The unique identifier of the flow.
*)id : FlowAliasId.t option;The unique identifier of the alias of the flow.
*)arn : FlowAliasArn.t option;The Amazon Resource Name (ARN) of the alias.
*)createdAt : DateTimestamp.t option;The time at which the alias was created.
*)updatedAt : DateTimestamp.t option;The time at which the alias was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of Version.t ]) list ]
list
| `String of Name.t
| `Structure of
(string
* [> `Enum of string
| `Integer of
FlowAliasConcurrencyConfigurationMaxConcurrencyInteger.t ])
list
| `Timestamp of DateTimestamp.t ])
list ]