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

DisassociateResolverEndpointIpAddressRequest

import type { DisassociateResolverEndpointIpAddressRequest } from "https://aws-api.deno.dev/v0.3/services/route53resolver.ts?docs=full";
interface DisassociateResolverEndpointIpAddressRequest {
IpAddress: IpAddressUpdate;
ResolverEndpointId: string;
}

§Properties

§

The IPv4 address that you want to remove from a Resolver endpoint.

§
ResolverEndpointId: string
[src]

The ID of the Resolver endpoint that you want to disassociate an IP address from.