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 [`DeleteSite`](crate::operation::delete_site::builders::DeleteSiteFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`site_id(impl Into<String>)`](crate::operation::delete_site::builders::DeleteSiteFluentBuilder::site_id) / [`set_site_id(Option<String>)`](crate::operation::delete_site::builders::DeleteSiteFluentBuilder::set_site_id):<br>required: **true**<br><p>The ID or the Amazon Resource Name (ARN) of the site.</p><br>
    /// - On success, responds with [`DeleteSiteOutput`](crate::operation::delete_site::DeleteSiteOutput)
    /// - On failure, responds with [`SdkError<DeleteSiteError>`](crate::operation::delete_site::DeleteSiteError)
    pub fn delete_site(&self) -> crate::operation::delete_site::builders::DeleteSiteFluentBuilder {
        crate::operation::delete_site::builders::DeleteSiteFluentBuilder::new(self.handle.clone())
    }
}