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

CreateRuleResponse

import type { CreateRuleResponse } from "https://aws-api.deno.dev/v0.4/services/waf.ts?docs=full";
interface CreateRuleResponse {
ChangeToken?: string | null;
Rule?: Rule | null;
}

§Properties

§
ChangeToken?: string | null
[src]

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

§
Rule?: Rule | null
[src]

The "Rule" returned in the CreateRule response.