python-botocore/tests/unit/response_parsing/xml/responses/ec2-describe-bundle-tasks.json

10 lines
497 B
JSON
Raw Normal View History

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