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

UpdateSourceLocationRequest

import type { UpdateSourceLocationRequest } from "https://aws-api.deno.dev/v0.3/services/mediatailor.ts?docs=full";
interface UpdateSourceLocationRequest {
AccessConfiguration?: AccessConfiguration | null;
DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration | null;
HttpConfiguration: HttpConfiguration;
SourceLocationName: string;
}

§Properties

§
AccessConfiguration?: AccessConfiguration | null
[src]

Access configuration parameters. Configures the type of authentication used to access content from your source location.

§
DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration | null
[src]

The optional configuration for the host server that serves segments.

§
HttpConfiguration: HttpConfiguration
[src]

The HTTP configuration for the source location.

§
SourceLocationName: string
[src]

The identifier for the source location you are working on.