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 [`DisassociateWirelessDeviceFromThing`](crate::operation::disassociate_wireless_device_from_thing::builders::DisassociateWirelessDeviceFromThingFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`id(impl Into<String>)`](crate::operation::disassociate_wireless_device_from_thing::builders::DisassociateWirelessDeviceFromThingFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::disassociate_wireless_device_from_thing::builders::DisassociateWirelessDeviceFromThingFluentBuilder::set_id):<br>required: **true**<br><p>The ID of the resource to update.</p><br>
    /// - On success, responds with [`DisassociateWirelessDeviceFromThingOutput`](crate::operation::disassociate_wireless_device_from_thing::DisassociateWirelessDeviceFromThingOutput)
    /// - On failure, responds with [`SdkError<DisassociateWirelessDeviceFromThingError>`](crate::operation::disassociate_wireless_device_from_thing::DisassociateWirelessDeviceFromThingError)
    pub fn disassociate_wireless_device_from_thing(
        &self,
    ) -> crate::operation::disassociate_wireless_device_from_thing::builders::DisassociateWirelessDeviceFromThingFluentBuilder {
        crate::operation::disassociate_wireless_device_from_thing::builders::DisassociateWirelessDeviceFromThingFluentBuilder::new(
            self.handle.clone(),
        )
    }
}