Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
namespace Aws\ElasticBeanstalk;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **AWS Elastic Beanstalk** service.
8
 *
9
 * @method \Aws\Result abortEnvironmentUpdate(array $args = [])
10
 * @method \GuzzleHttp\Promise\Promise abortEnvironmentUpdateAsync(array $args = [])
11
 * @method \Aws\Result applyEnvironmentManagedAction(array $args = [])
12
 * @method \GuzzleHttp\Promise\Promise applyEnvironmentManagedActionAsync(array $args = [])
13
 * @method \Aws\Result associateEnvironmentOperationsRole(array $args = [])
14
 * @method \GuzzleHttp\Promise\Promise associateEnvironmentOperationsRoleAsync(array $args = [])
15
 * @method \Aws\Result checkDNSAvailability(array $args = [])
16
 * @method \GuzzleHttp\Promise\Promise checkDNSAvailabilityAsync(array $args = [])
17
 * @method \Aws\Result composeEnvironments(array $args = [])
18
 * @method \GuzzleHttp\Promise\Promise composeEnvironmentsAsync(array $args = [])
19
 * @method \Aws\Result createApplication(array $args = [])
20
 * @method \GuzzleHttp\Promise\Promise createApplicationAsync(array $args = [])
21
 * @method \Aws\Result createApplicationVersion(array $args = [])
22
 * @method \GuzzleHttp\Promise\Promise createApplicationVersionAsync(array $args = [])
23
 * @method \Aws\Result createConfigurationTemplate(array $args = [])
24
 * @method \GuzzleHttp\Promise\Promise createConfigurationTemplateAsync(array $args = [])
25
 * @method \Aws\Result createEnvironment(array $args = [])
26
 * @method \GuzzleHttp\Promise\Promise createEnvironmentAsync(array $args = [])
27
 * @method \Aws\Result createPlatformVersion(array $args = [])
28
 * @method \GuzzleHttp\Promise\Promise createPlatformVersionAsync(array $args = [])
29
 * @method \Aws\Result createStorageLocation(array $args = [])
30
 * @method \GuzzleHttp\Promise\Promise createStorageLocationAsync(array $args = [])
31
 * @method \Aws\Result deleteApplication(array $args = [])
32
 * @method \GuzzleHttp\Promise\Promise deleteApplicationAsync(array $args = [])
33
 * @method \Aws\Result deleteApplicationVersion(array $args = [])
34
 * @method \GuzzleHttp\Promise\Promise deleteApplicationVersionAsync(array $args = [])
35
 * @method \Aws\Result deleteConfigurationTemplate(array $args = [])
36
 * @method \GuzzleHttp\Promise\Promise deleteConfigurationTemplateAsync(array $args = [])
37
 * @method \Aws\Result deleteEnvironmentConfiguration(array $args = [])
38
 * @method \GuzzleHttp\Promise\Promise deleteEnvironmentConfigurationAsync(array $args = [])
39
 * @method \Aws\Result deletePlatformVersion(array $args = [])
40
 * @method \GuzzleHttp\Promise\Promise deletePlatformVersionAsync(array $args = [])
41
 * @method \Aws\Result describeAccountAttributes(array $args = [])
42
 * @method \GuzzleHttp\Promise\Promise describeAccountAttributesAsync(array $args = [])
43
 * @method \Aws\Result describeApplicationVersions(array $args = [])
44
 * @method \GuzzleHttp\Promise\Promise describeApplicationVersionsAsync(array $args = [])
45
 * @method \Aws\Result describeApplications(array $args = [])
46
 * @method \GuzzleHttp\Promise\Promise describeApplicationsAsync(array $args = [])
47
 * @method \Aws\Result describeConfigurationOptions(array $args = [])
48
 * @method \GuzzleHttp\Promise\Promise describeConfigurationOptionsAsync(array $args = [])
49
 * @method \Aws\Result describeConfigurationSettings(array $args = [])
50
 * @method \GuzzleHttp\Promise\Promise describeConfigurationSettingsAsync(array $args = [])
51
 * @method \Aws\Result describeEnvironmentHealth(array $args = [])
52
 * @method \GuzzleHttp\Promise\Promise describeEnvironmentHealthAsync(array $args = [])
53
 * @method \Aws\Result describeEnvironmentManagedActionHistory(array $args = [])
54
 * @method \GuzzleHttp\Promise\Promise describeEnvironmentManagedActionHistoryAsync(array $args = [])
