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

PostToConnectionRequest

import type { PostToConnectionRequest } from "https://aws-api.deno.dev/v0.4/services/apigatewaymanagementapi.ts?docs=full";
interface PostToConnectionRequest {
ConnectionId: string;
Data: Uint8Array | string;
}

§Properties

§
ConnectionId: string
[src]

The identifier of the connection that a specific client is using.

§
Data: Uint8Array | string
[src]

The data to be sent to the client specified by its connection id.