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

10 lines
497 B
JSON

{"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"}}