python-botocore/tests/unit/response_parsing/xml/responses/autoscaling-describe-adjustment-types.json

11 lines
268 B
JSON
Raw Normal View History

{
"ResponseMetadata": {
"RequestId": "6782caf9-9167-11e2-9223-abe83dfc0567"
},
"AdjustmentTypes": [
{"AdjustmentType": "ChangeInCapacity"},
{"AdjustmentType": "ExactCapacity"},
{"AdjustmentType": "PercentChangeInCapacity"}
]
}