// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`UpdateSourceLocation`](crate::operation::update_source_location::builders::UpdateSourceLocationFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`access_configuration(AccessConfiguration)`](crate::operation::update_source_location::builders::UpdateSourceLocationFluentBuilder::access_configuration) / [`set_access_configuration(Option<AccessConfiguration>)`](crate::operation::update_source_location::builders::UpdateSourceLocationFluentBuilder::set_access_configuration):<br>required: **false**<br><p>Access configuration parameters. Configures the type of authentication used to access content from your source location.</p><br>
/// - [`default_segment_delivery_configuration(DefaultSegmentDeliveryConfiguration)`](crate::operation::update_source_location::builders::UpdateSourceLocationFluentBuilder::default_segment_delivery_configuration) / [`set_default_segment_delivery_configuration(Option<DefaultSegmentDeliveryConfiguration>)`](crate::operation::update_source_location::builders::UpdateSourceLocationFluentBuilder::set_default_segment_delivery_configuration):<br>required: **false**<br><p>The optional configuration for the host server that serves segments.</p><br>
/// - [`http_configuration(HttpConfiguration)`](crate::operation::update_source_location::builders::UpdateSourceLocationFluentBuilder::http_configuration) / [`set_http_configuration(Option<HttpConfiguration>)`](crate::operation::update_source_location::builders::UpdateSourceLocationFluentBuilder::set_http_configuration):<br>required: **true**<br><p>The HTTP configuration for the source location.</p><br>
/// - [`segment_delivery_configurations(SegmentDeliveryConfiguration)`](crate::operation::update_source_location::builders::UpdateSourceLocationFluentBuilder::segment_delivery_configurations) / [`set_segment_delivery_configurations(Option<Vec::<SegmentDeliveryConfiguration>>)`](crate::operation::update_source_location::builders::UpdateSourceLocationFluentBuilder::set_segment_delivery_configurations):<br>required: **false**<br><p>A list of the segment delivery configurations associated with this resource.</p><br>
/// - [`source_location_name(impl Into<String>)`](crate::operation::update_source_location::builders::UpdateSourceLocationFluentBuilder::source_location_name) / [`set_source_location_name(Option<String>)`](crate::operation::update_source_location::builders::UpdateSourceLocationFluentBuilder::set_source_location_name):<br>required: **true**<br><p>The name of the source location.</p><br>
/// - On success, responds with [`UpdateSourceLocationOutput`](crate::operation::update_source_location::UpdateSourceLocationOutput) with field(s):
/// - [`access_configuration(Option<AccessConfiguration>)`](crate::operation::update_source_location::UpdateSourceLocationOutput::access_configuration): <p>Access configuration parameters. Configures the type of authentication used to access content from your source location.</p>
/// - [`arn(Option<String>)`](crate::operation::update_source_location::UpdateSourceLocationOutput::arn): <p>The Amazon Resource Name (ARN) associated with the source location.</p>
/// - [`creation_time(Option<DateTime>)`](crate::operation::update_source_location::UpdateSourceLocationOutput::creation_time): <p>The timestamp that indicates when the source location was created.</p>
/// - [`default_segment_delivery_configuration(Option<DefaultSegmentDeliveryConfiguration>)`](crate::operation::update_source_location::UpdateSourceLocationOutput::default_segment_delivery_configuration): <p>The optional configuration for the host server that serves segments.</p>
/// - [`http_configuration(Option<HttpConfiguration>)`](crate::operation::update_source_location::UpdateSourceLocationOutput::http_configuration): <p>The HTTP configuration for the source location.</p>
/// - [`last_modified_time(Option<DateTime>)`](crate::operation::update_source_location::UpdateSourceLocationOutput::last_modified_time): <p>The timestamp that indicates when the source location was last modified.</p>
/// - [`segment_delivery_configurations(Option<Vec::<SegmentDeliveryConfiguration>>)`](crate::operation::update_source_location::UpdateSourceLocationOutput::segment_delivery_configurations): <p>The segment delivery configurations for the source location. For information about MediaTailor configurations, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/configurations.html">Working with configurations in AWS Elemental MediaTailor</a>.</p>
/// - [`source_location_name(Option<String>)`](crate::operation::update_source_location::UpdateSourceLocationOutput::source_location_name): <p>The name of the source location.</p>
/// - [`tags(Option<HashMap::<String, String>>)`](crate::operation::update_source_location::UpdateSourceLocationOutput::tags): <p>The tags to assign to the source location. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.</p>
/// - On failure, responds with [`SdkError<UpdateSourceLocationError>`](crate::operation::update_source_location::UpdateSourceLocationError)
pub fn update_source_location(&self) -> crate::operation::update_source_location::builders::UpdateSourceLocationFluentBuilder {
crate::operation::update_source_location::builders::UpdateSourceLocationFluentBuilder::new(self.handle.clone())
}
}