Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
namespace Aws\EMRServerless;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **EMR Serverless** service.
8
 * @method \Aws\Result cancelJobRun(array $args = [])
9
 * @method \GuzzleHttp\Promise\Promise cancelJobRunAsync(array $args = [])
10
 * @method \Aws\Result createApplication(array $args = [])
11
 * @method \GuzzleHttp\Promise\Promise createApplicationAsync(array $args = [])
12
 * @method \Aws\Result deleteApplication(array $args = [])
13
 * @method \GuzzleHttp\Promise\Promise deleteApplicationAsync(array $args = [])
14
 * @method \Aws\Result getApplication(array $args = [])
15
 * @method \GuzzleHttp\Promise\Promise getApplicationAsync(array $args = [])
16
 * @method \Aws\Result getDashboardForJobRun(array $args = [])
17
 * @method \GuzzleHttp\Promise\Promise getDashboardForJobRunAsync(array $args = [])
18
 * @method \Aws\Result getJobRun(array $args = [])
19
 * @method \GuzzleHttp\Promise\Promise getJobRunAsync(array $args = [])
20
 * @method \Aws\Result listApplications(array $args = [])
21
 * @method \GuzzleHttp\Promise\Promise listApplicationsAsync(array $args = [])
22
 * @method \Aws\Result listJobRuns(array $args = [])
23
 * @method \GuzzleHttp\Promise\Promise listJobRunsAsync(array $args = [])
24
 * @method \Aws\Result listTagsForResource(array $args = [])
25
 * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
26
 * @method \Aws\Result startApplication(array $args = [])
27
 * @method \GuzzleHttp\Promise\Promise startApplicationAsync(array $args = [])
28
 * @method \Aws\Result startJobRun(array $args = [])
29
 * @method \GuzzleHttp\Promise\Promise startJobRunAsync(array $args = [])
30
 * @method \Aws\Result stopApplication(array $args = [])
31
 * @method \GuzzleHttp\Promise\Promise stopApplicationAsync(array $args = [])
32
 * @method \Aws\Result tagResource(array $args = [])
33
 * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
34
 * @method \Aws\Result untagResource(array $args = [])
35
 * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
36
 * @method \Aws\Result updateApplication(array $args = [])
37
 * @method \GuzzleHttp\Promise\Promise updateApplicationAsync(array $args = [])
38
 */
39
class EMRServerlessClient extends AwsClient {}