v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1430234217.2 KB

Retrieves the specified channel that's configured in AWS Elemental MediaPackage.

get/channelGroup/{ChannelGroupName}/channel/{ChannelName}/

Path parameters

ChannelGroupNamestring required

The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.

ChannelNamestring required

The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.

Response

Success

Arnstring required

The Amazon Resource Name (ARN) associated with the resource.

ChannelNamestring required

The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.

ChannelGroupNamestring required

The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.

CreatedAtstring date-time required

The date and time the channel was created.

ModifiedAtstring date-time required

The date and time the channel was modified.

ResetAtstring date-time

The time that the channel was last reset.

Descriptionstring

The description for your channel.

InputType'HLS' | 'CMAF'
<p>The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior.</p> <p>The allowed values are:</p> <ul> <li> <p> <code>HLS</code> - The HLS streaming specification (which defines M3U8 manifests and TS segments).</p> </li> <li> <p> <code>CMAF</code> - The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).</p> </li> </ul>
ETagstring

The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.

Tagsobject

The comma-separated list of tag key:value pairs assigned to the channel.