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

CreateSqlInjectionMatchSetResponse

import type { CreateSqlInjectionMatchSetResponse } from "https://aws-api.deno.dev/v0.4/services/waf.ts?docs=full";

The response to a CreateSqlInjectionMatchSet request.

interface CreateSqlInjectionMatchSetResponse {
ChangeToken?: string | null;
SqlInjectionMatchSet?: SqlInjectionMatchSet | null;
}

§Properties

§
ChangeToken?: string | null
[src]

The ChangeToken that you used to submit the CreateSqlInjectionMatchSet request. You can also use this value to query the status of the request. For more information, see "GetChangeTokenStatus".

§
SqlInjectionMatchSet?: SqlInjectionMatchSet | null
[src]

A "SqlInjectionMatchSet".