diff --git a/CHANGELOG.md b/CHANGELOG.md index cc55fcc6e0..dfedb1a8c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ------------------- diff --git a/src/Aws/Ec2/Resources/ec2-2014-06-15.php b/src/Aws/Ec2/Resources/ec2-2014-06-15.php index 8e86069f3f..a81ed3c47e 100644 --- a/src/Aws/Ec2/Resources/ec2-2014-06-15.php +++ b/src/Aws/Ec2/Resources/ec2-2014-06-15.php @@ -2572,6 +2572,7 @@ 'location' => 'aws.query', ), 'VpcPeeringConnectionId' => array( + 'required' => true, 'type' => 'string', 'location' => 'aws.query', ), @@ -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', ), @@ -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( @@ -5476,6 +5466,7 @@ 'location' => 'aws.query', ), 'Volume' => array( + 'required' => true, 'type' => 'object', 'location' => 'aws.query', 'properties' => array( @@ -6238,6 +6229,7 @@ 'location' => 'aws.query', ), 'Name' => array( + 'required' => true, 'type' => 'string', 'location' => 'aws.query', ), @@ -6339,6 +6331,7 @@ 'location' => 'aws.query', ), 'VpcPeeringConnectionId' => array( + 'required' => true, 'type' => 'string', 'location' => 'aws.query', ), @@ -6597,6 +6590,7 @@ 'location' => 'aws.query', ), 'Instances' => array( + 'required' => true, 'type' => 'array', 'location' => 'aws.query', 'sentAs' => 'InstanceId', @@ -6606,6 +6600,7 @@ ), ), 'Status' => array( + 'required' => true, 'type' => 'string', 'location' => 'aws.query', ), @@ -6628,6 +6623,7 @@ 'location' => 'aws.query', ), 'ReasonCodes' => array( + 'required' => true, 'type' => 'array', 'location' => 'aws.query', 'sentAs' => 'ReasonCode',