AWS cli documentation change
Summary
Updated AWS CLI version reference and added documentation for three new drain mode metrics in Fleet structure response
Security assessment
The change adds documentation for operational metrics (Draining, DrainModeActiveUserSessions, DrainModeUnusedUserSessions) related to fleet updates. These are monitoring features for drain mode operations, not security features or vulnerability fixes.
Diff
diff --git a/cli/latest/reference/appstream/update-fleet.md b/cli/latest/reference/appstream/update-fleet.md index e06de54e0..0a789bf7d 100644 --- a//cli/latest/reference/appstream/update-fleet.md +++ b//cli/latest/reference/appstream/update-fleet.md @@ -15 +15 @@ - * [AWS CLI 2.34.21 Command Reference](../../index.html) » + * [AWS CLI 2.34.23 Command Reference](../../index.html) » @@ -871,0 +872,12 @@ Fleet -> (structure) +>> +>> 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. @@ -1150 +1162 @@ Fleet -> (structure) - * [AWS CLI 2.34.21 Command Reference](../../index.html) » + * [AWS CLI 2.34.23 Command Reference](../../index.html) »