Wählen Sie Ihre Cookie-Einstellungen aus

Wir verwenden essentielle Cookies und ähnliche Tools, die für die Bereitstellung unserer Website und Services erforderlich sind. Wir verwenden Performance-Cookies, um anonyme Statistiken zu sammeln, damit wir verstehen können, wie Kunden unsere Website nutzen, und Verbesserungen vornehmen können. Essentielle Cookies können nicht deaktiviert werden, aber Sie können auf „Anpassen“ oder „Ablehnen“ klicken, um Performance-Cookies abzulehnen.

Wenn Sie damit einverstanden sind, verwenden AWS und zugelassene Drittanbieter auch Cookies, um nützliche Features der Website bereitzustellen, Ihre Präferenzen zu speichern und relevante Inhalte, einschließlich relevanter Werbung, anzuzeigen. Um alle nicht notwendigen Cookies zu akzeptieren oder abzulehnen, klicken Sie auf „Akzeptieren“ oder „Ablehnen“. Um detailliertere Entscheidungen zu treffen, klicken Sie auf „Anpassen“.

DescribeChannel - AWS Elemental MediaTailor
Diese Seite wurde nicht in Ihre Sprache übersetzt. Übersetzung anfragen

DescribeChannel

Describes a channel. For information about MediaTailor channels, see Working with channels in the MediaTailor User Guide.

Request Syntax

GET /channel/ChannelName HTTP/1.1

URI Request Parameters

The request uses the following URI parameters.

ChannelName

The name of the channel.

Required: Yes

Request Body

The request does not have a request body.

Response Syntax

HTTP/1.1 200 Content-type: application/json { "Arn": "string", "Audiences": [ "string" ], "ChannelName": "string", "ChannelState": "string", "CreationTime": number, "FillerSlate": { "SourceLocationName": "string", "VodSourceName": "string" }, "LastModifiedTime": number, "LogConfiguration": { "LogTypes": [ "string" ] }, "Outputs": [ { "DashPlaylistSettings": { "ManifestWindowSeconds": number, "MinBufferTimeSeconds": number, "MinUpdatePeriodSeconds": number, "SuggestedPresentationDelaySeconds": number }, "HlsPlaylistSettings": { "AdMarkupType": [ "string" ], "ManifestWindowSeconds": number }, "ManifestName": "string", "PlaybackUrl": "string", "SourceGroup": "string" } ], "PlaybackMode": "string", "tags": { "string" : "string" }, "Tier": "string", "TimeShiftConfiguration": { "MaxTimeDelaySeconds": number } }

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

Arn

The ARN of the channel.

Type: String

Audiences

The list of audiences defined in channel.

Type: Array of strings

ChannelName

The name of the channel.

Type: String

ChannelState

Indicates whether the channel is in a running state or not.

Type: String

Valid Values: RUNNING | STOPPED

CreationTime

The timestamp of when the channel was created.

Type: Timestamp

FillerSlate

Contains information about the slate used to fill gaps between programs in the schedule.

Type: SlateSource object

LastModifiedTime

The timestamp of when the channel was last modified.

Type: Timestamp

LogConfiguration

The log configuration for the channel.

Type: LogConfigurationForChannel object

Outputs

The channel's output properties.

Type: Array of ResponseOutputItem objects

PlaybackMode

The channel's playback mode.

Type: String

tags

The tags assigned to the channel. 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.

Type: String to string map

Tier

The channel's tier.

Type: String

TimeShiftConfiguration

The time-shifted viewing configuration for the channel.

Type: TimeShiftConfiguration object

Errors

For information about the errors that are common to all actions, see Common Errors.

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following:

DatenschutzNutzungsbedingungen für die WebsiteCookie-Einstellungen
© 2025, Amazon Web Services, Inc. oder Tochtergesellschaften. Alle Rechte vorbehalten.