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

UpdateDistributionRequest

import type { UpdateDistributionRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/lightsail.ts";
interface UpdateDistributionRequest {
cacheBehaviors?: CacheBehaviorPerPath[] | null;
cacheBehaviorSettings?: CacheSettings | null;
defaultCacheBehavior?: CacheBehavior | null;
distributionName: string;
isEnabled?: boolean | null;
origin?: InputOrigin | null;
}

§Properties

§
cacheBehaviors?: CacheBehaviorPerPath[] | null
[src]
§
cacheBehaviorSettings?: CacheSettings | null
[src]
§
defaultCacheBehavior?: CacheBehavior | null
[src]
§
distributionName: string
[src]
§
isEnabled?: boolean | null
[src]
§
origin?: InputOrigin | null
[src]