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

GetDistributionRequest

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

The request to get a distribution's information.

interface GetDistributionRequest {
Id: string;
}

§Properties

§
Id: string
[src]

The distribution's ID. If the ID is empty, an empty distribution configuration is returned.