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

CreateStreamingDistributionResult

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

The returned result of the corresponding request.

interface CreateStreamingDistributionResult {
ETag?: string | null;
Location?: string | null;
StreamingDistribution?: StreamingDistribution | null;
}

§Properties

§
ETag?: string | null
[src]

The current version of the streaming distribution created.

§
Location?: string | null
[src]

The fully qualified URI of the new streaming distribution resource just created.

§
StreamingDistribution?: StreamingDistribution | null
[src]

The streaming distribution's information.