ApiGatewayManagementApiClient.php 623 B

123456789101112131415
  1. <?php
  2. namespace Aws\ApiGatewayManagementApi;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AmazonApiGatewayManagementApi** service.
  6. * @method \Aws\Result deleteConnection(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise deleteConnectionAsync(array $args = [])
  8. * @method \Aws\Result getConnection(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise getConnectionAsync(array $args = [])
  10. * @method \Aws\Result postToConnection(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise postToConnectionAsync(array $args = [])
  12. */
  13. class ApiGatewayManagementApiClient extends AwsClient {}