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

Identity

import type { Identity } from "https://aws-api.deno.dev/v0.4/services/apigatewaymanagementapi.ts?docs=full";
interface Identity {
SourceIp: string;
UserAgent: string;
}

§Properties

§
SourceIp: string
[src]

The source IP address of the TCP connection making the request to API Gateway.

§
UserAgent: string
[src]

The User Agent of the API caller.