/
var
/
www
/
html
/
cravings
/
vendor
/
aws
/
aws-sdk-php
/
src
/
IoTEventsData
/
Upload File
HOME
<?php namespace Aws\IoTEventsData; use Aws\AwsClient; /** * This client is used to interact with the **AWS IoT Events Data** service. * @method \Aws\Result batchPutMessage(array $args = []) * @method \GuzzleHttp\Promise\Promise batchPutMessageAsync(array $args = []) * @method \Aws\Result batchUpdateDetector(array $args = []) * @method \GuzzleHttp\Promise\Promise batchUpdateDetectorAsync(array $args = []) * @method \Aws\Result describeDetector(array $args = []) * @method \GuzzleHttp\Promise\Promise describeDetectorAsync(array $args = []) * @method \Aws\Result listDetectors(array $args = []) * @method \GuzzleHttp\Promise\Promise listDetectorsAsync(array $args = []) */ class IoTEventsDataClient extends AwsClient {}