/home/mip/mip/public/img/credit/datatables/ControlCatalog.tar
Exception/ControlCatalogException.php000064400000000333151521004630014001 0ustar00<?php
namespace Aws\ControlCatalog\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Control Catalog** service.
 */
class ControlCatalogException extends AwsException {}
ControlCatalogClient.php000064400000001117151521004630011324 0ustar00<?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 {}