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

DescribeAttackStatisticsResponse

import type { DescribeAttackStatisticsResponse } from "https://aws-api.deno.dev/v0.3/services/shield.ts?docs=full";
interface DescribeAttackStatisticsResponse {
TimeRange: TimeRange;
}

§Properties

§

The data that describes the attacks detected during the time period.

§
TimeRange: TimeRange
[src]