// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteRecoveryPlanExecution`](crate::operation::delete_recovery_plan_execution::builders::DeleteRecoveryPlanExecutionFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`recovery_plan_execution_arn(impl Into<String>)`](crate::operation::delete_recovery_plan_execution::builders::DeleteRecoveryPlanExecutionFluentBuilder::recovery_plan_execution_arn) / [`set_recovery_plan_execution_arn(Option<String>)`](crate::operation::delete_recovery_plan_execution::builders::DeleteRecoveryPlanExecutionFluentBuilder::set_recovery_plan_execution_arn):<br>required: **true**<br><p>The ARN of the Recovery Plan execution to delete.</p><br>
/// - On success, responds with [`DeleteRecoveryPlanExecutionOutput`](crate::operation::delete_recovery_plan_execution::DeleteRecoveryPlanExecutionOutput) with field(s):
/// - [`recovery_plan_execution_arn(String)`](crate::operation::delete_recovery_plan_execution::DeleteRecoveryPlanExecutionOutput::recovery_plan_execution_arn): <p>The ARN of the deleted Recovery Plan execution.</p>
/// - On failure, responds with [`SdkError<DeleteRecoveryPlanExecutionError>`](crate::operation::delete_recovery_plan_execution::DeleteRecoveryPlanExecutionError)
pub fn delete_recovery_plan_execution(
&self,
) -> crate::operation::delete_recovery_plan_execution::builders::DeleteRecoveryPlanExecutionFluentBuilder {
crate::operation::delete_recovery_plan_execution::builders::DeleteRecoveryPlanExecutionFluentBuilder::new(self.handle.clone())
}
}