LakeFormationClient.php
118 lines
| 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 = []) |
| 24 | * @method \Aws\Result createLakeFormationIdentityCenterConfiguration(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise createLakeFormationIdentityCenterConfigurationAsync(array $args = []) |
| 26 | * @method \Aws\Result createLakeFormationOptIn(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise createLakeFormationOptInAsync(array $args = []) |
| 28 | * @method \Aws\Result deleteDataCellsFilter(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise deleteDataCellsFilterAsync(array $args = []) |
| 30 | * @method \Aws\Result deleteLFTag(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise deleteLFTagAsync(array $args = []) |
| 32 | * @method \Aws\Result deleteLakeFormationIdentityCenterConfiguration(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise deleteLakeFormationIdentityCenterConfigurationAsync(array $args = []) |
| 34 | * @method \Aws\Result deleteLakeFormationOptIn(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise deleteLakeFormationOptInAsync(array $args = []) |
| 36 | * @method \Aws\Result deleteObjectsOnCancel(array $args = []) |
| 37 | * @method \GuzzleHttp\Promise\Promise deleteObjectsOnCancelAsync(array $args = []) |
| 38 | * @method \Aws\Result deregisterResource(array $args = []) |
| 39 | * @method \GuzzleHttp\Promise\Promise deregisterResourceAsync(array $args = []) |
| 40 | * @method \Aws\Result describeLakeFormationIdentityCenterConfiguration(array $args = []) |
| 41 | * @method \GuzzleHttp\Promise\Promise describeLakeFormationIdentityCenterConfigurationAsync(array $args = []) |
| 42 | * @method \Aws\Result describeResource(array $args = []) |
| 43 | * @method \GuzzleHttp\Promise\Promise describeResourceAsync(array $args = []) |
| 44 | * @method \Aws\Result describeTransaction(array $args = []) |
| 45 | * @method \GuzzleHttp\Promise\Promise describeTransactionAsync(array $args = []) |
| 46 | * @method \Aws\Result extendTransaction(array $args = []) |
| 47 | * @method \GuzzleHttp\Promise\Promise extendTransactionAsync(array $args = []) |
| 48 | * @method \Aws\Result getDataCellsFilter(array $args = []) |
| 49 | * @method \GuzzleHttp\Promise\Promise getDataCellsFilterAsync(array $args = []) |
| 50 | * @method \Aws\Result getDataLakeSettings(array $args = []) |
| 51 | * @method \GuzzleHttp\Promise\Promise getDataLakeSettingsAsync(array $args = []) |
| 52 | * @method \Aws\Result getEffectivePermissionsForPath(array $args = []) |
| 53 | * @method \GuzzleHttp\Promise\Promise getEffectivePermissionsForPathAsync(array $args = []) |
| 54 | * @method \Aws\Result getLFTag(array $args = []) |
| 55 | * @method \GuzzleHttp\Promise\Promise getLFTagAsync(array $args = []) |
| 56 | * @method \Aws\Result getQueryState(array $args = []) |
| 57 | * @method \GuzzleHttp\Promise\Promise getQueryStateAsync(array $args = []) |
| 58 | * @method \Aws\Result getQueryStatistics(array $args = []) |
| 59 | * @method \GuzzleHttp\Promise\Promise getQueryStatisticsAsync(array $args = []) |
| 60 | * @method \Aws\Result getResourceLFTags(array $args = []) |
| 61 | * @method \GuzzleHttp\Promise\Promise getResourceLFTagsAsync(array $args = []) |
| 62 | * @method \Aws\Result getTableObjects(array $args = []) |
| 63 | * @method \GuzzleHttp\Promise\Promise getTableObjectsAsync(array $args = []) |
| 64 | * @method \Aws\Result getTemporaryGluePartitionCredentials(array $args = []) |
| 65 | * @method \GuzzleHttp\Promise\Promise getTemporaryGluePartitionCredentialsAsync(array $args = []) |
| 66 | * @method \Aws\Result getTemporaryGlueTableCredentials(array $args = []) |
| 67 | * @method \GuzzleHttp\Promise\Promise getTemporaryGlueTableCredentialsAsync(array $args = []) |
| 68 | * @method \Aws\Result getWorkUnitResults(array $args = []) |
| 69 | * @method \GuzzleHttp\Promise\Promise getWorkUnitResultsAsync(array $args = []) |
| 70 | * @method \Aws\Result getWorkUnits(array $args = []) |
| 71 | * @method \GuzzleHttp\Promise\Promise getWorkUnitsAsync(array $args = []) |
| 72 | * @method \Aws\Result grantPermissions(array $args = []) |
| 73 | * @method \GuzzleHttp\Promise\Promise grantPermissionsAsync(array $args = []) |
| 74 | * @method \Aws\Result listDataCellsFilter(array $args = []) |
| 75 | * @method \GuzzleHttp\Promise\Promise listDataCellsFilterAsync(array $args = []) |
| 76 | * @method \Aws\Result listLFTags(array $args = []) |
| 77 | * @method \GuzzleHttp\Promise\Promise listLFTagsAsync(array $args = []) |
| 78 | * @method \Aws\Result listLakeFormationOptIns(array $args = []) |
| 79 | * @method \GuzzleHttp\Promise\Promise listLakeFormationOptInsAsync(array $args = []) |
| 80 | * @method \Aws\Result listPermissions(array $args = []) |
| 81 | * @method \GuzzleHttp\Promise\Promise listPermissionsAsync(array $args = []) |
| 82 | * @method \Aws\Result listResources(array $args = []) |
| 83 | * @method \GuzzleHttp\Promise\Promise listResourcesAsync(array $args = []) |
| 84 | * @method \Aws\Result listTableStorageOptimizers(array $args = []) |
| 85 | * @method \GuzzleHttp\Promise\Promise listTableStorageOptimizersAsync(array $args = []) |
| 86 | * @method \Aws\Result listTransactions(array $args = []) |
| 87 | * @method \GuzzleHttp\Promise\Promise listTransactionsAsync(array $args = []) |
| 88 | * @method \Aws\Result putDataLakeSettings(array $args = []) |
| 89 | * @method \GuzzleHttp\Promise\Promise putDataLakeSettingsAsync(array $args = []) |
| 90 | * @method \Aws\Result registerResource(array $args = []) |
| 91 | * @method \GuzzleHttp\Promise\Promise registerResourceAsync(array $args = []) |
| 92 | * @method \Aws\Result removeLFTagsFromResource(array $args = []) |
| 93 | * @method \GuzzleHttp\Promise\Promise removeLFTagsFromResourceAsync(array $args = []) |
| 94 | * @method \Aws\Result revokePermissions(array $args = []) |
| 95 | * @method \GuzzleHttp\Promise\Promise revokePermissionsAsync(array $args = []) |
| 96 | * @method \Aws\Result searchDatabasesByLFTags(array $args = []) |
| 97 | * @method \GuzzleHttp\Promise\Promise searchDatabasesByLFTagsAsync(array $args = []) |
| 98 | * @method \Aws\Result searchTablesByLFTags(array $args = []) |
| 99 | * @method \GuzzleHttp\Promise\Promise searchTablesByLFTagsAsync(array $args = []) |
| 100 | * @method \Aws\Result startQueryPlanning(array $args = []) |
| 101 | * @method \GuzzleHttp\Promise\Promise startQueryPlanningAsync(array $args = []) |
| 102 | * @method \Aws\Result startTransaction(array $args = []) |
| 103 | * @method \GuzzleHttp\Promise\Promise startTransactionAsync(array $args = []) |
| 104 | * @method \Aws\Result updateDataCellsFilter(array $args = []) |
| 105 | * @method \GuzzleHttp\Promise\Promise updateDataCellsFilterAsync(array $args = []) |
| 106 | * @method \Aws\Result updateLFTag(array $args = []) |
| 107 | * @method \GuzzleHttp\Promise\Promise updateLFTagAsync(array $args = []) |
| 108 | * @method \Aws\Result updateLakeFormationIdentityCenterConfiguration(array $args = []) |
| 109 | * @method \GuzzleHttp\Promise\Promise updateLakeFormationIdentityCenterConfigurationAsync(array $args = []) |
| 110 | * @method \Aws\Result updateResource(array $args = []) |
| 111 | * @method \GuzzleHttp\Promise\Promise updateResourceAsync(array $args = []) |
| 112 | * @method \Aws\Result updateTableObjects(array $args = []) |
| 113 | * @method \GuzzleHttp\Promise\Promise updateTableObjectsAsync(array $args = []) |
| 114 | * @method \Aws\Result updateTableStorageOptimizer(array $args = []) |
| 115 | * @method \GuzzleHttp\Promise\Promise updateTableStorageOptimizerAsync(array $args = []) |
| 116 | */ |
| 117 | class LakeFormationClient extends AwsClient {} |
| 118 |