mirror of
https://github.com/cderche/greenlock-storage-s3
synced 2025-05-13 16:16:32 +00:00
28 lines
710 B
JSON
28 lines
710 B
JSON
{
|
|
"pagination": {
|
|
"GetConnectors": {
|
|
"input_token": "nextToken",
|
|
"limit_key": "maxResults",
|
|
"output_token": "nextToken",
|
|
"result_key": "connectorList"
|
|
},
|
|
"GetReplicationJobs": {
|
|
"input_token": "nextToken",
|
|
"limit_key": "maxResults",
|
|
"output_token": "nextToken",
|
|
"result_key": "replicationJobList"
|
|
},
|
|
"GetReplicationRuns": {
|
|
"input_token": "nextToken",
|
|
"limit_key": "maxResults",
|
|
"output_token": "nextToken",
|
|
"result_key": "replicationRunList"
|
|
},
|
|
"GetServers": {
|
|
"input_token": "nextToken",
|
|
"limit_key": "maxResults",
|
|
"output_token": "nextToken",
|
|
"result_key": "serverList"
|
|
}
|
|
}
|
|
} |