/home/mip/mip/public/img/credit/datatables/InspectorScan.tar
Exception/InspectorScanException.php000064400000000324151520660600013645 0ustar00<?php
namespace Aws\InspectorScan\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Inspector Scan** service.
 */
class InspectorScanException extends AwsException {}
InspectorScanClient.php000064400000000460151520660600011170 0ustar00<?php
namespace Aws\InspectorScan;

use Aws\AwsClient;

/**
 * This client is used to interact with the **Inspector Scan** service.
 * @method \Aws\Result scanSbom(array $args = [])
 * @method \GuzzleHttp\Promise\Promise scanSbomAsync(array $args = [])
 */
class InspectorScanClient extends AwsClient {}