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

ListActiveViolationsRequest

import type { ListActiveViolationsRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface ListActiveViolationsRequest {
behaviorCriteriaType?: BehaviorCriteriaType | null;
listSuppressedAlerts?: boolean | null;
maxResults?: number | null;
nextToken?: string | null;
securityProfileName?: string | null;
thingName?: string | null;
verificationState?: VerificationState | null;
}

§Properties

§
behaviorCriteriaType?: BehaviorCriteriaType | null
[src]

The criteria for a behavior.

§
listSuppressedAlerts?: boolean | null
[src]

A list of all suppressed alerts.

§
maxResults?: number | null
[src]

The maximum number of results to return at one time.

§
nextToken?: string | null
[src]

The token for the next set of results.

§
securityProfileName?: string | null
[src]

The name of the Device Defender security profile for which violations are listed.

§
thingName?: string | null
[src]

The name of the thing whose active violations are listed.

§
verificationState?: VerificationState | null
[src]

The verification state of the violation (detect alarm).