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 [`TerminateApp`](crate::operation::terminate_app::builders::TerminateAppFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`app_id(impl Into<String>)`](crate::operation::terminate_app::builders::TerminateAppFluentBuilder::app_id) / [`set_app_id(Option<String>)`](crate::operation::terminate_app::builders::TerminateAppFluentBuilder::set_app_id):<br>required: **false**<br><p>The ID of the application.</p><br>
    /// - On success, responds with [`TerminateAppOutput`](crate::operation::terminate_app::TerminateAppOutput)
    /// - On failure, responds with [`SdkError<TerminateAppError>`](crate::operation::terminate_app::TerminateAppError)
    pub fn terminate_app(&self) -> crate::operation::terminate_app::builders::TerminateAppFluentBuilder {
        crate::operation::terminate_app::builders::TerminateAppFluentBuilder::new(self.handle.clone())
    }
}