Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/IoTSecureTunneling/IoTSecureTunnelingClient.php
Строк: 44
<?php
namespace AwsIoTSecureTunneling;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS IoT Secure Tunneling** service.
* @method AwsResult closeTunnel(array $args = [])
* @method GuzzleHttpPromisePromise closeTunnelAsync(array $args = [])
* @method AwsResult describeTunnel(array $args = [])
* @method GuzzleHttpPromisePromise describeTunnelAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult listTunnels(array $args = [])
* @method GuzzleHttpPromisePromise listTunnelsAsync(array $args = [])
* @method AwsResult openTunnel(array $args = [])
* @method GuzzleHttpPromisePromise openTunnelAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
*/
class IoTSecureTunnelingClient extends AwsClient {}