aws_sdk_transfer/client/delete_web_app_customization.rs
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteWebAppCustomization`](crate::operation::delete_web_app_customization::builders::DeleteWebAppCustomizationFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`web_app_id(impl Into<String>)`](crate::operation::delete_web_app_customization::builders::DeleteWebAppCustomizationFluentBuilder::web_app_id) / [`set_web_app_id(Option<String>)`](crate::operation::delete_web_app_customization::builders::DeleteWebAppCustomizationFluentBuilder::set_web_app_id):<br>required: **true**<br><p>Provide the unique identifier for the web app that contains the customizations that you are deleting.</p><br>
/// - On success, responds with [`DeleteWebAppCustomizationOutput`](crate::operation::delete_web_app_customization::DeleteWebAppCustomizationOutput)
/// - On failure, responds with [`SdkError<DeleteWebAppCustomizationError>`](crate::operation::delete_web_app_customization::DeleteWebAppCustomizationError)
pub fn delete_web_app_customization(&self) -> crate::operation::delete_web_app_customization::builders::DeleteWebAppCustomizationFluentBuilder {
crate::operation::delete_web_app_customization::builders::DeleteWebAppCustomizationFluentBuilder::new(self.handle.clone())
}
}