Syncrhonizes robots in a fleet to the latest deployment. This is helpful if robots were added after a deployment.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
Use a bare-bones client and the command you need to make an API call.
import { RoboMakerClient, SyncDeploymentJobCommand } from "@aws-sdk/client-robomaker"; // ES Modules import // const { RoboMakerClient, SyncDeploymentJobCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import const client = new RoboMakerClient(config); const command = new SyncDeploymentJobCommand(input); const response = await client.send(command);
SyncDeploymentJobCommandInput for command's input shape.
input
SyncDeploymentJobCommandOutput for command's response shape.
response
config for RoboMakerClient's config shape.
config
Syncrhonizes robots in a fleet to the latest deployment. This is helpful if robots were added after a deployment.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
Use a bare-bones client and the command you need to make an API call.
import { RoboMakerClient, SyncDeploymentJobCommand } from "@aws-sdk/client-robomaker"; // ES Modules import // const { RoboMakerClient, SyncDeploymentJobCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import const client = new RoboMakerClient(config); const command = new SyncDeploymentJobCommand(input); const response = await client.send(command);
SyncDeploymentJobCommandInput for command's
input
shape.SyncDeploymentJobCommandOutput for command's
response
shape.config for RoboMakerClient's
config
shape.