Proyectos de Subversion Moodle

Rev

Rev 1 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
namespace Aws\LakeFormation;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **AWS Lake Formation** service.
8
 * @method \Aws\Result addLFTagsToResource(array $args = [])
9
 * @method \GuzzleHttp\Promise\Promise addLFTagsToResourceAsync(array $args = [])
10
 * @method \Aws\Result assumeDecoratedRoleWithSAML(array $args = [])
11
 * @method \GuzzleHttp\Promise\Promise assumeDecoratedRoleWithSAMLAsync(array $args = [])
12
 * @method \Aws\Result batchGrantPermissions(array $args = [])
13
 * @method \GuzzleHttp\Promise\Promise batchGrantPermissionsAsync(array $args = [])
14
 * @method \Aws\Result batchRevokePermissions(array $args = [])
15
 * @method \GuzzleHttp\Promise\Promise batchRevokePermissionsAsync(array $args = [])
16
 * @method \Aws\Result cancelTransaction(array $args = [])
17
 * @method \GuzzleHttp\Promise\Promise cancelTransactionAsync(array $args = [])
18
 * @method \Aws\Result commitTransaction(array $args = [])
19
 * @method \GuzzleHttp\Promise\Promise commitTransactionAsync(array $args = [])
20
 * @method \Aws\Result createDataCellsFilter(array $args = [])
21
 * @method \GuzzleHttp\Promise\Promise createDataCellsFilterAsync(array $args = [])
22
 * @method \Aws\Result createLFTag(array $args = [])
23
 * @method \GuzzleHttp\Promise\Promise createLFTagAsync(array $args = [])
1441 ariadna 24
 * @method \Aws\Result createLFTagExpression(array $args = [])
25
 * @method \GuzzleHttp\Promise\Promise createLFTagExpressionAsync(array $args = [])
26
 * @method \Aws\Result createLakeFormationIdentityCenterConfiguration(array $args = [])
27
 * @method \GuzzleHttp\Promise\Promise createLakeFormationIdentityCenterConfigurationAsync(array $args = [])
28
 * @method \Aws\Result createLakeFormationOptIn(array $args = [])
29
 * @method \GuzzleHttp\Promise\Promise createLakeFormationOptInAsync(array $args = [])
1 efrain 30
 * @method \Aws\Result deleteDataCellsFilter(array $args = [])
31
 * @method \GuzzleHttp\Promise\Promise deleteDataCellsFilterAsync(array $args = [])
32
 * @method \Aws\Result deleteLFTag(array $args = [])
33
 * @method \GuzzleHttp\Promise\Promise deleteLFTagAsync(array $args = [])
1441 ariadna 34
 * @method \Aws\Result deleteLFTagExpression(array $args = [])
35
 * @method \GuzzleHttp\Promise\Promise deleteLFTagExpressionAsync(array $args = [])
36
 * @method \Aws\Result deleteLakeFormationIdentityCenterConfiguration(array $args = [])
37
 * @method \GuzzleHttp\Promise\Promise deleteLakeFormationIdentityCenterConfigurationAsync(array $args = [])
38
 * @method \Aws\Result deleteLakeFormationOptIn(array $args = [])
39
 * @method \GuzzleHttp\Promise\Promise deleteLakeFormationOptInAsync(array $args = [])
1 efrain 40
 * @method \Aws\Result deleteObjectsOnCancel(array $args = [])
41
 * @method \GuzzleHttp\Promise\Promise deleteObjectsOnCancelAsync(array $args = [])
42
 * @method \Aws\Result deregisterResource(array $args = [])
43
 * @method \GuzzleHttp\Promise\Promise deregisterResourceAsync(array $args = [])
1441 ariadna 44
 * @method \Aws\Result describeLakeFormationIdentityCenterConfiguration(array $args = [])
45
 * @method \GuzzleHttp\Promise\Promise describeLakeFormationIdentityCenterConfigurationAsync(array $args = [])
