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

StopContinuousExportResponse

import type { StopContinuousExportResponse } from "https://aws-api.deno.dev/v0.4/services/discovery.ts?docs=full";
interface StopContinuousExportResponse {
startTime?: Date | number | null;
stopTime?: Date | number | null;
}

§Properties

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

Timestamp that represents when this continuous export started collecting data.

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

Timestamp that represents when this continuous export was stopped.