Skip to content

Commit

Permalink
Adding a getGetResourceConfigHistoryIterator to ConfigService
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed Apr 16, 2015
1 parent 526a527 commit 1c8850b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Aws/ConfigService/ConfigServiceClient.php
Expand Up @@ -37,6 +37,7 @@
* @method Model putDeliveryChannel(array $args = array()) {@command ConfigService PutDeliveryChannel}
* @method Model startConfigurationRecorder(array $args = array()) {@command ConfigService StartConfigurationRecorder}
* @method Model stopConfigurationRecorder(array $args = array()) {@command ConfigService StopConfigurationRecorder}
* @method ResourceIteratorInterface getGetResourceConfigHistoryIterator(array $args = array()) The input array uses the parameters of the GetResourceConfigHistory operation
*
* @link http://docs.aws.amazon.com/aws-sdk-php/v2/guide/service-configservice.html User guide
* @link http://docs.aws.amazon.com/aws-sdk-php/v2/api/class-Aws.ConfigService.ConfigServiceClient.html API docs
Expand Down
8 changes: 8 additions & 0 deletions src/Aws/ConfigService/Resources/configservice-2014-11-12.php
Expand Up @@ -827,4 +827,12 @@
),
),
),
'iterators' => array(
'GetResourceConfigHistory' => array(
'input_token' => 'nextToken',
'output_token' => 'nextToken',
'limit_key' => 'limit',
'result_key' => 'configurationItems',
),
),
);

0 comments on commit 1c8850b

Please sign in to comment.