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

IpAddressUpdate

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

In an UpdateResolverEndpoint request, information about an IP address to update.

interface IpAddressUpdate {
Ip?: string | null;
IpId?: string | null;
SubnetId?: string | null;
}

§Properties

§
Ip?: string | null
[src]

The new IP address.

§
IpId?: string | null
[src]

Only when removing an IP address from a Resolver endpoint: The ID of the IP address that you want to remove. To get this ID, use GetResolverEndpoint.

§
SubnetId?: string | null
[src]

The ID of the subnet that includes the IP address that you want to update. To get this ID, use GetResolverEndpoint.