Welcome to mirror list, hosted at ThFree Co, Russian Federation.

paginators-1.json.php « 2020-12-01 « fis « data « src « aws-sdk-php « aws - github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c455b8878e14f11653f15c9e0358daddac7f83ce (plain)
1
2
3
<?php
// This file was auto-generated from sdk-root/src/data/fis/2020-12-01/paginators-1.json
return [ 'pagination' => [ 'ListActions' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', ], 'ListExperimentTemplates' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', ], 'ListExperiments' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', ], 'ListTargetResourceTypes' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', ], ],];