Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
namespace Aws\Proton;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **AWS Proton** service.
8
 * @method \Aws\Result acceptEnvironmentAccountConnection(array $args = [])
9
 * @method \GuzzleHttp\Promise\Promise acceptEnvironmentAccountConnectionAsync(array $args = [])
10
 * @method \Aws\Result cancelComponentDeployment(array $args = [])
11
 * @method \GuzzleHttp\Promise\Promise cancelComponentDeploymentAsync(array $args = [])
12
 * @method \Aws\Result cancelEnvironmentDeployment(array $args = [])
13
 * @method \GuzzleHttp\Promise\Promise cancelEnvironmentDeploymentAsync(array $args = [])
14
 * @method \Aws\Result cancelServiceInstanceDeployment(array $args = [])
15
 * @method \GuzzleHttp\Promise\Promise cancelServiceInstanceDeploymentAsync(array $args = [])
16
 * @method \Aws\Result cancelServicePipelineDeployment(array $args = [])
17
 * @method \GuzzleHttp\Promise\Promise cancelServicePipelineDeploymentAsync(array $args = [])
18
 * @method \Aws\Result createComponent(array $args = [])
19
 * @method \GuzzleHttp\Promise\Promise createComponentAsync(array $args = [])
20
 * @method \Aws\Result createEnvironment(array $args = [])
21
 * @method \GuzzleHttp\Promise\Promise createEnvironmentAsync(array $args = [])
22
 * @method \Aws\Result createEnvironmentAccountConnection(array $args = [])
23
 * @method \GuzzleHttp\Promise\Promise createEnvironmentAccountConnectionAsync(array $args = [])
24
 * @method \Aws\Result createEnvironmentTemplate(array $args = [])
25
 * @method \GuzzleHttp\Promise\Promise createEnvironmentTemplateAsync(array $args = [])
26
 * @method \Aws\Result createEnvironmentTemplateVersion(array $args = [])
27
 * @method \GuzzleHttp\Promise\Promise createEnvironmentTemplateVersionAsync(array $args = [])
28
 * @method \Aws\Result createRepository(array $args = [])
29
 * @method \GuzzleHttp\Promise\Promise createRepositoryAsync(array $args = [])
30
 * @method \Aws\Result createService(array $args = [])
31
 * @method \GuzzleHttp\Promise\Promise createServiceAsync(array $args = [])
32
 * @method \Aws\Result createServiceInstance(array $args = [])
33
 * @method \GuzzleHttp\Promise\Promise createServiceInstanceAsync(array $args = [])
34
 * @method \Aws\Result createServiceSyncConfig(array $args = [])
35
 * @method \GuzzleHttp\Promise\Promise createServiceSyncConfigAsync(array $args = [])
36
 * @method \Aws\Result createServiceTemplate(array $args = [])
37
 * @method \GuzzleHttp\Promise\Promise createServiceTemplateAsync(array $args = [])
38
 * @method \Aws\Result createServiceTemplateVersion(array $args = [])
39
 * @method \GuzzleHttp\Promise\Promise createServiceTemplateVersionAsync(array $args = [])
40
 * @method \Aws\Result createTemplateSyncConfig(array $args = [])
41
 * @method \GuzzleHttp\Promise\Promise createTemplateSyncConfigAsync(array $args = [])
42
 * @method \Aws\Result deleteComponent(array $args = [])
43
 * @method \GuzzleHttp\Promise\Promise deleteComponentAsync(array $args = [])
44
 * @method \Aws\Result deleteDeployment(array $args = [])
45
 * @method \GuzzleHttp\Promise\Promise deleteDeploymentAsync(array $args = [])
46
 * @method \Aws\Result deleteEnvironment(array $args = [])
47
 * @method \GuzzleHttp\Promise\Promise deleteEnvironmentAsync(array $args = [])
48
 * @method \Aws\Result deleteEnvironmentAccountConnection(array $args = [])
49
 * @method \GuzzleHttp\Promise\Promise deleteEnvironmentAccountConnectionAsync(array $args = [])
50
 * @method \Aws\Result deleteEnvironmentTemplate(array $args = [])
