Skip to content

Commit

Permalink
Updating the Amazon EC2 model
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed Jul 31, 2014
1 parent 8684dc1 commit eb8d3c8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -9,6 +9,8 @@ Next Release:
AutoScaling client.
* Added support for creating Amazon ElastiCache for Memcached clusters with
nodes in multiple availability zones.
* Added minor fixes to the Amazon EC2 model for ImportVolume,
DescribeNetworkInterfaceAttribute, and DeleteVpcPeeringConnection

2.6.12 (2014-07-16)
-------------------
Expand Down
24 changes: 10 additions & 14 deletions src/Aws/Ec2/Resources/ec2-2014-06-15.php
Expand Up @@ -2572,6 +2572,7 @@
'location' => 'aws.query',
),
'VpcPeeringConnectionId' => array(
'required' => true,
'type' => 'string',
'location' => 'aws.query',
),
Expand Down Expand Up @@ -3557,20 +3558,7 @@
'type' => 'string',
'location' => 'aws.query',
),
'Description' => array(
'type' => 'string',
'location' => 'aws.query',
),
'SourceDestCheck' => array(
'type' => 'string',
'location' => 'aws.query',
),
'Groups' => array(
'type' => 'string',
'location' => 'aws.query',
'sentAs' => 'GroupSet',
),
'Attachment' => array(
'Attribute' => array(
'type' => 'string',
'location' => 'aws.query',
),
Expand Down Expand Up @@ -5450,10 +5438,12 @@
'location' => 'aws.query',
),
'AvailabilityZone' => array(
'required' => true,
'type' => 'string',
'location' => 'aws.query',
),
'Image' => array(
'required' => true,
'type' => 'object',
'location' => 'aws.query',
'properties' => array(
Expand All @@ -5476,6 +5466,7 @@
'location' => 'aws.query',
),
'Volume' => array(
'required' => true,
'type' => 'object',
'location' => 'aws.query',
'properties' => array(
Expand Down Expand Up @@ -6238,6 +6229,7 @@
'location' => 'aws.query',
),
'Name' => array(
'required' => true,
'type' => 'string',
'location' => 'aws.query',
),
Expand Down Expand Up @@ -6339,6 +6331,7 @@
'location' => 'aws.query',
),
'VpcPeeringConnectionId' => array(
'required' => true,
'type' => 'string',
'location' => 'aws.query',
),
Expand Down Expand Up @@ -6597,6 +6590,7 @@
'location' => 'aws.query',
),
'Instances' => array(
'required' => true,
'type' => 'array',
'location' => 'aws.query',
'sentAs' => 'InstanceId',
Expand All @@ -6606,6 +6600,7 @@
),
),
'Status' => array(
'required' => true,
'type' => 'string',
'location' => 'aws.query',
),
Expand All @@ -6628,6 +6623,7 @@
'location' => 'aws.query',
),
'ReasonCodes' => array(
'required' => true,
'type' => 'array',
'location' => 'aws.query',
'sentAs' => 'ReasonCode',
Expand Down

0 comments on commit eb8d3c8

Please sign in to comment.