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

GetSampledRequestsRequest

import type { GetSampledRequestsRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/wafregional.ts";
interface GetSampledRequestsRequest {
MaxItems: number;
RuleId: string;
TimeWindow: TimeWindow;
WebAclId: string;
}

§Properties

§
MaxItems: number
[src]
§
RuleId: string
[src]
§
TimeWindow: TimeWindow
[src]
§
WebAclId: string
[src]