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

CreateProtectionResponse

import type { CreateProtectionResponse } from "https://aws-api.deno.dev/v0.3/services/shield.ts?docs=full";
interface CreateProtectionResponse {
ProtectionId?: string | null;
}

§Properties

§
ProtectionId?: string | null
[src]

The unique identifier (ID) for the "Protection" object that is created.