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 [`StopArchiveExport`](crate::operation::stop_archive_export::builders::StopArchiveExportFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`export_id(impl Into<String>)`](crate::operation::stop_archive_export::builders::StopArchiveExportFluentBuilder::export_id) / [`set_export_id(Option<String>)`](crate::operation::stop_archive_export::builders::StopArchiveExportFluentBuilder::set_export_id):<br>required: **true**<br><p>The identifier of the export job to stop.</p><br>
    /// - On success, responds with [`StopArchiveExportOutput`](crate::operation::stop_archive_export::StopArchiveExportOutput)
    /// - On failure, responds with [`SdkError<StopArchiveExportError>`](crate::operation::stop_archive_export::StopArchiveExportError)
    pub fn stop_archive_export(&self) -> crate::operation::stop_archive_export::builders::StopArchiveExportFluentBuilder {
        crate::operation::stop_archive_export::builders::StopArchiveExportFluentBuilder::new(self.handle.clone())
    }
}