mirror of
https://github.com/cderche/greenlock-storage-s3
synced 2025-05-13 16:16:32 +00:00
27 lines
634 B
JSON
27 lines
634 B
JSON
{
|
|
"pagination": {
|
|
"ListPipelines": {
|
|
"input_token": "marker",
|
|
"output_token": "marker",
|
|
"more_results": "hasMoreResults",
|
|
"result_key": "pipelineIdList"
|
|
},
|
|
"DescribeObjects": {
|
|
"input_token": "marker",
|
|
"output_token": "marker",
|
|
"more_results": "hasMoreResults",
|
|
"result_key": "pipelineObjects"
|
|
},
|
|
"DescribePipelines": {
|
|
"result_key": "pipelineDescriptionList"
|
|
},
|
|
"QueryObjects": {
|
|
"input_token": "marker",
|
|
"output_token": "marker",
|
|
"more_results": "hasMoreResults",
|
|
"limit_key": "limit",
|
|
"result_key": "ids"
|
|
}
|
|
}
|
|
}
|