Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
<?php
2
namespace Aws\DataZone;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **Amazon DataZone** service.
8
 * @method \Aws\Result acceptPredictions(array $args = [])
9
 * @method \GuzzleHttp\Promise\Promise acceptPredictionsAsync(array $args = [])
10
 * @method \Aws\Result acceptSubscriptionRequest(array $args = [])
11
 * @method \GuzzleHttp\Promise\Promise acceptSubscriptionRequestAsync(array $args = [])
12
 * @method \Aws\Result addEntityOwner(array $args = [])
13
 * @method \GuzzleHttp\Promise\Promise addEntityOwnerAsync(array $args = [])
14
 * @method \Aws\Result addPolicyGrant(array $args = [])
15
 * @method \GuzzleHttp\Promise\Promise addPolicyGrantAsync(array $args = [])
16
 * @method \Aws\Result associateEnvironmentRole(array $args = [])
17
 * @method \GuzzleHttp\Promise\Promise associateEnvironmentRoleAsync(array $args = [])
18
 * @method \Aws\Result cancelMetadataGenerationRun(array $args = [])
19
 * @method \GuzzleHttp\Promise\Promise cancelMetadataGenerationRunAsync(array $args = [])
20
 * @method \Aws\Result cancelSubscription(array $args = [])
21
 * @method \GuzzleHttp\Promise\Promise cancelSubscriptionAsync(array $args = [])
22
 * @method \Aws\Result createAsset(array $args = [])
23
 * @method \GuzzleHttp\Promise\Promise createAssetAsync(array $args = [])
24
 * @method \Aws\Result createAssetFilter(array $args = [])
25
 * @method \GuzzleHttp\Promise\Promise createAssetFilterAsync(array $args = [])
26
 * @method \Aws\Result createAssetRevision(array $args = [])
27
 * @method \GuzzleHttp\Promise\Promise createAssetRevisionAsync(array $args = [])
28
 * @method \Aws\Result createAssetType(array $args = [])
29
 * @method \GuzzleHttp\Promise\Promise createAssetTypeAsync(array $args = [])
30
 * @method \Aws\Result createConnection(array $args = [])
31
 * @method \GuzzleHttp\Promise\Promise createConnectionAsync(array $args = [])
32
 * @method \Aws\Result createDataProduct(array $args = [])
33
 * @method \GuzzleHttp\Promise\Promise createDataProductAsync(array $args = [])
34
 * @method \Aws\Result createDataProductRevision(array $args = [])
35
 * @method \GuzzleHttp\Promise\Promise createDataProductRevisionAsync(array $args = [])
36
 * @method \Aws\Result createDataSource(array $args = [])
37
 * @method \GuzzleHttp\Promise\Promise createDataSourceAsync(array $args = [])
38
 * @method \Aws\Result createDomain(array $args = [])
39
 * @method \GuzzleHttp\Promise\Promise createDomainAsync(array $args = [])
40
 * @method \Aws\Result createDomainUnit(array $args = [])
41
 * @method \GuzzleHttp\Promise\Promise createDomainUnitAsync(array $args = [])
42
 * @method \Aws\Result createEnvironment(array $args = [])
43
 * @method \GuzzleHttp\Promise\Promise createEnvironmentAsync(array $args = [])
44
 * @method \Aws\Result createEnvironmentAction(array $args = [])
45
 * @method \GuzzleHttp\Promise\Promise createEnvironmentActionAsync(array $args = [])
46
 * @method \Aws\Result createEnvironmentProfile(array $args = [])
47
 * @method \GuzzleHttp\Promise\Promise createEnvironmentProfileAsync(array $args = [])
48
 * @method \Aws\Result createFormType(array $args = [])
49
 * @method \GuzzleHttp\Promise\Promise createFormTypeAsync(array $args = [])
50
 * @method \Aws\Result createGlossary(array $args = [])
51
 * @method \GuzzleHttp\Promise\Promise createGlossaryAsync(array $args = [])
52
 * @method \Aws\Result createGlossaryTerm(array $args = [])
