/home/mip/www/img/credit/datatables/SupplyChain.tar
SupplyChainClient.php000064400000001222151521005620010645 0ustar00<?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.php000064400000000322151521005620013323 0ustar00<?php
namespace Aws\SupplyChain\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Supply Chain** service.
 */
class SupplyChainException extends AwsException {}