1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`StartSmartHomeApplianceDiscovery`](crate::operation::start_smart_home_appliance_discovery::builders::StartSmartHomeApplianceDiscoveryFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`room_arn(impl Into<String>)`](crate::operation::start_smart_home_appliance_discovery::builders::StartSmartHomeApplianceDiscoveryFluentBuilder::room_arn) / [`set_room_arn(Option<String>)`](crate::operation::start_smart_home_appliance_discovery::builders::StartSmartHomeApplianceDiscoveryFluentBuilder::set_room_arn):<br>required: **true**<br><p>The room where smart home appliance discovery was initiated.</p><br>
    /// - On success, responds with [`StartSmartHomeApplianceDiscoveryOutput`](crate::operation::start_smart_home_appliance_discovery::StartSmartHomeApplianceDiscoveryOutput)
    /// - On failure, responds with [`SdkError<StartSmartHomeApplianceDiscoveryError>`](crate::operation::start_smart_home_appliance_discovery::StartSmartHomeApplianceDiscoveryError)
    #[deprecated(note = "Alexa For Business is no longer supported")]
    pub fn start_smart_home_appliance_discovery(
        &self,
    ) -> crate::operation::start_smart_home_appliance_discovery::builders::StartSmartHomeApplianceDiscoveryFluentBuilder {
        crate::operation::start_smart_home_appliance_discovery::builders::StartSmartHomeApplianceDiscoveryFluentBuilder::new(self.handle.clone())
    }
}