| 12451 |
kshitij.so |
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
2 |
<GetFeedSubmissionListByNextTokenResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
|
|
|
3 |
<GetFeedSubmissionListByNextTokenResult>
|
|
|
4 |
<NextToken>string</NextToken>
|
|
|
5 |
<HasNext>false</HasNext>
|
|
|
6 |
<!--1 or more repetitions:-->
|
|
|
7 |
<FeedSubmissionInfo>
|
|
|
8 |
<FeedSubmissionId>string</FeedSubmissionId>
|
|
|
9 |
<FeedType>string</FeedType>
|
|
|
10 |
<SubmittedDate>string</SubmittedDate>
|
|
|
11 |
<FeedProcessingStatus>string</FeedProcessingStatus>
|
|
|
12 |
<!--Optional:-->
|
|
|
13 |
<StartedProcessingDate>2007-10-25T23:36:28</StartedProcessingDate>
|
|
|
14 |
<!--Optional:-->
|
|
|
15 |
<CompletedProcessingDate>2004-02-14T10:44:14</CompletedProcessingDate>
|
|
|
16 |
</FeedSubmissionInfo>
|
|
|
17 |
</GetFeedSubmissionListByNextTokenResult>
|
|
|
18 |
<ResponseMetadata>
|
|
|
19 |
<RequestId>string</RequestId>
|
|
|
20 |
</ResponseMetadata>
|
|
|
21 |
</GetFeedSubmissionListByNextTokenResponse>
|