AWS cli documentation change
Summary
Updated AWS CLI version reference and added new MQTT connection fields (keepAliveDuration, cleanSession, sessionExpiry, clientId) to device indexing documentation.
Security assessment
Added documentation about MQTT session attributes which helps understand connection persistence but doesn't address vulnerabilities or weaknesses. No security fixes mentioned.
Diff
diff --git a/cli/latest/reference/iot/search-index.md b/cli/latest/reference/iot/search-index.md index 43f390a64..d077457ae 100644 --- a//cli/latest/reference/iot/search-index.md +++ b//cli/latest/reference/iot/search-index.md @@ -15 +15 @@ - * [AWS CLI 2.34.55 Command Reference](../../index.html) » + * [AWS CLI 2.34.57 Command Reference](../../index.html) » @@ -420 +420 @@ 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. +>>>> 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. @@ -424 +424,17 @@ things -> (list) ->>>> The reason why the client is disconnected. If the thing has been disconnected for approximately an hour, the `disconnectReason` value might be missing. +>>>> 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. +>>> +>>> keepAliveDuration -> (integer) +>>> +>>>> The keep-alive interval in seconds that the client specified when establishing the connection. +>>> +>>> cleanSession -> (boolean) +>>> +>>>> Indicates whether the client is using a clean session. Returns `true` for clean sessions. +>>> +>>> sessionExpiry -> (long) +>>> +>>>> The session expiry interval in seconds for the MQTT client connection. This value indicates how long the session will remain active after the client disconnects. +>>> +>>> clientId -> (string) +>>> +>>>> The unique identifier of the MQTT client. @@ -515 +531 @@ thingGroups -> (list) - * [AWS CLI 2.34.55 Command Reference](../../index.html) » + * [AWS CLI 2.34.57 Command Reference](../../index.html) »