Values.UpdateFlowResponseSourceModifies a flow. Include both fields that you want to keep and fields that you want to change. For more information, see How it works and Create a flow in Amazon Bedrock in the Amazon Bedrock User Guide.
type nonrec t = {name : FlowName.t option;The name of the flow.
*)description : FlowDescription.t option;The description of the flow.
*)executionRoleArn : FlowExecutionRoleArn.t option;The Amazon Resource Name (ARN) of the service role with permissions to create a flow. For more information, see Create a service role for flows in Amazon Bedrock in the Amazon Bedrock User Guide.
*)customerEncryptionKeyArn : KmsKeyArn.t option;The Amazon Resource Name (ARN) of the KMS key that the flow was encrypted with.
*)id : FlowId.t option;The unique identifier of the flow.
*)arn : FlowArn.t option;The Amazon Resource Name (ARN) of the flow.
*)status : FlowStatus.t option;The status of the flow. When you submit this request, the status will be NotPrepared. If updating fails, the status becomes Failed.
*)createdAt : DateTimestamp.t option;The time at which the flow was created.
*)updatedAt : DateTimestamp.t option;The time at which the flow was last updated.
*)version : DraftVersion.t option;The version of the flow. When you update a flow, the version updated is the DRAFT version.
*)definition : FlowDefinition.t option;A definition of the nodes and the connections between nodes in the flow.
*)}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 ]