diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c3305b064..ba40053fc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ * `Aws\CloudFront` - Added support for origin paths in web distributions. * `Aws\Ecs` - Added support for specifying volumes and mount points. Also switched the client to use a JSON protocol. +* `Aws\ElasticTranscoder` - Added support for cross-regional resource warnings. * `Aws\Route53Domains` - Add iterators for `ListDomains` and `ListOperations`. ## 2.7.18 - 2015-02-12 diff --git a/src/Aws/ElasticTranscoder/Resources/elastictranscoder-2012-09-25.php b/src/Aws/ElasticTranscoder/Resources/elastictranscoder-2012-09-25.php index d771d0419c..4a2fbec8b5 100644 --- a/src/Aws/ElasticTranscoder/Resources/elastictranscoder-2012-09-25.php +++ b/src/Aws/ElasticTranscoder/Resources/elastictranscoder-2012-09-25.php @@ -2525,6 +2525,22 @@ ), ), ), + 'Warnings' => array( + 'type' => 'array', + 'location' => 'json', + 'items' => array( + 'name' => 'Warning', + 'type' => 'object', + 'properties' => array( + 'Code' => array( + 'type' => 'string', + ), + 'Message' => array( + 'type' => 'string', + ), + ), + ), + ), ), ), 'CreatePresetResponse' => array( @@ -5053,6 +5069,22 @@ ), ), ), + 'Warnings' => array( + 'type' => 'array', + 'location' => 'json', + 'items' => array( + 'name' => 'Warning', + 'type' => 'object', + 'properties' => array( + 'Code' => array( + 'type' => 'string', + ), + 'Message' => array( + 'type' => 'string', + ), + ), + ), + ), ), ), 'ReadPresetResponse' => array( @@ -5363,6 +5395,22 @@ ), ), ), + 'Warnings' => array( + 'type' => 'array', + 'location' => 'json', + 'items' => array( + 'name' => 'Warning', + 'type' => 'object', + 'properties' => array( + 'Code' => array( + 'type' => 'string', + ), + 'Message' => array( + 'type' => 'string', + ), + ), + ), + ), ), ), 'UpdatePipelineNotificationsResponse' => array(