Retrieves existing playback configurations. For information about MediaTailor configurations, see Working with Configurations in AWS Elemental MediaTailor.
Use a bare-bones client and the command you need to make an API call.
import { MediaTailorClient, ListPlaybackConfigurationsCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import // const { MediaTailorClient, ListPlaybackConfigurationsCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import const client = new MediaTailorClient(config); const command = new ListPlaybackConfigurationsCommand(input); const response = await client.send(command);
ListPlaybackConfigurationsCommandInput for command's input shape.
input
ListPlaybackConfigurationsCommandOutput for command's response shape.
response
config for MediaTailorClient's config shape.
config
Retrieves existing playback configurations. For information about MediaTailor configurations, see Working with Configurations in AWS Elemental MediaTailor.
Use a bare-bones client and the command you need to make an API call.
import { MediaTailorClient, ListPlaybackConfigurationsCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import // const { MediaTailorClient, ListPlaybackConfigurationsCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import const client = new MediaTailorClient(config); const command = new ListPlaybackConfigurationsCommand(input); const response = await client.send(command);
ListPlaybackConfigurationsCommandInput for command's
input
shape.ListPlaybackConfigurationsCommandOutput for command's
response
shape.config for MediaTailorClient's
config
shape.