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

Paths

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

A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.

interface Paths {
Items?: string[] | null;
Quantity: number;
}

§Properties

§
Items?: string[] | null
[src]

A complex type that contains a list of the paths that you want to invalidate.

§
Quantity: number
[src]

The number of invalidation paths specified for the objects that you want to invalidate.