53
 * @method \GuzzleHttp\Promise\Promise createGlossaryTermAsync(array $args = [])
54
 * @method \Aws\Result createGroupProfile(array $args = [])
55
 * @method \GuzzleHttp\Promise\Promise createGroupProfileAsync(array $args = [])
56
 * @method \Aws\Result createListingChangeSet(array $args = [])
57
 * @method \GuzzleHttp\Promise\Promise createListingChangeSetAsync(array $args = [])
58
 * @method \Aws\Result createProject(array $args = [])
59
 * @method \GuzzleHttp\Promise\Promise createProjectAsync(array $args = [])
60
 * @method \Aws\Result createProjectMembership(array $args = [])
61
 * @method \GuzzleHttp\Promise\Promise createProjectMembershipAsync(array $args = [])
62
 * @method \Aws\Result createProjectProfile(array $args = [])
63
 * @method \GuzzleHttp\Promise\Promise createProjectProfileAsync(array $args = [])
64
 * @method \Aws\Result createRule(array $args = [])
65
 * @method \GuzzleHttp\Promise\Promise createRuleAsync(array $args = [])
66
 * @method \Aws\Result createSubscriptionGrant(array $args = [])
67
 * @method \GuzzleHttp\Promise\Promise createSubscriptionGrantAsync(array $args = [])
68
 * @method \Aws\Result createSubscriptionRequest(array $args = [])
69
 * @method \GuzzleHttp\Promise\Promise createSubscriptionRequestAsync(array $args = [])
70
 * @method \Aws\Result createSubscriptionTarget(array $args = [])
71
 * @method \GuzzleHttp\Promise\Promise createSubscriptionTargetAsync(array $args = [])
72
 * @method \Aws\Result createUserProfile(array $args = [])
73
 * @method \GuzzleHttp\Promise\Promise createUserProfileAsync(array $args = [])
74
 * @method \Aws\Result deleteAsset(array $args = [])
75
 * @method \GuzzleHttp\Promise\Promise deleteAssetAsync(array $args = [])
76
 * @method \Aws\Result deleteAssetFilter(array $args = [])
77
 * @method \GuzzleHttp\Promise\Promise deleteAssetFilterAsync(array $args = [])
78
 * @method \Aws\Result deleteAssetType(array $args = [])
79
 * @method \GuzzleHttp\Promise\Promise deleteAssetTypeAsync(array $args = [])
80
 * @method \Aws\Result deleteConnection(array $args = [])
81
 * @method \GuzzleHttp\Promise\Promise deleteConnectionAsync(array $args = [])
82
 * @method \Aws\Result deleteDataProduct(array $args = [])
83
 * @method \GuzzleHttp\Promise\Promise deleteDataProductAsync(array $args = [])
84
 * @method \Aws\Result deleteDataSource(array $args = [])
85
 * @method \GuzzleHttp\Promise\Promise deleteDataSourceAsync(array $args = [])
86
 * @method \Aws\Result deleteDomain(array $args = [])
87
 * @method \GuzzleHttp\Promise\Promise deleteDomainAsync(array $args = [])
88
 * @method \Aws\Result deleteDomainUnit(array $args = [])
89
 * @method \GuzzleHttp\Promise\Promise deleteDomainUnitAsync(array $args = [])
90
 * @method \Aws\Result deleteEnvironment(array $args = [])
91
 * @method \GuzzleHttp\Promise\Promise deleteEnvironmentAsync(array $args = [])
92
 * @method \Aws\Result deleteEnvironmentAction(array $args = [])
93
 * @method \GuzzleHttp\Promise\Promise deleteEnvironmentActionAsync(array $args = [])
94
 * @method \Aws\Result deleteEnvironmentBlueprintConfiguration(array $args = [])
95
 * @method \GuzzleHttp\Promise\Promise deleteEnvironmentBlueprintConfigurationAsync(array $args = [])
96
 * @method \Aws\Result deleteEnvironmentProfile(array $args = [])
97
 * @method \GuzzleHttp\Promise\Promise deleteEnvironmentProfileAsync(array $args = [])
