mirror of
https://gh.wpcy.net/https://github.com/pixelabs-wp/whitelabel-plugins-update-server.git
synced 2026-04-18 04:02:15 +08:00
3 lines
300 B
PHP
3 lines
300 B
PHP
<?php
|
|
// This file was auto-generated from sdk-root/src/data/importexport/2010-06-01/paginators-1.json
|
|
return [ 'pagination' => [ 'ListJobs' => [ 'input_token' => 'Marker', 'output_token' => 'Jobs[-1].JobId', 'more_results' => 'IsTruncated', 'limit_key' => 'MaxJobs', 'result_key' => 'Jobs', ], ],];
|