Jump to Content

Class ListJobsCommandProtected

This operation lists your jobs sorted by CreatedAt in descending order.

Example

Use a bare-bones client and the command you need to make an API call.

import { DataExchangeClient, ListJobsCommand } from "@aws-sdk/client-dataexchange"; // ES Modules import
// const { DataExchangeClient, ListJobsCommand } = require("@aws-sdk/client-dataexchange"); // CommonJS import
const client = new DataExchangeClient(config);
const command = new ListJobsCommand(input);
const response = await client.send(command);

See

Throws

InternalServerException (server fault)

An exception occurred with the service.

Throws

ResourceNotFoundException (client fault)

The resource couldn't be found.

Throws

ThrottlingException (client fault)

The limit on the number of requests per second was exceeded.

Throws

ValidationException (client fault)

The request was invalid.

Hierarchy

Constructors

Properties

middlewareStack: MiddlewareStack<ListJobsCommandInput, ListJobsCommandOutput>

Methods