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?: {} | null;
[key: string]: string | null | undefined;
httpMethod: string;
multiValueHeaders?: {} | null;
[key: string]: string[] | null | undefined;
pathWithQueryString?: string | null;
resourceId: string;
restApiId: string;
stageVariables?: {} | null;
}[key: string]: string | null | undefined;