ComputeCapacityStatus
Describes the capacity status for a fleet.
Contents
- Desired
 - 
               
The desired number of streaming instances.
Type: Integer
Required: Yes
 - ActiveUserSessions
 - 
               
The number of user sessions currently being used for streaming sessions. This only applies to multi-session fleets.
Type: Integer
Required: No
 - ActualUserSessions
 - 
               
The total number of session slots that are available for streaming or are currently streaming.
ActualUserSessionCapacity = AvailableUserSessionCapacity + ActiveUserSessions
This only applies to multi-session fleets.
Type: Integer
Required: No
 - Available
 - 
               
The number of currently available instances that can be used to stream sessions.
Type: Integer
Required: No
 - AvailableUserSessions
 - 
               
The number of idle session slots currently available for user sessions.
AvailableUserSessionCapacity = ActualUserSessionCapacity - ActiveUserSessions
This only applies to multi-session fleets.
Type: Integer
Required: No
 - DesiredUserSessions
 - 
               
The total number of sessions slots that are either running or pending. This represents the total number of concurrent streaming sessions your fleet can support in a steady state.
DesiredUserSessionCapacity = ActualUserSessionCapacity + PendingUserSessionCapacity
This only applies to multi-session fleets.
Type: Integer
Required: No
 - InUse
 - 
               
The number of instances in use for streaming.
Type: Integer
Required: No
 - Running
 - 
               
The total number of simultaneous streaming instances that are running.
Type: Integer
Required: No
 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: