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

PutIntegrationRequest

import type { PutIntegrationRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/apigateway.ts";
interface PutIntegrationRequest {
cacheKeyParameters?: string[] | null;
cacheNamespace?: string | null;
connectionId?: string | null;
connectionType?: ConnectionType | null;
contentHandling?: ContentHandlingStrategy | null;
credentials?: string | null;
httpMethod: string;
integrationHttpMethod?: string | null;
passthroughBehavior?: string | null;
requestParameters?: {
[key: string]: string | null | undefined;
}
| null;
requestTemplates?: {
[key: string]: string | null | undefined;
}
| null;
resourceId: string;
restApiId: string;
timeoutInMillis?: number | null;
tlsConfig?: TlsConfig | null;
uri?: string | null;
}

§Properties

§
cacheKeyParameters?: string[] | null
[src]
§
cacheNamespace?: string | null
[src]
§
connectionId?: string | null
[src]
§
connectionType?: ConnectionType | null
[src]
§
contentHandling?: ContentHandlingStrategy | null
[src]
§
credentials?: string | null
[src]
§
httpMethod: string
[src]
§
integrationHttpMethod?: string | null
[src]
§
passthroughBehavior?: string | null
[src]
§
requestParameters?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
requestTemplates?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
resourceId: string
[src]
§
restApiId: string
[src]
§
timeoutInMillis?: number | null
[src]
§
tlsConfig?: TlsConfig | null
[src]
§
uri?: string | null
[src]