// 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())
}
}