aws_sdk_iotwireless/client/delete_fuota_task.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 [`DeleteFuotaTask`](crate::operation::delete_fuota_task::builders::DeleteFuotaTaskFluentBuilder) operation.
4 ///
5 /// - The fluent builder is configurable:
6 /// - [`id(impl Into<String>)`](crate::operation::delete_fuota_task::builders::DeleteFuotaTaskFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::delete_fuota_task::builders::DeleteFuotaTaskFluentBuilder::set_id):<br>required: **true**<br><p>The ID of a FUOTA task.</p><br>
7 /// - On success, responds with [`DeleteFuotaTaskOutput`](crate::operation::delete_fuota_task::DeleteFuotaTaskOutput)
8 /// - On failure, responds with [`SdkError<DeleteFuotaTaskError>`](crate::operation::delete_fuota_task::DeleteFuotaTaskError)
9 pub fn delete_fuota_task(&self) -> crate::operation::delete_fuota_task::builders::DeleteFuotaTaskFluentBuilder {
10 crate::operation::delete_fuota_task::builders::DeleteFuotaTaskFluentBuilder::new(self.handle.clone())
11 }
12}