python-botocore/tests/unit/response_parsing/xml/responses/autoscaling-describe-auto-scaling-notification-types.json
2015-11-24 20:34:53 +09:00

12 lines
375 B
JSON

{
"AutoScalingNotificationTypes": [
"autoscaling:EC2_INSTANCE_LAUNCH",
"autoscaling:EC2_INSTANCE_LAUNCH_ERROR",
"autoscaling:EC2_INSTANCE_TERMINATE",
"autoscaling:EC2_INSTANCE_TERMINATE_ERROR",
"autoscaling:TEST_NOTIFICATION"
],
"ResponseMetadata": {
"RequestId": "68cc13f5-9167-11e2-9863-c1fc2ead119c"
}
}