98
 * @method \Aws\Result deleteFormType(array $args = [])
99
 * @method \GuzzleHttp\Promise\Promise deleteFormTypeAsync(array $args = [])
100
 * @method \Aws\Result deleteGlossary(array $args = [])
101
 * @method \GuzzleHttp\Promise\Promise deleteGlossaryAsync(array $args = [])
102
 * @method \Aws\Result deleteGlossaryTerm(array $args = [])
103
 * @method \GuzzleHttp\Promise\Promise deleteGlossaryTermAsync(array $args = [])
104
 * @method \Aws\Result deleteListing(array $args = [])
105
 * @method \GuzzleHttp\Promise\Promise deleteListingAsync(array $args = [])
106
 * @method \Aws\Result deleteProject(array $args = [])
107
 * @method \GuzzleHttp\Promise\Promise deleteProjectAsync(array $args = [])
108
 * @method \Aws\Result deleteProjectMembership(array $args = [])
109
 * @method \GuzzleHttp\Promise\Promise deleteProjectMembershipAsync(array $args = [])
110
 * @method \Aws\Result deleteProjectProfile(array $args = [])
111
 * @method \GuzzleHttp\Promise\Promise deleteProjectProfileAsync(array $args = [])
112
 * @method \Aws\Result deleteRule(array $args = [])
113
 * @method \GuzzleHttp\Promise\Promise deleteRuleAsync(array $args = [])
114
 * @method \Aws\Result deleteSubscriptionGrant(array $args = [])
115
 * @method \GuzzleHttp\Promise\Promise deleteSubscriptionGrantAsync(array $args = [])
116
 * @method \Aws\Result deleteSubscriptionRequest(array $args = [])
117
 * @method \GuzzleHttp\Promise\Promise deleteSubscriptionRequestAsync(array $args = [])
118
 * @method \Aws\Result deleteSubscriptionTarget(array $args = [])
119
 * @method \GuzzleHttp\Promise\Promise deleteSubscriptionTargetAsync(array $args = [])
120
 * @method \Aws\Result deleteTimeSeriesDataPoints(array $args = [])
121
 * @method \GuzzleHttp\Promise\Promise deleteTimeSeriesDataPointsAsync(array $args = [])
122
 * @method \Aws\Result disassociateEnvironmentRole(array $args = [])
123
 * @method \GuzzleHttp\Promise\Promise disassociateEnvironmentRoleAsync(array $args = [])
124
 * @method \Aws\Result getAsset(array $args = [])
125
 * @method \GuzzleHttp\Promise\Promise getAssetAsync(array $args = [])
126
 * @method \Aws\Result getAssetFilter(array $args = [])
127
 * @method \GuzzleHttp\Promise\Promise getAssetFilterAsync(array $args = [])
128
 * @method \Aws\Result getAssetType(array $args = [])
129
 * @method \GuzzleHttp\Promise\Promise getAssetTypeAsync(array $args = [])
130
 * @method \Aws\Result getConnection(array $args = [])
131
 * @method \GuzzleHttp\Promise\Promise getConnectionAsync(array $args = [])
132
 * @method \Aws\Result getDataProduct(array $args = [])
133
 * @method \GuzzleHttp\Promise\Promise getDataProductAsync(array $args = [])
134
 * @method \Aws\Result getDataSource(array $args = [])
135
 * @method \GuzzleHttp\Promise\Promise getDataSourceAsync(array $args = [])
136
 * @method \Aws\Result getDataSourceRun(array $args = [])
137
 * @method \GuzzleHttp\Promise\Promise getDataSourceRunAsync(array $args = [])
138
 * @method \Aws\Result getDomain(array $args = [])
139
 * @method \GuzzleHttp\Promise\Promise getDomainAsync(array $args = [])
140
 * @method \Aws\Result getDomainUnit(array $args = [])
141
 * @method \GuzzleHttp\Promise\Promise getDomainUnitAsync(array $args = [])
142
 * @method \Aws\Result getEnvironment(array $args = [])
