Files
runff/lib/aws/Aws/ApiGatewayManagementApi/ApiGatewayManagementApiClient.php
2019-04-29 16:09:00 +02:00

12 lines
355 B
PHP

<?php
namespace Aws\ApiGatewayManagementApi;
use Aws\AwsClient;
/**
* This client is used to interact with the **AmazonApiGatewayManagementApi** service.
* @method \Aws\Result postToConnection(array $args = [])
* @method \GuzzleHttp\Promise\Promise postToConnectionAsync(array $args = [])
*/
class ApiGatewayManagementApiClient extends AwsClient {}