Returns configuration details about all the launches in the specified project.
Use a bare-bones client and the command you need to make an API call.
import { EvidentlyClient, ListLaunchesCommand } from "@aws-sdk/client-evidently"; // ES Modules import // const { EvidentlyClient, ListLaunchesCommand } = require("@aws-sdk/client-evidently"); // CommonJS import const client = new EvidentlyClient(config); const command = new ListLaunchesCommand(input); const response = await client.send(command);
ListLaunchesCommandInput for command's input shape.
input
ListLaunchesCommandOutput for command's response shape.
response
config for EvidentlyClient's config shape.
config
Returns configuration details about all the launches in the specified project.
Use a bare-bones client and the command you need to make an API call.
import { EvidentlyClient, ListLaunchesCommand } from "@aws-sdk/client-evidently"; // ES Modules import // const { EvidentlyClient, ListLaunchesCommand } = require("@aws-sdk/client-evidently"); // CommonJS import const client = new EvidentlyClient(config); const command = new ListLaunchesCommand(input); const response = await client.send(command);
ListLaunchesCommandInput for command's
input
shape.ListLaunchesCommandOutput for command's
response
shape.config for EvidentlyClient's
config
shape.