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

25 lines
637 B
JSON

{
"DhcpOptions": [
{
"DhcpConfigurations": [
{
"Values": [
{"Value": "us-west-2.compute.internal"}
],
"Key": "domain-name"
},
{
"Values": [
{"Value": "AmazonProvidedDNS"}
],
"Key": "domain-name-servers"
}
],
"DhcpOptionsId": "dopt-eb291082"
}
],
"ResponseMetadata": {
"RequestId": "684ba87f-78a1-4c29-a70b-f6103a15c162"
}
}