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

ListViolationEventsRequest

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

§Properties

§
behaviorCriteriaType?: BehaviorCriteriaType | null
[src]

The criteria for a behavior.

§
endTime: Date | number
[src]

The end time for the alerts to be listed.

§
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]

A filter to limit results to those alerts generated by the specified security profile.

§
startTime: Date | number
[src]

The start time for the alerts to be listed.

§
thingName?: string | null
[src]

A filter to limit results to those alerts caused by the specified thing.

§
verificationState?: VerificationState | null
[src]

The verification state of the violation (detect alarm).