Skip to content

Commit

Permalink
Updating the Elastic Beanstalk, Elastic Transcoder, Kinesis, and KMS …
Browse files Browse the repository at this point in the history
…models.
  • Loading branch information
jeremeamia committed May 21, 2015
1 parent 198f2fc commit 2a366e6
Show file tree
Hide file tree
Showing 6 changed files with 201 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## Next Release

* `Aws\ElasticBeanstalk` - Added support for ResourceName configuration.
* `Aws\ElasticTranscoder` - Added support for configuring AudioPackingMode and
additional CodecOptions.
* `Aws\Kinesis` - Added support for MillisBehindLatest in the result of
GetRecordsOutput.
* `Aws\Kms` - Added support for the UpdateAlias operation.
* `Aws\Lambda` - Fixed an issue with the UpdateFunctionCode operation.

## 2.8.5 - 2015-05-18

* `Aws\Ec2\Ec2Client` - Added support for the new spot fleet API operations.
Expand Down
51 changes: 51 additions & 0 deletions src/Aws/ElasticBeanstalk/Resources/elasticbeanstalk-2010-12-01.php
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,11 @@
'name' => 'ConfigurationOptionSetting',
'type' => 'object',
'properties' => array(
'ResourceName' => array(
'type' => 'string',
'minLength' => 1,
'maxLength' => 256,
),
'Namespace' => array(
'type' => 'string',
),
Expand Down Expand Up @@ -435,6 +440,11 @@
'name' => 'ConfigurationOptionSetting',
'type' => 'object',
'properties' => array(
'ResourceName' => array(
'type' => 'string',
'minLength' => 1,
'maxLength' => 256,
),
'Namespace' => array(
'type' => 'string',
),
Expand All @@ -455,6 +465,11 @@
'name' => 'OptionSpecification',
'type' => 'object',
'properties' => array(
'ResourceName' => array(
'type' => 'string',
'minLength' => 1,
'maxLength' => 256,
),
'Namespace' => array(
'type' => 'string',
),
Expand Down Expand Up @@ -788,6 +803,11 @@
'name' => 'OptionSpecification',
'type' => 'object',
'properties' => array(
'ResourceName' => array(
'type' => 'string',
'minLength' => 1,
'maxLength' => 256,
),
'Namespace' => array(
'type' => 'string',
),
Expand Down Expand Up @@ -1363,6 +1383,11 @@
'name' => 'ConfigurationOptionSetting',
'type' => 'object',
'properties' => array(
'ResourceName' => array(
'type' => 'string',
'minLength' => 1,
'maxLength' => 256,
),
'Namespace' => array(
'type' => 'string',
),
Expand All @@ -1383,6 +1408,11 @@
'name' => 'OptionSpecification',
'type' => 'object',
'properties' => array(
'ResourceName' => array(
'type' => 'string',
'minLength' => 1,
'maxLength' => 256,
),
'Namespace' => array(
'type' => 'string',
),
Expand Down Expand Up @@ -1472,6 +1502,11 @@
'name' => 'ConfigurationOptionSetting',
'type' => 'object',
'properties' => array(
'ResourceName' => array(
'type' => 'string',
'minLength' => 1,
'maxLength' => 256,
),
'Namespace' => array(
'type' => 'string',
),
Expand All @@ -1492,6 +1527,11 @@
'name' => 'OptionSpecification',
'type' => 'object',
'properties' => array(
'ResourceName' => array(
'type' => 'string',
'minLength' => 1,
'maxLength' => 256,
),
'Namespace' => array(
'type' => 'string',
),
Expand Down Expand Up @@ -1554,6 +1594,11 @@
'name' => 'ConfigurationOptionSetting',
'type' => 'object',
'properties' => array(
'ResourceName' => array(
'type' => 'string',
'minLength' => 1,
'maxLength' => 256,
),
'Namespace' => array(
'type' => 'string',
),
Expand Down Expand Up @@ -1716,6 +1761,9 @@
'type' => 'object',
'sentAs' => 'member',
'properties' => array(
'ResourceName' => array(
'type' => 'string',
),
'Namespace' => array(
'type' => 'string',
),
Expand Down Expand Up @@ -2048,6 +2096,9 @@
'type' => 'object',
'sentAs' => 'member',
'properties' => array(
'ResourceName' => array(
'type' => 'string',
),
'Namespace' => array(
'type' => 'string',
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1107,12 +1107,24 @@
'Channels' => array(
'type' => 'string',
),
'AudioPackingMode' => array(
'type' => 'string',
),
'CodecOptions' => array(
'type' => 'object',
'properties' => array(
'Profile' => array(
'type' => 'string',
),
'BitDepth' => array(
'type' => 'string',
),
'BitOrder' => array(
'type' => 'string',
),
'Signed' => array(
'type' => 'string',
),
),
),
),
Expand Down Expand Up @@ -2708,12 +2720,24 @@
'Channels' => array(
'type' => 'string',
),
'AudioPackingMode' => array(
'type' => 'string',
),
'CodecOptions' => array(
'type' => 'object',
'properties' => array(
'Profile' => array(
'type' => 'string',
),
'BitDepth' => array(
'type' => 'string',
),
'BitOrder' => array(
'type' => 'string',
),
'Signed' => array(
'type' => 'string',
),
),
),
),
Expand Down Expand Up @@ -4465,12 +4489,24 @@
'Channels' => array(
'type' => 'string',
),
'AudioPackingMode' => array(
'type' => 'string',
),
'CodecOptions' => array(
'type' => 'object',
'properties' => array(
'Profile' => array(
'type' => 'string',
),
'BitDepth' => array(
'type' => 'string',
),
'BitOrder' => array(
'type' => 'string',
),
'Signed' => array(
'type' => 'string',
),
),
),
),
Expand Down Expand Up @@ -5495,12 +5531,24 @@
'Channels' => array(
'type' => 'string',
),
'AudioPackingMode' => array(
'type' => 'string',
),
'CodecOptions' => array(
'type' => 'object',
'properties' => array(
'Profile' => array(
'type' => 'string',
),
'BitDepth' => array(
'type' => 'string',
),
'BitOrder' => array(
'type' => 'string',
),
'Signed' => array(
'type' => 'string',
),
),
),
),
Expand Down
4 changes: 4 additions & 0 deletions src/Aws/Kinesis/Resources/kinesis-2013-12-02.php
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,10 @@
'type' => 'string',
'location' => 'json',
),
'MillisBehindLatest' => array(
'type' => 'numeric',
'location' => 'json',
),
),
),
'GetShardIteratorOutput' => array(
Expand Down
1 change: 1 addition & 0 deletions src/Aws/Kms/KmsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
* @method Model reEncrypt(array $args = array()) {@command Kms ReEncrypt}
* @method Model retireGrant(array $args = array()) {@command Kms RetireGrant}
* @method Model revokeGrant(array $args = array()) {@command Kms RevokeGrant}
* @method Model updateAlias(array $args = array()) {@command Kms UpdateAlias}
* @method Model updateKeyDescription(array $args = array()) {@command Kms UpdateKeyDescription}
*
* @link http://docs.aws.amazon.com/aws-sdk-php/v2/guide/service-kms.html User guide
Expand Down
Loading

0 comments on commit 2a366e6

Please sign in to comment.