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

GetRateBasedStatementManagedKeysResponse

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

§Properties

§

The keys that are of Internet Protocol version 4 (IPv4).

§

The keys that are of Internet Protocol version 6 (IPv6).