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

UpdateApiMappingRequest

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

Updates an ApiMapping.

interface UpdateApiMappingRequest {
ApiId: string;
ApiMappingId: string;
ApiMappingKey?: string | null;
DomainName: string;
Stage?: string | null;
}

§Properties

§
ApiId: string
[src]

The API identifier.

§
ApiMappingId: string
[src]

The API mapping identifier.

§
ApiMappingKey?: string | null
[src]

The API mapping key.

§
DomainName: string
[src]

The domain name.

§
Stage?: string | null
[src]

The API stage.