LakeFormationClient.php 2.0 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?php
  2. namespace Aws\LakeFormation;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS Lake Formation** service.
  6. * @method \Aws\Result batchGrantPermissions(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise batchGrantPermissionsAsync(array $args = [])
  8. * @method \Aws\Result batchRevokePermissions(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise batchRevokePermissionsAsync(array $args = [])
  10. * @method \Aws\Result deregisterResource(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise deregisterResourceAsync(array $args = [])
  12. * @method \Aws\Result describeResource(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise describeResourceAsync(array $args = [])
  14. * @method \Aws\Result getDataLakeSettings(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise getDataLakeSettingsAsync(array $args = [])
  16. * @method \Aws\Result getEffectivePermissionsForPath(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise getEffectivePermissionsForPathAsync(array $args = [])
  18. * @method \Aws\Result grantPermissions(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise grantPermissionsAsync(array $args = [])
  20. * @method \Aws\Result listPermissions(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise listPermissionsAsync(array $args = [])
  22. * @method \Aws\Result listResources(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise listResourcesAsync(array $args = [])
  24. * @method \Aws\Result putDataLakeSettings(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise putDataLakeSettingsAsync(array $args = [])
  26. * @method \Aws\Result registerResource(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise registerResourceAsync(array $args = [])
  28. * @method \Aws\Result revokePermissions(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise revokePermissionsAsync(array $args = [])
  30. * @method \Aws\Result updateResource(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise updateResourceAsync(array $args = [])
  32. */
  33. class LakeFormationClient extends AwsClient {}