// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteFlow`](crate::operation::delete_flow::builders::DeleteFlowFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`aws_account_id(impl Into<String>)`](crate::operation::delete_flow::builders::DeleteFlowFluentBuilder::aws_account_id) / [`set_aws_account_id(Option<String>)`](crate::operation::delete_flow::builders::DeleteFlowFluentBuilder::set_aws_account_id):<br>required: **true**<br><p>The ID of the Amazon Web Services account that contains the flow that you are deleting.</p><br>
/// - [`flow_id(impl Into<String>)`](crate::operation::delete_flow::builders::DeleteFlowFluentBuilder::flow_id) / [`set_flow_id(Option<String>)`](crate::operation::delete_flow::builders::DeleteFlowFluentBuilder::set_flow_id):<br>required: **true**<br><p>The unique identifier of the flow to delete.</p><br>
/// - On success, responds with [`DeleteFlowOutput`](crate::operation::delete_flow::DeleteFlowOutput) with field(s):
/// - [`request_id(Option<String>)`](crate::operation::delete_flow::DeleteFlowOutput::request_id): <p>The Amazon Web Services request ID for this operation.</p>
/// - [`status(i32)`](crate::operation::delete_flow::DeleteFlowOutput::status): <p>The HTTP status of the request.</p>
/// - On failure, responds with [`SdkError<DeleteFlowError>`](crate::operation::delete_flow::DeleteFlowError)
pub fn delete_flow(&self) -> crate::operation::delete_flow::builders::DeleteFlowFluentBuilder {
crate::operation::delete_flow::builders::DeleteFlowFluentBuilder::new(self.handle.clone())
}
}