mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-30 19:40:33 -07:00
3 lines
427 B
PHP
3 lines
427 B
PHP
<?php
|
|
// This file was auto-generated from sdk-root/src/data/lambda/2015-03-31/paginators-1.json
|
|
return [ 'pagination' => [ 'ListEventSourceMappings' => [ 'input_token' => 'Marker', 'limit_key' => 'MaxItems', 'output_token' => 'NextMarker', 'result_key' => 'EventSourceMappings', ], 'ListFunctions' => [ 'input_token' => 'Marker', 'limit_key' => 'MaxItems', 'output_token' => 'NextMarker', 'result_key' => 'Functions', ], ],];
|