1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteAppBundle`](crate::operation::delete_app_bundle::builders::DeleteAppBundleFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`app_bundle_identifier(impl Into<String>)`](crate::operation::delete_app_bundle::builders::DeleteAppBundleFluentBuilder::app_bundle_identifier) / [`set_app_bundle_identifier(Option<String>)`](crate::operation::delete_app_bundle::builders::DeleteAppBundleFluentBuilder::set_app_bundle_identifier):<br>required: **true**<br><p>The ID or Amazon Resource Name (ARN) of the app bundle that needs to be deleted.</p><br>
    /// - On success, responds with [`DeleteAppBundleOutput`](crate::operation::delete_app_bundle::DeleteAppBundleOutput)
    /// - On failure, responds with [`SdkError<DeleteAppBundleError>`](crate::operation::delete_app_bundle::DeleteAppBundleError)
    pub fn delete_app_bundle(&self) -> crate::operation::delete_app_bundle::builders::DeleteAppBundleFluentBuilder {
        crate::operation::delete_app_bundle::builders::DeleteAppBundleFluentBuilder::new(self.handle.clone())
    }
}