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

UpdateResolverEndpointRequest

import type { UpdateResolverEndpointRequest } from "https://aws-api.deno.dev/v0.4/services/route53resolver.ts?docs=full";
interface UpdateResolverEndpointRequest {
Name?: string | null;
ResolverEndpointId: string;
}

§Properties

§
Name?: string | null
[src]

The name of the Resolver endpoint that you want to update.

§
ResolverEndpointId: string
[src]

The ID of the Resolver endpoint that you want to update.