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-cancel-bundle-task.json
Size: Mime:
{
    "BundleTask": {
        "UpdateTime": "2008-10-07T11:51:50.000Z", 
        "InstanceId": "i-12345678", 
        "Storage": {
            "S3": {
                "Prefix": "my-new-image", 
                "Bucket": "myawsbucket"
            }
        }, 
        "State": "canceling", 
        "StartTime": "2008-10-07T11:41:50.000Z", 
        "Progress": "20%", 
        "BundleId": "bun-cla322b9"
    }, 
    "ResponseMetadata": {
        "RequestId": "59dbff89-35bd-4eac-99ed-be587EXAMPLE"
    }
}