IoTEventsDataClient.php 1.8 KB

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