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.deno.dev/v0.4/services/cloudfront.ts?docs=full";

The request to update a distribution.

interface UpdateDistributionRequest {
DistributionConfig: DistributionConfig;
Id: string;
IfMatch?: string | null;
}

§Properties

§
DistributionConfig: DistributionConfig
[src]

The distribution's configuration information.

§
Id: string
[src]

The distribution's id.

§
IfMatch?: string | null
[src]

The value of the ETag header that you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.