AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/appstream/describe-fleets.md

Summary

Updated AWS CLI version reference and added documentation for three new drain mode metrics in Fleets list response

Security assessment

The change adds documentation for operational metrics (Draining, DrainModeActiveUserSessions, DrainModeUnusedUserSessions) related to fleet monitoring. These help track instance drain status but don't address security vulnerabilities or document security features.

Diff

diff --git a/cli/latest/reference/appstream/describe-fleets.md b/cli/latest/reference/appstream/describe-fleets.md
index c576960ad..e637d44f2 100644
--- a//cli/latest/reference/appstream/describe-fleets.md
+++ b//cli/latest/reference/appstream/describe-fleets.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.21 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.23 Command Reference](../../index.html) »
@@ -433,0 +434,12 @@ Fleets -> (list)
+>>> 
+>>> Draining -> (integer)
+>>>
+>>>> The number of instances in drain mode. This only applies to multi-session fleets.
+>>> 
+>>> DrainModeActiveUserSessions -> (integer)
+>>>
+>>>> The number of active user sessions on instances in drain mode. This only applies to multi-session fleets.
+>>> 
+>>> DrainModeUnusedUserSessions -> (integer)
+>>>
+>>>> The number of unused session slots on instances in drain mode that cannot be used for user session provisioning. This only applies to multi-session fleets.
@@ -722 +734 @@ NextToken -> (string)
-  * [AWS CLI 2.34.21 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.23 Command Reference](../../index.html) »