Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/LakeFormation/LakeFormationClient.php
Строк: 44
<?php
namespace AwsLakeFormation;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS Lake Formation** service.
* @method AwsResult batchGrantPermissions(array $args = [])
* @method GuzzleHttpPromisePromise batchGrantPermissionsAsync(array $args = [])
* @method AwsResult batchRevokePermissions(array $args = [])
* @method GuzzleHttpPromisePromise batchRevokePermissionsAsync(array $args = [])
* @method AwsResult deregisterResource(array $args = [])
* @method GuzzleHttpPromisePromise deregisterResourceAsync(array $args = [])
* @method AwsResult describeResource(array $args = [])
* @method GuzzleHttpPromisePromise describeResourceAsync(array $args = [])
* @method AwsResult getDataLakeSettings(array $args = [])
* @method GuzzleHttpPromisePromise getDataLakeSettingsAsync(array $args = [])
* @method AwsResult getEffectivePermissionsForPath(array $args = [])
* @method GuzzleHttpPromisePromise getEffectivePermissionsForPathAsync(array $args = [])
* @method AwsResult grantPermissions(array $args = [])
* @method GuzzleHttpPromisePromise grantPermissionsAsync(array $args = [])
* @method AwsResult listPermissions(array $args = [])
* @method GuzzleHttpPromisePromise listPermissionsAsync(array $args = [])
* @method AwsResult listResources(array $args = [])
* @method GuzzleHttpPromisePromise listResourcesAsync(array $args = [])
* @method AwsResult putDataLakeSettings(array $args = [])
* @method GuzzleHttpPromisePromise putDataLakeSettingsAsync(array $args = [])
* @method AwsResult registerResource(array $args = [])
* @method GuzzleHttpPromisePromise registerResourceAsync(array $args = [])
* @method AwsResult revokePermissions(array $args = [])
* @method GuzzleHttpPromisePromise revokePermissionsAsync(array $args = [])
* @method AwsResult updateResource(array $args = [])
* @method GuzzleHttpPromisePromise updateResourceAsync(array $args = [])
*/
class LakeFormationClient extends AwsClient {}