Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ApiGatewayManagementApi

import { ApiGatewayManagementApi } from "https://aws-api.deno.dev/v0.3/services/apigatewaymanagementapi.ts?docs=full";
class ApiGatewayManagementApi {
constructor(apiFactory: client.ApiFactory);
async deleteConnection(params: DeleteConnectionRequest, opts?: client.RequestOptions): Promise<void>;
async getConnection(params: GetConnectionRequest, opts?: client.RequestOptions): Promise<GetConnectionResponse>;
async postToConnection(params: PostToConnectionRequest, opts?: client.RequestOptions): Promise<void>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new ApiGatewayManagementApi(apiFactory: client.ApiFactory)
[src]

§Methods

§
deleteConnection(params: DeleteConnectionRequest, opts?: client.RequestOptions): Promise<void>
[src]

Delete the connection with the provided id.

§

Get information about the connection with the provided id.

§
postToConnection(params: PostToConnectionRequest, opts?: client.RequestOptions): Promise<void>
[src]

Sends the provided data to the specified connection.

§Static Properties