Values.UpdateFlowAliasRequestSourceModifies the alias of a flow. Include both fields that you want to keep and ones that you want to change. For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide.
type nonrec t = {name : Name.t;The name of the alias.
*)description : Description.t option;A description for the alias.
*)routingConfiguration : FlowAliasRoutingConfiguration.t;Contains information about the version to which to map the alias.
*)concurrencyConfiguration : FlowAliasConcurrencyConfiguration.t option;The configuration that specifies how nodes in the flow are executed in parallel.
*)flowIdentifier : FlowIdentifier.t;The unique identifier of the flow.
*)aliasIdentifier : FlowAliasIdentifier.t;The unique identifier of the alias.
*)}val make :
?description:??? ->
?concurrencyConfiguration:??? ->
name:Name.t ->
routingConfiguration:FlowAliasRoutingConfiguration.t ->
flowIdentifier:FlowIdentifier.t ->
aliasIdentifier:FlowAliasIdentifier.t ->
unit ->
tval 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 ])
list ]