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