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

BlockAction

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

Specifies that Shield Advanced should configure its WAF rules with the WAF Block action.

This is only used in the context of the ResponseAction setting.

JSON specification: "Block": {}

interface BlockAction {}