143
 * @method \GuzzleHttp\Promise\Promise getEnvironmentAsync(array $args = [])
144
 * @method \Aws\Result getEnvironmentAction(array $args = [])
145
 * @method \GuzzleHttp\Promise\Promise getEnvironmentActionAsync(array $args = [])
146
 * @method \Aws\Result getEnvironmentBlueprint(array $args = [])
147
 * @method \GuzzleHttp\Promise\Promise getEnvironmentBlueprintAsync(array $args = [])
148
 * @method \Aws\Result getEnvironmentBlueprintConfiguration(array $args = [])
149
 * @method \GuzzleHttp\Promise\Promise getEnvironmentBlueprintConfigurationAsync(array $args = [])
150
 * @method \Aws\Result getEnvironmentCredentials(array $args = [])
151
 * @method \GuzzleHttp\Promise\Promise getEnvironmentCredentialsAsync(array $args = [])
152
 * @method \Aws\Result getEnvironmentProfile(array $args = [])
153
 * @method \GuzzleHttp\Promise\Promise getEnvironmentProfileAsync(array $args = [])
154
 * @method \Aws\Result getFormType(array $args = [])
155
 * @method \GuzzleHttp\Promise\Promise getFormTypeAsync(array $args = [])
156
 * @method \Aws\Result getGlossary(array $args = [])
157
 * @method \GuzzleHttp\Promise\Promise getGlossaryAsync(array $args = [])
158
 * @method \Aws\Result getGlossaryTerm(array $args = [])
159
 * @method \GuzzleHttp\Promise\Promise getGlossaryTermAsync(array $args = [])
160
 * @method \Aws\Result getGroupProfile(array $args = [])
161
 * @method \GuzzleHttp\Promise\Promise getGroupProfileAsync(array $args = [])
162
 * @method \Aws\Result getIamPortalLoginUrl(array $args = [])
163
 * @method \GuzzleHttp\Promise\Promise getIamPortalLoginUrlAsync(array $args = [])
164
 * @method \Aws\Result getJobRun(array $args = [])
165
 * @method \GuzzleHttp\Promise\Promise getJobRunAsync(array $args = [])
166
 * @method \Aws\Result getLineageEvent(array $args = [])
167
 * @method \GuzzleHttp\Promise\Promise getLineageEventAsync(array $args = [])
168
 * @method \Aws\Result getLineageNode(array $args = [])
169
 * @method \GuzzleHttp\Promise\Promise getLineageNodeAsync(array $args = [])
170
 * @method \Aws\Result getListing(array $args = [])
171
 * @method \GuzzleHttp\Promise\Promise getListingAsync(array $args = [])
172
 * @method \Aws\Result getMetadataGenerationRun(array $args = [])
173
 * @method \GuzzleHttp\Promise\Promise getMetadataGenerationRunAsync(array $args = [])
174
 * @method \Aws\Result getProject(array $args = [])
175
 * @method \GuzzleHttp\Promise\Promise getProjectAsync(array $args = [])
176
 * @method \Aws\Result getProjectProfile(array $args = [])
177
 * @method \GuzzleHttp\Promise\Promise getProjectProfileAsync(array $args = [])
178
 * @method \Aws\Result getRule(array $args = [])
179
 * @method \GuzzleHttp\Promise\Promise getRuleAsync(array $args = [])
180
 * @method \Aws\Result getSubscription(array $args = [])
181
 * @method \GuzzleHttp\Promise\Promise getSubscriptionAsync(array $args = [])
182
 * @method \Aws\Result getSubscriptionGrant(array $args = [])
183
 * @method \GuzzleHttp\Promise\Promise getSubscriptionGrantAsync(array $args = [])
184
 * @method \Aws\Result getSubscriptionRequestDetails(array $args = [])
185
 * @method \GuzzleHttp\Promise\Promise getSubscriptionRequestDetailsAsync(array $args = [])
186
 * @method \Aws\Result getSubscriptionTarget(array $args = [])
187
 * @method \GuzzleHttp\Promise\Promise getSubscriptionTargetAsync(array $args = [])
