SmsClient.php 5.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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 createApp(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise createAppAsync(array $args = [])
  8. * @method \Aws\Result createReplicationJob(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise createReplicationJobAsync(array $args = [])
  10. * @method \Aws\Result deleteApp(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise deleteAppAsync(array $args = [])
  12. * @method \Aws\Result deleteAppLaunchConfiguration(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise deleteAppLaunchConfigurationAsync(array $args = [])
  14. * @method \Aws\Result deleteAppReplicationConfiguration(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise deleteAppReplicationConfigurationAsync(array $args = [])
  16. * @method \Aws\Result deleteAppValidationConfiguration(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise deleteAppValidationConfigurationAsync(array $args = [])
  18. * @method \Aws\Result deleteReplicationJob(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise deleteReplicationJobAsync(array $args = [])
  20. * @method \Aws\Result deleteServerCatalog(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise deleteServerCatalogAsync(array $args = [])
  22. * @method \Aws\Result disassociateConnector(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise disassociateConnectorAsync(array $args = [])
  24. * @method \Aws\Result generateChangeSet(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise generateChangeSetAsync(array $args = [])
  26. * @method \Aws\Result generateTemplate(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise generateTemplateAsync(array $args = [])
  28. * @method \Aws\Result getApp(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise getAppAsync(array $args = [])
  30. * @method \Aws\Result getAppLaunchConfiguration(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise getAppLaunchConfigurationAsync(array $args = [])
  32. * @method \Aws\Result getAppReplicationConfiguration(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise getAppReplicationConfigurationAsync(array $args = [])
  34. * @method \Aws\Result getAppValidationConfiguration(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise getAppValidationConfigurationAsync(array $args = [])
  36. * @method \Aws\Result getAppValidationOutput(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise getAppValidationOutputAsync(array $args = [])
  38. * @method \Aws\Result getConnectors(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise getConnectorsAsync(array $args = [])
  40. * @method \Aws\Result getReplicationJobs(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise getReplicationJobsAsync(array $args = [])
  42. * @method \Aws\Result getReplicationRuns(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise getReplicationRunsAsync(array $args = [])
  44. * @method \Aws\Result getServers(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise getServersAsync(array $args = [])
  46. * @method \Aws\Result importAppCatalog(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise importAppCatalogAsync(array $args = [])
  48. * @method \Aws\Result importServerCatalog(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise importServerCatalogAsync(array $args = [])
  50. * @method \Aws\Result launchApp(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise launchAppAsync(array $args = [])
  52. * @method \Aws\Result listApps(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise listAppsAsync(array $args = [])
  54. * @method \Aws\Result notifyAppValidationOutput(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise notifyAppValidationOutputAsync(array $args = [])
  56. * @method \Aws\Result putAppLaunchConfiguration(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise putAppLaunchConfigurationAsync(array $args = [])
  58. * @method \Aws\Result putAppReplicationConfiguration(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise putAppReplicationConfigurationAsync(array $args = [])
  60. * @method \Aws\Result putAppValidationConfiguration(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise putAppValidationConfigurationAsync(array $args = [])
  62. * @method \Aws\Result startAppReplication(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise startAppReplicationAsync(array $args = [])
  64. * @method \Aws\Result startOnDemandAppReplication(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise startOnDemandAppReplicationAsync(array $args = [])
  66. * @method \Aws\Result startOnDemandReplicationRun(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise startOnDemandReplicationRunAsync(array $args = [])
  68. * @method \Aws\Result stopAppReplication(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise stopAppReplicationAsync(array $args = [])
  70. * @method \Aws\Result terminateApp(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise terminateAppAsync(array $args = [])
  72. * @method \Aws\Result updateApp(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise updateAppAsync(array $args = [])
  74. * @method \Aws\Result updateReplicationJob(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise updateReplicationJobAsync(array $args = [])
  76. */
  77. class SmsClient extends AwsClient {}