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

ChangeCidrCollectionResponse

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

§Properties

§
Id: string
[src]

The ID that is returned by ChangeCidrCollection. You can use it as input to GetChange to see if a CIDR collection change has propagated or not.