aws-sdk-iotmanagedintegrations 1.42.0

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