CloudWatchRUMClient.php 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?php
  2. namespace Aws\CloudWatchRUM;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **CloudWatch RUM** service.
  6. * @method \Aws\Result batchCreateRumMetricDefinitions(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise batchCreateRumMetricDefinitionsAsync(array $args = [])
  8. * @method \Aws\Result batchDeleteRumMetricDefinitions(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise batchDeleteRumMetricDefinitionsAsync(array $args = [])
  10. * @method \Aws\Result batchGetRumMetricDefinitions(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise batchGetRumMetricDefinitionsAsync(array $args = [])
  12. * @method \Aws\Result createAppMonitor(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise createAppMonitorAsync(array $args = [])
  14. * @method \Aws\Result deleteAppMonitor(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise deleteAppMonitorAsync(array $args = [])
  16. * @method \Aws\Result deleteRumMetricsDestination(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise deleteRumMetricsDestinationAsync(array $args = [])
  18. * @method \Aws\Result getAppMonitor(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise getAppMonitorAsync(array $args = [])
  20. * @method \Aws\Result getAppMonitorData(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise getAppMonitorDataAsync(array $args = [])
  22. * @method \Aws\Result listAppMonitors(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise listAppMonitorsAsync(array $args = [])
  24. * @method \Aws\Result listRumMetricsDestinations(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise listRumMetricsDestinationsAsync(array $args = [])
  26. * @method \Aws\Result listTagsForResource(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  28. * @method \Aws\Result putRumEvents(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise putRumEventsAsync(array $args = [])
  30. * @method \Aws\Result putRumMetricsDestination(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise putRumMetricsDestinationAsync(array $args = [])
  32. * @method \Aws\Result tagResource(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  34. * @method \Aws\Result untagResource(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  36. * @method \Aws\Result updateAppMonitor(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise updateAppMonitorAsync(array $args = [])
  38. * @method \Aws\Result updateRumMetricDefinition(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise updateRumMetricDefinitionAsync(array $args = [])
  40. */
  41. class CloudWatchRUMClient extends AwsClient {}