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

TestDNSAnswerRequest

import type { TestDNSAnswerRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/route53.ts";
interface TestDNSAnswerRequest {
EDNS0ClientSubnetIP?: string | null;
EDNS0ClientSubnetMask?: string | null;
HostedZoneId: string;
RecordName: string;
RecordType: RRType;
ResolverIP?: string | null;
}

§Properties

§
EDNS0ClientSubnetIP?: string | null
[src]
§
EDNS0ClientSubnetMask?: string | null
[src]
§
HostedZoneId: string
[src]
§
RecordName: string
[src]
§
RecordType: RRType
[src]
§
ResolverIP?: string | null
[src]