Returns configuration details about all the features in the specified project.
Use a bare-bones client and the command you need to make an API call.
import { EvidentlyClient, ListFeaturesCommand } from "@aws-sdk/client-evidently"; // ES Modules import // const { EvidentlyClient, ListFeaturesCommand } = require("@aws-sdk/client-evidently"); // CommonJS import const client = new EvidentlyClient(config); const command = new ListFeaturesCommand(input); const response = await client.send(command);
ListFeaturesCommandInput for command's input shape.
input
ListFeaturesCommandOutput for command's response shape.
response
config for EvidentlyClient's config shape.
config
Returns configuration details about all the features in the specified project.
Use a bare-bones client and the command you need to make an API call.
import { EvidentlyClient, ListFeaturesCommand } from "@aws-sdk/client-evidently"; // ES Modules import // const { EvidentlyClient, ListFeaturesCommand } = require("@aws-sdk/client-evidently"); // CommonJS import const client = new EvidentlyClient(config); const command = new ListFeaturesCommand(input); const response = await client.send(command);
ListFeaturesCommandInput for command's
input
shape.ListFeaturesCommandOutput for command's
response
shape.config for EvidentlyClient's
config
shape.