1 efrain 46
 * @method \Aws\Result describeResource(array $args = [])
47
 * @method \GuzzleHttp\Promise\Promise describeResourceAsync(array $args = [])
48
 * @method \Aws\Result describeTransaction(array $args = [])
49
 * @method \GuzzleHttp\Promise\Promise describeTransactionAsync(array $args = [])
50
 * @method \Aws\Result extendTransaction(array $args = [])
51
 * @method \GuzzleHttp\Promise\Promise extendTransactionAsync(array $args = [])
52
 * @method \Aws\Result getDataCellsFilter(array $args = [])
53
 * @method \GuzzleHttp\Promise\Promise getDataCellsFilterAsync(array $args = [])
1441 ariadna 54
 * @method \Aws\Result getDataLakePrincipal(array $args = [])
55
 * @method \GuzzleHttp\Promise\Promise getDataLakePrincipalAsync(array $args = [])
1 efrain 56
 * @method \Aws\Result getDataLakeSettings(array $args = [])
57
 * @method \GuzzleHttp\Promise\Promise getDataLakeSettingsAsync(array $args = [])
58
 * @method \Aws\Result getEffectivePermissionsForPath(array $args = [])
59
 * @method \GuzzleHttp\Promise\Promise getEffectivePermissionsForPathAsync(array $args = [])
60
 * @method \Aws\Result getLFTag(array $args = [])
61
 * @method \GuzzleHttp\Promise\Promise getLFTagAsync(array $args = [])
1441 ariadna 62
 * @method \Aws\Result getLFTagExpression(array $args = [])
63
 * @method \GuzzleHttp\Promise\Promise getLFTagExpressionAsync(array $args = [])
1 efrain 64
 * @method \Aws\Result getQueryState(array $args = [])
65
 * @method \GuzzleHttp\Promise\Promise getQueryStateAsync(array $args = [])
66
 * @method \Aws\Result getQueryStatistics(array $args = [])
67
 * @method \GuzzleHttp\Promise\Promise getQueryStatisticsAsync(array $args = [])
68
 * @method \Aws\Result getResourceLFTags(array $args = [])
69
 * @method \GuzzleHttp\Promise\Promise getResourceLFTagsAsync(array $args = [])
70
 * @method \Aws\Result getTableObjects(array $args = [])
71
 * @method \GuzzleHttp\Promise\Promise getTableObjectsAsync(array $args = [])
72
 * @method \Aws\Result getTemporaryGluePartitionCredentials(array $args = [])
73
 * @method \GuzzleHttp\Promise\Promise getTemporaryGluePartitionCredentialsAsync(array $args = [])
74
 * @method \Aws\Result getTemporaryGlueTableCredentials(array $args = [])
75
 * @method \GuzzleHttp\Promise\Promise getTemporaryGlueTableCredentialsAsync(array $args = [])
76
 * @method \Aws\Result getWorkUnitResults(array $args = [])
77
 * @method \GuzzleHttp\Promise\Promise getWorkUnitResultsAsync(array $args = [])
78
 * @method \Aws\Result getWorkUnits(array $args = [])
79
 * @method \GuzzleHttp\Promise\Promise getWorkUnitsAsync(array $args = [])
80
 * @method \Aws\Result grantPermissions(array $args = [])
81
 * @method \GuzzleHttp\Promise\Promise grantPermissionsAsync(array $args = [])
82
 * @method \Aws\Result listDataCellsFilter(array $args = [])
83
 * @method \GuzzleHttp\Promise\Promise listDataCellsFilterAsync(array $args = [])
1441 ariadna 84
 * @method \Aws\Result listLFTagExpressions(array $args = [])
85
 * @method \GuzzleHttp\Promise\Promise listLFTagExpressionsAsync(array $args = [])
1 efrain 86
 * @method \Aws\Result listLFTags(array $args = [])
