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

17 lines
444 B
JSON

{
"Application": {
"ApplicationName": "SampleApp",
"Description": "Another Description",
"Versions": [
"New Version"
],
"DateCreated": "2010-11-17T19:26:20.410Z",
"ConfigurationTemplates": [
"Default"
],
"DateUpdated": "2010-11-17T20:42:54.611Z"
},
"ResponseMetadata": {
"RequestId": "40be666b-f28b-11df-8a78-9f77047e0d0c"
}
}