// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeletePracticeRunConfiguration`](crate::operation::delete_practice_run_configuration::builders::DeletePracticeRunConfigurationFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`resource_identifier(impl Into<String>)`](crate::operation::delete_practice_run_configuration::builders::DeletePracticeRunConfigurationFluentBuilder::resource_identifier) / [`set_resource_identifier(Option<String>)`](crate::operation::delete_practice_run_configuration::builders::DeletePracticeRunConfigurationFluentBuilder::set_resource_identifier):<br>required: **true**<br><p>The identifier for the resource that you want to delete the practice run configuration for. The identifier is the Amazon Resource Name (ARN) for the resource.</p><br>
/// - On success, responds with [`DeletePracticeRunConfigurationOutput`](crate::operation::delete_practice_run_configuration::DeletePracticeRunConfigurationOutput) with field(s):
/// - [`arn(String)`](crate::operation::delete_practice_run_configuration::DeletePracticeRunConfigurationOutput::arn): <p>The Amazon Resource Name (ARN) of the resource that you deleted the practice run for.</p>
/// - [`name(String)`](crate::operation::delete_practice_run_configuration::DeletePracticeRunConfigurationOutput::name): <p>The name of the resource that you deleted the practice run for.</p>
/// - [`zonal_autoshift_status(ZonalAutoshiftStatus)`](crate::operation::delete_practice_run_configuration::DeletePracticeRunConfigurationOutput::zonal_autoshift_status): <p>The status of zonal autoshift for the resource.</p>
/// - On failure, responds with [`SdkError<DeletePracticeRunConfigurationError>`](crate::operation::delete_practice_run_configuration::DeletePracticeRunConfigurationError)
pub fn delete_practice_run_configuration(
&self,
) -> crate::operation::delete_practice_run_configuration::builders::DeletePracticeRunConfigurationFluentBuilder {
crate::operation::delete_practice_run_configuration::builders::DeletePracticeRunConfigurationFluentBuilder::new(self.handle.clone())
}
}