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

25 lines
596 B
JSON

{
"DhcpOptions": {
"DhcpOptionsId": "dopt-7a8b9c2d",
"DhcpConfigurations": [
{
"Values": [
{"Value": "example.com"}
],
"Key": "domain-name"
},
{
"Values": [
{"Value": "10.2.5.1"},
{"Value": "10.2.5.2"}
],
"Key": "domain-name-servers"
}
],
"Tags": []
},
"ResponseMetadata": {
"RequestId": "7a62c49f-347e-4fc4-9331-6e8eEXAMPLE"
}
}