// 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())
}
}