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

UpdateVodSourceResponse

import type { UpdateVodSourceResponse } from "https://aws-api.deno.dev/v0.4/services/mediatailor.ts?docs=full";
interface UpdateVodSourceResponse {
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 Amazon Resource Name (ARN) associated with the VOD source.

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

The timestamp that indicates when the VOD source was created.

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

A list of HTTP package configurations for the VOD source on this account.

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

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

§
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 to assign to the VOD 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.

§
VodSourceName?: string | null
[src]

The name of the VOD source.