I have looked through the documentation. I need to be able to pull the Minimum Capacity, Maximum Capacity, and Scaling Policies that are defined in my AppStream fleets.
In this module
https://www.powershellgallery.com/packages/AWS.Tools.AppStream/4.1.217
and the defined documentation here
https://docs.aws.amazon.com/powershell/latest/reference/index.html
you can see there are some functions but none of them return the fleet configuration information that I need to pull. I've already tried really digging into Get-APSFleetList and looking into the ComputeCapacityStatus model, but that contains information about the current capacity by showing available sessions, running, etc. It looks like describe-fleet-capacity in the CLI would return some max/min capacity information but there doesn't seem to be a mapping of that function over to the Powershell SDK. Haven't found anything about the scaling policies.
Any suggestions on how to resolve this are much appreciated!