**To describe the available scaling adjustment types** This example describes the available adjustment types. :: aws autoscaling describe-adjustment-types Output:: { "AdjustmentTypes": [ { "AdjustmentType": "ChangeInCapacity" }, { "AdjustmentType": "ExactCapacity" }, { "AdjustmentType": "PercentChangeInCapacity" } ] } For more information, see `Scaling adjustment types `__ in the *Amazon EC2 Auto Scaling User Guide*.