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

CreateInvalidationResult

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

The returned result of the corresponding request.

interface CreateInvalidationResult {
Invalidation?: Invalidation | null;
Location?: string | null;
}

§Properties

§
Invalidation?: Invalidation | null
[src]

The invalidation's information.

§
Location?: string | null
[src]

The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.