mirror of
https://github.com/cderche/greenlock-storage-s3
synced 2025-05-13 16:16:32 +00:00
20 lines
433 B
JSON
20 lines
433 B
JSON
{
|
|
"pagination": {
|
|
"ListSigningJobs": {
|
|
"input_token": "nextToken",
|
|
"output_token": "nextToken",
|
|
"limit_key": "maxResults"
|
|
},
|
|
"ListSigningPlatforms": {
|
|
"input_token": "nextToken",
|
|
"output_token": "nextToken",
|
|
"limit_key": "maxResults"
|
|
},
|
|
"ListSigningProfiles": {
|
|
"input_token": "nextToken",
|
|
"output_token": "nextToken",
|
|
"limit_key": "maxResults"
|
|
}
|
|
}
|
|
}
|