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

GetIntegrationResponseRequest

import type { GetIntegrationResponseRequest } from "https://aws-api.deno.dev/v0.3/services/apigateway.ts?docs=full";

Represents a get integration response request.

interface GetIntegrationResponseRequest {
httpMethod: string;
resourceId: string;
restApiId: string;
statusCode: string;
}

§Properties

§
httpMethod: string
[src]

[Required] Specifies a get integration response request's HTTP method.

§
resourceId: string
[src]

[Required] Specifies a get integration response request's resource identifier.

§
restApiId: string
[src]

[Required] The string identifier of the associated "RestApi".

§
statusCode: string
[src]

[Required] Specifies a get integration response request's status code.