|
1
|
<?php |
|
2
|
namespace Aws\InspectorScan; |
|
3
|
|
|
4
|
use Aws\AwsClient; |
|
5
|
|
|
6
|
/** |
|
7
|
* This client is used to interact with the **Inspector Scan** service.
|
|
8
|
* @method \Aws\Result scanSbom(array $args = [])
|
|
9
|
* @method \GuzzleHttp\Promise\Promise scanSbomAsync(array $args = [])
|
|
10
|
*/ |
|
11
|
class InspectorScanClient extends AwsClient {} |
|
12
|
|