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

GetManagedRuleSetResponse

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

§Properties

§
LockToken?: string | null
[src]

A token used for optimistic locking. WAF returns a token to your get and list requests, to mark the state of the entity at the time of the request. To make changes to the entity associated with the token, you provide the token to operations like update and delete. WAF uses the token to ensure that no changes have been made to the entity since you last retrieved it. If a change has been made, the update fails with a WAFOptimisticLockException. If this happens, perform another get, and use the new token returned by that operation.

§
ManagedRuleSet?: ManagedRuleSet | null
[src]

The managed rule set that you requested.