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

UpdateSourceLocationResponse

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

§Properties

§
AccessConfiguration?: AccessConfiguration | null
[src]

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

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) associated with the source location.

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

The timestamp that indicates when the source location was created.

§
DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration | null
[src]

The optional configuration for the host server that serves segments.

§
HttpConfiguration?: HttpConfiguration | null
[src]

The HTTP configuration for the source location.

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

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

§
SegmentDeliveryConfigurations?: SegmentDeliveryConfiguration[] | null
[src]

The segment delivery configurations for the source location. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor.

§
SourceLocationName?: string | null
[src]

The name of the source location.

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

The tags to assign to the source location. 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.