188
 * @method \Aws\Result getTimeSeriesDataPoint(array $args = [])
189
 * @method \GuzzleHttp\Promise\Promise getTimeSeriesDataPointAsync(array $args = [])
190
 * @method \Aws\Result getUserProfile(array $args = [])
191
 * @method \GuzzleHttp\Promise\Promise getUserProfileAsync(array $args = [])
192
 * @method \Aws\Result listAssetFilters(array $args = [])
193
 * @method \GuzzleHttp\Promise\Promise listAssetFiltersAsync(array $args = [])
194
 * @method \Aws\Result listAssetRevisions(array $args = [])
195
 * @method \GuzzleHttp\Promise\Promise listAssetRevisionsAsync(array $args = [])
196
 * @method \Aws\Result listConnections(array $args = [])
197
 * @method \GuzzleHttp\Promise\Promise listConnectionsAsync(array $args = [])
198
 * @method \Aws\Result listDataProductRevisions(array $args = [])
199
 * @method \GuzzleHttp\Promise\Promise listDataProductRevisionsAsync(array $args = [])
200
 * @method \Aws\Result listDataSourceRunActivities(array $args = [])
201
 * @method \GuzzleHttp\Promise\Promise listDataSourceRunActivitiesAsync(array $args = [])
202
 * @method \Aws\Result listDataSourceRuns(array $args = [])
203
 * @method \GuzzleHttp\Promise\Promise listDataSourceRunsAsync(array $args = [])
204
 * @method \Aws\Result listDataSources(array $args = [])
205
 * @method \GuzzleHttp\Promise\Promise listDataSourcesAsync(array $args = [])
206
 * @method \Aws\Result listDomainUnitsForParent(array $args = [])
207
 * @method \GuzzleHttp\Promise\Promise listDomainUnitsForParentAsync(array $args = [])
208
 * @method \Aws\Result listDomains(array $args = [])
209
 * @method \GuzzleHttp\Promise\Promise listDomainsAsync(array $args = [])
210
 * @method \Aws\Result listEntityOwners(array $args = [])
211
 * @method \GuzzleHttp\Promise\Promise listEntityOwnersAsync(array $args = [])
212
 * @method \Aws\Result listEnvironmentActions(array $args = [])
213
 * @method \GuzzleHttp\Promise\Promise listEnvironmentActionsAsync(array $args = [])
214
 * @method \Aws\Result listEnvironmentBlueprintConfigurations(array $args = [])
215
 * @method \GuzzleHttp\Promise\Promise listEnvironmentBlueprintConfigurationsAsync(array $args = [])
216
 * @method \Aws\Result listEnvironmentBlueprints(array $args = [])
217
 * @method \GuzzleHttp\Promise\Promise listEnvironmentBlueprintsAsync(array $args = [])
218
 * @method \Aws\Result listEnvironmentProfiles(array $args = [])
219
 * @method \GuzzleHttp\Promise\Promise listEnvironmentProfilesAsync(array $args = [])
220
 * @method \Aws\Result listEnvironments(array $args = [])
221
 * @method \GuzzleHttp\Promise\Promise listEnvironmentsAsync(array $args = [])
222
 * @method \Aws\Result listJobRuns(array $args = [])
223
 * @method \GuzzleHttp\Promise\Promise listJobRunsAsync(array $args = [])
224
 * @method \Aws\Result listLineageEvents(array $args = [])
225
 * @method \GuzzleHttp\Promise\Promise listLineageEventsAsync(array $args = [])
226
 * @method \Aws\Result listLineageNodeHistory(array $args = [])
227
 * @method \GuzzleHttp\Promise\Promise listLineageNodeHistoryAsync(array $args = [])
228
 * @method \Aws\Result listMetadataGenerationRuns(array $args = [])
229
 * @method \GuzzleHttp\Promise\Promise listMetadataGenerationRunsAsync(array $args = [])
230
 * @method \Aws\Result listNotifications(array $args = [])
231
 * @method \GuzzleHttp\Promise\Promise listNotificationsAsync(array $args = [])
