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-vpc.json
Size: Mime:
{
    "ResponseMetadata": {
        "RequestId": "7a62c49f-347e-4fc4-9331-6e8eEXAMPLE"
    }, 
    "Vpc": {
        "VpcId": "vpc-1a2b3c4d", 
        "InstanceTenancy": "default", 
        "Tags": [], 
        "State": "pending", 
        "DhcpOptionsId": "dopt-1a2b3c4d2", 
        "CidrBlock": "10.0.0.0/16"
    }
}