1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteSystemInstance`](crate::operation::delete_system_instance::builders::DeleteSystemInstanceFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`id(impl Into<String>)`](crate::operation::delete_system_instance::builders::DeleteSystemInstanceFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::delete_system_instance::builders::DeleteSystemInstanceFluentBuilder::set_id):<br>required: **false**<br><p>The ID of the system instance to be deleted.</p><br>
    /// - On success, responds with [`DeleteSystemInstanceOutput`](crate::operation::delete_system_instance::DeleteSystemInstanceOutput)
    /// - On failure, responds with [`SdkError<DeleteSystemInstanceError>`](crate::operation::delete_system_instance::DeleteSystemInstanceError)
    #[deprecated(note = "since: 2022-08-30")]
    pub fn delete_system_instance(&self) -> crate::operation::delete_system_instance::builders::DeleteSystemInstanceFluentBuilder {
        crate::operation::delete_system_instance::builders::DeleteSystemInstanceFluentBuilder::new(self.handle.clone())
    }
}