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

16 lines
472 B
JSON

{
"ApplicationVersion": {
"ApplicationName": "SampleApp",
"VersionLabel": "New Version",
"Description": "New Release Description",
"DateCreated": "2010-11-17T19:26:20.699Z",
"DateUpdated": "2010-11-17T20:48:16.632Z",
"SourceBundle": {
"S3Bucket": "awsemr",
"S3Key": "sample.war"
}
},
"ResponseMetadata": {
"RequestId": "00b10aa1-f28c-11df-8a78-9f77047e0d0c"
}
}