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

ListStreamingDistributionsRequest

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

The request to list your streaming distributions.

interface ListStreamingDistributionsRequest {
Marker?: string | null;
MaxItems?: string | null;
}

§Properties

§
Marker?: string | null
[src]

The value that you provided for the Marker request parameter.

§
MaxItems?: string | null
[src]

The value that you provided for the MaxItems request parameter.