1 |
efrain |
1 |
<?php
|
|
|
2 |
namespace Aws\IotDataPlane;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **AWS IoT Data Plane** service.
|
|
|
8 |
*
|
|
|
9 |
* @method \Aws\Result deleteThingShadow(array $args = [])
|
|
|
10 |
* @method \GuzzleHttp\Promise\Promise deleteThingShadowAsync(array $args = [])
|
|
|
11 |
* @method \Aws\Result getRetainedMessage(array $args = [])
|
|
|
12 |
* @method \GuzzleHttp\Promise\Promise getRetainedMessageAsync(array $args = [])
|
|
|
13 |
* @method \Aws\Result getThingShadow(array $args = [])
|
|
|
14 |
* @method \GuzzleHttp\Promise\Promise getThingShadowAsync(array $args = [])
|
|
|
15 |
* @method \Aws\Result listNamedShadowsForThing(array $args = [])
|
|
|
16 |
* @method \GuzzleHttp\Promise\Promise listNamedShadowsForThingAsync(array $args = [])
|
|
|
17 |
* @method \Aws\Result listRetainedMessages(array $args = [])
|
|
|
18 |
* @method \GuzzleHttp\Promise\Promise listRetainedMessagesAsync(array $args = [])
|
|
|
19 |
* @method \Aws\Result publish(array $args = [])
|
|
|
20 |
* @method \GuzzleHttp\Promise\Promise publishAsync(array $args = [])
|
|
|
21 |
* @method \Aws\Result updateThingShadow(array $args = [])
|
|
|
22 |
* @method \GuzzleHttp\Promise\Promise updateThingShadowAsync(array $args = [])
|
|
|
23 |
*/
|
|
|
24 |
class IotDataPlaneClient extends AwsClient {}
|