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 [`StartDeviceSync`](crate::operation::start_device_sync::builders::StartDeviceSyncFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`room_arn(impl Into<String>)`](crate::operation::start_device_sync::builders::StartDeviceSyncFluentBuilder::room_arn) / [`set_room_arn(Option<String>)`](crate::operation::start_device_sync::builders::StartDeviceSyncFluentBuilder::set_room_arn):<br>required: **false**<br><p>The ARN of the room with which the device to sync is associated. Required.</p><br>
    ///   - [`device_arn(impl Into<String>)`](crate::operation::start_device_sync::builders::StartDeviceSyncFluentBuilder::device_arn) / [`set_device_arn(Option<String>)`](crate::operation::start_device_sync::builders::StartDeviceSyncFluentBuilder::set_device_arn):<br>required: **false**<br><p>The ARN of the device to sync. Required.</p><br>
    ///   - [`features(Feature)`](crate::operation::start_device_sync::builders::StartDeviceSyncFluentBuilder::features) / [`set_features(Option<Vec::<Feature>>)`](crate::operation::start_device_sync::builders::StartDeviceSyncFluentBuilder::set_features):<br>required: **true**<br><p>Request structure to start the device sync. Required.</p><br>
    /// - On success, responds with [`StartDeviceSyncOutput`](crate::operation::start_device_sync::StartDeviceSyncOutput)
    /// - On failure, responds with [`SdkError<StartDeviceSyncError>`](crate::operation::start_device_sync::StartDeviceSyncError)
    #[deprecated(note = "Alexa For Business is no longer supported")]
    pub fn start_device_sync(&self) -> crate::operation::start_device_sync::builders::StartDeviceSyncFluentBuilder {
        crate::operation::start_device_sync::builders::StartDeviceSyncFluentBuilder::new(self.handle.clone())
    }
}