232
 * @method \Aws\Result listPolicyGrants(array $args = [])
233
 * @method \GuzzleHttp\Promise\Promise listPolicyGrantsAsync(array $args = [])
234
 * @method \Aws\Result listProjectMemberships(array $args = [])
235
 * @method \GuzzleHttp\Promise\Promise listProjectMembershipsAsync(array $args = [])
236
 * @method \Aws\Result listProjectProfiles(array $args = [])
237
 * @method \GuzzleHttp\Promise\Promise listProjectProfilesAsync(array $args = [])
238
 * @method \Aws\Result listProjects(array $args = [])
239
 * @method \GuzzleHttp\Promise\Promise listProjectsAsync(array $args = [])
240
 * @method \Aws\Result listRules(array $args = [])
241
 * @method \GuzzleHttp\Promise\Promise listRulesAsync(array $args = [])
242
 * @method \Aws\Result listSubscriptionGrants(array $args = [])
243
 * @method \GuzzleHttp\Promise\Promise listSubscriptionGrantsAsync(array $args = [])
244
 * @method \Aws\Result listSubscriptionRequests(array $args = [])
245
 * @method \GuzzleHttp\Promise\Promise listSubscriptionRequestsAsync(array $args = [])
246
 * @method \Aws\Result listSubscriptionTargets(array $args = [])
247
 * @method \GuzzleHttp\Promise\Promise listSubscriptionTargetsAsync(array $args = [])
248
 * @method \Aws\Result listSubscriptions(array $args = [])
249
 * @method \GuzzleHttp\Promise\Promise listSubscriptionsAsync(array $args = [])
250
 * @method \Aws\Result listTagsForResource(array $args = [])
251
 * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
252
 * @method \Aws\Result listTimeSeriesDataPoints(array $args = [])
253
 * @method \GuzzleHttp\Promise\Promise listTimeSeriesDataPointsAsync(array $args = [])
254
 * @method \Aws\Result postLineageEvent(array $args = [])
255
 * @method \GuzzleHttp\Promise\Promise postLineageEventAsync(array $args = [])
256
 * @method \Aws\Result postTimeSeriesDataPoints(array $args = [])
257
 * @method \GuzzleHttp\Promise\Promise postTimeSeriesDataPointsAsync(array $args = [])
258
 * @method \Aws\Result putEnvironmentBlueprintConfiguration(array $args = [])
259
 * @method \GuzzleHttp\Promise\Promise putEnvironmentBlueprintConfigurationAsync(array $args = [])
260
 * @method \Aws\Result rejectPredictions(array $args = [])
261
 * @method \GuzzleHttp\Promise\Promise rejectPredictionsAsync(array $args = [])
262
 * @method \Aws\Result rejectSubscriptionRequest(array $args = [])
263
 * @method \GuzzleHttp\Promise\Promise rejectSubscriptionRequestAsync(array $args = [])
264
 * @method \Aws\Result removeEntityOwner(array $args = [])
265
 * @method \GuzzleHttp\Promise\Promise removeEntityOwnerAsync(array $args = [])
266
 * @method \Aws\Result removePolicyGrant(array $args = [])
267
 * @method \GuzzleHttp\Promise\Promise removePolicyGrantAsync(array $args = [])
268
 * @method \Aws\Result revokeSubscription(array $args = [])
269
 * @method \GuzzleHttp\Promise\Promise revokeSubscriptionAsync(array $args = [])
270
 * @method \Aws\Result search(array $args = [])
271
 * @method \GuzzleHttp\Promise\Promise searchAsync(array $args = [])
272
 * @method \Aws\Result searchGroupProfiles(array $args = [])
273
 * @method \GuzzleHttp\Promise\Promise searchGroupProfilesAsync(array $args = [])
274
 * @method \Aws\Result searchListings(array $args = [])
275
 * @method \GuzzleHttp\Promise\Promise searchListingsAsync(array $args = [])
276
 * @method \Aws\Result searchTypes(array $args = [])
277
 * @method \GuzzleHttp\Promise\Promise searchTypesAsync(array $args = [])
