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

SampledHTTPRequest

import type { SampledHTTPRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/wafregional.ts";
interface SampledHTTPRequest {
Action?: string | null;
Request: HTTPRequest;
RuleWithinRuleGroup?: string | null;
Timestamp?: Date | number | null;
Weight: number;
}

§Properties

§
Action?: string | null
[src]
§
RuleWithinRuleGroup?: string | null
[src]
§
Timestamp?: Date | number | null
[src]
§
Weight: number
[src]