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

GetSampledRequestsResponse

import type { GetSampledRequestsResponse } from "https://aws-api.deno.dev/v0.4/services/waf.ts?docs=full";
interface GetSampledRequestsResponse {
PopulationSize?: number | null;
SampledRequests?: SampledHTTPRequest[] | null;
TimeWindow?: TimeWindow | null;
}

§Properties

§
PopulationSize?: number | null
[src]

The total number of requests from which GetSampledRequests got a sample of MaxItems requests. If PopulationSize is less than MaxItems, the sample includes every request that your AWS resource received during the specified time range.

§
SampledRequests?: SampledHTTPRequest[] | null
[src]

A complex type that contains detailed information about each of the requests in the sample.

§
TimeWindow?: TimeWindow | null
[src]

Usually, TimeWindow is the time range that you specified in the GetSampledRequests request. However, if your AWS resource received more than 5,000 requests during the time range that you specified in the request, GetSampledRequests returns the time range for the first 5,000 requests. Times are in Coordinated Universal Time (UTC) format.