TransferClient.php 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. <?php
  2. namespace Aws\Transfer;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS Transfer for SFTP** service.
  6. * @method \Aws\Result createAccess(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise createAccessAsync(array $args = [])
  8. * @method \Aws\Result createAgreement(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise createAgreementAsync(array $args = [])
  10. * @method \Aws\Result createConnector(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise createConnectorAsync(array $args = [])
  12. * @method \Aws\Result createProfile(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise createProfileAsync(array $args = [])
  14. * @method \Aws\Result createServer(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise createServerAsync(array $args = [])
  16. * @method \Aws\Result createUser(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise createUserAsync(array $args = [])
  18. * @method \Aws\Result createWorkflow(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise createWorkflowAsync(array $args = [])
  20. * @method \Aws\Result deleteAccess(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise deleteAccessAsync(array $args = [])
  22. * @method \Aws\Result deleteAgreement(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise deleteAgreementAsync(array $args = [])
  24. * @method \Aws\Result deleteCertificate(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise deleteCertificateAsync(array $args = [])
  26. * @method \Aws\Result deleteConnector(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise deleteConnectorAsync(array $args = [])
  28. * @method \Aws\Result deleteHostKey(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise deleteHostKeyAsync(array $args = [])
  30. * @method \Aws\Result deleteProfile(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise deleteProfileAsync(array $args = [])
  32. * @method \Aws\Result deleteServer(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise deleteServerAsync(array $args = [])
  34. * @method \Aws\Result deleteSshPublicKey(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise deleteSshPublicKeyAsync(array $args = [])
  36. * @method \Aws\Result deleteUser(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise deleteUserAsync(array $args = [])
  38. * @method \Aws\Result deleteWorkflow(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise deleteWorkflowAsync(array $args = [])
  40. * @method \Aws\Result describeAccess(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise describeAccessAsync(array $args = [])
  42. * @method \Aws\Result describeAgreement(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise describeAgreementAsync(array $args = [])
  44. * @method \Aws\Result describeCertificate(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise describeCertificateAsync(array $args = [])
  46. * @method \Aws\Result describeConnector(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise describeConnectorAsync(array $args = [])
  48. * @method \Aws\Result describeExecution(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise describeExecutionAsync(array $args = [])
  50. * @method \Aws\Result describeHostKey(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise describeHostKeyAsync(array $args = [])
  52. * @method \Aws\Result describeProfile(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise describeProfileAsync(array $args = [])
  54. * @method \Aws\Result describeSecurityPolicy(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise describeSecurityPolicyAsync(array $args = [])
  56. * @method \Aws\Result describeServer(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise describeServerAsync(array $args = [])
  58. * @method \Aws\Result describeUser(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise describeUserAsync(array $args = [])
  60. * @method \Aws\Result describeWorkflow(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise describeWorkflowAsync(array $args = [])
  62. * @method \Aws\Result importCertificate(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise importCertificateAsync(array $args = [])
  64. * @method \Aws\Result importHostKey(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise importHostKeyAsync(array $args = [])
  66. * @method \Aws\Result importSshPublicKey(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise importSshPublicKeyAsync(array $args = [])
  68. * @method \Aws\Result listAccesses(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise listAccessesAsync(array $args = [])
  70. * @method \Aws\Result listAgreements(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise listAgreementsAsync(array $args = [])
  72. * @method \Aws\Result listCertificates(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise listCertificatesAsync(array $args = [])
  74. * @method \Aws\Result listConnectors(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise listConnectorsAsync(array $args = [])
  76. * @method \Aws\Result listExecutions(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise listExecutionsAsync(array $args = [])
  78. * @method \Aws\Result listHostKeys(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise listHostKeysAsync(array $args = [])
  80. * @method \Aws\Result listProfiles(array $args = [])
  81. * @method \GuzzleHttp\Promise\Promise listProfilesAsync(array $args = [])
  82. * @method \Aws\Result listSecurityPolicies(array $args = [])
  83. * @method \GuzzleHttp\Promise\Promise listSecurityPoliciesAsync(array $args = [])
  84. * @method \Aws\Result listServers(array $args = [])
  85. * @method \GuzzleHttp\Promise\Promise listServersAsync(array $args = [])
  86. * @method \Aws\Result listTagsForResource(array $args = [])
  87. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  88. * @method \Aws\Result listUsers(array $args = [])
  89. * @method \GuzzleHttp\Promise\Promise listUsersAsync(array $args = [])
  90. * @method \Aws\Result listWorkflows(array $args = [])
  91. * @method \GuzzleHttp\Promise\Promise listWorkflowsAsync(array $args = [])
  92. * @method \Aws\Result sendWorkflowStepState(array $args = [])
  93. * @method \GuzzleHttp\Promise\Promise sendWorkflowStepStateAsync(array $args = [])
  94. * @method \Aws\Result startDirectoryListing(array $args = [])
  95. * @method \GuzzleHttp\Promise\Promise startDirectoryListingAsync(array $args = [])
  96. * @method \Aws\Result startFileTransfer(array $args = [])
  97. * @method \GuzzleHttp\Promise\Promise startFileTransferAsync(array $args = [])
  98. * @method \Aws\Result startServer(array $args = [])
  99. * @method \GuzzleHttp\Promise\Promise startServerAsync(array $args = [])
  100. * @method \Aws\Result stopServer(array $args = [])
  101. * @method \GuzzleHttp\Promise\Promise stopServerAsync(array $args = [])
  102. * @method \Aws\Result tagResource(array $args = [])
  103. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  104. * @method \Aws\Result testConnection(array $args = [])
  105. * @method \GuzzleHttp\Promise\Promise testConnectionAsync(array $args = [])
  106. * @method \Aws\Result testIdentityProvider(array $args = [])
  107. * @method \GuzzleHttp\Promise\Promise testIdentityProviderAsync(array $args = [])
  108. * @method \Aws\Result untagResource(array $args = [])
  109. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  110. * @method \Aws\Result updateAccess(array $args = [])
  111. * @method \GuzzleHttp\Promise\Promise updateAccessAsync(array $args = [])
  112. * @method \Aws\Result updateAgreement(array $args = [])
  113. * @method \GuzzleHttp\Promise\Promise updateAgreementAsync(array $args = [])
  114. * @method \Aws\Result updateCertificate(array $args = [])
  115. * @method \GuzzleHttp\Promise\Promise updateCertificateAsync(array $args = [])
  116. * @method \Aws\Result updateConnector(array $args = [])
  117. * @method \GuzzleHttp\Promise\Promise updateConnectorAsync(array $args = [])
  118. * @method \Aws\Result updateHostKey(array $args = [])
  119. * @method \GuzzleHttp\Promise\Promise updateHostKeyAsync(array $args = [])
  120. * @method \Aws\Result updateProfile(array $args = [])
  121. * @method \GuzzleHttp\Promise\Promise updateProfileAsync(array $args = [])
  122. * @method \Aws\Result updateServer(array $args = [])
  123. * @method \GuzzleHttp\Promise\Promise updateServerAsync(array $args = [])
  124. * @method \Aws\Result updateUser(array $args = [])
  125. * @method \GuzzleHttp\Promise\Promise updateUserAsync(array $args = [])
  126. */
  127. class TransferClient extends AwsClient {}