// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`UpdateOutpost`](crate::operation::update_outpost::builders::UpdateOutpostFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`outpost_id(impl Into<String>)`](crate::operation::update_outpost::builders::UpdateOutpostFluentBuilder::outpost_id) / [`set_outpost_id(Option<String>)`](crate::operation::update_outpost::builders::UpdateOutpostFluentBuilder::set_outpost_id):<br>required: **true**<br><p>The ID or the Amazon Resource Name (ARN) of the Outpost.</p><br>
/// - [`name(impl Into<String>)`](crate::operation::update_outpost::builders::UpdateOutpostFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::update_outpost::builders::UpdateOutpostFluentBuilder::set_name):<br>required: **false**<br><p>The name of the Outpost.</p><br>
/// - [`description(impl Into<String>)`](crate::operation::update_outpost::builders::UpdateOutpostFluentBuilder::description) / [`set_description(Option<String>)`](crate::operation::update_outpost::builders::UpdateOutpostFluentBuilder::set_description):<br>required: **false**<br><p>The description of the Outpost.</p><br>
/// - [`supported_hardware_type(SupportedHardwareType)`](crate::operation::update_outpost::builders::UpdateOutpostFluentBuilder::supported_hardware_type) / [`set_supported_hardware_type(Option<SupportedHardwareType>)`](crate::operation::update_outpost::builders::UpdateOutpostFluentBuilder::set_supported_hardware_type):<br>required: **false**<br><p>The type of hardware for this Outpost.</p><br>
/// - On success, responds with [`UpdateOutpostOutput`](crate::operation::update_outpost::UpdateOutpostOutput) with field(s):
/// - [`outpost(Option<Outpost>)`](crate::operation::update_outpost::UpdateOutpostOutput::outpost): <p>Information about an Outpost.</p>
/// - On failure, responds with [`SdkError<UpdateOutpostError>`](crate::operation::update_outpost::UpdateOutpostError)
pub fn update_outpost(&self) -> crate::operation::update_outpost::builders::UpdateOutpostFluentBuilder {
crate::operation::update_outpost::builders::UpdateOutpostFluentBuilder::new(self.handle.clone())
}
}