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 [`UpdateGatewayInformation`](crate::operation::update_gateway_information::builders::UpdateGatewayInformationFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`gateway_arn(impl Into<String>)`](crate::operation::update_gateway_information::builders::UpdateGatewayInformationFluentBuilder::gateway_arn) / [`set_gateway_arn(Option<String>)`](crate::operation::update_gateway_information::builders::UpdateGatewayInformationFluentBuilder::set_gateway_arn): <p>The Amazon Resource Name (ARN) of the gateway to update.</p>
/// - [`gateway_display_name(impl Into<String>)`](crate::operation::update_gateway_information::builders::UpdateGatewayInformationFluentBuilder::gateway_display_name) / [`set_gateway_display_name(Option<String>)`](crate::operation::update_gateway_information::builders::UpdateGatewayInformationFluentBuilder::set_gateway_display_name): <p>The updated display name of the gateway.</p>
/// - On success, responds with [`UpdateGatewayInformationOutput`](crate::operation::update_gateway_information::UpdateGatewayInformationOutput) with field(s):
/// - [`gateway_arn(Option<String>)`](crate::operation::update_gateway_information::UpdateGatewayInformationOutput::gateway_arn): <p>The Amazon Resource Name (ARN) of the gateway you updated.</p>
/// - On failure, responds with [`SdkError<UpdateGatewayInformationError>`](crate::operation::update_gateway_information::UpdateGatewayInformationError)
pub fn update_gateway_information(
&self,
) -> crate::operation::update_gateway_information::builders::UpdateGatewayInformationFluentBuilder
{
crate::operation::update_gateway_information::builders::UpdateGatewayInformationFluentBuilder::new(self.handle.clone())
}
}