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

ApiGatewayProxyInput

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

A wrapper object holding the Amazon API Gateway endpoint input.

interface ApiGatewayProxyInput {
EndpointType?: ApiGatewayEndpointType | null;
StageName?: string | null;
}

§Properties

§
EndpointType?: ApiGatewayEndpointType | null
[src]

The type of endpoint to use for the API Gateway proxy. If no value is specified in the request, the value is set to REGIONAL by default.

If the value is set to PRIVATE in the request, this creates a private API endpoint that is isolated from the public internet. The private endpoint can only be accessed by using Amazon Virtual Private Cloud (Amazon VPC) endpoints for Amazon API Gateway that have been granted access.

§
StageName?: string | null
[src]

The name of the API Gateway stage. The name defaults to prod.