CodeGuruProfilerClient.php 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?php
  2. namespace Aws\CodeGuruProfiler;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Amazon CodeGuru Profiler** service.
  6. * @method \Aws\Result addNotificationChannels(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise addNotificationChannelsAsync(array $args = [])
  8. * @method \Aws\Result batchGetFrameMetricData(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise batchGetFrameMetricDataAsync(array $args = [])
  10. * @method \Aws\Result configureAgent(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise configureAgentAsync(array $args = [])
  12. * @method \Aws\Result createProfilingGroup(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise createProfilingGroupAsync(array $args = [])
  14. * @method \Aws\Result deleteProfilingGroup(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise deleteProfilingGroupAsync(array $args = [])
  16. * @method \Aws\Result describeProfilingGroup(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise describeProfilingGroupAsync(array $args = [])
  18. * @method \Aws\Result getFindingsReportAccountSummary(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise getFindingsReportAccountSummaryAsync(array $args = [])
  20. * @method \Aws\Result getNotificationConfiguration(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise getNotificationConfigurationAsync(array $args = [])
  22. * @method \Aws\Result getPolicy(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise getPolicyAsync(array $args = [])
  24. * @method \Aws\Result getProfile(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise getProfileAsync(array $args = [])
  26. * @method \Aws\Result getRecommendations(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise getRecommendationsAsync(array $args = [])
  28. * @method \Aws\Result listFindingsReports(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise listFindingsReportsAsync(array $args = [])
  30. * @method \Aws\Result listProfileTimes(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise listProfileTimesAsync(array $args = [])
  32. * @method \Aws\Result listProfilingGroups(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise listProfilingGroupsAsync(array $args = [])
  34. * @method \Aws\Result listTagsForResource(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  36. * @method \Aws\Result postAgentProfile(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise postAgentProfileAsync(array $args = [])
  38. * @method \Aws\Result putPermission(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise putPermissionAsync(array $args = [])
  40. * @method \Aws\Result removeNotificationChannel(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise removeNotificationChannelAsync(array $args = [])
  42. * @method \Aws\Result removePermission(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise removePermissionAsync(array $args = [])
  44. * @method \Aws\Result submitFeedback(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise submitFeedbackAsync(array $args = [])
  46. * @method \Aws\Result tagResource(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  48. * @method \Aws\Result untagResource(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  50. * @method \Aws\Result updateProfilingGroup(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise updateProfilingGroupAsync(array $args = [])
  52. */
  53. class CodeGuruProfilerClient extends AwsClient {}