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

CreateRouteResponseResponse

import type { CreateRouteResponseResponse } from "https://aws-api.deno.dev/v0.3/services/apigatewayv2.ts?docs=full";
interface CreateRouteResponseResponse {
ModelSelectionExpression?: string | null;
ResponseModels?: {
[key: string]: string | null | undefined;
}
| null;
ResponseParameters?: {
[key: string]: ParameterConstraints | null | undefined;
}
| null;
RouteResponseId?: string | null;
RouteResponseKey?: string | null;
}

§Properties

§
ModelSelectionExpression?: string | null
[src]

Represents the model selection expression of a route response. Supported only for WebSocket APIs.

§
ResponseModels?: {
[key: string]: string | null | undefined;
}
| null
[src]

Represents the response models of a route response.

§
ResponseParameters?: {
[key: string]: ParameterConstraints | null | undefined;
}
| null
[src]

Represents the response parameters of a route response.

§
RouteResponseId?: string | null
[src]

Represents the identifier of a route response.

§
RouteResponseKey?: string | null
[src]

Represents the route response key of a route response.