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
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`PutHubConfiguration`](crate::operation::put_hub_configuration::builders::PutHubConfigurationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`hub_token_timer_expiry_setting_in_seconds(i64)`](crate::operation::put_hub_configuration::builders::PutHubConfigurationFluentBuilder::hub_token_timer_expiry_setting_in_seconds) / [`set_hub_token_timer_expiry_setting_in_seconds(Option<i64>)`](crate::operation::put_hub_configuration::builders::PutHubConfigurationFluentBuilder::set_hub_token_timer_expiry_setting_in_seconds):<br>required: **true**<br><p>A user-defined integer value that represents the hub token timer expiry setting in seconds.</p><br>
    /// - On success, responds with [`PutHubConfigurationOutput`](crate::operation::put_hub_configuration::PutHubConfigurationOutput) with field(s):
    ///   - [`hub_token_timer_expiry_setting_in_seconds(Option<i64>)`](crate::operation::put_hub_configuration::PutHubConfigurationOutput::hub_token_timer_expiry_setting_in_seconds): <p>A user-defined integer value that represents the hub token timer expiry setting in seconds.</p>
    /// - On failure, responds with [`SdkError<PutHubConfigurationError>`](crate::operation::put_hub_configuration::PutHubConfigurationError)
    pub fn put_hub_configuration(&self) -> crate::operation::put_hub_configuration::builders::PutHubConfigurationFluentBuilder {
        crate::operation::put_hub_configuration::builders::PutHubConfigurationFluentBuilder::new(self.handle.clone())
    }
}