Updates a launch of a given feature.
Don't use this operation to update the tags of an existing launch. Instead, use TagResource.
Use a bare-bones client and the command you need to make an API call.
import { EvidentlyClient, UpdateLaunchCommand } from "@aws-sdk/client-evidently"; // ES Modules import // const { EvidentlyClient, UpdateLaunchCommand } = require("@aws-sdk/client-evidently"); // CommonJS import const client = new EvidentlyClient(config); const command = new UpdateLaunchCommand(input); const response = await client.send(command);
UpdateLaunchCommandInput for command's input shape.
input
UpdateLaunchCommandOutput for command's response shape.
response
config for EvidentlyClient's config shape.
config
Updates a launch of a given feature.
Don't use this operation to update the tags of an existing launch. Instead, use TagResource.
Use a bare-bones client and the command you need to make an API call.
import { EvidentlyClient, UpdateLaunchCommand } from "@aws-sdk/client-evidently"; // ES Modules import // const { EvidentlyClient, UpdateLaunchCommand } = require("@aws-sdk/client-evidently"); // CommonJS import const client = new EvidentlyClient(config); const command = new UpdateLaunchCommand(input); const response = await client.send(command);
UpdateLaunchCommandInput for command's
input
shape.UpdateLaunchCommandOutput for command's
response
shape.config for EvidentlyClient's
config
shape.