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 [`UpdateOtaTask`](crate::operation::update_ota_task::builders::UpdateOtaTaskFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`identifier(impl Into<String>)`](crate::operation::update_ota_task::builders::UpdateOtaTaskFluentBuilder::identifier) / [`set_identifier(Option<String>)`](crate::operation::update_ota_task::builders::UpdateOtaTaskFluentBuilder::set_identifier):<br>required: **true**<br><p>The over-the-air (OTA) task id.</p><br>
    ///   - [`description(impl Into<String>)`](crate::operation::update_ota_task::builders::UpdateOtaTaskFluentBuilder::description) / [`set_description(Option<String>)`](crate::operation::update_ota_task::builders::UpdateOtaTaskFluentBuilder::set_description):<br>required: **false**<br><p>The description of the over-the-air (OTA) task.</p><br>
    ///   - [`task_configuration_id(impl Into<String>)`](crate::operation::update_ota_task::builders::UpdateOtaTaskFluentBuilder::task_configuration_id) / [`set_task_configuration_id(Option<String>)`](crate::operation::update_ota_task::builders::UpdateOtaTaskFluentBuilder::set_task_configuration_id):<br>required: **false**<br><p>The identifier for the over-the-air (OTA) task configuration.</p><br>
    /// - On success, responds with [`UpdateOtaTaskOutput`](crate::operation::update_ota_task::UpdateOtaTaskOutput)
    /// - On failure, responds with [`SdkError<UpdateOtaTaskError>`](crate::operation::update_ota_task::UpdateOtaTaskError)
    pub fn update_ota_task(&self) -> crate::operation::update_ota_task::builders::UpdateOtaTaskFluentBuilder {
        crate::operation::update_ota_task::builders::UpdateOtaTaskFluentBuilder::new(self.handle.clone())
    }
}