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

19 lines
747 B
XML

<UpdateApplicationVersionResponse xmlns="http://elasticbeanstalk.amazonaws.com/docs/2010-12-01/">
<UpdateApplicationVersionResult>
<ApplicationVersion>
<SourceBundle>
<S3Bucket>awsemr</S3Bucket>
<S3Key>sample.war</S3Key>
</SourceBundle>
<VersionLabel>New Version</VersionLabel>
<Description>New Release Description</Description>
<ApplicationName>SampleApp</ApplicationName>
<DateCreated>2010-11-17T19:26:20.699Z</DateCreated>
<DateUpdated>2010-11-17T20:48:16.632Z</DateUpdated>
</ApplicationVersion>
</UpdateApplicationVersionResult>
<ResponseMetadata>
<RequestId>00b10aa1-f28c-11df-8a78-9f77047e0d0c</RequestId>
</ResponseMetadata>
</UpdateApplicationVersionResponse>