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

Invalidation

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

An invalidation.

interface Invalidation {
CreateTime: Date | number;
Id: string;
InvalidationBatch: InvalidationBatch;
Status: string;
}

§Properties

§
CreateTime: Date | number
[src]

The date and time the invalidation request was first made.

§
Id: string
[src]

The identifier for the invalidation request. For example: IDFDVBD632BHDS5.

§
InvalidationBatch: InvalidationBatch
[src]

The current invalidation information for the batch request.

§
Status: string
[src]

The status of the invalidation request. When the invalidation batch is finished, the status is Completed.