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

UpdateApiMappingResponse

import type { UpdateApiMappingResponse } from "https://aws-api.deno.dev/v0.3/services/apigatewayv2.ts?docs=full";
interface UpdateApiMappingResponse {
ApiId?: string | null;
ApiMappingId?: string | null;
ApiMappingKey?: string | null;
Stage?: string | null;
}

§Properties

§
ApiId?: string | null
[src]

The API identifier.

§
ApiMappingId?: string | null
[src]

The API mapping identifier.

§
ApiMappingKey?: string | null
[src]

The API mapping key.

§
Stage?: string | null
[src]

The API stage.