123 |
- <?php
- // This file was auto-generated from sdk-root/src/data/docdb-elastic/2022-11-28/paginators-1.json
- return [ 'pagination' => [ 'ListClusterSnapshots' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'snapshots', ], 'ListClusters' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'clusters', ], ],];
|