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

UpdateDistributionWithStagingConfigRequest

import type { UpdateDistributionWithStagingConfigRequest } from "https://aws-api.deno.dev/v0.4/services/cloudfront.ts?docs=full";
interface UpdateDistributionWithStagingConfigRequest {
Id: string;
IfMatch?: string | null;
StagingDistributionId?: string | null;
}

§Properties

§
Id: string
[src]

The identifier of the primary distribution to which you are copying a staging distribution's configuration.

§
IfMatch?: string | null
[src]

The current versions (ETag values) of both primary and staging distributions. Provide these in the following format:

<primary ETag>, <staging ETag>
§
StagingDistributionId?: string | null
[src]

The identifier of the staging distribution whose configuration you are copying to the primary distribution.