// 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:
/// - [`flow_identifier(impl Into<String>)`](crate::operation::delete_flow::builders::DeleteFlowFluentBuilder::flow_identifier) / [`set_flow_identifier(Option<String>)`](crate::operation::delete_flow::builders::DeleteFlowFluentBuilder::set_flow_identifier):<br>required: **true**<br><p>The unique identifier of the flow.</p><br>
/// - [`skip_resource_in_use_check(bool)`](crate::operation::delete_flow::builders::DeleteFlowFluentBuilder::skip_resource_in_use_check) / [`set_skip_resource_in_use_check(Option<bool>)`](crate::operation::delete_flow::builders::DeleteFlowFluentBuilder::set_skip_resource_in_use_check):<br>required: **false**<br><p>By default, this value is <code>false</code> and deletion is stopped if the resource is in use. If you set it to <code>true</code>, the resource will be deleted even if the resource is in use.</p><br>
/// - On success, responds with [`DeleteFlowOutput`](crate::operation::delete_flow::DeleteFlowOutput) with field(s):
/// - [`id(String)`](crate::operation::delete_flow::DeleteFlowOutput::id): <p>The unique identifier of the flow.</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())
}
}