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

GetRateBasedRuleManagedKeysRequest

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

§Properties

§
NextMarker?: string | null
[src]

A null value and not currently used. Do not include this in your request.

§
RuleId: string
[src]

The RuleId of the "RateBasedRule" for which you want to get a list of ManagedKeys. RuleId is returned by "CreateRateBasedRule" and by "ListRateBasedRules".