Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/IotDataPlane/IotDataPlaneClient.php
Строк: 24
<?php
namespace AwsIotDataPlane;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS IoT Data Plane** service.
*
* @method AwsResult deleteThingShadow(array $args = [])
* @method GuzzleHttpPromisePromise deleteThingShadowAsync(array $args = [])
* @method AwsResult getThingShadow(array $args = [])
* @method GuzzleHttpPromisePromise getThingShadowAsync(array $args = [])
* @method AwsResult listNamedShadowsForThing(array $args = [])
* @method GuzzleHttpPromisePromise listNamedShadowsForThingAsync(array $args = [])
* @method AwsResult publish(array $args = [])
* @method GuzzleHttpPromisePromise publishAsync(array $args = [])
* @method AwsResult updateThingShadow(array $args = [])
* @method GuzzleHttpPromisePromise updateThingShadowAsync(array $args = [])
*/
class IotDataPlaneClient extends AwsClient {}