- Navigation Guide
@aws-sdk/client-mediatailor
GetChannelScheduleCommandOutput Interface
The output of GetChannelScheduleCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
Items | ScheduleEntry[] | undefined | A list of schedule entries for the channel. |
NextToken | string | undefined | Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results. |
Full Signature
export interface GetChannelScheduleCommandOutput extends GetChannelScheduleResponse, MetadataBearer