FSxClient.php 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?php
  2. namespace Aws\FSx;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Amazon FSx** service.
  6. * @method \Aws\Result associateFileSystemAliases(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise associateFileSystemAliasesAsync(array $args = [])
  8. * @method \Aws\Result cancelDataRepositoryTask(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise cancelDataRepositoryTaskAsync(array $args = [])
  10. * @method \Aws\Result createBackup(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise createBackupAsync(array $args = [])
  12. * @method \Aws\Result createDataRepositoryTask(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise createDataRepositoryTaskAsync(array $args = [])
  14. * @method \Aws\Result createFileSystem(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise createFileSystemAsync(array $args = [])
  16. * @method \Aws\Result createFileSystemFromBackup(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise createFileSystemFromBackupAsync(array $args = [])
  18. * @method \Aws\Result deleteBackup(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise deleteBackupAsync(array $args = [])
  20. * @method \Aws\Result deleteFileSystem(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise deleteFileSystemAsync(array $args = [])
  22. * @method \Aws\Result describeBackups(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise describeBackupsAsync(array $args = [])
  24. * @method \Aws\Result describeDataRepositoryTasks(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise describeDataRepositoryTasksAsync(array $args = [])
  26. * @method \Aws\Result describeFileSystemAliases(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise describeFileSystemAliasesAsync(array $args = [])
  28. * @method \Aws\Result describeFileSystems(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise describeFileSystemsAsync(array $args = [])
  30. * @method \Aws\Result disassociateFileSystemAliases(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise disassociateFileSystemAliasesAsync(array $args = [])
  32. * @method \Aws\Result listTagsForResource(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  34. * @method \Aws\Result tagResource(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  36. * @method \Aws\Result untagResource(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  38. * @method \Aws\Result updateFileSystem(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise updateFileSystemAsync(array $args = [])
  40. */
  41. class FSxClient extends AwsClient {}