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;
}