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