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

GetInvalidationResult

import type { GetInvalidationResult } from "https://aws-api.deno.dev/v0.4/services/cloudfront.ts?docs=full";

The returned result of the corresponding request.

interface GetInvalidationResult {
Invalidation?: Invalidation | null;
}

§Properties

§
Invalidation?: Invalidation | null
[src]

The invalidation's information. For more information, see Invalidation Complex Type.