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

GetChangeTokenStatusRequest

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

§Properties

§
ChangeToken: string
[src]

The change token for which you want to get the status. This change token was previously returned in the GetChangeToken response.