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

GetChangeRequest

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

The input for a GetChange request.

interface GetChangeRequest {
Id: string;
}

§Properties

§
Id: string
[src]

The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.