Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/IoTEventsData/IoTEventsDataClient.php
Строк: 15
<?php
namespace AwsIoTEventsData;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS IoT Events Data** service.
* @method AwsResult batchPutMessage(array $args = [])
* @method GuzzleHttpPromisePromise batchPutMessageAsync(array $args = [])
* @method AwsResult batchUpdateDetector(array $args = [])
* @method GuzzleHttpPromisePromise batchUpdateDetectorAsync(array $args = [])
* @method AwsResult describeDetector(array $args = [])
* @method GuzzleHttpPromisePromise describeDetectorAsync(array $args = [])
* @method AwsResult listDetectors(array $args = [])
* @method GuzzleHttpPromisePromise listDetectorsAsync(array $args = [])
*/
class IoTEventsDataClient extends AwsClient {}