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

19 lines
498 B
JSON

{
"BundleTask": {
"UpdateTime": "2008-10-07T11:51:50.000Z",
"InstanceId": "i-12345678",
"Storage": {
"S3": {
"Prefix": "winami",
"Bucket": "myawsbucket"
}
},
"State": "bundling",
"StartTime": "2008-10-07T11:41:50.000Z",
"Progress": "70%",
"BundleId": "bun-c1a540a8"
},
"ResponseMetadata": {
"RequestId": "59dbff89-35bd-4eac-99ed-be587EXAMPLE"
}
}