// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteBasePathMapping`](crate::operation::delete_base_path_mapping::builders::DeleteBasePathMappingFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`domain_name(impl Into<String>)`](crate::operation::delete_base_path_mapping::builders::DeleteBasePathMappingFluentBuilder::domain_name) / [`set_domain_name(Option<String>)`](crate::operation::delete_base_path_mapping::builders::DeleteBasePathMappingFluentBuilder::set_domain_name):<br>required: **true**<br><p>The domain name of the BasePathMapping resource to delete.</p><br>
/// - [`base_path(impl Into<String>)`](crate::operation::delete_base_path_mapping::builders::DeleteBasePathMappingFluentBuilder::base_path) / [`set_base_path(Option<String>)`](crate::operation::delete_base_path_mapping::builders::DeleteBasePathMappingFluentBuilder::set_base_path):<br>required: **true**<br><p>The base path name of the BasePathMapping resource to delete.</p> <p>To specify an empty base path, set this parameter to <code>'(none)'</code>.</p><br>
/// - On success, responds with [`DeleteBasePathMappingOutput`](crate::operation::delete_base_path_mapping::DeleteBasePathMappingOutput)
/// - On failure, responds with [`SdkError<DeleteBasePathMappingError>`](crate::operation::delete_base_path_mapping::DeleteBasePathMappingError)
pub fn delete_base_path_mapping(&self) -> crate::operation::delete_base_path_mapping::builders::DeleteBasePathMappingFluentBuilder {
crate::operation::delete_base_path_mapping::builders::DeleteBasePathMappingFluentBuilder::new(self.handle.clone())
}
}