Values.UpdateFlowAliasResponseSourceModifies 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 option;The name of the alias.
*)description : Description.t option;The description of the flow.
*)routingConfiguration : FlowAliasRoutingConfiguration.t option;Contains information about the version that the alias is mapped to.
*)concurrencyConfiguration : FlowAliasConcurrencyConfiguration.t option;The configuration that specifies how nodes in the flow are executed in parallel.
*)flowId : FlowId.t option;The unique identifier of the flow.
*)id : FlowAliasId.t option;The unique identifier of the alias.
*)arn : FlowAliasArn.t option;The Amazon Resource Name (ARN) of the flow.
*)createdAt : DateTimestamp.t option;The time at which the flow was created.
*)updatedAt : DateTimestamp.t option;The time at which the alias was last updated.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]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 ]