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 [`StopReplication`](crate::operation::stop_replication::builders::StopReplicationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`source_server_id(impl Into<String>)`](crate::operation::stop_replication::builders::StopReplicationFluentBuilder::source_server_id) / [`set_source_server_id(Option<String>)`](crate::operation::stop_replication::builders::StopReplicationFluentBuilder::set_source_server_id):<br>required: **true**<br><p>The ID of the Source Server to stop replication for.</p><br>
    /// - On success, responds with [`StopReplicationOutput`](crate::operation::stop_replication::StopReplicationOutput) with field(s):
    ///   - [`source_server(Option<SourceServer>)`](crate::operation::stop_replication::StopReplicationOutput::source_server): <p>The Source Server that this action was targeted on.</p>
    /// - On failure, responds with [`SdkError<StopReplicationError>`](crate::operation::stop_replication::StopReplicationError)
    pub fn stop_replication(&self) -> crate::operation::stop_replication::builders::StopReplicationFluentBuilder {
        crate::operation::stop_replication::builders::StopReplicationFluentBuilder::new(self.handle.clone())
    }
}