| 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 = [])
 | 
        
           | 1441 | ariadna | 22 |  * @method \Aws\Result listJobRunAttempts(array $args = [])
 | 
        
           |  |  | 23 |  * @method \GuzzleHttp\Promise\Promise listJobRunAttemptsAsync(array $args = [])
 | 
        
           | 1 | efrain | 24 |  * @method \Aws\Result listJobRuns(array $args = [])
 | 
        
           |  |  | 25 |  * @method \GuzzleHttp\Promise\Promise listJobRunsAsync(array $args = [])
 | 
        
           |  |  | 26 |  * @method \Aws\Result listTagsForResource(array $args = [])
 | 
        
           |  |  | 27 |  * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
 | 
        
           |  |  | 28 |  * @method \Aws\Result startApplication(array $args = [])
 | 
        
           |  |  | 29 |  * @method \GuzzleHttp\Promise\Promise startApplicationAsync(array $args = [])
 | 
        
           |  |  | 30 |  * @method \Aws\Result startJobRun(array $args = [])
 | 
        
           |  |  | 31 |  * @method \GuzzleHttp\Promise\Promise startJobRunAsync(array $args = [])
 | 
        
           |  |  | 32 |  * @method \Aws\Result stopApplication(array $args = [])
 | 
        
           |  |  | 33 |  * @method \GuzzleHttp\Promise\Promise stopApplicationAsync(array $args = [])
 | 
        
           |  |  | 34 |  * @method \Aws\Result tagResource(array $args = [])
 | 
        
           |  |  | 35 |  * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
 | 
        
           |  |  | 36 |  * @method \Aws\Result untagResource(array $args = [])
 | 
        
           |  |  | 37 |  * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
 | 
        
           |  |  | 38 |  * @method \Aws\Result updateApplication(array $args = [])
 | 
        
           |  |  | 39 |  * @method \GuzzleHttp\Promise\Promise updateApplicationAsync(array $args = [])
 | 
        
           |  |  | 40 |  */
 | 
        
           |  |  | 41 | class EMRServerlessClient extends AwsClient {}
 |