IoTSecureTunnelingClient.php 1.2 KB

12345678910111213141516171819202122232425
  1. <?php
  2. namespace Aws\IoTSecureTunneling;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS IoT Secure Tunneling** service.
  6. * @method \Aws\Result closeTunnel(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise closeTunnelAsync(array $args = [])
  8. * @method \Aws\Result describeTunnel(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise describeTunnelAsync(array $args = [])
  10. * @method \Aws\Result listTagsForResource(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  12. * @method \Aws\Result listTunnels(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise listTunnelsAsync(array $args = [])
  14. * @method \Aws\Result openTunnel(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise openTunnelAsync(array $args = [])
  16. * @method \Aws\Result rotateTunnelAccessToken(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise rotateTunnelAccessTokenAsync(array $args = [])
  18. * @method \Aws\Result tagResource(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  20. * @method \Aws\Result untagResource(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  22. */
  23. class IoTSecureTunnelingClient extends AwsClient {}