278
 * @method \Aws\Result searchUserProfiles(array $args = [])
279
 * @method \GuzzleHttp\Promise\Promise searchUserProfilesAsync(array $args = [])
280
 * @method \Aws\Result startDataSourceRun(array $args = [])
281
 * @method \GuzzleHttp\Promise\Promise startDataSourceRunAsync(array $args = [])
282
 * @method \Aws\Result startMetadataGenerationRun(array $args = [])
283
 * @method \GuzzleHttp\Promise\Promise startMetadataGenerationRunAsync(array $args = [])
284
 * @method \Aws\Result tagResource(array $args = [])
285
 * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
286
 * @method \Aws\Result untagResource(array $args = [])
287
 * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
288
 * @method \Aws\Result updateAssetFilter(array $args = [])
289
 * @method \GuzzleHttp\Promise\Promise updateAssetFilterAsync(array $args = [])
290
 * @method \Aws\Result updateConnection(array $args = [])
291
 * @method \GuzzleHttp\Promise\Promise updateConnectionAsync(array $args = [])
292
 * @method \Aws\Result updateDataSource(array $args = [])
293
 * @method \GuzzleHttp\Promise\Promise updateDataSourceAsync(array $args = [])
294
 * @method \Aws\Result updateDomain(array $args = [])
295
 * @method \GuzzleHttp\Promise\Promise updateDomainAsync(array $args = [])
296
 * @method \Aws\Result updateDomainUnit(array $args = [])
297
 * @method \GuzzleHttp\Promise\Promise updateDomainUnitAsync(array $args = [])
298
 * @method \Aws\Result updateEnvironment(array $args = [])
299
 * @method \GuzzleHttp\Promise\Promise updateEnvironmentAsync(array $args = [])
300
 * @method \Aws\Result updateEnvironmentAction(array $args = [])
301
 * @method \GuzzleHttp\Promise\Promise updateEnvironmentActionAsync(array $args = [])
302
 * @method \Aws\Result updateEnvironmentProfile(array $args = [])
303
 * @method \GuzzleHttp\Promise\Promise updateEnvironmentProfileAsync(array $args = [])
304
 * @method \Aws\Result updateGlossary(array $args = [])
305
 * @method \GuzzleHttp\Promise\Promise updateGlossaryAsync(array $args = [])
306
 * @method \Aws\Result updateGlossaryTerm(array $args = [])
307
 * @method \GuzzleHttp\Promise\Promise updateGlossaryTermAsync(array $args = [])
308
 * @method \Aws\Result updateGroupProfile(array $args = [])
309
 * @method \GuzzleHttp\Promise\Promise updateGroupProfileAsync(array $args = [])
310
 * @method \Aws\Result updateProject(array $args = [])
311
 * @method \GuzzleHttp\Promise\Promise updateProjectAsync(array $args = [])
312
 * @method \Aws\Result updateProjectProfile(array $args = [])
313
 * @method \GuzzleHttp\Promise\Promise updateProjectProfileAsync(array $args = [])
314
 * @method \Aws\Result updateRule(array $args = [])
315
 * @method \GuzzleHttp\Promise\Promise updateRuleAsync(array $args = [])
316
 * @method \Aws\Result updateSubscriptionGrantStatus(array $args = [])
317
 * @method \GuzzleHttp\Promise\Promise updateSubscriptionGrantStatusAsync(array $args = [])
318
 * @method \Aws\Result updateSubscriptionRequest(array $args = [])
319
 * @method \GuzzleHttp\Promise\Promise updateSubscriptionRequestAsync(array $args = [])
320
 * @method \Aws\Result updateSubscriptionTarget(array $args = [])
321
 * @method \GuzzleHttp\Promise\Promise updateSubscriptionTargetAsync(array $args = [])
322
 * @method \Aws\Result updateUserProfile(array $args = [])
323
 * @method \GuzzleHttp\Promise\Promise updateUserProfileAsync(array $args = [])
324
 */
325
class DataZoneClient extends AwsClient {}