python-botocore/tests/unit/response_parsing/xml/responses/ec2-describe-availability-zones.json
2015-11-24 20:34:53 +09:00

26 lines
599 B
JSON

{
"AvailabilityZones": [
{
"State": "available",
"RegionName": "us-west-2",
"Messages": [],
"ZoneName": "us-west-2a"
},
{
"State": "available",
"RegionName": "us-west-2",
"Messages": [],
"ZoneName": "us-west-2b"
},
{
"State": "available",
"RegionName": "us-west-2",
"Messages": [],
"ZoneName": "us-west-2c"
}
],
"ResponseMetadata": {
"RequestId": "134223fa-6e75-437d-8235-5e7ad2482839"
}
}