| 12451 |
kshitij.so |
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
2 |
<GetReportScheduleListResponse xmlns="http://mws.amazonaws.com/doc/2009-01-01/">
|
|
|
3 |
<GetReportScheduleListResult>
|
|
|
4 |
<NextToken>string</NextToken>
|
|
|
5 |
<HasNext>false</HasNext>
|
|
|
6 |
<!--1 or more repetitions:-->
|
|
|
7 |
<ReportSchedule>
|
|
|
8 |
<ReportType>string</ReportType>
|
|
|
9 |
<Schedule>string</Schedule>
|
|
|
10 |
<ScheduledDate>2007-10-25T23:36:28</ScheduledDate>
|
|
|
11 |
</ReportSchedule>
|
|
|
12 |
</GetReportScheduleListResult>
|
|
|
13 |
<ResponseMetadata>
|
|
|
14 |
<RequestId>string</RequestId>
|
|
|
15 |
</ResponseMetadata>
|
|
|
16 |
</GetReportScheduleListResponse>
|