aws_sdk_iotwireless/client/disassociate_wireless_gateway_from_thing.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3 /// Constructs a fluent builder for the [`DisassociateWirelessGatewayFromThing`](crate::operation::disassociate_wireless_gateway_from_thing::builders::DisassociateWirelessGatewayFromThingFluentBuilder) operation.
4 ///
5 /// - The fluent builder is configurable:
6 /// - [`id(impl Into<String>)`](crate::operation::disassociate_wireless_gateway_from_thing::builders::DisassociateWirelessGatewayFromThingFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::disassociate_wireless_gateway_from_thing::builders::DisassociateWirelessGatewayFromThingFluentBuilder::set_id):<br>required: **true**<br><p>The ID of the resource to update.</p><br>
7 /// - On success, responds with [`DisassociateWirelessGatewayFromThingOutput`](crate::operation::disassociate_wireless_gateway_from_thing::DisassociateWirelessGatewayFromThingOutput)
8 /// - On failure, responds with [`SdkError<DisassociateWirelessGatewayFromThingError>`](crate::operation::disassociate_wireless_gateway_from_thing::DisassociateWirelessGatewayFromThingError)
9 pub fn disassociate_wireless_gateway_from_thing(
10 &self,
11 ) -> crate::operation::disassociate_wireless_gateway_from_thing::builders::DisassociateWirelessGatewayFromThingFluentBuilder {
12 crate::operation::disassociate_wireless_gateway_from_thing::builders::DisassociateWirelessGatewayFromThingFluentBuilder::new(
13 self.handle.clone(),
14 )
15 }
16}