Skip to content

Commit

Permalink
Adding pagination configs to DescribeInstances
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed Jan 27, 2015
1 parent f5c2abf commit fbaa02d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Aws/Ec2/Resources/ec2-2014-10-01.php
Expand Up @@ -16094,6 +16094,9 @@
'result_key' => 'InstanceStatuses',
),
'DescribeInstances' => array(
'input_token' => 'NextToken',
'output_token' => 'NextToken',
'limit_key' => 'MaxResults',
'result_key' => 'Reservations',
),
'DescribeInternetGateways' => array(
Expand Down

0 comments on commit fbaa02d

Please sign in to comment.