Values.GetFlowVersionResponseSourceRetrieves information about a version of a flow. For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide.
type nonrec t = {name : FlowName.t option;The name of the version.
*)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 version of the flow is 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.
*)createdAt : DateTimestamp.t option;The time at which the flow was created.
*)version : NumericalVersion.t option;The version of the flow for which information was retrieved.
*)definition : FlowDefinition.t option;The definition of the nodes and connections between nodes in the flow.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.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
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.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
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]