����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 18.220.98.157 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/builderbox/public_html/vendor/aws/aws-sdk-php/src/LakeFormation/ |
Upload File : |
<?php namespace Aws\LakeFormation; use Aws\AwsClient; /** * This client is used to interact with the **AWS Lake Formation** service. * @method \Aws\Result addLFTagsToResource(array $args = []) * @method \GuzzleHttp\Promise\Promise addLFTagsToResourceAsync(array $args = []) * @method \Aws\Result batchGrantPermissions(array $args = []) * @method \GuzzleHttp\Promise\Promise batchGrantPermissionsAsync(array $args = []) * @method \Aws\Result batchRevokePermissions(array $args = []) * @method \GuzzleHttp\Promise\Promise batchRevokePermissionsAsync(array $args = []) * @method \Aws\Result createLFTag(array $args = []) * @method \GuzzleHttp\Promise\Promise createLFTagAsync(array $args = []) * @method \Aws\Result deleteLFTag(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteLFTagAsync(array $args = []) * @method \Aws\Result deregisterResource(array $args = []) * @method \GuzzleHttp\Promise\Promise deregisterResourceAsync(array $args = []) * @method \Aws\Result describeResource(array $args = []) * @method \GuzzleHttp\Promise\Promise describeResourceAsync(array $args = []) * @method \Aws\Result getDataLakeSettings(array $args = []) * @method \GuzzleHttp\Promise\Promise getDataLakeSettingsAsync(array $args = []) * @method \Aws\Result getEffectivePermissionsForPath(array $args = []) * @method \GuzzleHttp\Promise\Promise getEffectivePermissionsForPathAsync(array $args = []) * @method \Aws\Result getLFTag(array $args = []) * @method \GuzzleHttp\Promise\Promise getLFTagAsync(array $args = []) * @method \Aws\Result getResourceLFTags(array $args = []) * @method \GuzzleHttp\Promise\Promise getResourceLFTagsAsync(array $args = []) * @method \Aws\Result grantPermissions(array $args = []) * @method \GuzzleHttp\Promise\Promise grantPermissionsAsync(array $args = []) * @method \Aws\Result listLFTags(array $args = []) * @method \GuzzleHttp\Promise\Promise listLFTagsAsync(array $args = []) * @method \Aws\Result listPermissions(array $args = []) * @method \GuzzleHttp\Promise\Promise listPermissionsAsync(array $args = []) * @method \Aws\Result listResources(array $args = []) * @method \GuzzleHttp\Promise\Promise listResourcesAsync(array $args = []) * @method \Aws\Result putDataLakeSettings(array $args = []) * @method \GuzzleHttp\Promise\Promise putDataLakeSettingsAsync(array $args = []) * @method \Aws\Result registerResource(array $args = []) * @method \GuzzleHttp\Promise\Promise registerResourceAsync(array $args = []) * @method \Aws\Result removeLFTagsFromResource(array $args = []) * @method \GuzzleHttp\Promise\Promise removeLFTagsFromResourceAsync(array $args = []) * @method \Aws\Result revokePermissions(array $args = []) * @method \GuzzleHttp\Promise\Promise revokePermissionsAsync(array $args = []) * @method \Aws\Result searchDatabasesByLFTags(array $args = []) * @method \GuzzleHttp\Promise\Promise searchDatabasesByLFTagsAsync(array $args = []) * @method \Aws\Result searchTablesByLFTags(array $args = []) * @method \GuzzleHttp\Promise\Promise searchTablesByLFTagsAsync(array $args = []) * @method \Aws\Result updateLFTag(array $args = []) * @method \GuzzleHttp\Promise\Promise updateLFTagAsync(array $args = []) * @method \Aws\Result updateResource(array $args = []) * @method \GuzzleHttp\Promise\Promise updateResourceAsync(array $args = []) */ class LakeFormationClient extends AwsClient {}