Skip to content
This repository has been archived by the owner on Nov 5, 2018. It is now read-only.

Commit

Permalink
Added support for Amazon WorkSpaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremeamia committed Apr 9, 2015
1 parent c2d356a commit 1506d49
Show file tree
Hide file tree
Showing 6 changed files with 812 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Aws/Common/Resources/aws-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -316,5 +316,11 @@
'extends' => 'default_settings',
'class' => 'Aws\Swf\SwfClient'
),

'workspaces' => array(
'alias' => 'WorkSpaces',
'extends' => 'default_settings',
'class' => 'Aws\WorkSpaces\WorkSpacesClient'
),
)
);
10 changes: 10 additions & 0 deletions src/Aws/WorkSpaces/Exception/WorkSpacesException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

namespace Aws\WorkSpaces\Exception;

use Aws\Common\Exception\ServiceResponseException;

/**
* Default service exception class
*/
class WorkSpacesException extends ServiceResponseException {}
Loading

0 comments on commit 1506d49

Please sign in to comment.