1441 |
ariadna |
1 |
<?php
|
|
|
2 |
namespace Aws\SupplyChain;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **AWS Supply Chain** service.
|
|
|
8 |
* @method \Aws\Result createBillOfMaterialsImportJob(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise createBillOfMaterialsImportJobAsync(array $args = [])
|
|
|
10 |
* @method \Aws\Result createDataIntegrationFlow(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise createDataIntegrationFlowAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result createDataLakeDataset(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise createDataLakeDatasetAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result createInstance(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise createInstanceAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result deleteDataIntegrationFlow(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise deleteDataIntegrationFlowAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result deleteDataLakeDataset(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise deleteDataLakeDatasetAsync(array $args = [])
|
|
|
20 |
* @method \Aws\Result deleteInstance(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise deleteInstanceAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result getBillOfMaterialsImportJob(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise getBillOfMaterialsImportJobAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result getDataIntegrationFlow(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise getDataIntegrationFlowAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result getDataLakeDataset(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise getDataLakeDatasetAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result getInstance(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise getInstanceAsync(array $args = [])
|
|
|
30 |
* @method \Aws\Result listDataIntegrationFlows(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise listDataIntegrationFlowsAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result listDataLakeDatasets(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise listDataLakeDatasetsAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result listInstances(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise listInstancesAsync(array $args = [])
|
|
|
36 |
* @method \Aws\Result listTagsForResource(array $args = [])
|
|
|
37 |
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
|
|
38 |
* @method \Aws\Result sendDataIntegrationEvent(array $args = [])
|
|
|
39 |
* @method \GuzzleHttp\Promise\Promise sendDataIntegrationEventAsync(array $args = [])
|
|
|
40 |
* @method \Aws\Result tagResource(array $args = [])
|
|
|
41 |
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
|
42 |
* @method \Aws\Result untagResource(array $args = [])
|
|
|
43 |
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
|
|
44 |
* @method \Aws\Result updateDataIntegrationFlow(array $args = [])
|
|
|
45 |
* @method \GuzzleHttp\Promise\Promise updateDataIntegrationFlowAsync(array $args = [])
|
|
|
46 |
* @method \Aws\Result updateDataLakeDataset(array $args = [])
|
|
|
47 |
* @method \GuzzleHttp\Promise\Promise updateDataLakeDatasetAsync(array $args = [])
|
|
|
48 |
* @method \Aws\Result updateInstance(array $args = [])
|
|
|
49 |
* @method \GuzzleHttp\Promise\Promise updateInstanceAsync(array $args = [])
|
|
|
50 |
*/
|
|
|
51 |
class SupplyChainClient extends AwsClient {}
|