mirror of
https://gh.wpcy.net/https://github.com/pixelabs-wp/whitelabel-plugins-update-server.git
synced 2026-04-19 05:26:01 +08:00
3 lines
377 B
PHP
3 lines
377 B
PHP
<?php
|
|
// This file was auto-generated from sdk-root/src/data/cloud9/2017-09-23/paginators-1.json
|
|
return [ 'pagination' => [ 'DescribeEnvironmentMemberships' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', ], 'ListEnvironments' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', ], ],];
|