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-gyr5wj9zj0fg.deno.dev/v0.2/services/iot.ts";
interface DescribeEventConfigurationsResponse {
creationDate?: Date | number | null;
eventConfigurations?: [key in EventType]: Configuration | null | undefined | null;
lastModifiedDate?: Date | number | null;
}

§Properties

§
creationDate?: Date | number | null
[src]
§
eventConfigurations?: [key in EventType]: Configuration | null | undefined | null
[src]
§
lastModifiedDate?: Date | number | null
[src]