ApiGatewayManagementApi
import { ApiGatewayManagementApi } from "https://aws-api.deno.dev/v0.1/services/apigatewaymanagementapi.ts?docs=full";
class ApiGatewayManagementApi { }
constructor(apiFactory: client.ApiFactory);
§Constructors
§
new ApiGatewayManagementApi(apiFactory: client.ApiFactory)
[src]§Methods
§
deleteConnection(params: DeleteConnectionRequest): Promise<void>
[src]Delete the connection with the provided id.
§
getConnection(params: GetConnectionRequest): Promise<GetConnectionResponse>
[src]Get information about the connection with the provided id.
§
postToConnection(params: PostToConnectionRequest): Promise<void>
[src]Sends the provided data to the specified connection.
§Static Properties
§
ApiMetadata: client.ApiMetadata
[src]