From 1c8850bc0618616174a463f860c00b497f61a019 Mon Sep 17 00:00:00 2001 From: Michael Dowling Date: Thu, 16 Apr 2015 15:03:15 -0700 Subject: [PATCH] Adding a getGetResourceConfigHistoryIterator to ConfigService --- src/Aws/ConfigService/ConfigServiceClient.php | 1 + .../ConfigService/Resources/configservice-2014-11-12.php | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/src/Aws/ConfigService/ConfigServiceClient.php b/src/Aws/ConfigService/ConfigServiceClient.php index 1c63f1815e..0825ab9bbe 100644 --- a/src/Aws/ConfigService/ConfigServiceClient.php +++ b/src/Aws/ConfigService/ConfigServiceClient.php @@ -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 diff --git a/src/Aws/ConfigService/Resources/configservice-2014-11-12.php b/src/Aws/ConfigService/Resources/configservice-2014-11-12.php index 515515e534..7c5f2eb7a8 100644 --- a/src/Aws/ConfigService/Resources/configservice-2014-11-12.php +++ b/src/Aws/ConfigService/Resources/configservice-2014-11-12.php @@ -827,4 +827,12 @@ ), ), ), + 'iterators' => array( + 'GetResourceConfigHistory' => array( + 'input_token' => 'nextToken', + 'output_token' => 'nextToken', + 'limit_key' => 'limit', + 'result_key' => 'configurationItems', + ), + ), );