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

DescribeLiveSourceResponse

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

§Properties

§
Arn?: string | null
[src]

The ARN of the live source.

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

The timestamp that indicates when the live source was created.

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

The HTTP package configurations.

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

The timestamp that indicates when the live source was modified.

§
LiveSourceName?: string | null
[src]

The name of the live source.

§
SourceLocationName?: string | null
[src]

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

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

The tags assigned to the live source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.