Creates a playback configuration. 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, PutPlaybackConfigurationCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import // const { MediaTailorClient, PutPlaybackConfigurationCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import const client = new MediaTailorClient(config); const command = new PutPlaybackConfigurationCommand(input); const response = await client.send(command);
PutPlaybackConfigurationCommandInput for command's input shape.
input
PutPlaybackConfigurationCommandOutput for command's response shape.
response
config for MediaTailorClient's config shape.
config
Creates a playback configuration. 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, PutPlaybackConfigurationCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import // const { MediaTailorClient, PutPlaybackConfigurationCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import const client = new MediaTailorClient(config); const command = new PutPlaybackConfigurationCommand(input); const response = await client.send(command);
PutPlaybackConfigurationCommandInput for command's
input
shape.PutPlaybackConfigurationCommandOutput for command's
response
shape.config for MediaTailorClient's
config
shape.