Returns a list of deployment jobs for a fleet. You can optionally provide filters to retrieve specific deployment jobs.
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, ListDeploymentJobsCommand } from "@aws-sdk/client-robomaker"; // ES Modules import // const { RoboMakerClient, ListDeploymentJobsCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import const client = new RoboMakerClient(config); const command = new ListDeploymentJobsCommand(input); const response = await client.send(command);
ListDeploymentJobsCommandInput for command's input shape.
input
ListDeploymentJobsCommandOutput for command's response shape.
response
config for RoboMakerClient's config shape.
config
Returns a list of deployment jobs for a fleet. You can optionally provide filters to retrieve specific deployment jobs.
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, ListDeploymentJobsCommand } from "@aws-sdk/client-robomaker"; // ES Modules import // const { RoboMakerClient, ListDeploymentJobsCommand } = require("@aws-sdk/client-robomaker"); // CommonJS import const client = new RoboMakerClient(config); const command = new ListDeploymentJobsCommand(input); const response = await client.send(command);
ListDeploymentJobsCommandInput for command's
input
shape.ListDeploymentJobsCommandOutput for command's
response
shape.config for RoboMakerClient's
config
shape.