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

ChangeResourceRecordSetsRequest

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

A complex type that contains change information for the resource record set.

interface ChangeResourceRecordSetsRequest {
ChangeBatch: ChangeBatch;
HostedZoneId: string;
}

§Properties

§
ChangeBatch: ChangeBatch
[src]

A complex type that contains an optional comment and the Changes element.

§
HostedZoneId: string
[src]

The ID of the hosted zone that contains the resource record sets that you want to change.