51
 * @method \GuzzleHttp\Promise\Promise deleteEnvironmentTemplateAsync(array $args = [])
52
 * @method \Aws\Result deleteEnvironmentTemplateVersion(array $args = [])
53
 * @method \GuzzleHttp\Promise\Promise deleteEnvironmentTemplateVersionAsync(array $args = [])
54
 * @method \Aws\Result deleteRepository(array $args = [])
55
 * @method \GuzzleHttp\Promise\Promise deleteRepositoryAsync(array $args = [])
56
 * @method \Aws\Result deleteService(array $args = [])
57
 * @method \GuzzleHttp\Promise\Promise deleteServiceAsync(array $args = [])
58
 * @method \Aws\Result deleteServiceSyncConfig(array $args = [])
59
 * @method \GuzzleHttp\Promise\Promise deleteServiceSyncConfigAsync(array $args = [])
60
 * @method \Aws\Result deleteServiceTemplate(array $args = [])
61
 * @method \GuzzleHttp\Promise\Promise deleteServiceTemplateAsync(array $args = [])
62
 * @method \Aws\Result deleteServiceTemplateVersion(array $args = [])
63
 * @method \GuzzleHttp\Promise\Promise deleteServiceTemplateVersionAsync(array $args = [])
64
 * @method \Aws\Result deleteTemplateSyncConfig(array $args = [])
65
 * @method \GuzzleHttp\Promise\Promise deleteTemplateSyncConfigAsync(array $args = [])
66
 * @method \Aws\Result getAccountSettings(array $args = [])
67
 * @method \GuzzleHttp\Promise\Promise getAccountSettingsAsync(array $args = [])
68
 * @method \Aws\Result getComponent(array $args = [])
69
 * @method \GuzzleHttp\Promise\Promise getComponentAsync(array $args = [])
70
 * @method \Aws\Result getDeployment(array $args = [])
71
 * @method \GuzzleHttp\Promise\Promise getDeploymentAsync(array $args = [])
72
 * @method \Aws\Result getEnvironment(array $args = [])
73
 * @method \GuzzleHttp\Promise\Promise getEnvironmentAsync(array $args = [])
74
 * @method \Aws\Result getEnvironmentAccountConnection(array $args = [])
75
 * @method \GuzzleHttp\Promise\Promise getEnvironmentAccountConnectionAsync(array $args = [])
76
 * @method \Aws\Result getEnvironmentTemplate(array $args = [])
77
 * @method \GuzzleHttp\Promise\Promise getEnvironmentTemplateAsync(array $args = [])
78
 * @method \Aws\Result getEnvironmentTemplateVersion(array $args = [])
79
 * @method \GuzzleHttp\Promise\Promise getEnvironmentTemplateVersionAsync(array $args = [])
80
 * @method \Aws\Result getRepository(array $args = [])
81
 * @method \GuzzleHttp\Promise\Promise getRepositoryAsync(array $args = [])
82
 * @method \Aws\Result getRepositorySyncStatus(array $args = [])
83
 * @method \GuzzleHttp\Promise\Promise getRepositorySyncStatusAsync(array $args = [])
84
 * @method \Aws\Result getResourcesSummary(array $args = [])
85
 * @method \GuzzleHttp\Promise\Promise getResourcesSummaryAsync(array $args = [])
86
 * @method \Aws\Result getService(array $args = [])
87
 * @method \GuzzleHttp\Promise\Promise getServiceAsync(array $args = [])
88
 * @method \Aws\Result getServiceInstance(array $args = [])
89
 * @method \GuzzleHttp\Promise\Promise getServiceInstanceAsync(array $args = [])
90
 * @method \Aws\Result getServiceInstanceSyncStatus(array $args = [])
91
 * @method \GuzzleHttp\Promise\Promise getServiceInstanceSyncStatusAsync(array $args = [])
92
 * @method \Aws\Result getServiceSyncBlockerSummary(array $args = [])
93
 * @method \GuzzleHttp\Promise\Promise getServiceSyncBlockerSummaryAsync(array $args = [])
