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

16 lines
449 B
JSON
Raw Normal View History

{
"Processes": [
{"ProcessName": "AZRebalance"},
{"ProcessName": "AddToLoadBalancer"},
{"ProcessName": "AlarmNotification"},
{"ProcessName": "HealthCheck"},
{"ProcessName": "Launch"},
{"ProcessName": "ReplaceUnhealthy"},
{"ProcessName": "ScheduledActions"},
{"ProcessName": "Terminate"}
],
"ResponseMetadata": {
"RequestId": "67705466-9167-11e2-9223-abe83dfc0567"
}
}