Skip to content

Commit

Permalink
Updating Amazon EC2
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed Oct 23, 2014
1 parent 5447b33 commit 231f17d
Show file tree
Hide file tree
Showing 3 changed files with 186 additions and 157 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,7 @@ CHANGELOG
* Updated AWS Identity and Access Management (IAM) to the latest version.
* Updated Amazon Cognito Identity client to the latest version.
* Added auto-renew support to the Amazon Route 53 Domains client.
* Updated Amazon EC2 to the latest version.

2.7.1 (2014-10-16)
------------------
Expand Down
3 changes: 1 addition & 2 deletions src/Aws/Ec2/Ec2Client.php
Expand Up @@ -19,7 +19,6 @@
use Aws\Common\Client\AbstractClient;
use Aws\Common\Client\ClientBuilder;
use Aws\Common\Enum\ClientOptions as Options;
use Aws\Common\Signature\SignatureV4;
use Guzzle\Common\Collection;
use Guzzle\Service\Resource\Model;
use Guzzle\Service\Resource\ResourceIteratorInterface;
Expand Down Expand Up @@ -238,7 +237,7 @@
*/
class Ec2Client extends AbstractClient
{
const LATEST_API_VERSION = '2014-06-15';
const LATEST_API_VERSION = '2014-09-01';

/**
* Factory method to create a new AWS Elastic Beanstalk client using an array of configuration options.
Expand Down

0 comments on commit 231f17d

Please sign in to comment.