Values.CreateFlowAliasRequestSourceCreates an alias of a flow for deployment. For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide.
type nonrec t = {name : Name.t;A name for 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 for which to create an alias.
*)clientToken : ClientToken.t option;A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.
*)}val make :
?description:??? ->
?concurrencyConfiguration:??? ->
?clientToken:??? ->
?tags:??? ->
name:Name.t ->
routingConfiguration:FlowAliasRoutingConfiguration.t ->
flowIdentifier:FlowIdentifier.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of Version.t ]) list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of Name.t
| `Structure of
(string
* [> `Enum of string
| `Integer of
FlowAliasConcurrencyConfigurationMaxConcurrencyInteger.t ])
list ])
list ]