python-botocore/tests/unit/response_parsing/xml/responses/cloudfront-get-invalidation.json

19 lines
491 B
JSON
Raw Normal View History

{
"Invalidation": {
"Status": "InProgress",
"InvalidationBatch": {
"Paths": {
"Items": [
"/image1.jpg",
"/image2.jpg",
"/videos/movie.flv"
],
"Quantity": 3
},
"CallerReference": "20120301090001"
},
"Id": "IDFDVBD632BHDS5",
"CreateTime": "2009-11-19T19:37:58Z"
},
"ResponseMetadata": {}
}