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

UpdateStreamingDistributionRequest

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

The request to update a streaming distribution.

interface UpdateStreamingDistributionRequest {
Id: string;
IfMatch?: string | null;
StreamingDistributionConfig: StreamingDistributionConfig;
}

§Properties

§
Id: string
[src]

The streaming distribution's id.

§
IfMatch?: string | null
[src]

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

§
StreamingDistributionConfig: StreamingDistributionConfig
[src]

The streaming distribution's configuration information.