AmplifyClient.php 5.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?php
  2. namespace Aws\Amplify;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS Amplify** service.
  6. * @method \Aws\Result createApp(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise createAppAsync(array $args = [])
  8. * @method \Aws\Result createBackendEnvironment(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise createBackendEnvironmentAsync(array $args = [])
  10. * @method \Aws\Result createBranch(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise createBranchAsync(array $args = [])
  12. * @method \Aws\Result createDeployment(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise createDeploymentAsync(array $args = [])
  14. * @method \Aws\Result createDomainAssociation(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise createDomainAssociationAsync(array $args = [])
  16. * @method \Aws\Result createWebhook(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise createWebhookAsync(array $args = [])
  18. * @method \Aws\Result deleteApp(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise deleteAppAsync(array $args = [])
  20. * @method \Aws\Result deleteBackendEnvironment(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise deleteBackendEnvironmentAsync(array $args = [])
  22. * @method \Aws\Result deleteBranch(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise deleteBranchAsync(array $args = [])
  24. * @method \Aws\Result deleteDomainAssociation(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise deleteDomainAssociationAsync(array $args = [])
  26. * @method \Aws\Result deleteJob(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise deleteJobAsync(array $args = [])
  28. * @method \Aws\Result deleteWebhook(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise deleteWebhookAsync(array $args = [])
  30. * @method \Aws\Result generateAccessLogs(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise generateAccessLogsAsync(array $args = [])
  32. * @method \Aws\Result getApp(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise getAppAsync(array $args = [])
  34. * @method \Aws\Result getArtifactUrl(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise getArtifactUrlAsync(array $args = [])
  36. * @method \Aws\Result getBackendEnvironment(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise getBackendEnvironmentAsync(array $args = [])
  38. * @method \Aws\Result getBranch(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise getBranchAsync(array $args = [])
  40. * @method \Aws\Result getDomainAssociation(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise getDomainAssociationAsync(array $args = [])
  42. * @method \Aws\Result getJob(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise getJobAsync(array $args = [])
  44. * @method \Aws\Result getWebhook(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise getWebhookAsync(array $args = [])
  46. * @method \Aws\Result listApps(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise listAppsAsync(array $args = [])
  48. * @method \Aws\Result listArtifacts(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise listArtifactsAsync(array $args = [])
  50. * @method \Aws\Result listBackendEnvironments(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise listBackendEnvironmentsAsync(array $args = [])
  52. * @method \Aws\Result listBranches(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise listBranchesAsync(array $args = [])
  54. * @method \Aws\Result listDomainAssociations(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise listDomainAssociationsAsync(array $args = [])
  56. * @method \Aws\Result listJobs(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise listJobsAsync(array $args = [])
  58. * @method \Aws\Result listTagsForResource(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  60. * @method \Aws\Result listWebhooks(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise listWebhooksAsync(array $args = [])
  62. * @method \Aws\Result startDeployment(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise startDeploymentAsync(array $args = [])
  64. * @method \Aws\Result startJob(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise startJobAsync(array $args = [])
  66. * @method \Aws\Result stopJob(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise stopJobAsync(array $args = [])
  68. * @method \Aws\Result tagResource(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  70. * @method \Aws\Result untagResource(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  72. * @method \Aws\Result updateApp(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise updateAppAsync(array $args = [])
  74. * @method \Aws\Result updateBranch(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise updateBranchAsync(array $args = [])
  76. * @method \Aws\Result updateDomainAssociation(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise updateDomainAssociationAsync(array $args = [])
  78. * @method \Aws\Result updateWebhook(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise updateWebhookAsync(array $args = [])
  80. */
  81. class AmplifyClient extends AwsClient {}