UNPKG

634 BJSONView Raw
1{
2 "pagination": {
3 "ListPipelines": {
4 "input_token": "marker",
5 "output_token": "marker",
6 "more_results": "hasMoreResults",
7 "result_key": "pipelineIdList"
8 },
9 "DescribeObjects": {
10 "input_token": "marker",
11 "output_token": "marker",
12 "more_results": "hasMoreResults",
13 "result_key": "pipelineObjects"
14 },
15 "DescribePipelines": {
16 "result_key": "pipelineDescriptionList"
17 },
18 "QueryObjects": {
19 "input_token": "marker",
20 "output_token": "marker",
21 "more_results": "hasMoreResults",
22 "limit_key": "limit",
23 "result_key": "ids"
24 }
25 }
26}