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

CreateSourceLocationResponse

import type { CreateSourceLocationResponse } from "https://aws-api.deno.dev/v0.3/services/mediatailor.ts?docs=full";
interface CreateSourceLocationResponse {
AccessConfiguration?: AccessConfiguration | null;
Arn?: string | null;
CreationTime?: Date | number | null;
DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration | null;
HttpConfiguration?: HttpConfiguration | null;
LastModifiedTime?: Date | number | null;
SourceLocationName?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
AccessConfiguration?: AccessConfiguration | null
[src]

The access configuration for the source location.

§
Arn?: string | null
[src]

The ARN of the source location.

§
CreationTime?: Date | number | null
[src]

The timestamp that indicates when the source location was created.

§
DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration | null
[src]

The default segment delivery configuration settings.

§
HttpConfiguration?: HttpConfiguration | null
[src]

The HTTP package configuration settings for the source location.

§
LastModifiedTime?: Date | number | null
[src]

The timestamp that indicates when the source location was last modified.

§
SourceLocationName?: string | null
[src]

The name of the source location.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags assigned to the source location.