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

UpdateEventConfigurationsRequest

import type { UpdateEventConfigurationsRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface UpdateEventConfigurationsRequest {
eventConfigurations?: [key in EventType]: Configuration | null | undefined | null;
}

§Properties

§
eventConfigurations?: [key in EventType]: Configuration | null | undefined | null
[src]

The new event configuration values.