Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/ApiGatewayManagementApi/ApiGatewayManagementApiClient.php
Строк: 36
<?php
namespace AwsApiGatewayManagementApi;
use AwsAwsClient;
/**
* This client is used to interact with the **AmazonApiGatewayManagementApi** service.
* @method AwsResult deleteConnection(array $args = [])
* @method GuzzleHttpPromisePromise deleteConnectionAsync(array $args = [])
* @method AwsResult getConnection(array $args = [])
* @method GuzzleHttpPromisePromise getConnectionAsync(array $args = [])
* @method AwsResult postToConnection(array $args = [])
* @method GuzzleHttpPromisePromise postToConnectionAsync(array $args = [])
*/
class ApiGatewayManagementApiClient extends AwsClient {}