Skip to content

Commit 36ae0f6

Browse files
committed
Updated CHANGELOG and a couple of service descriptions
1 parent fc06a35 commit 36ae0f6

3 files changed

Lines changed: 11 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Next Release
1010
first 50 presets and pipelines with their corresponding list operations
1111
* Added support for [geo restriction](http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/WorkingWithDownloadDistributions.html#georestrictions)
1212
to the Amazon CloudFront client
13+
* Updated the Amazon CloudFront client to use the 2013-11-11 API version
1314

1415
2.4.12 (2013-12-12)
1516
-------------------

src/Aws/CloudFormation/Resources/cloudformation-2010-05-15.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@
120120
'type' => 'string',
121121
'location' => 'aws.query',
122122
'minLength' => 1,
123-
'maxLength' => 51200,
124123
),
125124
'TemplateURL' => array(
126125
'type' => 'string',
@@ -386,7 +385,6 @@
386385
'type' => 'string',
387386
'location' => 'aws.query',
388387
'minLength' => 1,
389-
'maxLength' => 51200,
390388
),
391389
'TemplateURL' => array(
392390
'type' => 'string',
@@ -587,7 +585,6 @@
587585
'type' => 'string',
588586
'location' => 'aws.query',
589587
'minLength' => 1,
590-
'maxLength' => 51200,
591588
),
592589
'TemplateURL' => array(
593590
'type' => 'string',
@@ -674,7 +671,6 @@
674671
'type' => 'string',
675672
'location' => 'aws.query',
676673
'minLength' => 1,
677-
'maxLength' => 51200,
678674
),
679675
'TemplateURL' => array(
680676
'type' => 'string',

src/Aws/Ec2/Resources/ec2-2013-10-15.php

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6654,9 +6654,15 @@
66546654
),
66556655
),
66566656
),
6657-
'MonitoringEnabled' => array(
6658-
'type' => 'boolean',
6659-
'format' => 'boolean-string',
6657+
'Monitoring' => array(
6658+
'type' => 'object',
6659+
'properties' => array(
6660+
'Enabled' => array(
6661+
'required' => true,
6662+
'type' => 'boolean',
6663+
'format' => 'boolean-string',
6664+
),
6665+
),
66606666
),
66616667
'SubnetId' => array(
66626668
'type' => 'string',
@@ -7638,7 +7644,7 @@
76387644
'type' => 'object',
76397645
'additionalProperties' => true,
76407646
'properties' => array(
7641-
'VpcAttachement' => array(
7647+
'VpcAttachment' => array(
76427648
'type' => 'object',
76437649
'location' => 'xml',
76447650
'sentAs' => 'attachment',

0 commit comments

Comments
 (0)