python-botocore/tests/unit/response_parsing/xml/responses/elasticbeanstalk-describe-application-versions.json
2015-11-24 20:34:53 +09:00

9 lines
530 B
JSON

{"ApplicationVersions": [{"ApplicationName": "SampleApp",
"DateCreated": "2010-11-17T03:21:59.161Z",
"DateUpdated": "2010-11-17T03:21:59.161Z",
"Description": "description",
"SourceBundle": {"S3Bucket": "amazonaws.com",
"S3Key": "sample.war"},
"VersionLabel": "Version1"}],
"ResponseMetadata": {"RequestId": "773cd80a-f26c-11df-8a78-9f77047e0d0c"}}