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

IntegrationResponse

import type { IntegrationResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/apigateway.ts";
interface IntegrationResponse {
contentHandling?: ContentHandlingStrategy | null;
responseParameters?: {
[key: string]: string | null | undefined;
}
| null;
responseTemplates?: {
[key: string]: string | null | undefined;
}
| null;
selectionPattern?: string | null;
statusCode?: string | null;
}

§Properties

§
contentHandling?: ContentHandlingStrategy | null
[src]
§
responseParameters?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
responseTemplates?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
selectionPattern?: string | null
[src]
§
statusCode?: string | null
[src]