Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
botocore / tests / unit / response_parsing / xml / responses / ec2-create-dhcp-options.json
Size: Mime:
{
    "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"
    }
}