aws-sdk-iotwireless 1.108.0

AWS SDK for AWS IoT Wireless
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`ResetResourceLogLevel`](crate::operation::reset_resource_log_level::builders::ResetResourceLogLevelFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`resource_identifier(impl Into<String>)`](crate::operation::reset_resource_log_level::builders::ResetResourceLogLevelFluentBuilder::resource_identifier) / [`set_resource_identifier(Option<String>)`](crate::operation::reset_resource_log_level::builders::ResetResourceLogLevelFluentBuilder::set_resource_identifier):<br>required: **true**<br><p>The unique identifier of the resource, which can be the wireless gateway ID, the wireless device ID, or the FUOTA task ID.</p><br>
    ///   - [`resource_type(impl Into<String>)`](crate::operation::reset_resource_log_level::builders::ResetResourceLogLevelFluentBuilder::resource_type) / [`set_resource_type(Option<String>)`](crate::operation::reset_resource_log_level::builders::ResetResourceLogLevelFluentBuilder::set_resource_type):<br>required: **true**<br><p>The type of resource, which can be <code>WirelessDevice</code>, <code>WirelessGateway</code>, or <code>FuotaTask</code>.</p><br>
    /// - On success, responds with [`ResetResourceLogLevelOutput`](crate::operation::reset_resource_log_level::ResetResourceLogLevelOutput)
    /// - On failure, responds with [`SdkError<ResetResourceLogLevelError>`](crate::operation::reset_resource_log_level::ResetResourceLogLevelError)
    pub fn reset_resource_log_level(&self) -> crate::operation::reset_resource_log_level::builders::ResetResourceLogLevelFluentBuilder {
        crate::operation::reset_resource_log_level::builders::ResetResourceLogLevelFluentBuilder::new(self.handle.clone())
    }
}