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

ResetDistributionCacheResult

import type { ResetDistributionCacheResult } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";
interface ResetDistributionCacheResult {
createTime?: Date | number | null;
operation?: Operation | null;
status?: string | null;
}

§Properties

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

The timestamp of the reset cache request (e.g., 1479734909.17) in Unix time format.

§
operation?: Operation | null
[src]

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

§
status?: string | null
[src]

The status of the reset cache request.