/
home
/
techb158
/
immovalet.com
/
vendor
/
aws
/
aws-sdk-php
/
src
/
LakeFormation
/
/home/techb158/immovalet.com/vendor/aws/aws-sdk-php/src/LakeFormation
mkdir
upload
Name
Size
Mode
Actions
Exception/
-
0755
rm
LakeFormationClient.php
3382
0644
edit
dl
rm
Edit:
/home/techb158/immovalet.com/vendor/aws/aws-sdk-php/src/LakeFormation/LakeFormationClient.php
(3382B)
<?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 {}
Save