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

UpdateIPSetResponse

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

§Properties

§
NextLockToken?: string | null
[src]

A token used for optimistic locking. WAF returns this token to your update requests. You use NextLockToken in the same manner as you use LockToken.