SmsClient.php 1.7 KB

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. namespace Aws\Sms;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS Server Migration Service** service.
  6. * @method \Aws\Result createReplicationJob(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise createReplicationJobAsync(array $args = [])
  8. * @method \Aws\Result deleteReplicationJob(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise deleteReplicationJobAsync(array $args = [])
  10. * @method \Aws\Result deleteServerCatalog(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise deleteServerCatalogAsync(array $args = [])
  12. * @method \Aws\Result disassociateConnector(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise disassociateConnectorAsync(array $args = [])
  14. * @method \Aws\Result getConnectors(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise getConnectorsAsync(array $args = [])
  16. * @method \Aws\Result getReplicationJobs(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise getReplicationJobsAsync(array $args = [])
  18. * @method \Aws\Result getReplicationRuns(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise getReplicationRunsAsync(array $args = [])
  20. * @method \Aws\Result getServers(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise getServersAsync(array $args = [])
  22. * @method \Aws\Result importServerCatalog(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise importServerCatalogAsync(array $args = [])
  24. * @method \Aws\Result startOnDemandReplicationRun(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise startOnDemandReplicationRunAsync(array $args = [])
  26. * @method \Aws\Result updateReplicationJob(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise updateReplicationJobAsync(array $args = [])
  28. */
  29. class SmsClient extends AwsClient {}