aws-sdk-ivs 1.49.0

AWS SDK for Amazon Interactive Video Service
Documentation
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 [`StopStream`](crate::operation::stop_stream::builders::StopStreamFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`channel_arn(impl Into<String>)`](crate::operation::stop_stream::builders::StopStreamFluentBuilder::channel_arn) / [`set_channel_arn(Option<String>)`](crate::operation::stop_stream::builders::StopStreamFluentBuilder::set_channel_arn):<br>required: **true**<br><p>ARN of the channel for which the stream is to be stopped.</p><br>
    /// - On success, responds with [`StopStreamOutput`](crate::operation::stop_stream::StopStreamOutput)
    /// - On failure, responds with [`SdkError<StopStreamError>`](crate::operation::stop_stream::StopStreamError)
    pub fn stop_stream(&self) -> crate::operation::stop_stream::builders::StopStreamFluentBuilder {
        crate::operation::stop_stream::builders::StopStreamFluentBuilder::new(self.handle.clone())
    }
}