87
 * @method \GuzzleHttp\Promise\Promise listLFTagsAsync(array $args = [])
1441 ariadna 88
 * @method \Aws\Result listLakeFormationOptIns(array $args = [])
89
 * @method \GuzzleHttp\Promise\Promise listLakeFormationOptInsAsync(array $args = [])
1 efrain 90
 * @method \Aws\Result listPermissions(array $args = [])
91
 * @method \GuzzleHttp\Promise\Promise listPermissionsAsync(array $args = [])
92
 * @method \Aws\Result listResources(array $args = [])
93
 * @method \GuzzleHttp\Promise\Promise listResourcesAsync(array $args = [])
94
 * @method \Aws\Result listTableStorageOptimizers(array $args = [])
95
 * @method \GuzzleHttp\Promise\Promise listTableStorageOptimizersAsync(array $args = [])
96
 * @method \Aws\Result listTransactions(array $args = [])
97
 * @method \GuzzleHttp\Promise\Promise listTransactionsAsync(array $args = [])
98
 * @method \Aws\Result putDataLakeSettings(array $args = [])
99
 * @method \GuzzleHttp\Promise\Promise putDataLakeSettingsAsync(array $args = [])
100
 * @method \Aws\Result registerResource(array $args = [])
101
 * @method \GuzzleHttp\Promise\Promise registerResourceAsync(array $args = [])
102
 * @method \Aws\Result removeLFTagsFromResource(array $args = [])
103
 * @method \GuzzleHttp\Promise\Promise removeLFTagsFromResourceAsync(array $args = [])
104
 * @method \Aws\Result revokePermissions(array $args = [])
105
 * @method \GuzzleHttp\Promise\Promise revokePermissionsAsync(array $args = [])
106
 * @method \Aws\Result searchDatabasesByLFTags(array $args = [])
107
 * @method \GuzzleHttp\Promise\Promise searchDatabasesByLFTagsAsync(array $args = [])
108
 * @method \Aws\Result searchTablesByLFTags(array $args = [])
109
 * @method \GuzzleHttp\Promise\Promise searchTablesByLFTagsAsync(array $args = [])
110
 * @method \Aws\Result startQueryPlanning(array $args = [])
111
 * @method \GuzzleHttp\Promise\Promise startQueryPlanningAsync(array $args = [])
112
 * @method \Aws\Result startTransaction(array $args = [])
113
 * @method \GuzzleHttp\Promise\Promise startTransactionAsync(array $args = [])
114
 * @method \Aws\Result updateDataCellsFilter(array $args = [])
115
 * @method \GuzzleHttp\Promise\Promise updateDataCellsFilterAsync(array $args = [])
116
 * @method \Aws\Result updateLFTag(array $args = [])
117
 * @method \GuzzleHttp\Promise\Promise updateLFTagAsync(array $args = [])
1441 ariadna 118
 * @method \Aws\Result updateLFTagExpression(array $args = [])
119
 * @method \GuzzleHttp\Promise\Promise updateLFTagExpressionAsync(array $args = [])
120
 * @method \Aws\Result updateLakeFormationIdentityCenterConfiguration(array $args = [])
121
 * @method \GuzzleHttp\Promise\Promise updateLakeFormationIdentityCenterConfigurationAsync(array $args = [])
1 efrain 122
 * @method \Aws\Result updateResource(array $args = [])
123
 * @method \GuzzleHttp\Promise\Promise updateResourceAsync(array $args = [])
124
 * @method \Aws\Result updateTableObjects(array $args = [])
125
 * @method \GuzzleHttp\Promise\Promise updateTableObjectsAsync(array $args = [])
126
 * @method \Aws\Result updateTableStorageOptimizer(array $args = [])
127
 * @method \GuzzleHttp\Promise\Promise updateTableStorageOptimizerAsync(array $args = [])
128
 */
129
class LakeFormationClient extends AwsClient {}