python-botocore/tests/unit/response_parsing/xml/responses/rds-describe-db-subnet-groups.json
2015-11-24 20:34:53 +09:00

65 lines
2.1 KiB
JSON

{
"ResponseMetadata": {
"RequestId": "31d0faee-229b-11e1-81f1-df3a2a803dad"
},
"DBSubnetGroups": [
{
"Subnets": [
{
"SubnetStatus": "Active",
"SubnetIdentifier": "subnet-7c5b4115",
"SubnetAvailabilityZone": {
"Name": "us-east-1c"
}
},
{
"SubnetStatus": "Active",
"SubnetIdentifier": "subnet-7b5b4112",
"SubnetAvailabilityZone": {
"Name": "us-east-1b"
}
},
{
"SubnetStatus": "Active",
"SubnetIdentifier": "subnet-3ea6bd57",
"SubnetAvailabilityZone": {
"Name": "us-east-1d"
}
}
],
"DBSubnetGroupName": "subnet_grp1",
"VpcId": "990524496922",
"DBSubnetGroupDescription": "description",
"SubnetGroupStatus": "Complete"
},
{
"Subnets": [
{
"SubnetStatus": "Active",
"SubnetIdentifier": "subnet-7c5b4115",
"SubnetAvailabilityZone": {
"Name": "us-east-1c"
}
},
{
"SubnetStatus": "Active",
"SubnetIdentifier": "subnet-7b5b4112",
"SubnetAvailabilityZone": {
"Name": "us-east-1b"
}
},
{
"SubnetStatus": "Active",
"SubnetIdentifier": "subnet-3ea6bd57",
"SubnetAvailabilityZone": {
"Name": "us-east-1d"
}
}
],
"DBSubnetGroupName": "subnet_grp2",
"VpcId": "990524496922",
"DBSubnetGroupDescription": "description",
"SubnetGroupStatus": "Complete"
}
]
}