EMRContainersClient.php
50 lines
| 1 | <?php |
| 2 | namespace Aws\EMRContainers; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **Amazon EMR Containers** service. |
| 8 | * @method \Aws\Result cancelJobRun(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise cancelJobRunAsync(array $args = []) |
| 10 | * @method \Aws\Result createJobTemplate(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise createJobTemplateAsync(array $args = []) |
| 12 | * @method \Aws\Result createManagedEndpoint(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise createManagedEndpointAsync(array $args = []) |
| 14 | * @method \Aws\Result createVirtualCluster(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise createVirtualClusterAsync(array $args = []) |
| 16 | * @method \Aws\Result deleteJobTemplate(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise deleteJobTemplateAsync(array $args = []) |
| 18 | * @method \Aws\Result deleteManagedEndpoint(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise deleteManagedEndpointAsync(array $args = []) |
| 20 | * @method \Aws\Result deleteVirtualCluster(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise deleteVirtualClusterAsync(array $args = []) |
| 22 | * @method \Aws\Result describeJobRun(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise describeJobRunAsync(array $args = []) |
| 24 | * @method \Aws\Result describeJobTemplate(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise describeJobTemplateAsync(array $args = []) |
| 26 | * @method \Aws\Result describeManagedEndpoint(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise describeManagedEndpointAsync(array $args = []) |
| 28 | * @method \Aws\Result describeVirtualCluster(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise describeVirtualClusterAsync(array $args = []) |
| 30 | * @method \Aws\Result getManagedEndpointSessionCredentials(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise getManagedEndpointSessionCredentialsAsync(array $args = []) |
| 32 | * @method \Aws\Result listJobRuns(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise listJobRunsAsync(array $args = []) |
| 34 | * @method \Aws\Result listJobTemplates(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise listJobTemplatesAsync(array $args = []) |
| 36 | * @method \Aws\Result listManagedEndpoints(array $args = []) |
| 37 | * @method \GuzzleHttp\Promise\Promise listManagedEndpointsAsync(array $args = []) |
| 38 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 39 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 40 | * @method \Aws\Result listVirtualClusters(array $args = []) |
| 41 | * @method \GuzzleHttp\Promise\Promise listVirtualClustersAsync(array $args = []) |
| 42 | * @method \Aws\Result startJobRun(array $args = []) |
| 43 | * @method \GuzzleHttp\Promise\Promise startJobRunAsync(array $args = []) |
| 44 | * @method \Aws\Result tagResource(array $args = []) |
| 45 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 46 | * @method \Aws\Result untagResource(array $args = []) |
| 47 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 48 | */ |
| 49 | class EMRContainersClient extends AwsClient {} |
| 50 |