Describes a source location. A source location is a container for sources. For more information about source locations, see Working with source locations in the MediaTailor User Guide.
example
Use a bare-bones client and the command you need to make an API call.
Describes a source location. A source location is a container for sources. For more information about source locations, see Working with source locations in the MediaTailor User Guide.
Use a bare-bones client and the command you need to make an API call.
import { MediaTailorClient, DescribeSourceLocationCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import // const { MediaTailorClient, DescribeSourceLocationCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import const client = new MediaTailorClient(config); const command = new DescribeSourceLocationCommand(input); const response = await client.send(command);
DescribeSourceLocationCommandInput for command's
input
shape.DescribeSourceLocationCommandOutput for command's
response
shape.config for MediaTailorClient's
config
shape.