1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`UpdateGateway`](crate::operation::update_gateway::builders::UpdateGatewayFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`gateway_arn(impl Into<String>)`](crate::operation::update_gateway::builders::UpdateGatewayFluentBuilder::gateway_arn) / [`set_gateway_arn(Option<String>)`](crate::operation::update_gateway::builders::UpdateGatewayFluentBuilder::set_gateway_arn):<br>required: **true**<br><p>The ARN of the gateway to update.</p><br>
    ///   - [`name(impl Into<String>)`](crate::operation::update_gateway::builders::UpdateGatewayFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::update_gateway::builders::UpdateGatewayFluentBuilder::set_name):<br>required: **false**<br><p>The updated name of the gateway.</p><br>
    ///   - [`description(impl Into<String>)`](crate::operation::update_gateway::builders::UpdateGatewayFluentBuilder::description) / [`set_description(Option<String>)`](crate::operation::update_gateway::builders::UpdateGatewayFluentBuilder::set_description):<br>required: **false**<br><p>The updated description of the gateway.</p><br>
    ///   - [`software_version(impl Into<String>)`](crate::operation::update_gateway::builders::UpdateGatewayFluentBuilder::software_version) / [`set_software_version(Option<String>)`](crate::operation::update_gateway::builders::UpdateGatewayFluentBuilder::set_software_version):<br>required: **false**<br><p>The updated software version of the gateway. The gateway automatically updates its software version during normal operation.</p><br>
    /// - On success, responds with [`UpdateGatewayOutput`](crate::operation::update_gateway::UpdateGatewayOutput)
    /// - On failure, responds with [`SdkError<UpdateGatewayError>`](crate::operation::update_gateway::UpdateGatewayError)
    #[deprecated(note = "Alexa For Business is no longer supported")]
    pub fn update_gateway(&self) -> crate::operation::update_gateway::builders::UpdateGatewayFluentBuilder {
        crate::operation::update_gateway::builders::UpdateGatewayFluentBuilder::new(self.handle.clone())
    }
}