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