Skip to content

Commit

Permalink
Updated CHANGELOG and a couple of service descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremeamia committed Dec 19, 2013
1 parent fc06a35 commit 36ae0f6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Next Release
first 50 presets and pipelines with their corresponding list operations
* Added support for [geo restriction](http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/WorkingWithDownloadDistributions.html#georestrictions)
to the Amazon CloudFront client
* Updated the Amazon CloudFront client to use the 2013-11-11 API version

2.4.12 (2013-12-12)
-------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@
'type' => 'string',
'location' => 'aws.query',
'minLength' => 1,
'maxLength' => 51200,
),
'TemplateURL' => array(
'type' => 'string',
Expand Down Expand Up @@ -386,7 +385,6 @@
'type' => 'string',
'location' => 'aws.query',
'minLength' => 1,
'maxLength' => 51200,
),
'TemplateURL' => array(
'type' => 'string',
Expand Down Expand Up @@ -587,7 +585,6 @@
'type' => 'string',
'location' => 'aws.query',
'minLength' => 1,
'maxLength' => 51200,
),
'TemplateURL' => array(
'type' => 'string',
Expand Down Expand Up @@ -674,7 +671,6 @@
'type' => 'string',
'location' => 'aws.query',
'minLength' => 1,
'maxLength' => 51200,
),
'TemplateURL' => array(
'type' => 'string',
Expand Down
14 changes: 10 additions & 4 deletions src/Aws/Ec2/Resources/ec2-2013-10-15.php
Original file line number Diff line number Diff line change
Expand Up @@ -6654,9 +6654,15 @@
),
),
),
'MonitoringEnabled' => array(
'type' => 'boolean',
'format' => 'boolean-string',
'Monitoring' => array(
'type' => 'object',
'properties' => array(
'Enabled' => array(
'required' => true,
'type' => 'boolean',
'format' => 'boolean-string',
),
),
),
'SubnetId' => array(
'type' => 'string',
Expand Down Expand Up @@ -7638,7 +7644,7 @@
'type' => 'object',
'additionalProperties' => true,
'properties' => array(
'VpcAttachement' => array(
'VpcAttachment' => array(
'type' => 'object',
'location' => 'xml',
'sentAs' => 'attachment',
Expand Down

0 comments on commit 36ae0f6

Please sign in to comment.