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

ListResolverEndpointIpAddressesResponse

import type { ListResolverEndpointIpAddressesResponse } from "https://aws-api.deno.dev/v0.4/services/route53resolver.ts?docs=full";
interface ListResolverEndpointIpAddressesResponse {
IpAddresses?: IpAddressResponse[] | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
IpAddresses?: IpAddressResponse[] | null
[src]

Information about the IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints).

§
MaxResults?: number | null
[src]

The value that you specified for MaxResults in the request.

§
NextToken?: string | null
[src]

If the specified endpoint has more than MaxResults IP addresses, you can submit another ListResolverEndpointIpAddresses request to get the next group of IP addresses. In the next request, specify the value of NextToken from the previous response.