Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
namespace Aws\IoTEventsData;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **AWS IoT Events Data** service.
8
 * @method \Aws\Result batchAcknowledgeAlarm(array $args = [])
9
 * @method \GuzzleHttp\Promise\Promise batchAcknowledgeAlarmAsync(array $args = [])
10
 * @method \Aws\Result batchDeleteDetector(array $args = [])
11
 * @method \GuzzleHttp\Promise\Promise batchDeleteDetectorAsync(array $args = [])
12
 * @method \Aws\Result batchDisableAlarm(array $args = [])
13
 * @method \GuzzleHttp\Promise\Promise batchDisableAlarmAsync(array $args = [])
14
 * @method \Aws\Result batchEnableAlarm(array $args = [])
15
 * @method \GuzzleHttp\Promise\Promise batchEnableAlarmAsync(array $args = [])
16
 * @method \Aws\Result batchPutMessage(array $args = [])
17
 * @method \GuzzleHttp\Promise\Promise batchPutMessageAsync(array $args = [])
18
 * @method \Aws\Result batchResetAlarm(array $args = [])
19
 * @method \GuzzleHttp\Promise\Promise batchResetAlarmAsync(array $args = [])
20
 * @method \Aws\Result batchSnoozeAlarm(array $args = [])
21
 * @method \GuzzleHttp\Promise\Promise batchSnoozeAlarmAsync(array $args = [])
22
 * @method \Aws\Result batchUpdateDetector(array $args = [])
23
 * @method \GuzzleHttp\Promise\Promise batchUpdateDetectorAsync(array $args = [])
24
 * @method \Aws\Result describeAlarm(array $args = [])
25
 * @method \GuzzleHttp\Promise\Promise describeAlarmAsync(array $args = [])
26
 * @method \Aws\Result describeDetector(array $args = [])
27
 * @method \GuzzleHttp\Promise\Promise describeDetectorAsync(array $args = [])
28
 * @method \Aws\Result listAlarms(array $args = [])
29
 * @method \GuzzleHttp\Promise\Promise listAlarmsAsync(array $args = [])
30
 * @method \Aws\Result listDetectors(array $args = [])
31
 * @method \GuzzleHttp\Promise\Promise listDetectorsAsync(array $args = [])
32
 */
33
class IoTEventsDataClient extends AwsClient {}