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

SanitizationWarning

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

Returns information about the XML element or attribute that was sanitized in the configuration.

interface SanitizationWarning {
AttributeName?: string | null;
ElementName?: string | null;
}

§Properties

§
AttributeName?: string | null
[src]

The name of the XML attribute that has been sanitized.

§
ElementName?: string | null
[src]

The name of the XML element that has been sanitized.

§

Required. The reason for which the XML elements or attributes were sanitized.