Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
namespace Aws\MainframeModernization;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **AWSMainframeModernization** service.
8
 * @method \Aws\Result cancelBatchJobExecution(array $args = [])
9
 * @method \GuzzleHttp\Promise\Promise cancelBatchJobExecutionAsync(array $args = [])
10
 * @method \Aws\Result createApplication(array $args = [])
11
 * @method \GuzzleHttp\Promise\Promise createApplicationAsync(array $args = [])
12
 * @method \Aws\Result createDataSetImportTask(array $args = [])
13
 * @method \GuzzleHttp\Promise\Promise createDataSetImportTaskAsync(array $args = [])
14
 * @method \Aws\Result createDeployment(array $args = [])
15
 * @method \GuzzleHttp\Promise\Promise createDeploymentAsync(array $args = [])
16
 * @method \Aws\Result createEnvironment(array $args = [])
17
 * @method \GuzzleHttp\Promise\Promise createEnvironmentAsync(array $args = [])
18
 * @method \Aws\Result deleteApplication(array $args = [])
19
 * @method \GuzzleHttp\Promise\Promise deleteApplicationAsync(array $args = [])
20
 * @method \Aws\Result deleteApplicationFromEnvironment(array $args = [])
21
 * @method \GuzzleHttp\Promise\Promise deleteApplicationFromEnvironmentAsync(array $args = [])
22
 * @method \Aws\Result deleteEnvironment(array $args = [])
23
 * @method \GuzzleHttp\Promise\Promise deleteEnvironmentAsync(array $args = [])
24
 * @method \Aws\Result getApplication(array $args = [])
25
 * @method \GuzzleHttp\Promise\Promise getApplicationAsync(array $args = [])
26
 * @method \Aws\Result getApplicationVersion(array $args = [])
27
 * @method \GuzzleHttp\Promise\Promise getApplicationVersionAsync(array $args = [])
28
 * @method \Aws\Result getBatchJobExecution(array $args = [])
29
 * @method \GuzzleHttp\Promise\Promise getBatchJobExecutionAsync(array $args = [])
30
 * @method \Aws\Result getDataSetDetails(array $args = [])
31
 * @method \GuzzleHttp\Promise\Promise getDataSetDetailsAsync(array $args = [])
32
 * @method \Aws\Result getDataSetImportTask(array $args = [])
33
 * @method \GuzzleHttp\Promise\Promise getDataSetImportTaskAsync(array $args = [])
34
 * @method \Aws\Result getDeployment(array $args = [])
35
 * @method \GuzzleHttp\Promise\Promise getDeploymentAsync(array $args = [])
36
 * @method \Aws\Result getEnvironment(array $args = [])
37
 * @method \GuzzleHttp\Promise\Promise getEnvironmentAsync(array $args = [])
38
 * @method \Aws\Result getSignedBluinsightsUrl(array $args = [])
39
 * @method \GuzzleHttp\Promise\Promise getSignedBluinsightsUrlAsync(array $args = [])
40
 * @method \Aws\Result listApplicationVersions(array $args = [])
41
 * @method \GuzzleHttp\Promise\Promise listApplicationVersionsAsync(array $args = [])
42
 * @method \Aws\Result listApplications(array $args = [])
43
 * @method \GuzzleHttp\Promise\Promise listApplicationsAsync(array $args = [])
44
 * @method \Aws\Result listBatchJobDefinitions(array $args = [])
45
 * @method \GuzzleHttp\Promise\Promise listBatchJobDefinitionsAsync(array $args = [])
46
 * @method \Aws\Result listBatchJobExecutions(array $args = [])
47
 * @method \GuzzleHttp\Promise\Promise listBatchJobExecutionsAsync(array $args = [])
48
 * @method \Aws\Result listDataSetImportHistory(array $args = [])
49
 * @method \GuzzleHttp\Promise\Promise listDataSetImportHistoryAsync(array $args = [])
50
 * @method \Aws\Result listDataSets(array $args = [])
51
 * @method \GuzzleHttp\Promise\Promise listDataSetsAsync(array $args = [])
52
 * @method \Aws\Result listDeployments(array $args = [])
53
 * @method \GuzzleHttp\Promise\Promise listDeploymentsAsync(array $args = [])
54
 * @method \Aws\Result listEngineVersions(array $args = [])
55
 * @method \GuzzleHttp\Promise\Promise listEngineVersionsAsync(array $args = [])
56
 * @method \Aws\Result listEnvironments(array $args = [])
57
 * @method \GuzzleHttp\Promise\Promise listEnvironmentsAsync(array $args = [])
58
 * @method \Aws\Result listTagsForResource(array $args = [])
59
 * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
60
 * @method \Aws\Result startApplication(array $args = [])
61
 * @method \GuzzleHttp\Promise\Promise startApplicationAsync(array $args = [])
62
 * @method \Aws\Result startBatchJob(array $args = [])
63
 * @method \GuzzleHttp\Promise\Promise startBatchJobAsync(array $args = [])
64
 * @method \Aws\Result stopApplication(array $args = [])
65
 * @method \GuzzleHttp\Promise\Promise stopApplicationAsync(array $args = [])
66
 * @method \Aws\Result tagResource(array $args = [])
67
 * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
68
 * @method \Aws\Result untagResource(array $args = [])
69
 * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
70
 * @method \Aws\Result updateApplication(array $args = [])
71
 * @method \GuzzleHttp\Promise\Promise updateApplicationAsync(array $args = [])
72
 * @method \Aws\Result updateEnvironment(array $args = [])
73
 * @method \GuzzleHttp\Promise\Promise updateEnvironmentAsync(array $args = [])
74
 */
75
class MainframeModernizationClient extends AwsClient {}