관리-도구
편집 파일: paginators-1.json.php
<?php // This file was auto-generated from sdk-root/src/data/route53domains/2014-05-15/paginators-1.json return [ 'pagination' => [ 'ListDomains' => [ 'input_token' => 'Marker', 'output_token' => 'NextPageMarker', 'limit_key' => 'MaxItems', 'result_key' => 'Domains', ], 'ListOperations' => [ 'input_token' => 'Marker', 'output_token' => 'NextPageMarker', 'limit_key' => 'MaxItems', 'result_key' => 'Operations', ], 'ListPrices' => [ 'input_token' => 'Marker', 'output_token' => 'NextPageMarker', 'limit_key' => 'MaxItems', 'result_key' => 'Prices', ], 'ViewBilling' => [ 'input_token' => 'Marker', 'output_token' => 'NextPageMarker', 'limit_key' => 'MaxItems', 'result_key' => 'BillingRecords', ], ],];