Describes a channel. For information about MediaTailor channels, see Working with channels in the MediaTailor User Guide.
Use a bare-bones client and the command you need to make an API call.
import { MediaTailorClient, DescribeChannelCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import // const { MediaTailorClient, DescribeChannelCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import const client = new MediaTailorClient(config); const command = new DescribeChannelCommand(input); const response = await client.send(command);
DescribeChannelCommandInput for command's input shape.
input
DescribeChannelCommandOutput for command's response shape.
response
config for MediaTailorClient's config shape.
config
Describes a channel. For information about MediaTailor channels, see Working with channels in the MediaTailor User Guide.
Use a bare-bones client and the command you need to make an API call.
import { MediaTailorClient, DescribeChannelCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import // const { MediaTailorClient, DescribeChannelCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import const client = new MediaTailorClient(config); const command = new DescribeChannelCommand(input); const response = await client.send(command);
DescribeChannelCommandInput for command's
input
shape.DescribeChannelCommandOutput for command's
response
shape.config for MediaTailorClient's
config
shape.