SupplyChainClient.php 0000644 00000001222 15152100562 0010645 0 ustar 00 <?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 = [])
* @method \Aws\Result sendDataIntegrationEvent(array $args = [])
* @method \GuzzleHttp\Promise\Promise sendDataIntegrationEventAsync(array $args = [])
*/
class SupplyChainClient extends AwsClient {}
Exception/SupplyChainException.php 0000644 00000000322 15152100562 0013323 0 ustar 00 <?php
namespace Aws\SupplyChain\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **AWS Supply Chain** service.
*/
class SupplyChainException extends AwsException {}