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

TestInvokeMethodResponse

import type { TestInvokeMethodResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/apigateway.ts";
interface TestInvokeMethodResponse {
body?: string | null;
headers?: {
[key: string]: string | null | undefined;
}
| null;
latency?: number | null;
log?: string | null;
multiValueHeaders?: {
[key: string]: string[] | null | undefined;
}
| null;
status?: number | null;
}

§Properties

§
body?: string | null
[src]
§
headers?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
latency?: number | null
[src]
§
log?: string | null
[src]
§
multiValueHeaders?: {
[key: string]: string[] | null | undefined;
}
| null
[src]
§
status?: number | null
[src]