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
15
16
17
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetOtaTaskConfiguration`](crate::operation::get_ota_task_configuration::builders::GetOtaTaskConfigurationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`identifier(impl Into<String>)`](crate::operation::get_ota_task_configuration::builders::GetOtaTaskConfigurationFluentBuilder::identifier) / [`set_identifier(Option<String>)`](crate::operation::get_ota_task_configuration::builders::GetOtaTaskConfigurationFluentBuilder::set_identifier):<br>required: **true**<br><p>The over-the-air (OTA) task configuration id.</p><br>
    /// - On success, responds with [`GetOtaTaskConfigurationOutput`](crate::operation::get_ota_task_configuration::GetOtaTaskConfigurationOutput) with field(s):
    ///   - [`task_configuration_id(Option<String>)`](crate::operation::get_ota_task_configuration::GetOtaTaskConfigurationOutput::task_configuration_id): <p>The over-the-air (OTA) task configuration id.</p>
    ///   - [`name(Option<String>)`](crate::operation::get_ota_task_configuration::GetOtaTaskConfigurationOutput::name): <p>The name of the over-the-air (OTA) task configuration.</p>
    ///   - [`push_config(Option<PushConfig>)`](crate::operation::get_ota_task_configuration::GetOtaTaskConfigurationOutput::push_config): <p>Describes the type of configuration used for the over-the-air (OTA) task.</p>
    ///   - [`description(Option<String>)`](crate::operation::get_ota_task_configuration::GetOtaTaskConfigurationOutput::description): <p>A description of the over-the-air (OTA) task configuration.</p>
    ///   - [`created_at(Option<DateTime>)`](crate::operation::get_ota_task_configuration::GetOtaTaskConfigurationOutput::created_at): <p>The timestamp value of when the over-the-air (OTA) task configuration was created at.</p>
    /// - On failure, responds with [`SdkError<GetOtaTaskConfigurationError>`](crate::operation::get_ota_task_configuration::GetOtaTaskConfigurationError)
    pub fn get_ota_task_configuration(&self) -> crate::operation::get_ota_task_configuration::builders::GetOtaTaskConfigurationFluentBuilder {
        crate::operation::get_ota_task_configuration::builders::GetOtaTaskConfigurationFluentBuilder::new(self.handle.clone())
    }
}