Values.UpdateFlowRequestSourceModifies 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;A name for the flow.
*)description : FlowDescription.t option;A description for the flow.
*)executionRoleArn : FlowExecutionRoleArn.t;The Amazon Resource Name (ARN) of the service role with permissions to create and manage 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 to encrypt the flow.
*)definition : FlowDefinition.t option;A definition of the nodes and the connections between the nodes in the flow.
*)flowIdentifier : FlowIdentifier.t;The unique identifier of the flow.
*)}val make :
?description:??? ->
?customerEncryptionKeyArn:??? ->
?definition:??? ->
name:FlowName.t ->
executionRoleArn:FlowExecutionRoleArn.t ->
flowIdentifier:FlowIdentifier.t ->
unit ->
t