Lists the prefetch schedules for a playback configuration.
Use a bare-bones client and the command you need to make an API call.
import { MediaTailorClient, ListPrefetchSchedulesCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import // const { MediaTailorClient, ListPrefetchSchedulesCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import const client = new MediaTailorClient(config); const command = new ListPrefetchSchedulesCommand(input); const response = await client.send(command);
ListPrefetchSchedulesCommandInput for command's input shape.
input
ListPrefetchSchedulesCommandOutput for command's response shape.
response
config for MediaTailorClient's config shape.
config
Lists the prefetch schedules for a playback configuration.
Use a bare-bones client and the command you need to make an API call.
import { MediaTailorClient, ListPrefetchSchedulesCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import // const { MediaTailorClient, ListPrefetchSchedulesCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import const client = new MediaTailorClient(config); const command = new ListPrefetchSchedulesCommand(input); const response = await client.send(command);
ListPrefetchSchedulesCommandInput for command's
input
shape.ListPrefetchSchedulesCommandOutput for command's
response
shape.config for MediaTailorClient's
config
shape.