Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/IoTEvents/IoTEventsClient.php
Строк: 49
<?php
namespace AwsIoTEvents;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS IoT Events** service.
* @method AwsResult createDetectorModel(array $args = [])
* @method GuzzleHttpPromisePromise createDetectorModelAsync(array $args = [])
* @method AwsResult createInput(array $args = [])
* @method GuzzleHttpPromisePromise createInputAsync(array $args = [])
* @method AwsResult deleteDetectorModel(array $args = [])
* @method GuzzleHttpPromisePromise deleteDetectorModelAsync(array $args = [])
* @method AwsResult deleteInput(array $args = [])
* @method GuzzleHttpPromisePromise deleteInputAsync(array $args = [])
* @method AwsResult describeDetectorModel(array $args = [])
* @method GuzzleHttpPromisePromise describeDetectorModelAsync(array $args = [])
* @method AwsResult describeInput(array $args = [])
* @method GuzzleHttpPromisePromise describeInputAsync(array $args = [])
* @method AwsResult describeLoggingOptions(array $args = [])
* @method GuzzleHttpPromisePromise describeLoggingOptionsAsync(array $args = [])
* @method AwsResult listDetectorModelVersions(array $args = [])
* @method GuzzleHttpPromisePromise listDetectorModelVersionsAsync(array $args = [])
* @method AwsResult listDetectorModels(array $args = [])
* @method GuzzleHttpPromisePromise listDetectorModelsAsync(array $args = [])
* @method AwsResult listInputs(array $args = [])
* @method GuzzleHttpPromisePromise listInputsAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult putLoggingOptions(array $args = [])
* @method GuzzleHttpPromisePromise putLoggingOptionsAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
* @method AwsResult updateDetectorModel(array $args = [])
* @method GuzzleHttpPromisePromise updateDetectorModelAsync(array $args = [])
* @method AwsResult updateInput(array $args = [])
* @method GuzzleHttpPromisePromise updateInputAsync(array $args = [])
*/
class IoTEventsClient extends AwsClient {}