AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-06-04 · Documentation low

File: cli/latest/reference/iot/get-thing-connectivity-data.md

Summary

Clarified connectivity status behavior for disconnected devices and updated field descriptions

Security assessment

Improves accuracy of device connectivity reporting but doesn't address security vulnerabilities.

Diff

diff --git a/cli/latest/reference/iot/get-thing-connectivity-data.md b/cli/latest/reference/iot/get-thing-connectivity-data.md
index 14188ae4a..aba501fc7 100644
--- a//cli/latest/reference/iot/get-thing-connectivity-data.md
+++ b//cli/latest/reference/iot/get-thing-connectivity-data.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.57 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.61 Command Reference](../../index.html) »
@@ -59 +59 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c
-Retrieves the live connectivity status per device.
+Retrieves the live connectivity status per device. If a device has never connected to IoT Core or was disconnected for more than 1 hour before fleet indexing’s `thingConnectivityIndexingMode` was enabled, the response will have the `connected` field set to `false` with no additional session details.
@@ -241 +241 @@ timestamp -> (timestamp)
-> The timestamp of when the event occurred. When you enable or update the indexing configuration, this value might be the Unix epoch time (0) for devices that have never connected or have been disconnected for more than an hour.
+> The timestamp of when the device connected or disconnected.
@@ -245 +245 @@ disconnectReason -> (string)
-> The reason why the client is disconnecting. When you enable or update the indexing configuration, this value might be `UNKNOWN` for devices that have never connected or have been disconnected for more than an hour.
+> The reason that the client is disconnected.
@@ -313 +313 @@ clientId -> (string)
-  * [AWS CLI 2.34.57 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.61 Command Reference](../../index.html) »