14 lines
505 B
PHP
14 lines
505 B
PHP
<?php
|
|
namespace Aws\SupplyChain;
|
|
|
|
use Aws\AwsClient;
|
|
|
|
/**
|
|
* This client is used to interact with the **AWS Supply Chain** service.
|
|
* @method \Aws\Result createBillOfMaterialsImportJob(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise createBillOfMaterialsImportJobAsync(array $args = [])
|
|
* @method \Aws\Result getBillOfMaterialsImportJob(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise getBillOfMaterialsImportJobAsync(array $args = [])
|
|
*/
|
|
class SupplyChainClient extends AwsClient {}
|