aws-sdk-ivs 1.84.0

AWS SDK for Amazon Interactive Video Service
Documentation
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 [`GetStreamKey`](crate::operation::get_stream_key::builders::GetStreamKeyFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`arn(impl Into<String>)`](crate::operation::get_stream_key::builders::GetStreamKeyFluentBuilder::arn) / [`set_arn(Option<String>)`](crate::operation::get_stream_key::builders::GetStreamKeyFluentBuilder::set_arn):<br>required: **true**<br><p>ARN for the stream key to be retrieved.</p><br>
    /// - On success, responds with [`GetStreamKeyOutput`](crate::operation::get_stream_key::GetStreamKeyOutput) with field(s):
    ///   - [`stream_key(Option<StreamKey>)`](crate::operation::get_stream_key::GetStreamKeyOutput::stream_key): (undocumented)
    /// - On failure, responds with [`SdkError<GetStreamKeyError>`](crate::operation::get_stream_key::GetStreamKeyError)
    pub fn get_stream_key(&self) -> crate::operation::get_stream_key::builders::GetStreamKeyFluentBuilder {
        crate::operation::get_stream_key::builders::GetStreamKeyFluentBuilder::new(self.handle.clone())
    }
}