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

ValidateSecurityProfileBehaviorsResponse

import type { ValidateSecurityProfileBehaviorsResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface ValidateSecurityProfileBehaviorsResponse {
valid?: boolean | null;
validationErrors?: ValidationError[] | null;
}

§Properties

§
valid?: boolean | null
[src]

True if the behaviors were valid.

§
validationErrors?: ValidationError[] | null
[src]

The list of any errors found in the behaviors.