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

TestInvokeMethodRequest

import type { TestInvokeMethodRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/apigateway.ts";
interface TestInvokeMethodRequest {
body?: string | null;
clientCertificateId?: string | null;
headers?: {
[key: string]: string | null | undefined;
}
| null;
httpMethod: string;
multiValueHeaders?: {
[key: string]: string[] | null | undefined;
}
| null;
pathWithQueryString?: string | null;
resourceId: string;
restApiId: string;
stageVariables?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
body?: string | null
[src]
§
clientCertificateId?: string | null
[src]
§
headers?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
httpMethod: string
[src]
§
multiValueHeaders?: {
[key: string]: string[] | null | undefined;
}
| null
[src]
§
pathWithQueryString?: string | null
[src]
§
resourceId: string
[src]
§
restApiId: string
[src]
§
stageVariables?: {
[key: string]: string | null | undefined;
}
| null
[src]