summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/data/datapipeline/2012-10-29/paginators-1.json.php
blob: 75e02792b8e34a93c6bc31681ce8e6c8d17bb6ee (plain)
1
2
3
<?php
// This file was auto-generated from sdk-root/src/data/datapipeline/2012-10-29/paginators-1.json
return [ 'pagination' => [ 'DescribeObjects' => [ 'input_token' => 'marker', 'more_results' => 'hasMoreResults', 'output_token' => 'marker', 'result_key' => 'pipelineObjects', ], 'DescribePipelines' => [ 'result_key' => 'pipelineDescriptionList', ], 'ListPipelines' => [ 'input_token' => 'marker', 'more_results' => 'hasMoreResults', 'output_token' => 'marker', 'result_key' => 'pipelineIdList', ], 'QueryObjects' => [ 'input_token' => 'marker', 'limit_key' => 'limit', 'more_results' => 'hasMoreResults', 'output_token' => 'marker', 'result_key' => 'ids', ], ],];