94
 * @method \Aws\Result getServiceSyncConfig(array $args = [])
95
 * @method \GuzzleHttp\Promise\Promise getServiceSyncConfigAsync(array $args = [])
96
 * @method \Aws\Result getServiceTemplate(array $args = [])
97
 * @method \GuzzleHttp\Promise\Promise getServiceTemplateAsync(array $args = [])
98
 * @method \Aws\Result getServiceTemplateVersion(array $args = [])
99
 * @method \GuzzleHttp\Promise\Promise getServiceTemplateVersionAsync(array $args = [])
100
 * @method \Aws\Result getTemplateSyncConfig(array $args = [])
101
 * @method \GuzzleHttp\Promise\Promise getTemplateSyncConfigAsync(array $args = [])
102
 * @method \Aws\Result getTemplateSyncStatus(array $args = [])
103
 * @method \GuzzleHttp\Promise\Promise getTemplateSyncStatusAsync(array $args = [])
104
 * @method \Aws\Result listComponentOutputs(array $args = [])
105
 * @method \GuzzleHttp\Promise\Promise listComponentOutputsAsync(array $args = [])
106
 * @method \Aws\Result listComponentProvisionedResources(array $args = [])
107
 * @method \GuzzleHttp\Promise\Promise listComponentProvisionedResourcesAsync(array $args = [])
108
 * @method \Aws\Result listComponents(array $args = [])
109
 * @method \GuzzleHttp\Promise\Promise listComponentsAsync(array $args = [])
110
 * @method \Aws\Result listDeployments(array $args = [])
111
 * @method \GuzzleHttp\Promise\Promise listDeploymentsAsync(array $args = [])
112
 * @method \Aws\Result listEnvironmentAccountConnections(array $args = [])
113
 * @method \GuzzleHttp\Promise\Promise listEnvironmentAccountConnectionsAsync(array $args = [])
114
 * @method \Aws\Result listEnvironmentOutputs(array $args = [])
115
 * @method \GuzzleHttp\Promise\Promise listEnvironmentOutputsAsync(array $args = [])
116
 * @method \Aws\Result listEnvironmentProvisionedResources(array $args = [])
117
 * @method \GuzzleHttp\Promise\Promise listEnvironmentProvisionedResourcesAsync(array $args = [])
118
 * @method \Aws\Result listEnvironmentTemplateVersions(array $args = [])
119
 * @method \GuzzleHttp\Promise\Promise listEnvironmentTemplateVersionsAsync(array $args = [])
120
 * @method \Aws\Result listEnvironmentTemplates(array $args = [])
121
 * @method \GuzzleHttp\Promise\Promise listEnvironmentTemplatesAsync(array $args = [])
122
 * @method \Aws\Result listEnvironments(array $args = [])
123
 * @method \GuzzleHttp\Promise\Promise listEnvironmentsAsync(array $args = [])
124
 * @method \Aws\Result listRepositories(array $args = [])
125
 * @method \GuzzleHttp\Promise\Promise listRepositoriesAsync(array $args = [])
126
 * @method \Aws\Result listRepositorySyncDefinitions(array $args = [])
127
 * @method \GuzzleHttp\Promise\Promise listRepositorySyncDefinitionsAsync(array $args = [])
128
 * @method \Aws\Result listServiceInstanceOutputs(array $args = [])
129
 * @method \GuzzleHttp\Promise\Promise listServiceInstanceOutputsAsync(array $args = [])
130
 * @method \Aws\Result listServiceInstanceProvisionedResources(array $args = [])
131
 * @method \GuzzleHttp\Promise\Promise listServiceInstanceProvisionedResourcesAsync(array $args = [])
132
 * @method \Aws\Result listServiceInstances(array $args = [])
133
 * @method \GuzzleHttp\Promise\Promise listServiceInstancesAsync(array $args = [])
134
 * @method \Aws\Result listServicePipelineOutputs(array $args = [])
135
 * @method \GuzzleHttp\Promise\Promise listServicePipelineOutputsAsync(array $args = [])
136
 * @method \Aws\Result listServicePipelineProvisionedResources(array $args = [])