55
 * @method \Aws\Result describeEnvironmentManagedActions(array $args = [])
56
 * @method \GuzzleHttp\Promise\Promise describeEnvironmentManagedActionsAsync(array $args = [])
57
 * @method \Aws\Result describeEnvironmentResources(array $args = [])
58
 * @method \GuzzleHttp\Promise\Promise describeEnvironmentResourcesAsync(array $args = [])
59
 * @method \Aws\Result describeEnvironments(array $args = [])
60
 * @method \GuzzleHttp\Promise\Promise describeEnvironmentsAsync(array $args = [])
61
 * @method \Aws\Result describeEvents(array $args = [])
62
 * @method \GuzzleHttp\Promise\Promise describeEventsAsync(array $args = [])
63
 * @method \Aws\Result describeInstancesHealth(array $args = [])
64
 * @method \GuzzleHttp\Promise\Promise describeInstancesHealthAsync(array $args = [])
65
 * @method \Aws\Result describePlatformVersion(array $args = [])
66
 * @method \GuzzleHttp\Promise\Promise describePlatformVersionAsync(array $args = [])
67
 * @method \Aws\Result disassociateEnvironmentOperationsRole(array $args = [])
68
 * @method \GuzzleHttp\Promise\Promise disassociateEnvironmentOperationsRoleAsync(array $args = [])
69
 * @method \Aws\Result listAvailableSolutionStacks(array $args = [])
70
 * @method \GuzzleHttp\Promise\Promise listAvailableSolutionStacksAsync(array $args = [])
71
 * @method \Aws\Result listPlatformBranches(array $args = [])
72
 * @method \GuzzleHttp\Promise\Promise listPlatformBranchesAsync(array $args = [])
73
 * @method \Aws\Result listPlatformVersions(array $args = [])
74
 * @method \GuzzleHttp\Promise\Promise listPlatformVersionsAsync(array $args = [])
75
 * @method \Aws\Result listTagsForResource(array $args = [])
76
 * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
77
 * @method \Aws\Result rebuildEnvironment(array $args = [])
78
 * @method \GuzzleHttp\Promise\Promise rebuildEnvironmentAsync(array $args = [])
79
 * @method \Aws\Result requestEnvironmentInfo(array $args = [])
80
 * @method \GuzzleHttp\Promise\Promise requestEnvironmentInfoAsync(array $args = [])
81
 * @method \Aws\Result restartAppServer(array $args = [])
82
 * @method \GuzzleHttp\Promise\Promise restartAppServerAsync(array $args = [])
83
 * @method \Aws\Result retrieveEnvironmentInfo(array $args = [])
84
 * @method \GuzzleHttp\Promise\Promise retrieveEnvironmentInfoAsync(array $args = [])
85
 * @method \Aws\Result swapEnvironmentCNAMEs(array $args = [])
86
 * @method \GuzzleHttp\Promise\Promise swapEnvironmentCNAMEsAsync(array $args = [])
87
 * @method \Aws\Result terminateEnvironment(array $args = [])
88
 * @method \GuzzleHttp\Promise\Promise terminateEnvironmentAsync(array $args = [])
89
 * @method \Aws\Result updateApplication(array $args = [])
90
 * @method \GuzzleHttp\Promise\Promise updateApplicationAsync(array $args = [])
91
 * @method \Aws\Result updateApplicationResourceLifecycle(array $args = [])
92
 * @method \GuzzleHttp\Promise\Promise updateApplicationResourceLifecycleAsync(array $args = [])
93
 * @method \Aws\Result updateApplicationVersion(array $args = [])
94
 * @method \GuzzleHttp\Promise\Promise updateApplicationVersionAsync(array $args = [])
95
 * @method \Aws\Result updateConfigurationTemplate(array $args = [])
96
 * @method \GuzzleHttp\Promise\Promise updateConfigurationTemplateAsync(array $args = [])
97
 * @method \Aws\Result updateEnvironment(array $args = [])
98
 * @method \GuzzleHttp\Promise\Promise updateEnvironmentAsync(array $args = [])
99
 * @method \Aws\Result updateTagsForResource(array $args = [])
100
 * @method \GuzzleHttp\Promise\Promise updateTagsForResourceAsync(array $args = [])
101
 * @method \Aws\Result validateConfigurationSettings(array $args = [])
102
 * @method \GuzzleHttp\Promise\Promise validateConfigurationSettingsAsync(array $args = [])
103
 */
104
class ElasticBeanstalkClient extends AwsClient {}