AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/iot/search-index.md

Summary

Added connectivity status clarification for disconnected devices and updated field descriptions

Security assessment

Enhances documentation accuracy for device connectivity status but doesn't indicate security fixes.

Diff

diff --git a/cli/latest/reference/iot/search-index.md b/cli/latest/reference/iot/search-index.md
index d077457ae..83927c641 100644
--- a//cli/latest/reference/iot/search-index.md
+++ b//cli/latest/reference/iot/search-index.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.57 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.61 Command Reference](../../index.html) »
@@ -60 +60,3 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c
-The query search index.
+Searches the specified index.
+
+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 `connectivity` object for this device in the response will have the `connected` field set to `false` with no additional session details.
@@ -420 +422 @@ things -> (list)
->>>> The epoch time (in milliseconds) when the thing last connected or disconnected. If the thing has been disconnected for approximately an hour, the time value might be missing. When you enable or update the indexing configuration, this value might be `0` (the Unix epoch time) for devices that have never connected or have been disconnected for more than an hour.
+>>>> The epoch time (in milliseconds) when the thing last connected or disconnected.
@@ -424 +426 @@ things -> (list)
->>>> The reason why the client is disconnected. When you enable or update the indexing configuration, this value might be missing for devices that have never connected or have been disconnected for more than an hour.
+>>>> The reason that the client is disconnected.
@@ -531 +533 @@ thingGroups -> (list)
-  * [AWS CLI 2.34.57 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.61 Command Reference](../../index.html) »