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/wafv2.ts";
interface SampledHTTPRequest {
Action?: string | null;
Labels?: Label[] | null;
Request: HTTPRequest;
RequestHeadersInserted?: HTTPHeader[] | null;
ResponseCodeSent?: number | null;
RuleNameWithinRuleGroup?: string | null;
Timestamp?: Date | number | null;
Weight: number;
}

§Properties

§
Action?: string | null
[src]
§
Labels?: Label[] | null
[src]
§
RequestHeadersInserted?: HTTPHeader[] | null
[src]
§
ResponseCodeSent?: number | null
[src]
§
RuleNameWithinRuleGroup?: string | null
[src]
§
Timestamp?: Date | number | null
[src]
§
Weight: number
[src]