12 lines
355 B
PHP
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 {}
|