// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetManagedThingConnectivityData`](crate::operation::get_managed_thing_connectivity_data::builders::GetManagedThingConnectivityDataFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`identifier(impl Into<String>)`](crate::operation::get_managed_thing_connectivity_data::builders::GetManagedThingConnectivityDataFluentBuilder::identifier) / [`set_identifier(Option<String>)`](crate::operation::get_managed_thing_connectivity_data::builders::GetManagedThingConnectivityDataFluentBuilder::set_identifier):<br>required: **true**<br><p>The identifier of a managed thing.</p><br>
/// - On success, responds with [`GetManagedThingConnectivityDataOutput`](crate::operation::get_managed_thing_connectivity_data::GetManagedThingConnectivityDataOutput) with field(s):
/// - [`managed_thing_id(Option<String>)`](crate::operation::get_managed_thing_connectivity_data::GetManagedThingConnectivityDataOutput::managed_thing_id): <p>The id of a managed thing.</p>
/// - [`connected(Option<bool>)`](crate::operation::get_managed_thing_connectivity_data::GetManagedThingConnectivityDataOutput::connected): <p>The connectivity status for a managed thing.</p>
/// - [`timestamp(Option<DateTime>)`](crate::operation::get_managed_thing_connectivity_data::GetManagedThingConnectivityDataOutput::timestamp): <p>The timestamp value of when the connectivity status for a managed thing was last taken.</p>
/// - [`disconnect_reason(Option<DisconnectReasonValue>)`](crate::operation::get_managed_thing_connectivity_data::GetManagedThingConnectivityDataOutput::disconnect_reason): <p>The reason for the connectivity disconnect with the managed thing.</p>
/// - On failure, responds with [`SdkError<GetManagedThingConnectivityDataError>`](crate::operation::get_managed_thing_connectivity_data::GetManagedThingConnectivityDataError)
pub fn get_managed_thing_connectivity_data(
&self,
) -> crate::operation::get_managed_thing_connectivity_data::builders::GetManagedThingConnectivityDataFluentBuilder {
crate::operation::get_managed_thing_connectivity_data::builders::GetManagedThingConnectivityDataFluentBuilder::new(self.handle.clone())
}
}