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

15 lines
408 B
JSON
Raw Normal View History

{
"Application": {
"ApplicationName": "SampleApp",
"Description": "Sample Description",
"Versions": [],
"DateCreated": "2010-11-16T23:09:20.256Z",
"ConfigurationTemplates": [
"Default"
],
"DateUpdated": "2010-11-16T23:09:20.256Z"
},
"ResponseMetadata": {
"RequestId": "8b00e053-f1d6-11df-8a78-9f77047e0d0c"
}
}