| 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 = [])
 | 
        
           | 1441 | ariadna | 18 |  * @method \Aws\Result deleteResourcePolicy(array $args = [])
 | 
        
           |  |  | 19 |  * @method \GuzzleHttp\Promise\Promise deleteResourcePolicyAsync(array $args = [])
 | 
        
           | 1 | efrain | 20 |  * @method \Aws\Result deleteRumMetricsDestination(array $args = [])
 | 
        
           |  |  | 21 |  * @method \GuzzleHttp\Promise\Promise deleteRumMetricsDestinationAsync(array $args = [])
 | 
        
           |  |  | 22 |  * @method \Aws\Result getAppMonitor(array $args = [])
 | 
        
           |  |  | 23 |  * @method \GuzzleHttp\Promise\Promise getAppMonitorAsync(array $args = [])
 | 
        
           |  |  | 24 |  * @method \Aws\Result getAppMonitorData(array $args = [])
 | 
        
           |  |  | 25 |  * @method \GuzzleHttp\Promise\Promise getAppMonitorDataAsync(array $args = [])
 | 
        
           | 1441 | ariadna | 26 |  * @method \Aws\Result getResourcePolicy(array $args = [])
 | 
        
           |  |  | 27 |  * @method \GuzzleHttp\Promise\Promise getResourcePolicyAsync(array $args = [])
 | 
        
           | 1 | efrain | 28 |  * @method \Aws\Result listAppMonitors(array $args = [])
 | 
        
           |  |  | 29 |  * @method \GuzzleHttp\Promise\Promise listAppMonitorsAsync(array $args = [])
 | 
        
           |  |  | 30 |  * @method \Aws\Result listRumMetricsDestinations(array $args = [])
 | 
        
           |  |  | 31 |  * @method \GuzzleHttp\Promise\Promise listRumMetricsDestinationsAsync(array $args = [])
 | 
        
           |  |  | 32 |  * @method \Aws\Result listTagsForResource(array $args = [])
 | 
        
           |  |  | 33 |  * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
 | 
        
           | 1441 | ariadna | 34 |  * @method \Aws\Result putResourcePolicy(array $args = [])
 | 
        
           |  |  | 35 |  * @method \GuzzleHttp\Promise\Promise putResourcePolicyAsync(array $args = [])
 | 
        
           | 1 | efrain | 36 |  * @method \Aws\Result putRumEvents(array $args = [])
 | 
        
           |  |  | 37 |  * @method \GuzzleHttp\Promise\Promise putRumEventsAsync(array $args = [])
 | 
        
           |  |  | 38 |  * @method \Aws\Result putRumMetricsDestination(array $args = [])
 | 
        
           |  |  | 39 |  * @method \GuzzleHttp\Promise\Promise putRumMetricsDestinationAsync(array $args = [])
 | 
        
           |  |  | 40 |  * @method \Aws\Result tagResource(array $args = [])
 | 
        
           |  |  | 41 |  * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
 | 
        
           |  |  | 42 |  * @method \Aws\Result untagResource(array $args = [])
 | 
        
           |  |  | 43 |  * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
 | 
        
           |  |  | 44 |  * @method \Aws\Result updateAppMonitor(array $args = [])
 | 
        
           |  |  | 45 |  * @method \GuzzleHttp\Promise\Promise updateAppMonitorAsync(array $args = [])
 | 
        
           |  |  | 46 |  * @method \Aws\Result updateRumMetricDefinition(array $args = [])
 | 
        
           |  |  | 47 |  * @method \GuzzleHttp\Promise\Promise updateRumMetricDefinitionAsync(array $args = [])
 | 
        
           |  |  | 48 |  */
 | 
        
           |  |  | 49 | class CloudWatchRUMClient extends AwsClient {}
 |