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

DescribeVodSourceResponse

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

§Properties

§
Arn?: string | null
[src]

The ARN of the VOD source.

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

The timestamp that indicates when the VOD source was created.

§
HttpPackageConfigurations?: HttpPackageConfiguration[] | null
[src]

The HTTP package configurations.

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

The ARN for the VOD source.

§
SourceLocationName?: string | null
[src]

The name of the source location associated with the VOD source.

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

The tags assigned to the VOD source.

§
VodSourceName?: string | null
[src]

The name of the VOD source.