1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetMediaInsightsPipelineConfiguration`](crate::operation::get_media_insights_pipeline_configuration::builders::GetMediaInsightsPipelineConfigurationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`identifier(impl Into<String>)`](crate::operation::get_media_insights_pipeline_configuration::builders::GetMediaInsightsPipelineConfigurationFluentBuilder::identifier) / [`set_identifier(Option<String>)`](crate::operation::get_media_insights_pipeline_configuration::builders::GetMediaInsightsPipelineConfigurationFluentBuilder::set_identifier):<br>required: **true**<br><p>The unique identifier of the requested resource. Valid values include the name and ARN of the media insights pipeline configuration.</p><br>
    /// - On success, responds with [`GetMediaInsightsPipelineConfigurationOutput`](crate::operation::get_media_insights_pipeline_configuration::GetMediaInsightsPipelineConfigurationOutput) with field(s):
    ///   - [`media_insights_pipeline_configuration(Option<MediaInsightsPipelineConfiguration>)`](crate::operation::get_media_insights_pipeline_configuration::GetMediaInsightsPipelineConfigurationOutput::media_insights_pipeline_configuration): <p>The requested media insights pipeline configuration.</p>
    /// - On failure, responds with [`SdkError<GetMediaInsightsPipelineConfigurationError>`](crate::operation::get_media_insights_pipeline_configuration::GetMediaInsightsPipelineConfigurationError)
    pub fn get_media_insights_pipeline_configuration(
        &self,
    ) -> crate::operation::get_media_insights_pipeline_configuration::builders::GetMediaInsightsPipelineConfigurationFluentBuilder {
        crate::operation::get_media_insights_pipeline_configuration::builders::GetMediaInsightsPipelineConfigurationFluentBuilder::new(
            self.handle.clone(),
        )
    }
}