1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteDevice`](crate::operation::delete_device::builders::DeleteDeviceFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`device_arn(impl Into<String>)`](crate::operation::delete_device::builders::DeleteDeviceFluentBuilder::device_arn) / [`set_device_arn(Option<String>)`](crate::operation::delete_device::builders::DeleteDeviceFluentBuilder::set_device_arn):<br>required: **true**<br><p>The ARN of the device for which to request details.</p><br>
    /// - On success, responds with [`DeleteDeviceOutput`](crate::operation::delete_device::DeleteDeviceOutput)
    /// - On failure, responds with [`SdkError<DeleteDeviceError>`](crate::operation::delete_device::DeleteDeviceError)
    #[deprecated(note = "Alexa For Business is no longer supported")]
    pub fn delete_device(&self) -> crate::operation::delete_device::builders::DeleteDeviceFluentBuilder {
        crate::operation::delete_device::builders::DeleteDeviceFluentBuilder::new(self.handle.clone())
    }
}