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 [`StopArchiveSearch`](crate::operation::stop_archive_search::builders::StopArchiveSearchFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`search_id(impl Into<String>)`](crate::operation::stop_archive_search::builders::StopArchiveSearchFluentBuilder::search_id) / [`set_search_id(Option<String>)`](crate::operation::stop_archive_search::builders::StopArchiveSearchFluentBuilder::set_search_id):<br>required: **true**<br><p>The identifier of the search job to stop.</p><br>
    /// - On success, responds with [`StopArchiveSearchOutput`](crate::operation::stop_archive_search::StopArchiveSearchOutput)
    /// - On failure, responds with [`SdkError<StopArchiveSearchError>`](crate::operation::stop_archive_search::StopArchiveSearchError)
    pub fn stop_archive_search(&self) -> crate::operation::stop_archive_search::builders::StopArchiveSearchFluentBuilder {
        crate::operation::stop_archive_search::builders::StopArchiveSearchFluentBuilder::new(self.handle.clone())
    }
}