137
 * @method \GuzzleHttp\Promise\Promise listServicePipelineProvisionedResourcesAsync(array $args = [])
138
 * @method \Aws\Result listServiceTemplateVersions(array $args = [])
139
 * @method \GuzzleHttp\Promise\Promise listServiceTemplateVersionsAsync(array $args = [])
140
 * @method \Aws\Result listServiceTemplates(array $args = [])
141
 * @method \GuzzleHttp\Promise\Promise listServiceTemplatesAsync(array $args = [])
142
 * @method \Aws\Result listServices(array $args = [])
143
 * @method \GuzzleHttp\Promise\Promise listServicesAsync(array $args = [])
144
 * @method \Aws\Result listTagsForResource(array $args = [])
145
 * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
146
 * @method \Aws\Result notifyResourceDeploymentStatusChange(array $args = [])
147
 * @method \GuzzleHttp\Promise\Promise notifyResourceDeploymentStatusChangeAsync(array $args = [])
148
 * @method \Aws\Result rejectEnvironmentAccountConnection(array $args = [])
149
 * @method \GuzzleHttp\Promise\Promise rejectEnvironmentAccountConnectionAsync(array $args = [])
150
 * @method \Aws\Result tagResource(array $args = [])
151
 * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
152
 * @method \Aws\Result untagResource(array $args = [])
153
 * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
154
 * @method \Aws\Result updateAccountSettings(array $args = [])
155
 * @method \GuzzleHttp\Promise\Promise updateAccountSettingsAsync(array $args = [])
156
 * @method \Aws\Result updateComponent(array $args = [])
157
 * @method \GuzzleHttp\Promise\Promise updateComponentAsync(array $args = [])
158
 * @method \Aws\Result updateEnvironment(array $args = [])
159
 * @method \GuzzleHttp\Promise\Promise updateEnvironmentAsync(array $args = [])
160
 * @method \Aws\Result updateEnvironmentAccountConnection(array $args = [])
161
 * @method \GuzzleHttp\Promise\Promise updateEnvironmentAccountConnectionAsync(array $args = [])
162
 * @method \Aws\Result updateEnvironmentTemplate(array $args = [])
163
 * @method \GuzzleHttp\Promise\Promise updateEnvironmentTemplateAsync(array $args = [])
164
 * @method \Aws\Result updateEnvironmentTemplateVersion(array $args = [])
165
 * @method \GuzzleHttp\Promise\Promise updateEnvironmentTemplateVersionAsync(array $args = [])
166
 * @method \Aws\Result updateService(array $args = [])
167
 * @method \GuzzleHttp\Promise\Promise updateServiceAsync(array $args = [])
168
 * @method \Aws\Result updateServiceInstance(array $args = [])
169
 * @method \GuzzleHttp\Promise\Promise updateServiceInstanceAsync(array $args = [])
170
 * @method \Aws\Result updateServicePipeline(array $args = [])
171
 * @method \GuzzleHttp\Promise\Promise updateServicePipelineAsync(array $args = [])
172
 * @method \Aws\Result updateServiceSyncBlocker(array $args = [])
173
 * @method \GuzzleHttp\Promise\Promise updateServiceSyncBlockerAsync(array $args = [])
174
 * @method \Aws\Result updateServiceSyncConfig(array $args = [])
175
 * @method \GuzzleHttp\Promise\Promise updateServiceSyncConfigAsync(array $args = [])
176
 * @method \Aws\Result updateServiceTemplate(array $args = [])
177
 * @method \GuzzleHttp\Promise\Promise updateServiceTemplateAsync(array $args = [])
178
 * @method \Aws\Result updateServiceTemplateVersion(array $args = [])
179
 * @method \GuzzleHttp\Promise\Promise updateServiceTemplateVersionAsync(array $args = [])
180
 * @method \Aws\Result updateTemplateSyncConfig(array $args = [])
181
 * @method \GuzzleHttp\Promise\Promise updateTemplateSyncConfigAsync(array $args = [])
182
 */
183
class ProtonClient extends AwsClient {}