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

DescribeEventConfigurationsResponse

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

§Properties

§
creationDate?: Date | number | null
[src]

The creation date of the event configuration.

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

The event configurations.

§
lastModifiedDate?: Date | number | null
[src]

The date the event configurations were last modified.