Exception/ControlCatalogException.php 0000644 00000000333 15152100463 0014001 0 ustar 00 <?php
namespace Aws\ControlCatalog\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **AWS Control Catalog** service.
*/
class ControlCatalogException extends AwsException {}
ControlCatalogClient.php 0000644 00000001117 15152100463 0011324 0 ustar 00 <?php
namespace Aws\ControlCatalog;
use Aws\AwsClient;
/**
* This client is used to interact with the **AWS Control Catalog** service.
* @method \Aws\Result listCommonControls(array $args = [])
* @method \GuzzleHttp\Promise\Promise listCommonControlsAsync(array $args = [])
* @method \Aws\Result listDomains(array $args = [])
* @method \GuzzleHttp\Promise\Promise listDomainsAsync(array $args = [])
* @method \Aws\Result listObjectives(array $args = [])
* @method \GuzzleHttp\Promise\Promise listObjectivesAsync(array $args = [])
*/
class ControlCatalogClient extends AwsClient {}