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

GetChangeTokenResponse

import type { GetChangeTokenResponse } from "https://aws-api.deno.dev/v0.4/services/waf.ts?docs=full";
interface GetChangeTokenResponse {
ChangeToken?: string | null;
}

§Properties

§
ChangeToken?: string | null
[src]

The ChangeToken that you used in the request. Use this value in a GetChangeTokenStatus request to get the current status of the request.