aws-sdk-iotmanagedintegrations 1.43.0

AWS SDK for Managed integrations for AWS IoT Device Management
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteOtaTask`](crate::operation::delete_ota_task::builders::DeleteOtaTaskFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`identifier(impl Into<String>)`](crate::operation::delete_ota_task::builders::DeleteOtaTaskFluentBuilder::identifier) / [`set_identifier(Option<String>)`](crate::operation::delete_ota_task::builders::DeleteOtaTaskFluentBuilder::set_identifier):<br>required: **true**<br><p>The identifier of the over-the-air (OTA) task.</p><br>
    /// - On success, responds with [`DeleteOtaTaskOutput`](crate::operation::delete_ota_task::DeleteOtaTaskOutput)
    /// - On failure, responds with [`SdkError<DeleteOtaTaskError>`](crate::operation::delete_ota_task::DeleteOtaTaskError)
    pub fn delete_ota_task(&self) -> crate::operation::delete_ota_task::builders::DeleteOtaTaskFluentBuilder {
        crate::operation::delete_ota_task::builders::DeleteOtaTaskFluentBuilder::new(self.handle.clone())
    }
}