IotDataPlaneClient.php 718 B

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