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

GetDistributionLatestCacheResetRequest

import type { GetDistributionLatestCacheResetRequest } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";
interface GetDistributionLatestCacheResetRequest {
distributionName?: string | null;
}

§Properties

§
distributionName?: string | null
[src]

The name of the distribution for which to return the timestamp of the last cache reset.

Use the GetDistributions action to get a list of distribution names that you can specify.

When omitted, the response includes the latest cache reset timestamp of all your distributions.