1441 |
ariadna |
1 |
<?php
|
|
|
2 |
namespace Aws\PCS;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **AWS Parallel Computing Service** service.
|
|
|
8 |
* @method \Aws\Result createCluster(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise createClusterAsync(array $args = [])
|
|
|
10 |
* @method \Aws\Result createComputeNodeGroup(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise createComputeNodeGroupAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result createQueue(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise createQueueAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result deleteCluster(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise deleteClusterAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result deleteComputeNodeGroup(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise deleteComputeNodeGroupAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result deleteQueue(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise deleteQueueAsync(array $args = [])
|
|
|
20 |
* @method \Aws\Result getCluster(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise getClusterAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result getComputeNodeGroup(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise getComputeNodeGroupAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result getQueue(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise getQueueAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result listClusters(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise listClustersAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result listComputeNodeGroups(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise listComputeNodeGroupsAsync(array $args = [])
|
|
|
30 |
* @method \Aws\Result listQueues(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise listQueuesAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result listTagsForResource(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result registerComputeNodeGroupInstance(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise registerComputeNodeGroupInstanceAsync(array $args = [])
|
|
|
36 |
* @method \Aws\Result tagResource(array $args = [])
|
|
|
37 |
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
|
38 |
* @method \Aws\Result untagResource(array $args = [])
|
|
|
39 |
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
|
|
40 |
* @method \Aws\Result updateComputeNodeGroup(array $args = [])
|
|
|
41 |
* @method \GuzzleHttp\Promise\Promise updateComputeNodeGroupAsync(array $args = [])
|
|
|
42 |
* @method \Aws\Result updateQueue(array $args = [])
|
|
|
43 |
* @method \GuzzleHttp\Promise\Promise updateQueueAsync(array $args = [])
|
|
|
44 |
*/
|
|
|
45 |
class PCSClient extends AwsClient {}
|