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

ChangeBatch

import type { ChangeBatch } from "https://aws-api.deno.dev/v0.4/services/route53.ts?docs=full";

The information for a change request.

interface ChangeBatch {
Changes: Change[];
Comment?: string | null;
}

§Properties

§
Changes: Change[]
[src]

Information about the changes to make to the record sets.

§
Comment?: string | null
[src]

Optional: Any comments you want to include about a change batch request.