AWS cli documentation change
Summary
Updated AWS CLI version reference and added documentation for InstanceDrainStatus field in Sessions response
Security assessment
The change adds documentation for InstanceDrainStatus field which indicates drain status of instances hosting sessions. This is an operational feature for managing session lifecycle, not a security feature or vulnerability fix.
Diff
diff --git a/cli/latest/reference/appstream/describe-sessions.md b/cli/latest/reference/appstream/describe-sessions.md index e10ec4902..d6ece9ba5 100644 --- a//cli/latest/reference/appstream/describe-sessions.md +++ b//cli/latest/reference/appstream/describe-sessions.md @@ -15 +15 @@ - * [AWS CLI 2.34.21 Command Reference](../../index.html) » + * [AWS CLI 2.34.23 Command Reference](../../index.html) » @@ -424,0 +425,12 @@ Sessions -> (list) +>> +>> InstanceDrainStatus -> (string) +>> +>>> The drain status of the instance hosting the streaming session. This only applies to multi-session fleets. +>>> +>>> Possible values: +>>> +>>> * `ACTIVE` +>>> * `DRAINING` +>>> * `NOT_APPLICABLE` +>>> + @@ -446 +458 @@ NextToken -> (string) - * [AWS CLI 2.34.21 Command Reference](../../index.html) » + * [AWS CLI 2.34.23 Command Reference](../../index.html) »