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 [`DeleteSystemTemplate`](crate::operation::delete_system_template::builders::DeleteSystemTemplateFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`id(impl Into<String>)`](crate::operation::delete_system_template::builders::DeleteSystemTemplateFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::delete_system_template::builders::DeleteSystemTemplateFluentBuilder::set_id):<br>required: **true**<br><p>The ID of the system to be deleted.</p> <p>The ID should be in the following format.</p> <p><code>urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME</code></p><br>
    /// - On success, responds with [`DeleteSystemTemplateOutput`](crate::operation::delete_system_template::DeleteSystemTemplateOutput)
    /// - On failure, responds with [`SdkError<DeleteSystemTemplateError>`](crate::operation::delete_system_template::DeleteSystemTemplateError)
    #[deprecated(note = "since: 2022-08-30")]
    pub fn delete_system_template(&self) -> crate::operation::delete_system_template::builders::DeleteSystemTemplateFluentBuilder {
        crate::operation::delete_system_template::builders::DeleteSystemTemplateFluentBuilder::new(self.handle.clone())
    }
}