python-botocore/tests/unit/response_parsing/xml/responses/elasticbeanstalk-describe-application-versions.json

9 lines
530 B
JSON
Raw Normal View History

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