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

GetRateBasedRuleManagedKeysResponse

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

§Properties

§
ManagedKeys?: string[] | null
[src]

An array of IP addresses that currently are blocked by the specified "RateBasedRule".

§
NextMarker?: string | null
[src]

A null value and not currently used.