Module Values.GetFlowVersionRequestSource

Retrieves information about a version of a flow. For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide.

Sourcetype nonrec t = {
  1. flowIdentifier : FlowIdentifier.t;
    (*

    The unique identifier of the flow for which to get information.

    *)
  2. flowVersion : NumericalVersion.t;
    (*

    The version of the flow for which to get information.

    *)
}
Sourceval context_ : string
Sourceval make : flowIdentifier:FlowIdentifier.t -> flowVersion:NumericalVersion.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of FlowIdentifier.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t