Skip to content

Commit

Permalink
Added version for IAMˆ
Browse files Browse the repository at this point in the history
  • Loading branch information
kschroeder committed Aug 25, 2017
1 parent 7922430 commit 5a36f78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/AwsFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
use Aws\ElasticLoadBalancing\ElasticLoadBalancingClient;
use Aws\ElasticLoadBalancingV2\ElasticLoadBalancingV2Client;
use Aws\ElasticsearchService\ElasticsearchServiceClient;
use Aws\Iam\IamClient;
use Aws\Rds\RdsClient;
use Aws\Route53\Route53Client;
use Aws\S3\S3Client;
Expand Down Expand Up @@ -66,6 +67,7 @@ class AwsFactory
ElasticLoadBalancingClient::class => '2012-06-01',
ElasticLoadBalancingV2Client::class => '2015-12-01',
ElasticsearchServiceClient::class => '2015-01-01',
IamClient::class => '2010-05-08',
RdsClient::class => '2014-10-31',
Route53Client::class => '2013-04-01',
S3Client::class => '2006-03-01',
Expand Down

0 comments on commit 5a36f78

Please sign in to comment.