ElasticBeanstalkClient.php 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <?php
  2. namespace Aws\ElasticBeanstalk;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS Elastic Beanstalk** service.
  6. *
  7. * @method \Aws\Result abortEnvironmentUpdate(array $args = [])
  8. * @method \GuzzleHttp\Promise\Promise abortEnvironmentUpdateAsync(array $args = [])
  9. * @method \Aws\Result applyEnvironmentManagedAction(array $args = [])
  10. * @method \GuzzleHttp\Promise\Promise applyEnvironmentManagedActionAsync(array $args = [])
  11. * @method \Aws\Result associateEnvironmentOperationsRole(array $args = [])
  12. * @method \GuzzleHttp\Promise\Promise associateEnvironmentOperationsRoleAsync(array $args = [])
  13. * @method \Aws\Result checkDNSAvailability(array $args = [])
  14. * @method \GuzzleHttp\Promise\Promise checkDNSAvailabilityAsync(array $args = [])
  15. * @method \Aws\Result composeEnvironments(array $args = [])
  16. * @method \GuzzleHttp\Promise\Promise composeEnvironmentsAsync(array $args = [])
  17. * @method \Aws\Result createApplication(array $args = [])
  18. * @method \GuzzleHttp\Promise\Promise createApplicationAsync(array $args = [])
  19. * @method \Aws\Result createApplicationVersion(array $args = [])
  20. * @method \GuzzleHttp\Promise\Promise createApplicationVersionAsync(array $args = [])
  21. * @method \Aws\Result createConfigurationTemplate(array $args = [])
  22. * @method \GuzzleHttp\Promise\Promise createConfigurationTemplateAsync(array $args = [])
  23. * @method \Aws\Result createEnvironment(array $args = [])
  24. * @method \GuzzleHttp\Promise\Promise createEnvironmentAsync(array $args = [])
  25. * @method \Aws\Result createPlatformVersion(array $args = [])
  26. * @method \GuzzleHttp\Promise\Promise createPlatformVersionAsync(array $args = [])
  27. * @method \Aws\Result createStorageLocation(array $args = [])
  28. * @method \GuzzleHttp\Promise\Promise createStorageLocationAsync(array $args = [])
  29. * @method \Aws\Result deleteApplication(array $args = [])
  30. * @method \GuzzleHttp\Promise\Promise deleteApplicationAsync(array $args = [])
  31. * @method \Aws\Result deleteApplicationVersion(array $args = [])
  32. * @method \GuzzleHttp\Promise\Promise deleteApplicationVersionAsync(array $args = [])
  33. * @method \Aws\Result deleteConfigurationTemplate(array $args = [])
  34. * @method \GuzzleHttp\Promise\Promise deleteConfigurationTemplateAsync(array $args = [])
  35. * @method \Aws\Result deleteEnvironmentConfiguration(array $args = [])
  36. * @method \GuzzleHttp\Promise\Promise deleteEnvironmentConfigurationAsync(array $args = [])
  37. * @method \Aws\Result deletePlatformVersion(array $args = [])
  38. * @method \GuzzleHttp\Promise\Promise deletePlatformVersionAsync(array $args = [])
  39. * @method \Aws\Result describeAccountAttributes(array $args = [])
  40. * @method \GuzzleHttp\Promise\Promise describeAccountAttributesAsync(array $args = [])
  41. * @method \Aws\Result describeApplicationVersions(array $args = [])
  42. * @method \GuzzleHttp\Promise\Promise describeApplicationVersionsAsync(array $args = [])
  43. * @method \Aws\Result describeApplications(array $args = [])
  44. * @method \GuzzleHttp\Promise\Promise describeApplicationsAsync(array $args = [])
  45. * @method \Aws\Result describeConfigurationOptions(array $args = [])
  46. * @method \GuzzleHttp\Promise\Promise describeConfigurationOptionsAsync(array $args = [])
  47. * @method \Aws\Result describeConfigurationSettings(array $args = [])
  48. * @method \GuzzleHttp\Promise\Promise describeConfigurationSettingsAsync(array $args = [])
  49. * @method \Aws\Result describeEnvironmentHealth(array $args = [])
  50. * @method \GuzzleHttp\Promise\Promise describeEnvironmentHealthAsync(array $args = [])
  51. * @method \Aws\Result describeEnvironmentManagedActionHistory(array $args = [])
  52. * @method \GuzzleHttp\Promise\Promise describeEnvironmentManagedActionHistoryAsync(array $args = [])
  53. * @method \Aws\Result describeEnvironmentManagedActions(array $args = [])
  54. * @method \GuzzleHttp\Promise\Promise describeEnvironmentManagedActionsAsync(array $args = [])
  55. * @method \Aws\Result describeEnvironmentResources(array $args = [])
  56. * @method \GuzzleHttp\Promise\Promise describeEnvironmentResourcesAsync(array $args = [])
  57. * @method \Aws\Result describeEnvironments(array $args = [])
  58. * @method \GuzzleHttp\Promise\Promise describeEnvironmentsAsync(array $args = [])
  59. * @method \Aws\Result describeEvents(array $args = [])
  60. * @method \GuzzleHttp\Promise\Promise describeEventsAsync(array $args = [])
  61. * @method \Aws\Result describeInstancesHealth(array $args = [])
  62. * @method \GuzzleHttp\Promise\Promise describeInstancesHealthAsync(array $args = [])
  63. * @method \Aws\Result describePlatformVersion(array $args = [])
  64. * @method \GuzzleHttp\Promise\Promise describePlatformVersionAsync(array $args = [])
  65. * @method \Aws\Result disassociateEnvironmentOperationsRole(array $args = [])
  66. * @method \GuzzleHttp\Promise\Promise disassociateEnvironmentOperationsRoleAsync(array $args = [])
  67. * @method \Aws\Result listAvailableSolutionStacks(array $args = [])
  68. * @method \GuzzleHttp\Promise\Promise listAvailableSolutionStacksAsync(array $args = [])
  69. * @method \Aws\Result listPlatformBranches(array $args = [])
  70. * @method \GuzzleHttp\Promise\Promise listPlatformBranchesAsync(array $args = [])
  71. * @method \Aws\Result listPlatformVersions(array $args = [])
  72. * @method \GuzzleHttp\Promise\Promise listPlatformVersionsAsync(array $args = [])
  73. * @method \Aws\Result listTagsForResource(array $args = [])
  74. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  75. * @method \Aws\Result rebuildEnvironment(array $args = [])
  76. * @method \GuzzleHttp\Promise\Promise rebuildEnvironmentAsync(array $args = [])
  77. * @method \Aws\Result requestEnvironmentInfo(array $args = [])
  78. * @method \GuzzleHttp\Promise\Promise requestEnvironmentInfoAsync(array $args = [])
  79. * @method \Aws\Result restartAppServer(array $args = [])
  80. * @method \GuzzleHttp\Promise\Promise restartAppServerAsync(array $args = [])
  81. * @method \Aws\Result retrieveEnvironmentInfo(array $args = [])
  82. * @method \GuzzleHttp\Promise\Promise retrieveEnvironmentInfoAsync(array $args = [])
  83. * @method \Aws\Result swapEnvironmentCNAMEs(array $args = [])
  84. * @method \GuzzleHttp\Promise\Promise swapEnvironmentCNAMEsAsync(array $args = [])
  85. * @method \Aws\Result terminateEnvironment(array $args = [])
  86. * @method \GuzzleHttp\Promise\Promise terminateEnvironmentAsync(array $args = [])
  87. * @method \Aws\Result updateApplication(array $args = [])
  88. * @method \GuzzleHttp\Promise\Promise updateApplicationAsync(array $args = [])
  89. * @method \Aws\Result updateApplicationResourceLifecycle(array $args = [])
  90. * @method \GuzzleHttp\Promise\Promise updateApplicationResourceLifecycleAsync(array $args = [])
  91. * @method \Aws\Result updateApplicationVersion(array $args = [])
  92. * @method \GuzzleHttp\Promise\Promise updateApplicationVersionAsync(array $args = [])
  93. * @method \Aws\Result updateConfigurationTemplate(array $args = [])
  94. * @method \GuzzleHttp\Promise\Promise updateConfigurationTemplateAsync(array $args = [])
  95. * @method \Aws\Result updateEnvironment(array $args = [])
  96. * @method \GuzzleHttp\Promise\Promise updateEnvironmentAsync(array $args = [])
  97. * @method \Aws\Result updateTagsForResource(array $args = [])
  98. * @method \GuzzleHttp\Promise\Promise updateTagsForResourceAsync(array $args = [])
  99. * @method \Aws\Result validateConfigurationSettings(array $args = [])
  100. * @method \GuzzleHttp\Promise\Promise validateConfigurationSettingsAsync(array $args = [])
  101. */
  102. class ElasticBeanstalkClient extends AwsClient {}