mirror of
https://github.com/cderche/greenlock-storage-s3
synced 2025-05-13 16:16:32 +00:00
17 lines
351 B
JSON
17 lines
351 B
JSON
{
|
|
"pagination": {
|
|
"ListEventSources": {
|
|
"input_token": "Marker",
|
|
"output_token": "NextMarker",
|
|
"limit_key": "MaxItems",
|
|
"result_key": "EventSources"
|
|
},
|
|
"ListFunctions": {
|
|
"input_token": "Marker",
|
|
"output_token": "NextMarker",
|
|
"limit_key": "MaxItems",
|
|
"result_key": "Functions"
|
|
}
|
|
}
|
|
}
|