python-botocore/tests/unit/response_parsing/xml/responses/ec2-describe-availability-zones.json

26 lines
599 B
JSON
Raw Normal View History

{
"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"
}
}