ApplicationInsightsClient.php 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?php
  2. namespace Aws\ApplicationInsights;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Amazon CloudWatch Application Insights** service.
  6. * @method \Aws\Result addWorkload(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise addWorkloadAsync(array $args = [])
  8. * @method \Aws\Result createApplication(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise createApplicationAsync(array $args = [])
  10. * @method \Aws\Result createComponent(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise createComponentAsync(array $args = [])
  12. * @method \Aws\Result createLogPattern(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise createLogPatternAsync(array $args = [])
  14. * @method \Aws\Result deleteApplication(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise deleteApplicationAsync(array $args = [])
  16. * @method \Aws\Result deleteComponent(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise deleteComponentAsync(array $args = [])
  18. * @method \Aws\Result deleteLogPattern(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise deleteLogPatternAsync(array $args = [])
  20. * @method \Aws\Result describeApplication(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise describeApplicationAsync(array $args = [])
  22. * @method \Aws\Result describeComponent(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise describeComponentAsync(array $args = [])
  24. * @method \Aws\Result describeComponentConfiguration(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise describeComponentConfigurationAsync(array $args = [])
  26. * @method \Aws\Result describeComponentConfigurationRecommendation(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise describeComponentConfigurationRecommendationAsync(array $args = [])
  28. * @method \Aws\Result describeLogPattern(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise describeLogPatternAsync(array $args = [])
  30. * @method \Aws\Result describeObservation(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise describeObservationAsync(array $args = [])
  32. * @method \Aws\Result describeProblem(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise describeProblemAsync(array $args = [])
  34. * @method \Aws\Result describeProblemObservations(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise describeProblemObservationsAsync(array $args = [])
  36. * @method \Aws\Result describeWorkload(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise describeWorkloadAsync(array $args = [])
  38. * @method \Aws\Result listApplications(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise listApplicationsAsync(array $args = [])
  40. * @method \Aws\Result listComponents(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise listComponentsAsync(array $args = [])
  42. * @method \Aws\Result listConfigurationHistory(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise listConfigurationHistoryAsync(array $args = [])
  44. * @method \Aws\Result listLogPatternSets(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise listLogPatternSetsAsync(array $args = [])
  46. * @method \Aws\Result listLogPatterns(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise listLogPatternsAsync(array $args = [])
  48. * @method \Aws\Result listProblems(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise listProblemsAsync(array $args = [])
  50. * @method \Aws\Result listTagsForResource(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  52. * @method \Aws\Result listWorkloads(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise listWorkloadsAsync(array $args = [])
  54. * @method \Aws\Result removeWorkload(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise removeWorkloadAsync(array $args = [])
  56. * @method \Aws\Result tagResource(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  58. * @method \Aws\Result untagResource(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  60. * @method \Aws\Result updateApplication(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise updateApplicationAsync(array $args = [])
  62. * @method \Aws\Result updateComponent(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise updateComponentAsync(array $args = [])
  64. * @method \Aws\Result updateComponentConfiguration(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise updateComponentConfigurationAsync(array $args = [])
  66. * @method \Aws\Result updateLogPattern(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise updateLogPatternAsync(array $args = [])
  68. * @method \Aws\Result updateProblem(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise updateProblemAsync(array $args = [])
  70. * @method \Aws\Result updateWorkload(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise updateWorkloadAsync(array $args = [])
  72. */
  73. class ApplicationInsightsClient extends AwsClient {}