// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DescribeFlow`](crate::operation::describe_flow::builders::DescribeFlowFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`flow_arn(impl Into<String>)`](crate::operation::describe_flow::builders::DescribeFlowFluentBuilder::flow_arn) / [`set_flow_arn(Option<String>)`](crate::operation::describe_flow::builders::DescribeFlowFluentBuilder::set_flow_arn):<br>required: **true**<br>The ARN of the flow that you want to describe.<br>
/// - On success, responds with [`DescribeFlowOutput`](crate::operation::describe_flow::DescribeFlowOutput) with field(s):
/// - [`flow(Option<Flow>)`](crate::operation::describe_flow::DescribeFlowOutput::flow): The settings for a flow, including its source, outputs, and entitlements.
/// - [`messages(Option<Messages>)`](crate::operation::describe_flow::DescribeFlowOutput::messages): Messages that provide the state of the flow.
/// - On failure, responds with [`SdkError<DescribeFlowError>`](crate::operation::describe_flow::DescribeFlowError)
pub fn describe_flow(&self) -> crate::operation::describe_flow::builders::DescribeFlowFluentBuilder {
crate::operation::describe_flow::builders::DescribeFlowFluentBuilder::new(self.handle.clone())
}
}