// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`UpdateGatewayInstance`](crate::operation::update_gateway_instance::builders::UpdateGatewayInstanceFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`bridge_placement(BridgePlacement)`](crate::operation::update_gateway_instance::builders::UpdateGatewayInstanceFluentBuilder::bridge_placement) / [`set_bridge_placement(Option<BridgePlacement>)`](crate::operation::update_gateway_instance::builders::UpdateGatewayInstanceFluentBuilder::set_bridge_placement):<br>required: **false**<br><p>The state of the instance. <code>ACTIVE</code> or <code>INACTIVE</code>.</p><br>
/// - [`gateway_instance_arn(impl Into<String>)`](crate::operation::update_gateway_instance::builders::UpdateGatewayInstanceFluentBuilder::gateway_instance_arn) / [`set_gateway_instance_arn(Option<String>)`](crate::operation::update_gateway_instance::builders::UpdateGatewayInstanceFluentBuilder::set_gateway_instance_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the gateway instance that you want to update.</p><br>
/// - On success, responds with [`UpdateGatewayInstanceOutput`](crate::operation::update_gateway_instance::UpdateGatewayInstanceOutput) with field(s):
/// - [`bridge_placement(Option<BridgePlacement>)`](crate::operation::update_gateway_instance::UpdateGatewayInstanceOutput::bridge_placement): <p>The state of the instance. <code>ACTIVE</code> or <code>INACTIVE</code>.</p>
/// - [`gateway_instance_arn(Option<String>)`](crate::operation::update_gateway_instance::UpdateGatewayInstanceOutput::gateway_instance_arn): <p>The ARN of the instance that was updated.</p>
/// - On failure, responds with [`SdkError<UpdateGatewayInstanceError>`](crate::operation::update_gateway_instance::UpdateGatewayInstanceError)
pub fn update_gateway_instance(&self) -> crate::operation::update_gateway_instance::builders::UpdateGatewayInstanceFluentBuilder {
crate::operation::update_gateway_instance::builders::UpdateGatewayInstanceFluentBuilder::new(self.handle.clone())
}
}