PHP Classes

File: application/modules/extensions/aws/Aws/data/route53/2013-04-01/paginators-1.json.php

Recommend this page to a friend!
  Classes of Tran Tuan   Pretty PHP S3 Files Manager   application/modules/extensions/aws/Aws/data/route53/2013-04-01/paginators-1.json.php   Download  
File: application/modules/extensions/aws/Aws/data/route53/2013-04-01/paginators-1.json.php
Role: Application script
Content type: text/plain
Description: Application script
Class: Pretty PHP S3 Files Manager
Web based interface to manage files in Amazon S3
Author: By
Last change:
Date: 8 years ago
Size: 783 bytes
 

Contents

Class file image Download
<?php
// This file was auto-generated from sdk-root/src/data/route53/2013-04-01/paginators-1.json
return [ 'pagination' => [ 'ListHealthChecks' => [ 'input_token' => 'Marker', 'output_token' => 'NextMarker', 'more_results' => 'IsTruncated', 'limit_key' => 'MaxItems', 'result_key' => 'HealthChecks', ], 'ListHostedZones' => [ 'input_token' => 'Marker', 'output_token' => 'NextMarker', 'more_results' => 'IsTruncated', 'limit_key' => 'MaxItems', 'result_key' => 'HostedZones', ], 'ListResourceRecordSets' => [ 'more_results' => 'IsTruncated', 'limit_key' => 'MaxItems', 'result_key' => 'ResourceRecordSets', 'input_token' => [ 'StartRecordName', 'StartRecordType', 'StartRecordIdentifier', ], 'output_token' => [ 'NextRecordName', 'NextRecordType', 'NextRecordIdentifier', ], ], ],];