Exception/InspectorScanException.php 0000644 00000000324 15152066060 0013645 0 ustar 00 <?php
namespace Aws\InspectorScan\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **Inspector Scan** service.
*/
class InspectorScanException extends AwsException {}
InspectorScanClient.php 0000644 00000000460 15152066060 0011170 0 ustar 00 <?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 {}