aws-sdk-mediaconnect 1.99.0

AWS SDK for AWS MediaConnect
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetRouterInputThumbnail`](crate::operation::get_router_input_thumbnail::builders::GetRouterInputThumbnailFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`arn(impl Into<String>)`](crate::operation::get_router_input_thumbnail::builders::GetRouterInputThumbnailFluentBuilder::arn) / [`set_arn(Option<String>)`](crate::operation::get_router_input_thumbnail::builders::GetRouterInputThumbnailFluentBuilder::set_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the router input that you want to see a thumbnail of.</p><br>
    /// - On success, responds with [`GetRouterInputThumbnailOutput`](crate::operation::get_router_input_thumbnail::GetRouterInputThumbnailOutput) with field(s):
    ///   - [`arn(String)`](crate::operation::get_router_input_thumbnail::GetRouterInputThumbnailOutput::arn): <p>The ARN of the router input.</p>
    ///   - [`name(String)`](crate::operation::get_router_input_thumbnail::GetRouterInputThumbnailOutput::name): <p>The name of the router input.</p>
    ///   - [`thumbnail_details(Option<RouterInputThumbnailDetails>)`](crate::operation::get_router_input_thumbnail::GetRouterInputThumbnailOutput::thumbnail_details): <p>The details of the thumbnail associated with the router input, including the thumbnail image, timecode, timestamp, and any associated error messages.</p>
    /// - On failure, responds with [`SdkError<GetRouterInputThumbnailError>`](crate::operation::get_router_input_thumbnail::GetRouterInputThumbnailError)
    pub fn get_router_input_thumbnail(&self) -> crate::operation::get_router_input_thumbnail::builders::GetRouterInputThumbnailFluentBuilder {
        crate::operation::get_router_input_thumbnail::builders::GetRouterInputThumbnailFluentBuilder::new(self.handle.clone())
    }
}