Returns configuration details about all the projects in the current Region in your account.
Use a bare-bones client and the command you need to make an API call.
import { EvidentlyClient, ListProjectsCommand } from "@aws-sdk/client-evidently"; // ES Modules import // const { EvidentlyClient, ListProjectsCommand } = require("@aws-sdk/client-evidently"); // CommonJS import const client = new EvidentlyClient(config); const command = new ListProjectsCommand(input); const response = await client.send(command);
ListProjectsCommandInput for command's input shape.
input
ListProjectsCommandOutput for command's response shape.
response
config for EvidentlyClient's config shape.
config
Returns configuration details about all the projects in the current Region in your account.
Use a bare-bones client and the command you need to make an API call.
import { EvidentlyClient, ListProjectsCommand } from "@aws-sdk/client-evidently"; // ES Modules import // const { EvidentlyClient, ListProjectsCommand } = require("@aws-sdk/client-evidently"); // CommonJS import const client = new EvidentlyClient(config); const command = new ListProjectsCommand(input); const response = await client.send(command);
ListProjectsCommandInput for command's
input
shape.ListProjectsCommandOutput for command's
response
shape.config for EvidentlyClient's
config
shape.